2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

update copyright notice

This commit is contained in:
Mark Andrews 2007-01-05 05:56:05 +00:00
parent 8959ca2070
commit 28b14c4e69
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
- 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 - Permission to use, copy, modify, and 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
@ -15,7 +15,7 @@
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: bind9.xsl,v 1.6 2007/01/05 04:45:05 marka Exp $ --> <!-- $Id: bind9.xsl,v 1.7 2007/01/05 05:56:05 marka Exp $ -->
<xsl:stylesheet version="1.0" <xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

View 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. * Copyright (C) 1999-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
@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: resolver.c,v 1.338 2007/01/04 04:11:03 marka Exp $ */ /* $Id: resolver.c,v 1.339 2007/01/05 05:56:05 marka Exp $ */
/*! \file */ /*! \file */

View File

@ -1,6 +1,6 @@
#!/usr/local/bin/perl -w #!/usr/local/bin/perl -w
# #
# Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1998-2001 Internet Software Consortium. # Copyright (C) 1998-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 @@
# 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: update_copyrights,v 1.47 2007/01/05 05:54:06 marka Exp $ # $Id: update_copyrights,v 1.48 2007/01/05 05:56:05 marka Exp $
require 5.002; require 5.002;