summaryrefslogtreecommitdiff
path: root/cups/file-private.h
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-06-15 20:53:04 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-06-15 20:53:04 -0400
commit2a75f21b6a90dcb02b7333d3c17fd08a1c89a93e (patch)
treea9a054724fbfeb093ee4d2de3c4fa030f5e9106b /cups/file-private.h
parentac032efa3e54de42e1666bdf0f5c72a769f99b85 (diff)
downloadcups-2a75f21b6a90dcb02b7333d3c17fd08a1c89a93e.tar.gz
Sync up with changes from IPP sample code project.
Diffstat (limited to 'cups/file-private.h')
-rw-r--r--cups/file-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cups/file-private.h b/cups/file-private.h
index b8ca431fe..1f4db7989 100644
--- a/cups/file-private.h
+++ b/cups/file-private.h
@@ -4,9 +4,9 @@
* Since stdio files max out at 256 files on many systems, we have to
* write similar functions without this limit. At the same time, using
* our own file functions allows us to provide transparent support of
- * gzip'd print files, PPD files, etc.
+ * different line endings, gzip'd print files, PPD files, etc.
*
- * Copyright 2007-2014 by Apple Inc.
+ * Copyright 2007-2017 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products, all rights reserved.
*
* These coded instructions, statements, and computer programs are the