summaryrefslogtreecommitdiff
path: root/monitor
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 /monitor
parente34d1ec4b926b3d31cfc00408faf99e69aa48ce8 (diff)
downloadcups-503b54c9302c8de6207e079a80a89a787eb612ea.tar.gz
Remove all of the Subversion keywords from various source files.
Diffstat (limited to 'monitor')
-rw-r--r--monitor/Makefile25
-rw-r--r--monitor/bcp.c7
-rw-r--r--monitor/tbcp.c7
3 files changed, 9 insertions, 30 deletions
diff --git a/monitor/Makefile b/monitor/Makefile
index 7ba7c4230..11c9ebaa4 100644
--- a/monitor/Makefile
+++ b/monitor/Makefile
@@ -1,18 +1,16 @@
#
-# "$Id$"
+# Port monitor makefile for CUPS.
#
-# Port monitor makefile for CUPS.
+# Copyright 2007-2012 by Apple Inc.
+# Copyright 2006 by Easy Software Products.
#
-# Copyright 2007-2012 by Apple Inc.
-# Copyright 2006 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.
+# This file is subject to the Apple OS-Developed Software exception.
#
include ../Makedefs
@@ -140,8 +138,3 @@ tbcp: tbcp.o ../cups/$(LIBCUPS)
#
include Dependencies
-
-
-#
-# End of "$Id$".
-#
diff --git a/monitor/bcp.c b/monitor/bcp.c
index 885805243..0eef9a52d 100644
--- a/monitor/bcp.c
+++ b/monitor/bcp.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* TBCP port monitor for CUPS.
*
* Copyright 2007-2014 by Apple Inc.
@@ -278,8 +276,3 @@ pswrite(const char *buf, /* I - Buffer to write */
return ((ssize_t)bytes);
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/monitor/tbcp.c b/monitor/tbcp.c
index e37635a70..be7a78847 100644
--- a/monitor/tbcp.c
+++ b/monitor/tbcp.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* TBCP port monitor for CUPS.
*
* Copyright 2007-2014 by Apple Inc.
@@ -268,8 +266,3 @@ pswrite(const char *buf, /* I - Buffer to write */
return ((ssize_t)bytes);
}
-
-
-/*
- * End of "$Id$".
- */