summaryrefslogtreecommitdiff
path: root/cups/snprintf.c
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
commit503b54c9302c8de6207e079a80a89a787eb612ea (patch)
treeecd089feea134385d580d6e5a2af147ddb47be64 /cups/snprintf.c
parente34d1ec4b926b3d31cfc00408faf99e69aa48ce8 (diff)
downloadcups-503b54c9302c8de6207e079a80a89a787eb612ea.tar.gz
Remove all of the Subversion keywords from various source files.
Diffstat (limited to 'cups/snprintf.c')
-rw-r--r--cups/snprintf.c31
1 files changed, 9 insertions, 22 deletions
diff --git a/cups/snprintf.c b/cups/snprintf.c
index 9af6b90f8..d586ce92a 100644
--- a/cups/snprintf.c
+++ b/cups/snprintf.c
@@ -1,23 +1,16 @@
/*
- * "$Id$"
+ * snprintf functions for CUPS.
*
- * snprintf functions for CUPS.
+ * Copyright 2007-2013 by Apple Inc.
+ * Copyright 1997-2007 by Easy Software Products.
*
- * Copyright 2007-2013 by Apple Inc.
- * Copyright 1997-2007 by Easy Software Products.
+ * These coded instructions, statements, and computer programs are the
+ * property of Apple Inc. and are protected by Federal copyright
+ * law. Distribution and use rights are outlined in the file "LICENSE.txt"
+ * which should have been included with this file. If this file is
+ * file is missing or damaged, see the license at "http://www.cups.org/".
*
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. and are protected by Federal copyright
- * law. Distribution and use rights are outlined in the file "LICENSE.txt"
- * which should have been included with this file. If this file is
- * file is missing or damaged, see the license at "http://www.cups.org/".
- *
- * This file is subject to the Apple OS-Developed Software exception.
- *
- * Contents:
- *
- * _cups_vsnprintf() - Format a string into a fixed size buffer.
- * _cups_snprintf() - Format a string into a fixed size buffer.
+ * This file is subject to the Apple OS-Developed Software exception.
*/
/*
@@ -358,9 +351,3 @@ _cups_snprintf(char *buffer, /* O - Output buffer */
return (bytes);
}
#endif /* !HAVE_SNPRINTF */
-
-
-/*
- * End of "$Id$".
- */
-