summaryrefslogtreecommitdiff
path: root/ijs
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-03-30 10:59:39 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-04-01 00:04:14 +0200
commit5ff1d6955496b3cf9a35042c9ac35db43bc336b1 (patch)
tree6d470f7eb448f59f53e8df1010aec9dad8ce1f72 /ijs
parentImport Ghostscript 9.53.1 (diff)
downloadghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.tar.gz
ghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.tar.bz2
ghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.zip
Import Ghostscript 9.54ghostscript-9.54
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
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