]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/network.h
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / scheduler / network.h
index c7a6aa0c391077665e0c8b9b111836093c93009d..8373d8bf82f63c321f4e8673bdadd6e9414c5a63 100644 (file)
@@ -1,16 +1,14 @@
 /*
- * "$Id$"
+ * Network interface definitions for the CUPS scheduler.
  *
- *   Network interface definitions for the CUPS scheduler.
+ * Copyright 2007-2010 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products, all rights reserved.
  *
- *   Copyright 2007-2010 by Apple Inc.
- *   Copyright 1997-2006 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"
- *   "LICENSE" which should have been included with this file.  If this
- *   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"
+ * "LICENSE" which should have been included with this file.  If this
+ * file is missing or damaged, see the license at "http://www.cups.org/".
  */
 
 /*
@@ -45,8 +43,3 @@ VAR cups_array_t      *NetIFList      VALUE(NULL);
 
 extern cupsd_netif_t   *cupsdNetIFFind(const char *name);
 extern void            cupsdNetIFUpdate(void);
-
-
-/*
- * End of "$Id$".
- */