diff --git a/bin/python/dnssec-checkds.py.in b/bin/python/dnssec-checkds.py.in index 79db6f1aa1..16774fb501 100644 --- a/bin/python/dnssec-checkds.py.in +++ b/bin/python/dnssec-checkds.py.in @@ -1,6 +1,6 @@ #!@PYTHON@ ############################################################################ -# Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012-2016 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 diff --git a/bin/python/dnssec-coverage.py.in b/bin/python/dnssec-coverage.py.in index bbd8629d58..8a8e25012f 100644 --- a/bin/python/dnssec-coverage.py.in +++ b/bin/python/dnssec-coverage.py.in @@ -1,6 +1,6 @@ #!@PYTHON@ ############################################################################ -# Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013-2015 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 diff --git a/bin/python/isc/Makefile.in b/bin/python/isc/Makefile.in index d5a45f546e..768f0024db 100644 --- a/bin/python/isc/Makefile.in +++ b/bin/python/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016 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 diff --git a/bin/python/isc/__init__.py b/bin/python/isc/__init__.py index fc1433bdc4..6873d36546 100644 --- a/bin/python/isc/__init__.py +++ b/bin/python/isc/__init__.py @@ -1,17 +1,18 @@ -# Copyright (C) 2015 Internet Systems Consortium. +############################################################################ +# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") # -# Permission to use, copy, modify, and distribute this software for any +# Permission to use, copy, modify, and/or 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 INTERNET SYSTEMS CONSORTIUM -# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL -# INTERNET SYSTEMS CONSORTIUM 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. +# 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. +############################################################################ __all__ = ['dnskey', 'eventlist', 'keydict', 'keyevent', 'keyzone', 'utils'] diff --git a/bin/python/isc/checkds.py b/bin/python/isc/checkds.py index 64ca12ebc6..6be5e444b8 100644 --- a/bin/python/isc/checkds.py +++ b/bin/python/isc/checkds.py @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012-2016 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 diff --git a/bin/python/isc/coverage.py b/bin/python/isc/coverage.py index c9e89596f7..01ceef2730 100644 --- a/bin/python/isc/coverage.py +++ b/bin/python/isc/coverage.py @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013-2016 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 diff --git a/bin/python/isc/dnskey.py b/bin/python/isc/dnskey.py index f1559e7239..10c14b9664 100644 --- a/bin/python/isc/dnskey.py +++ b/bin/python/isc/dnskey.py @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013-2016 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 diff --git a/bin/python/isc/eventlist.py b/bin/python/isc/eventlist.py index 4c91368f12..c64aa23edc 100644 --- a/bin/python/isc/eventlist.py +++ b/bin/python/isc/eventlist.py @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2016 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 diff --git a/bin/python/isc/keydict.py b/bin/python/isc/keydict.py index cc73dc47ac..078689ba46 100644 --- a/bin/python/isc/keydict.py +++ b/bin/python/isc/keydict.py @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016 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 diff --git a/bin/python/isc/keyevent.py b/bin/python/isc/keyevent.py index 9025feec4a..6e9a29d490 100644 --- a/bin/python/isc/keyevent.py +++ b/bin/python/isc/keyevent.py @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013-2016 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 diff --git a/bin/python/isc/keyzone.py b/bin/python/isc/keyzone.py index 7dfb31ac55..dc0c7ea051 100644 --- a/bin/python/isc/keyzone.py +++ b/bin/python/isc/keyzone.py @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013-2016 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 diff --git a/bin/python/isc/tests/Makefile.in b/bin/python/isc/tests/Makefile.in index 7c3e4f9fba..f865cee792 100644 --- a/bin/python/isc/tests/Makefile.in +++ b/bin/python/isc/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016 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 diff --git a/bin/python/isc/tests/dnskey_test.py b/bin/python/isc/tests/dnskey_test.py index 2a63695ebe..11e16515f1 100644 --- a/bin/python/isc/tests/dnskey_test.py +++ b/bin/python/isc/tests/dnskey_test.py @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016 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 diff --git a/bin/python/isc/utils.py.in b/bin/python/isc/utils.py.in index 48b9685f33..f73dda4873 100644 --- a/bin/python/isc/utils.py.in +++ b/bin/python/isc/utils.py.in @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016 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 @@ -12,6 +12,8 @@ # 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. +############################################################################ + ############################################################################ # utils.py # Grouping shared code in one place diff --git a/util/copyrights b/util/copyrights index 8008bf1553..a047aea60e 100644 --- a/util/copyrights +++ b/util/copyrights @@ -372,7 +372,7 @@ ./bin/python/dnssec-coverage.8 MAN DOCBOOK ./bin/python/dnssec-coverage.docbook SGML 2013,2014,2015 ./bin/python/dnssec-coverage.html HTML DOCBOOK -./bin/python/dnssec-coverage.py.in PYTHON 2013,2014,2015 +./bin/python/dnssec-coverage.py.in PYTHON-BIN 2013,2014,2015 ./bin/python/isc/.gitignore X 2016 ./bin/python/isc/Makefile.in MAKE 2016 ./bin/python/isc/__init__.py PYTHON 2016