mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 16:18:03 -04:00
update copyrights
This commit is contained in:
parent
fce704e751
commit
39cad8fb7d
5 changed files with 24 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2012-2014 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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2006, 2008, 2010 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2006, 2008, 2010, 2014 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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
#
|
||||
# Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2014 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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
; Copyright (C) 2014 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
|
||||
; 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.
|
||||
|
||||
split-rrsig. 3660 IN SOA . . (
|
||||
1 ; serial
|
||||
3600 ; refresh (1 hour)
|
||||
|
|
|
|||
|
|
@ -318,9 +318,9 @@
|
|||
./bin/pkcs11/.gitignore X 2014
|
||||
./bin/pkcs11/Makefile.in MAKE 2009,2012,2014
|
||||
./bin/pkcs11/OLD-PKCS11-NOTES X 2009
|
||||
./bin/pkcs11/openssl-0.9.8y-patch X 2013
|
||||
./bin/pkcs11/openssl-1.0.0l-patch X 2014
|
||||
./bin/pkcs11/openssl-1.0.1g-patch X 2014
|
||||
./bin/pkcs11/openssl-0.9.8za-patch X 2014
|
||||
./bin/pkcs11/openssl-1.0.0m-patch X 2014
|
||||
./bin/pkcs11/openssl-1.0.1h-patch X 2014
|
||||
./bin/pkcs11/pkcs11-destroy.8 MAN DOCBOOK
|
||||
./bin/pkcs11/pkcs11-destroy.c X 2009,2010,2014
|
||||
./bin/pkcs11/pkcs11-destroy.docbook SGML 2009,2014
|
||||
|
|
@ -362,7 +362,7 @@
|
|||
./bin/pkcs11/win32/pk11tokens.vcxproj.in X 2014
|
||||
./bin/pkcs11/win32/pk11tokens.vcxproj.user X 2014
|
||||
./bin/python/.gitignore X 2012,2013
|
||||
./bin/python/Makefile.in MAKE 2012,2013
|
||||
./bin/python/Makefile.in MAKE 2012,2013,2014
|
||||
./bin/python/dnssec-checkds.8 MAN 2012,2013,2014
|
||||
./bin/python/dnssec-checkds.docbook SGML 2012,2013,2014
|
||||
./bin/python/dnssec-checkds.html HTML DOCBOOK
|
||||
|
|
@ -1150,9 +1150,11 @@
|
|||
./bin/tests/system/dnssec/ns6/named.conf CONF-C 2004,2006,2007,2013
|
||||
./bin/tests/system/dnssec/ns6/optout-tld.db.in ZONE 2013
|
||||
./bin/tests/system/dnssec/ns6/sign.sh SH 2013,2014
|
||||
./bin/tests/system/dnssec/ns7/named.conf CONF-C 2006,2008,2010
|
||||
./bin/tests/system/dnssec/ns7/named.conf CONF-C 2006,2008,2010,2014
|
||||
./bin/tests/system/dnssec/ns7/named.nosoa TXT.BRIEF 2010
|
||||
./bin/tests/system/dnssec/ns7/nosoa.secure.example.db ZONE 2010
|
||||
./bin/tests/system/dnssec/ns7/sign.sh SH 2014
|
||||
./bin/tests/system/dnssec/ns7/split-rrsig.db.in ZONE 2014
|
||||
./bin/tests/system/dnssec/prereq.sh SH 2000,2001,2002,2004,2006,2007,2009,2012,2014
|
||||
./bin/tests/system/dnssec/setup.sh SH 2000,2001,2004,2007,2009,2011,2012,2013,2014
|
||||
./bin/tests/system/dnssec/signer/example.db.in ZONE 2010
|
||||
|
|
|
|||
Loading…
Reference in a new issue