X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cups%2Fgetifaddrs.c;h=82653a91cd585e0daeefb2b19c7fd60bc5b90326;hb=503b54c9302c8de6207e079a80a89a787eb612ea;hp=8111e224db8d98e307b597b1dd2601114363bb31;hpb=e34d1ec4b926b3d31cfc00408faf99e69aa48ce8;p=thirdparty%2Fcups.git diff --git a/cups/getifaddrs.c b/cups/getifaddrs.c index 8111e224d..82653a91c 100644 --- a/cups/getifaddrs.c +++ b/cups/getifaddrs.c @@ -1,21 +1,14 @@ /* - * "$Id$" + * Network interface functions for CUPS. * - * Network interface functions for CUPS. + * 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/". - * - * Contents: - * - * _cups_getifaddrs() - Get a list of network interfaces on the system. - * _cups_freeifaddrs() - Free an interface list... + * 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/". */ /* @@ -259,8 +252,3 @@ _cups_freeifaddrs(struct ifaddrs *addrs)/* I - Interface list to free */ } } #endif /* !HAVE_GETIFADDRS */ - - -/* - * End of "$Id$". - */