2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

update copyright notice

This commit is contained in:
Automatic Updater
2011-02-15 23:47:36 +00:00
parent c53a6f37de
commit c41b2924a5
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
; Copyright (C) 2004, 2007-2010 Internet Systems Consortium, Inc. ("ISC") ; Copyright (C) 2004, 2007-2011 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000-2002 Internet Software Consortium. ; Copyright (C) 2000-2002 Internet Software Consortium.
; ;
; Permission to use, copy, modify, and/or distribute this software for any ; Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE. ; PERFORMANCE OF THIS SOFTWARE.
; $Id: example.db.in,v 1.26 2011/02/15 22:02:36 marka Exp $ ; $Id: example.db.in,v 1.27 2011/02/15 23:47:35 tbox Exp $
$TTL 300 ; 5 minutes $TTL 300 ; 5 minutes
@ IN SOA mname1. . ( @ IN SOA mname1. . (

View File

@@ -1,6 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
# #
# Copyright (C) 2004, 2006-2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004, 2006-2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2003 Internet Software Consortium. # Copyright (C) 2000-2003 Internet Software Consortium.
# #
# Permission to use, copy, modify, and/or distribute this software for any # Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: sign.sh,v 1.43 2011/02/15 22:02:36 marka Exp $ # $Id: sign.sh,v 1.44 2011/02/15 23:47:35 tbox Exp $
SYSTEMTESTTOP=../.. SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh . $SYSTEMTESTTOP/conf.sh

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2009, 2011 Internet Systems Consortium, Inc. ("ISC")
* *
* Permission to use, copy, modify, and/or 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 * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: private.c,v 1.4 2011/02/15 18:23:34 fdupont Exp $ */ /* $Id: private.c,v 1.5 2011/02/15 23:47:36 tbox Exp $ */
#include "config.h" #include "config.h"