summaryrefslogtreecommitdiff
path: root/gs/src/md5.h
diff options
context:
space:
mode:
authorStefan Kemper <stefan.kemper@artifex.com>2006-05-31 17:10:39 +0000
committerStefan Kemper <stefan.kemper@artifex.com>2006-05-31 17:10:39 +0000
commit09bf4d3559e0df45dd6b7205e0f325fb45fe37da (patch)
treeef359a2ba8c04d1a6b5344d19052b6d07ad7b1a2 /gs/src/md5.h
parenta0d9c4bbcc27a5a265863c2d8cefd4f8cf8ba9c0 (diff)
downloadghostpdl-09bf4d3559e0df45dd6b7205e0f325fb45fe37da.tar.gz
Revert copywrite notices for public domain code used by ghostscript.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@6827 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/md5.h')
-rw-r--r--gs/src/md5.h37
1 files changed, 24 insertions, 13 deletions
diff --git a/gs/src/md5.h b/gs/src/md5.h
index 468cf433a..c0ebd8055 100644
--- a/gs/src/md5.h
+++ b/gs/src/md5.h
@@ -1,16 +1,27 @@
-/* Copyright (C) 2001-2006 artofcode LLC.
- 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 that
- license. Refer to licensing information at http://www.artifex.com/
- or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
- San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
-*/
-/* $Id$ */
+/*
+ Copyright (C) 1999 Aladdin Enterprises. All rights reserved.
+
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+ L. Peter Deutsch
+ ghost@aladdin.com
+
+ */
+/*$RCSfile$ $Revision: 1899 $ */
/*
Independent implementation of MD5 (RFC 1321).