]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/getifaddrs.c
Fix whitespace errors (again).
[thirdparty/cups.git] / cups / getifaddrs.c
index abecd43a187db2094499cfa21a5069a47edb2d95..f751aa8583a0f25808198564914b2d03df103221 100644 (file)
@@ -1,38 +1,18 @@
 /*
- * "$Id$"
+ * Network interface functions for CUPS.
  *
- *   Network interface functions for the Common UNIX Printing System
- *   (CUPS) scheduler.
+ * Copyright © 2007-2018 by Apple Inc.
+ * Copyright © 1997-2006 by Easy Software Products, all rights reserved.
  *
- *   Copyright 1997-2006 by Easy Software Products, all rights reserved.
- *
- *   These coded instructions, statements, and computer programs are the
- *   property of Easy Software Products and are protected by Federal
- *   copyright law.  Distribution and use rights are outlined in the file
- *   "LICENSE" which should have been included with this file.  If this
- *   file is missing or damaged please contact Easy Software Products
- *   at:
- *
- *       Attn: CUPS Licensing Information
- *       Easy Software Products
- *       44141 Airport View Drive, Suite 204
- *       Hollywood, Maryland 20636 USA
- *
- *       Voice: (301) 373-9600
- *       EMail: cups-info@cups.org
- *         WWW: http://www.cups.org
- *
- * Contents:
- *
- *   _cups_getifaddrs()  - Get a list of network interfaces on the system.
- *   _cups_freeifaddrs() - Free an interface list...
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more
+ * information.
  */
 
 /*
  * Include necessary headers.
  */
 
-#include "http-private.h"
+#include "getifaddrs-internal.h"
 
 
 #ifndef HAVE_GETIFADDRS
@@ -269,8 +249,3 @@ _cups_freeifaddrs(struct ifaddrs *addrs)/* I - Interface list to free */
   }
 }
 #endif /* !HAVE_GETIFADDRS */
-
-
-/*
- * End of "$Id$".
- */