]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorMark Andrews <marka@isc.org>
Fri, 12 Jan 2007 00:14:51 +0000 (00:14 +0000)
committerMark Andrews <marka@isc.org>
Fri, 12 Jan 2007 00:14:51 +0000 (00:14 +0000)
FAQ.xml
bin/named/bind9.xsl
bin/named/server.c
lib/isc/include/isc/socket.h
lib/isc/include/isc/task.h
lib/isc/task.c

diff --git a/FAQ.xml b/FAQ.xml
index 7902f1a1eff17ad9bb8757d61d4ebf6a0b80cfef..463cc3a628e10aa91a6cab38c2c17997f2358507 100644 (file)
--- a/FAQ.xml
+++ b/FAQ.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []>
 <!--
- - Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and distribute this software for any
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: FAQ.xml,v 1.15 2007/01/11 23:54:52 marka Exp $ -->
+<!-- $Id: FAQ.xml,v 1.16 2007/01/12 00:14:50 marka Exp $ -->
 
 <article class="faq">
   <title>Frequently Asked Questions about BIND 9</title>
@@ -27,6 +27,7 @@
       <year>2004</year>
       <year>2005</year>
       <year>2006</year>
+      <year>2007</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
index 0e8d17d2d27cffdfe0be5b4b6101d9913fcf70cb..01c436cce02b397647ba8b41888bcc303148c7b0 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2006  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
  -
  - Permission to use, copy, modify, and distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: bind9.xsl,v 1.9 2007/01/10 18:49:36 explorer Exp $ -->
+<!-- $Id: bind9.xsl,v 1.10 2007/01/12 00:14:50 marka Exp $ -->
 
 <?xml version="1.0" encoding="UTF-8"?>
 <xsl:stylesheet version="1.0"
index 582dec10f14e9214e8a8dd23070d2fe26d2bf489..889300e79d4b214efc808f6d18cf9c0d8e219f81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.474 2007/01/10 18:50:37 explorer Exp $ */
+/* $Id: server.c,v 1.475 2007/01/12 00:14:51 marka Exp $ */
 
 /*! \file */
 
index 557631763a35cd719a4a25862be186a2f73dba89..c72ad49936a97399aeed10830e9574e1bc36bf13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.h,v 1.69 2007/01/10 18:56:20 explorer Exp $ */
+/* $Id: socket.h,v 1.70 2007/01/12 00:14:51 marka Exp $ */
 
 #ifndef ISC_SOCKET_H
 #define ISC_SOCKET_H 1
index 043ffd14504b531c6fd50d7cc258fe9d13b36ad6..46705c560beb94c17e452ddaeded67e9b82d94fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: task.h,v 1.58 2007/01/10 18:55:54 explorer Exp $ */
+/* $Id: task.h,v 1.59 2007/01/12 00:14:51 marka Exp $ */
 
 #ifndef ISC_TASK_H
 #define ISC_TASK_H 1
index 556578eb2b9c4a2f559e92ce1bf3cb0fda8c4845..0b69fa10e92fc000811cb4123a7c2df94bf6f9cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: task.c,v 1.101 2007/01/10 18:51:27 explorer Exp $ */
+/* $Id: task.c,v 1.102 2007/01/12 00:14:51 marka Exp $ */
 
 /*! \file
  * \author Principal Author: Bob Halley