summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-01-12 08:37:13 +0000
committerChris Liddell <chris.liddell@artifex.com>2022-01-12 08:37:13 +0000
commit6c05e7dd7dd9eca8f8cca4740b855eeb9ae2ebdd (patch)
treebb6c51ab03652dca03f4e95adafea89243049a4b /demos
parent4aaedf87362411bdf994a76155d59a9dd82aa904 (diff)
downloadghostpdl-6c05e7dd7dd9eca8f8cca4740b855eeb9ae2ebdd.tar.gz
Update copyrights for files changed since 2022 started.
Diffstat (limited to 'demos')
-rw-r--r--demos/c/multi_test.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/c/multi_test.c b/demos/c/multi_test.c
index c1374e368..f62d3e6ea 100644
--- a/demos/c/multi_test.c
+++ b/demos/c/multi_test.c
@@ -1,3 +1,18 @@
+/* Copyright (C) 2018-2022 Artifex Software, Inc.
+ All Rights Reserved.
+
+ This software is provided AS-IS with no warranty, either express or
+ implied.
+
+ This software is distributed under license and may not be copied,
+ modified or distributed except as expressly authorized under the terms
+ of the license contained in the file LICENSE in this distribution.
+
+ Refer to licensing information at http://www.artifex.com or contact
+ Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato,
+ CA 94945, U.S.A., +1(415)492-9861, for further information.
+*/
+
/* Simple example file to demonstrate multi-instance use of
* the ghostscript/GPDL library. */