summaryrefslogtreecommitdiff
path: root/base/ets_tm.h
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2020-04-10 11:11:15 +0100
committerChris Liddell <chris.liddell@artifex.com>2020-04-10 15:44:06 +0100
commit8f52736b546329ae2e3ad760f722eac0dec6994e (patch)
tree0339a053cd686e3f6f1b87dd66ea46fc568e4f27 /base/ets_tm.h
parentcbb82ba4baaa2a9da11c603d742a58a51c4e50e1 (diff)
downloadghostpdl-8f52736b546329ae2e3ad760f722eac0dec6994e.tar.gz
Update/augment ETS source copyrights
Diffstat (limited to 'base/ets_tm.h')
-rw-r--r--base/ets_tm.h37
1 files changed, 23 insertions, 14 deletions
diff --git a/base/ets_tm.h b/base/ets_tm.h
index df52a6a59..5decb9c3b 100644
--- a/base/ets_tm.h
+++ b/base/ets_tm.h
@@ -1,17 +1,26 @@
-/* Copyright (C) 2001-2020 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.
-*/
+/*
+ * Testbed implementation of Even Better Screening. Please see
+ * http://www.artofcode.com/eventone/ for more details.
+ *
+ * Copyright 2001-2004 Raph Levien <raph@acm.org>
+ *
+ * Code in this module is covered by US Patents 5,055,942 and
+ * 5,917,614, and corresponding international patents. This version
+ * of ETS is for commercial licensees and is governed by the licensing
+ * agreement between artofcode LLC and the licensee. Please see
+ * http://www.artofcode.com/eventone/ for information on licensing.
+ *
+ * Subsequent Changes: Copyright (C) 2013-2020 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.
+ */
#ifndef ets_tm_h_INCLUDED