From a27dc50157eb8267becffcd800eb1abf7e16ae7c Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 28 Apr 2016 22:30:53 -0700 Subject: [PATCH] [master] copyrights --- bin/python/Makefile.in | 2 +- bin/python/dnssec-checkds.py.in | 2 +- bin/python/dnssec-coverage.docbook | 3 +- bin/python/dnssec-coverage.py.in | 2 +- bin/python/dnssec-keymgr.py.in | 2 +- bin/python/isc/Makefile.in | 2 +- bin/python/isc/__init__.py | 21 ++--- bin/python/isc/checkds.py | 2 +- bin/python/isc/coverage.py | 2 +- bin/python/isc/dnskey.py | 2 +- bin/python/isc/eventlist.py | 2 +- bin/python/isc/keydict.py | 2 +- bin/python/isc/keyevent.py | 2 +- bin/python/isc/keymgr.py | 2 +- bin/python/isc/keyseries.py | 2 +- bin/python/isc/keyzone.py | 2 +- bin/python/isc/policy.py | 5 +- bin/python/isc/tests/Makefile.in | 2 +- bin/python/isc/tests/dnskey_test.py | 2 +- bin/python/isc/tests/policy_test.py | 2 +- .../isc/tests/test-policies/01-keysize.pol | 64 +++++++++------ .../isc/tests/test-policies/02-prepublish.pol | 54 ++++++++----- .../tests/test-policies/03-postpublish.pol | 54 ++++++++----- .../test-policies/04-combined-pre-post.pol | 78 +++++++++++-------- bin/python/isc/utils.py.in | 5 +- .../system/keymgr/01-ksk-inactive/README | 3 + .../system/keymgr/02-zsk-inactive/README | 3 + .../system/keymgr/03-ksk-unpublished/README | 3 + .../system/keymgr/04-zsk-unpublished/README | 3 + .../system/keymgr/05-ksk-unpub-active/README | 3 + .../system/keymgr/06-zsk-unpub-active/README | 3 + bin/tests/system/keymgr/07-ksk-ttl/README | 3 + bin/tests/system/keymgr/08-zsk-ttl/README | 3 + bin/tests/system/keymgr/09-no-keys/README | 3 + bin/tests/system/keymgr/10-change-roll/README | 3 + bin/tests/system/keymgr/11-many-simul/README | 3 + bin/tests/system/keymgr/12-many-active/README | 3 + bin/tests/system/keymgr/13-noroll/README | 3 + bin/tests/system/keymgr/14-wrongalg/README | 3 + bin/tests/system/keymgr/15-unspec/README | 3 + .../system/keymgr/16-wrongalg-unspec/README | 3 + bin/tests/system/keymgr/17-noforce/README | 3 + bin/tests/system/keymgr/policy.conf | 32 ++++++-- bin/tests/system/keymgr/policy.good | 16 ++++ bin/tests/system/keymgr/policy.sample | 54 ++++++++----- bin/tests/system/keymgr/testpolicy.py | 17 +++- 46 files changed, 331 insertions(+), 157 deletions(-) diff --git a/bin/python/Makefile.in b/bin/python/Makefile.in index c731a5d953..534fd72b96 100644 --- a/bin/python/Makefile.in +++ b/bin/python/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012-2014, 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-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.docbook b/bin/python/dnssec-coverage.docbook index 892801ecd0..29369227fd 100644 --- a/bin/python/dnssec-coverage.docbook +++ b/bin/python/dnssec-coverage.docbook @@ -1,5 +1,5 @@