summaryrefslogtreecommitdiff
path: root/ijs
diff options
context:
space:
mode:
Diffstat (limited to 'ijs')
-rw-r--r--ijs/Makefile.am2
-rw-r--r--ijs/configure.ac2
-rw-r--r--ijs/ijs.c2
-rw-r--r--ijs/ijs.h2
-rw-r--r--ijs/ijs_client.c2
-rw-r--r--ijs/ijs_client.h2
-rw-r--r--ijs/ijs_client_example.c2
-rw-r--r--ijs/ijs_exec_unix.c2
-rw-r--r--ijs/ijs_exec_win.c2
-rw-r--r--ijs/ijs_server.c2
-rw-r--r--ijs/ijs_server.h2
-rw-r--r--ijs/ijs_server_example.c2
-rw-r--r--ijs/unistd_.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/ijs/Makefile.am b/ijs/Makefile.am
index 9a0e148e..e9e4bf8d 100644
--- a/ijs/Makefile.am
+++ b/ijs/Makefile.am
@@ -1,4 +1,4 @@
-## Copyright (C) 2001-2020 Artifex Software, Inc.
+## Copyright (C) 2001-2021 Artifex Software, Inc.
##
## Permission is hereby granted, free of charge, to any person
## obtaining a copy of this software and associated documentation
diff --git a/ijs/configure.ac b/ijs/configure.ac
index 2417439f..201688a1 100644
--- a/ijs/configure.ac
+++ b/ijs/configure.ac
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2001-2020 Artifex Software, Inc.
+dnl Copyright (C) 2001-2021 Artifex Software, Inc.
dnl
dnl Permission is hereby granted, free of charge, to any person
dnl obtaining a copy of this software and associated documentation
diff --git a/ijs/ijs.c b/ijs/ijs.c
index 7226c557..df512828 100644
--- a/ijs/ijs.c
+++ b/ijs/ijs.c
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2001-2020 Artifex Software, Inc.
+ * Copyright (C) 2001-2021 Artifex Software, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/ijs/ijs.h b/ijs/ijs.h
index 9a03fdf4..f30e070b 100644
--- a/ijs/ijs.h
+++ b/ijs/ijs.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2001-2020 Artifex Software, Inc.
+ * Copyright (C) 2001-2021 Artifex Software, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/ijs/ijs_client.c b/ijs/ijs_client.c
index 8e7a4a9b..bfaa2431 100644
--- a/ijs/ijs_client.c
+++ b/ijs/ijs_client.c
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2001-2020 Artifex Software, Inc.
+ * Copyright (C) 2001-2021 Artifex Software, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/ijs/ijs_client.h b/ijs/ijs_client.h
index 64fc6f90..a7768564 100644
--- a/ijs/ijs_client.h
+++ b/ijs/ijs_client.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2001-2020 Artifex Software, Inc.
+ * Copyright (C) 2001-2021 Artifex Software, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/ijs/ijs_client_example.c b/ijs/ijs_client_example.c
index 873761e3..a914a9f4 100644
--- a/ijs/ijs_client_example.c
+++ b/ijs/ijs_client_example.c
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2001-2020 Artifex Software, Inc.
+ * Copyright (C) 2001-2021 Artifex Software, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/ijs/ijs_exec_unix.c b/ijs/ijs_exec_unix.c
index a517f8c4..0c974dba 100644
--- a/ijs/ijs_exec_unix.c
+++ b/ijs/ijs_exec_unix.c
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2001-2020 Artifex Software, Inc.
+ * Copyright (C) 2001-2021 Artifex Software, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/ijs/ijs_exec_win.c b/ijs/ijs_exec_win.c
index fc522002..f93d94f9 100644
--- a/ijs/ijs_exec_win.c
+++ b/ijs/ijs_exec_win.c
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2001-2020 Artifex Software, Inc.
+ * Copyright (C) 2001-2021 Artifex Software, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/ijs/ijs_server.c b/ijs/ijs_server.c
index ed41ee4b..97d7c951 100644
--- a/ijs/ijs_server.c
+++ b/ijs/ijs_server.c
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2001-2020 Artifex Software, Inc.
+ * Copyright (C) 2001-2021 Artifex Software, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/ijs/ijs_server.h b/ijs/ijs_server.h
index 74bc8a4b..57ef14bf 100644
--- a/ijs/ijs_server.h
+++ b/ijs/ijs_server.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2001-2002 Artifex Software, Inc.
+ * Copyright (C) 2001-2021 Artifex Software, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/ijs/ijs_server_example.c b/ijs/ijs_server_example.c
index f090e9fa..41ff0cd9 100644
--- a/ijs/ijs_server_example.c
+++ b/ijs/ijs_server_example.c
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2001-2020 Artifex Software, Inc.
+ * Copyright (C) 2001-2021 Artifex Software, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/ijs/unistd_.h b/ijs/unistd_.h
index bfba80f7..70c8e0bd 100644
--- a/ijs/unistd_.h
+++ b/ijs/unistd_.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2001-2020 Artifex Software, Inc.
+ * Copyright (C) 2001-2021 Artifex Software, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation