]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorMark Andrews <marka@isc.org>
Tue, 9 Jan 2007 02:44:24 +0000 (02:44 +0000)
committerMark Andrews <marka@isc.org>
Tue, 9 Jan 2007 02:44:24 +0000 (02:44 +0000)
bin/tests/system/start.sh
bin/tests/system/stop.sh
contrib/sdb/pgsql/zonetodb.c
lib/bind/configure.in
lib/bind/make/rules.in
lib/bind/port_after.h.in
lib/bind/port_before.h.in

index 928aa8fabb63f928cc0d22b80677124188485e86..eb45db6a22fa0d817401224a6cb2e66d149b90d5 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2001  Internet Software Consortium.
+# Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: start.sh,v 1.39 2004/03/05 04:59:13 marka Exp $
+# $Id: start.sh,v 1.40 2007/01/09 02:44:24 marka Exp $
 
 . ./conf.sh
 $PERL start.pl "$@"
index 473945340a211cc554637249ecd9a1983d935898..0430a023fcdd696676e3f9fefd9783a44885ed0c 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2001  Internet Software Consortium.
+# Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: stop.sh,v 1.22 2004/03/05 04:59:13 marka Exp $
+# $Id: stop.sh,v 1.23 2007/01/09 02:44:24 marka Exp $
 
 . ./conf.sh
 $PERL ./stop.pl "$@"
index 7e7b6064dd8133bfd00b2bafcd1557adb1afda54..80ca0e90713a25cac6411795ab3fb41dfe1e4519 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zonetodb.c,v 1.15 2005/09/06 03:51:35 marka Exp $ */
+/* $Id: zonetodb.c,v 1.16 2007/01/09 02:44:24 marka Exp $ */
 
 #include <stdlib.h>
 #include <string.h>
index 2a0f2487899ddc7fa91d0a1bd3b2ba5d9c4934f5..8cc1423762a51920e561d643676cf02e606ef68f 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2001  Internet Software Consortium.
+# Copyright (C) 2001, 2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-AC_REVISION($Revision: 1.123 $)
+AC_REVISION($Revision: 1.124 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
index db4af9b3d47c656042facdeee3016160678cdd07..76d4a7a5f150e5ec593488007950dd31444005a1 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2001  Internet Software Consortium.
+# Copyright (C) 2001, 2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: rules.in,v 1.10 2004/10/19 23:33:48 marka Exp $
+# $Id: rules.in,v 1.11 2007/01/09 02:44:24 marka Exp $
 
 ###
 ### Common Makefile rules for BIND 9.
index f248d23f561458fb36a09e38dd399c33f8f300a6..32c7913817303eeecb16a9b72b1dfa1516105019 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2001-2003  Internet Software Consortium.
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+ * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
+ */
+
+/* $Id: port_after.h.in,v 1.51 2007/01/09 02:44:24 marka Exp $ */
+
 #ifndef port_after_h
 #define port_after_h
 
index 79cf27776ba6ac5580fb181d992563d5bf222082..c213d7e925cabced9047a6a427ee0d2272e51cfb 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2005, 2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2001  Internet Software Consortium.
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+ * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
+ */
+
+/* $Id: port_before.h.in,v 1.24 2007/01/09 02:44:24 marka Exp $ */
+
 #ifndef port_before_h
 #define port_before_h
 #include <config.h>