]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/auth.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / scheduler / auth.c
index 171dccb052290c757dc4b159be69b3f197865280..4a0ece175b17eb70c575a2ae88a8a4a518eadf32 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * Authorization routines for the CUPS scheduler.
  *
  * Copyright 2007-2015 by Apple Inc.
@@ -2208,8 +2206,3 @@ to64(char          *s,                    /* O - Output string */
     *s++ = itoa64[v & 0x3f];
 }
 #endif /* HAVE_LIBPAM */
-
-
-/*
- * End of "$Id$".
- */