summaryrefslogtreecommitdiff
path: root/cups/md5-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cups/md5-private.h')
-rw-r--r--cups/md5-private.h44
1 files changed, 19 insertions, 25 deletions
diff --git a/cups/md5-private.h b/cups/md5-private.h
index 3667cf0b3..8b9bf125b 100644
--- a/cups/md5-private.h
+++ b/cups/md5-private.h
@@ -1,31 +1,29 @@
/*
- * "$Id$"
+ * Private MD5 definitions for CUPS.
*
- * Private MD5 definitions for CUPS.
+ * Copyright 2007-2010 by Apple Inc.
+ * Copyright 2005 by Easy Software Products
*
- * Copyright 2007-2010 by Apple Inc.
- * Copyright 2005 by Easy Software Products
+ * Copyright (C) 1999 Aladdin Enterprises. All rights reserved.
*
- * 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.
*
- * 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:
*
- * 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.
*
- * 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
+ * L. Peter Deutsch
+ * ghost@aladdin.com
*/
/*
@@ -73,7 +71,3 @@ void _cupsMD5Finish(_cups_md5_state_t *pms, unsigned char digest[16]);
} /* end extern "C" */
# endif /* __cplusplus */
#endif /* !_CUPS_MD5_PRIVATE_H_ */
-
-/*
- * End of "$Id$".
- */