]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Fri, 22 Mar 2013 23:45:24 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 22 Mar 2013 23:45:24 +0000 (23:45 +0000)
bin/tests/system/checkzone/tests.sh
lib/isc/win32/dir.c
lib/isc/win32/entropy.c
lib/isc/win32/file.c
lib/isc/win32/fsaccess.c
lib/isc/win32/net.c
lib/isc/win32/ntgroups.c
lib/isc/win32/os.c
lib/isc/win32/win32os.c
lib/lwres/win32/lwconfig.c

index e7643cba3bcd58c1ac8729caac382f95194b5dba..aa9ccba9c5295095db3c053682b7b1cccb93623a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-2013  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
index d6a0bb3e44594dc62219ddd23963ea6577d895ac..4544d0574160f7e733c5b7bbeeb049c05ae2a912 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007-2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index e329ab7e4a2bcd6357eb2c2d49a6c9ac35ef15f9..44803275ff1232028a2d98d893f28bb5b1b1e079 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2009, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 639ac8c8262ad96960e1e1dc43c50ad6edc01008..b9f3c884efbaf7bf4bebb137c43cad35cef03992 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -296,7 +296,7 @@ isc_file_template(const char *path, const char *templet, char *buf,
 
 isc_result_t
 isc_file_renameunique(const char *file, char *templet) {
-       int fd; 
+       int fd;
        int res = 0;
        isc_result_t result = ISC_R_SUCCESS;
 
index 98205409363f797907bb23f777be6686fa133fd3..2dd331b86347a39550b67dde5e9e31a7b838f1e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -76,7 +76,7 @@ is_ntfs(const char * file) {
         * Look for c:\path\... style, c:/path/... or \\computer\shar\path...
         * the UNC style file specs
         */
-       if (isalpha(filename[0]) && filename[1] == ':' && 
+       if (isalpha(filename[0]) && filename[1] == ':' &&
                (filename[2] == '\\' || filename[2] == '/')) {
                strncpy(drive, filename, 3);
                drive[3] = '\0';
@@ -96,7 +96,7 @@ is_ntfs(const char * file) {
        }
        else /* Not determinable */
                return (FALSE);
-               
+
        GetVolumeInformation(drive, NULL, 0, NULL, 0, NULL, FSType,
                             sizeof(FSType));
        if(strcmp(FSType,"NTFS") == 0)
index a41641e62904edcdf92f5ec0743cf87cec3d87fd..e49af2794256299842af361cad70aef5cc9781d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 7f92a50bfcb365da4c9e0fc64a5e25dda7d73cf9..399e2e2f5f795b308715c8555ae46984923c01fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006, 2007, 2009, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 6aea7809563bc5b2a71b4353625c17352b30264f..197d6553d4b91c474900fc9fa400214ff3350edf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -28,7 +28,7 @@ static void
 initialize_action(void) {
        if (bInit)
                return;
-       
+
        GetSystemInfo(&SystemInfo);
        bInit = TRUE;
 }
index 1a1b593855272cea717c3e23d265b7f396608885..035ac4a97b6ce982b59aeb4b1676f15430794c41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -29,7 +29,7 @@ initialize_action(void) {
        BOOL bSuccess;
 
        if (bInit)
-               return; 
+               return;
        /*
         * NOTE: VC++ 6.0 gets this function declaration wrong
         * so we compensate by casting the argument
index 4064de9d75fcbd9c0706b248d2d2734a7f396303..1de04868d9f4026e263e9d4ca5bf9ea25933886f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006, 2007, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any