summaryrefslogtreecommitdiff
path: root/notifier
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 /notifier
parente34d1ec4b926b3d31cfc00408faf99e69aa48ce8 (diff)
downloadcups-503b54c9302c8de6207e079a80a89a787eb612ea.tar.gz
Remove all of the Subversion keywords from various source files.
Diffstat (limited to 'notifier')
-rw-r--r--notifier/Makefile23
-rw-r--r--notifier/dbus.c7
-rw-r--r--notifier/mailto.c31
-rw-r--r--notifier/rss.c7
-rw-r--r--notifier/testnotify.c28
5 files changed, 24 insertions, 72 deletions
diff --git a/notifier/Makefile b/notifier/Makefile
index e3d741351..dd3e5c860 100644
--- a/notifier/Makefile
+++ b/notifier/Makefile
@@ -1,16 +1,14 @@
#
-# "$Id$"
+# Notifier makefile for CUPS.
#
-# Notifier makefile for CUPS.
+# Copyright 2007-2012 by Apple Inc.
+# Copyright 1997-2007 by Easy Software Products, all rights reserved.
#
-# Copyright 2007-2012 by Apple Inc.
-# Copyright 1997-2007 by Easy Software Products, all rights reserved.
-#
-# 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/".
#
include ../Makedefs
@@ -158,8 +156,3 @@ testnotify: testnotify.o ../cups/$(LIBCUPS)
$(OBJS): ../Makedefs
include Dependencies
-
-
-#
-# End of "$Id$".
-#
diff --git a/notifier/dbus.c b/notifier/dbus.c
index 03a41681e..4eddf9758 100644
--- a/notifier/dbus.c
+++ b/notifier/dbus.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* D-Bus notifier for CUPS.
*
* Copyright 2008-2014 by Apple Inc.
@@ -651,8 +649,3 @@ main(void)
return (1);
}
#endif /* HAVE_DBUS */
-
-
-/*
- * End of "$Id$".
- */
diff --git a/notifier/mailto.c b/notifier/mailto.c
index 7b2f8a1a2..ce55f18b0 100644
--- a/notifier/mailto.c
+++ b/notifier/mailto.c
@@ -1,24 +1,14 @@
/*
- * "$Id$"
+ * "mailto" notifier for CUPS.
*
- * "mailto" notifier for CUPS.
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2005 by Easy Software Products.
*
- * Copyright 2007-2011 by Apple Inc.
- * Copyright 1997-2005 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/".
- *
- * Contents:
- *
- * main() - Main entry for the mailto notifier.
- * email_message() - Email a notification message.
- * load_configuration() - Load the mailto.conf file.
- * pipe_sendmail() - Open a pipe to sendmail...
- * print_attributes() - Print the attributes in a request...
+ * 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/".
*/
/*
@@ -639,8 +629,3 @@ print_attributes(ipp_t *ipp, /* I - IPP request */
ippTagString(attr->value_tag), buffer);
}
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/notifier/rss.c b/notifier/rss.c
index 3f6ca111e..be765d68e 100644
--- a/notifier/rss.c
+++ b/notifier/rss.c
@@ -1,6 +1,4 @@
/*
- * "$Id$"
- *
* RSS notifier for CUPS.
*
* Copyright 2007-2015 by Apple Inc.
@@ -732,8 +730,3 @@ xml_escape(const char *s) /* I - String to escape */
return (e);
}
-
-
-/*
- * End of "$Id$".
- */
diff --git a/notifier/testnotify.c b/notifier/testnotify.c
index a7b8df4a7..cd01617ce 100644
--- a/notifier/testnotify.c
+++ b/notifier/testnotify.c
@@ -1,21 +1,14 @@
/*
- * "$Id$"
+ * Test notifier for CUPS.
*
- * Test notifier for CUPS.
+ * Copyright 2007-2016 by Apple Inc.
+ * Copyright 1997-2005 by Easy Software Products.
*
- * Copyright 2007-2016 by Apple Inc.
- * Copyright 1997-2005 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/".
- *
- * Contents:
- *
- * main() - Main entry for the test notifier.
- * print_attributes() - Print the attributes in a request...
+ * 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/".
*/
/*
@@ -120,8 +113,3 @@ print_attributes(ipp_t *ipp, /* I - IPP request */
ippTagString(attr->value_tag), buffer);
}
}
-
-
-/*
- * End of "$Id$".
- */