2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

update copyright notice

This commit is contained in:
Mark Andrews
2006-04-15 01:30:16 +00:00
parent e086341ea5
commit 4b3f3cc671
3 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"
[<!ENTITY mdash "&#8212;">]> [<!ENTITY mdash "&#8212;">]>
<!-- <!--
- Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") - Copyright (C) 2004-2006 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 distribute this software for any - Permission to use, copy, modify, and distribute this software for any
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: dnssec-signzone.docbook,v 1.21 2006/04/13 18:09:56 dhankins Exp $ --> <!-- $Id: dnssec-signzone.docbook,v 1.22 2006/04/15 01:30:16 marka Exp $ -->
<refentry id="man.dnssec-signzone"> <refentry id="man.dnssec-signzone">
<refentryinfo> <refentryinfo>
<date>June 30, 2000</date> <date>June 30, 2000</date>
@@ -39,6 +39,7 @@
<copyright> <copyright>
<year>2004</year> <year>2004</year>
<year>2005</year> <year>2005</year>
<year>2006</year>
<holder>Internet Systems Consortium, Inc. ("ISC")</holder> <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
</copyright> </copyright>
<copyright> <copyright>

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1997-2001 Internet Software Consortium. * Copyright (C) 1997-2001 Internet Software Consortium.
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: heap.c,v 1.33 2006/04/10 16:28:04 explorer Exp $ */ /* $Id: heap.c,v 1.34 2006/04/15 01:30:16 marka Exp $ */
/*! \file /*! \file
* Heap implementation of priority queues adapted from the following: * Heap implementation of priority queues adapted from the following:

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1997-2001 Internet Software Consortium. * Copyright (C) 1997-2001 Internet Software Consortium.
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: heap.h,v 1.20 2006/04/10 16:28:04 explorer Exp $ */ /* $Id: heap.h,v 1.21 2006/04/15 01:30:16 marka Exp $ */
#ifndef ISC_HEAP_H #ifndef ISC_HEAP_H
#define ISC_HEAP_H 1 #define ISC_HEAP_H 1