diff options
author | L Peter Deutsch <lpd@ghostscript.com> | 2000-09-19 19:00:55 +0000 |
---|---|---|
committer | L Peter Deutsch <lpd@ghostscript.com> | 2000-09-19 19:00:55 +0000 |
commit | 0d39d4c5093dc8dba71ad840a68b249d029e5fef (patch) | |
tree | db64427fef025ad1b51f60d6016a953a070a66b2 /gs/src/gxsample.c | |
parent | 2b9971de7eef8510a59143dde5afb204f066b752 (diff) | |
download | ghostpdl-0d39d4c5093dc8dba71ad840a68b249d029e5fef.tar.gz |
Updates the license notices to reflect the name change from Aladdin
Ghostscript to AFPL Ghostscript, as well as some internal references to the
program name.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@729 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/gxsample.c')
-rw-r--r-- | gs/src/gxsample.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/gs/src/gxsample.c b/gs/src/gxsample.c index 10b78e8f9..3a35340f8 100644 --- a/gs/src/gxsample.c +++ b/gs/src/gxsample.c @@ -1,20 +1,20 @@ /* Copyright (C) 1997, 1999 Aladdin Enterprises. All rights reserved. - - This file is part of Aladdin Ghostscript. - - Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author - or distributor accepts any responsibility for the consequences of using it, - or for whether it serves any particular purpose or works at all, unless he - or she says so in writing. Refer to the Aladdin Ghostscript Free Public - License (the "License") for full details. - - Every copy of Aladdin Ghostscript must include a copy of the License, - normally in a plain ASCII text file named PUBLIC. The License grants you - the right to copy, modify and redistribute Aladdin Ghostscript, but only - under certain conditions described in the License. Among other things, the - License requires that the copyright notice and this notice be preserved on - all copies. - */ + + This file is part of AFPL Ghostscript. + + AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or + distributor accepts any responsibility for the consequences of using it, or + for whether it serves any particular purpose or works at all, unless he or + she says so in writing. Refer to the Aladdin Free Public License (the + "License") for full details. + + Every copy of AFPL Ghostscript must include a copy of the License, normally + in a plain ASCII text file named PUBLIC. The License grants you the right + to copy, modify and redistribute AFPL Ghostscript, but only under certain + conditions described in the License. Among other things, the License + requires that the copyright notice and this notice be preserved on all + copies. +*/ /*$Id$ */ /* Sample unpacking procedures */ |