BIND 10 jreed-copyrights, updated. 7b089ac66b9d15be53a0f874dfe4f2e47cb70c07 [jreed-copyrights] Add Copyright to ISC too.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 17 14:28:06 UTC 2011
The branch, jreed-copyrights has been updated
via 7b089ac66b9d15be53a0f874dfe4f2e47cb70c07 (commit)
from b5f4af26e1fffd82d4e9a9a2ba31ce9cd44f820e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7b089ac66b9d15be53a0f874dfe4f2e47cb70c07
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Mar 17 09:27:18 2011 -0500
[jreed-copyrights] Add Copyright to ISC too.
Copyright on this BIND 10 work from CZ.NOC belonfs to ISC.
-----------------------------------------------------------------------
Summary of changes:
src/bin/tests/process_rename_test.py.in | 1 +
src/lib/log/dummylog.cc | 1 +
src/lib/log/dummylog.h | 1 +
src/lib/nsas/fetchable.h | 1 +
src/lib/nsas/nameserver_address.cc | 1 +
src/lib/nsas/tests/fetchable_unittest.cc | 1 +
src/lib/nsas/zone_entry.cc | 1 +
src/lib/python/isc/net/parse.py | 1 +
src/lib/python/isc/net/tests/parse_test.py | 1 +
src/lib/python/isc/util/process.py | 1 +
src/lib/python/isc/util/tests/process_test.py | 1 +
src/lib/resolve/resolver_interface.h | 1 +
12 files changed, 12 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/tests/process_rename_test.py.in b/src/bin/tests/process_rename_test.py.in
index 81ea085..33b7c9d 100644
--- a/src/bin/tests/process_rename_test.py.in
+++ b/src/bin/tests/process_rename_test.py.in
@@ -1,3 +1,4 @@
+# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010 CZ NIC
#
# Permission to use, copy, modify, and distribute this software for any
diff --git a/src/lib/log/dummylog.cc b/src/lib/log/dummylog.cc
index dda0578..95afda7 100644
--- a/src/lib/log/dummylog.cc
+++ b/src/lib/log/dummylog.cc
@@ -1,3 +1,4 @@
+// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2010 CZ NIC
//
// Permission to use, copy, modify, and/or distribute this software for any
diff --git a/src/lib/log/dummylog.h b/src/lib/log/dummylog.h
index 87da9ac..91319a3 100644
--- a/src/lib/log/dummylog.h
+++ b/src/lib/log/dummylog.h
@@ -1,3 +1,4 @@
+// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2010 CZ NIC
//
// Permission to use, copy, modify, and/or distribute this software for any
diff --git a/src/lib/nsas/fetchable.h b/src/lib/nsas/fetchable.h
index e828611..53f5574 100644
--- a/src/lib/nsas/fetchable.h
+++ b/src/lib/nsas/fetchable.h
@@ -1,3 +1,4 @@
+// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2010 CZ NIC
//
// Permission to use, copy, modify, and/or distribute this software for any
diff --git a/src/lib/nsas/nameserver_address.cc b/src/lib/nsas/nameserver_address.cc
index b76d7b8..1131333 100644
--- a/src/lib/nsas/nameserver_address.cc
+++ b/src/lib/nsas/nameserver_address.cc
@@ -1,3 +1,4 @@
+// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2010 CZ NIC
//
// Permission to use, copy, modify, and/or distribute this software for any
diff --git a/src/lib/nsas/tests/fetchable_unittest.cc b/src/lib/nsas/tests/fetchable_unittest.cc
index f94cd16..d6134c3 100644
--- a/src/lib/nsas/tests/fetchable_unittest.cc
+++ b/src/lib/nsas/tests/fetchable_unittest.cc
@@ -1,3 +1,4 @@
+// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2010 CZ NIC
//
// Permission to use, copy, modify, and/or distribute this software for any
diff --git a/src/lib/nsas/zone_entry.cc b/src/lib/nsas/zone_entry.cc
index 35cb79a..e0ec79a 100644
--- a/src/lib/nsas/zone_entry.cc
+++ b/src/lib/nsas/zone_entry.cc
@@ -1,3 +1,4 @@
+// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2010 CZ NIC
//
// Permission to use, copy, modify, and/or distribute this software for any
diff --git a/src/lib/python/isc/net/parse.py b/src/lib/python/isc/net/parse.py
index 86d95aa..5a9452d 100644
--- a/src/lib/python/isc/net/parse.py
+++ b/src/lib/python/isc/net/parse.py
@@ -1,3 +1,4 @@
+# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010 CZ NIC
#
# Permission to use, copy, modify, and distribute this software for any
diff --git a/src/lib/python/isc/net/tests/parse_test.py b/src/lib/python/isc/net/tests/parse_test.py
index 53fca16..162e38a 100644
--- a/src/lib/python/isc/net/tests/parse_test.py
+++ b/src/lib/python/isc/net/tests/parse_test.py
@@ -1,3 +1,4 @@
+# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010 CZ NIC
#
# Permission to use, copy, modify, and distribute this software for any
diff --git a/src/lib/python/isc/util/process.py b/src/lib/python/isc/util/process.py
index 25775af..8c4b5ac 100644
--- a/src/lib/python/isc/util/process.py
+++ b/src/lib/python/isc/util/process.py
@@ -1,3 +1,4 @@
+# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010 CZ NIC
#
# Permission to use, copy, modify, and distribute this software for any
diff --git a/src/lib/python/isc/util/tests/process_test.py b/src/lib/python/isc/util/tests/process_test.py
index ffe8371..a71f10b 100644
--- a/src/lib/python/isc/util/tests/process_test.py
+++ b/src/lib/python/isc/util/tests/process_test.py
@@ -1,3 +1,4 @@
+# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010 CZ NIC
#
# Permission to use, copy, modify, and distribute this software for any
diff --git a/src/lib/resolve/resolver_interface.h b/src/lib/resolve/resolver_interface.h
index e08bb64..bc24eaf 100644
--- a/src/lib/resolve/resolver_interface.h
+++ b/src/lib/resolve/resolver_interface.h
@@ -1,3 +1,4 @@
+// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2010 CZ NIC
//
// Permission to use, copy, modify, and/or distribute this software for any
More information about the bind10-changes
mailing list