summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2023-01-04 12:51:58 +0000
committerChris Liddell <chris.liddell@artifex.com>2023-01-04 15:09:44 +0000
commit87abcc1bcdb40b1c82b6e9a6972b55b831f42c2b (patch)
treec7d7b8a1f7d24f0d3e8dc2921c6600b7d0d531bc /demos
parent35b778d7dd45cf92724a77ff871b8ad5c758697c (diff)
downloadghostpdl-87abcc1bcdb40b1c82b6e9a6972b55b831f42c2b.tar.gz
Add copyright notice
Diffstat (limited to 'demos')
-rwxr-xr-xdemos/python/gsapi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/python/gsapi.py b/demos/python/gsapi.py
index 4d405a5e2..a39076498 100755
--- a/demos/python/gsapi.py
+++ b/demos/python/gsapi.py
@@ -3,6 +3,8 @@
'''
Python version of the C API in psi/iapi.h.
+Copyright (C) 2001-2023 Artifex Software, Inc.
+
Overview:
Implemented using Python's ctypes module.