Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
2da2220f
Commit
2da2220f
authored
Dec 22, 2006
by
Rob Austein
Browse files
Copyright tweaks
parent
ed954ce7
Changes
5
Hide whitespace changes
Inline
Side-by-side
doc/doxygen/isc-footer.html
View file @
2da2220f
<!--
- Copyright (C) 2006 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
- 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.
-->
<!-- $Id: isc-footer.html,v 1.3 2006/12/22 02:40:14 sra Exp $ -->
<!-- $Id -->
<hr
size=
"1"
>
<address
style=
"align: right;"
>
<small>
...
...
doc/doxygen/isc-header.html
View file @
2da2220f
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- $Id: isc-header.html,v 1.2 2006/12/22 01:44:59 marka Exp $ -->
<!--
- Copyright (C) 2006 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
- 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.
-->
<!-- $Id: isc-header.html,v 1.3 2006/12/22 02:40:14 sra Exp $ -->
<html>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=iso-8859-1"
>
...
...
util/copyrights
View file @
2da2220f
...
...
@@ -496,7 +496,7 @@
./bin/tests/system/dnssec/ns2/insecure.secure.example.db ZONE 2000,2001,2004
./bin/tests/system/dnssec/ns2/named.conf CONF-C 2000,2001,2002,2004,2006
./bin/tests/system/dnssec/ns2/private.secure.example.db.in ZONE 2000,2001,2004
./bin/tests/system/dnssec/ns2/rfc2335.example.db
ZONE
2004
./bin/tests/system/dnssec/ns2/rfc2335.example.db
X
2004
./bin/tests/system/dnssec/ns2/sign.sh SH 2000,2001,2002,2003,2004,2006
./bin/tests/system/dnssec/ns3/.cvsignore X 2000,2001
./bin/tests/system/dnssec/ns3/bogus.example.db.in ZONE 2000,2001,2004
...
...
util/update_copyrights
View file @
2da2220f
...
...
@@ -15,13 +15,17 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: update_copyrights,v 1.4
4
2006/1
1/30 23:58:49 mark
a Exp $
# $Id: update_copyrights,v 1.4
5
2006/1
2/22 02:40:14 sr
a Exp $
require
5.002
;
# Map copyright owners to the files containing copyright messages.
# The first line of the copyright message is not in the file;
# it is constructed by this script.
#
# Usage:
#
# perl util/update_copyrights <util/copyrights
my
%owner2filename
=
(
""
=>
"
util/COPYRIGHT
",
...
...
@@ -150,7 +154,7 @@ foreach $file (keys %file_types) {
$start_comment
=
"
/*
\n
";
$prefix
=
"
*
";
$end_comment
=
"
*/
\n
";
}
elsif
(
$type
=~
/^(SH|PERL|TCL|MAKE|CONF-SH)$/
)
{
}
elsif
(
$type
=~
/^(SH|PERL|TCL|MAKE|CONF-SH
|RNC
)$/
)
{
$shell_comment
=
1
;
$prefix
=
"
#
";
}
elsif
(
$type
eq
"
ZONE
"
||
$type
eq
"
MC
")
{
...
...
xml/statistics-schema.rnc
View file @
2da2220f
# Copyright (C) 2006 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
# 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.
# $Id: statistics-schema.rnc,v 1.5 2006/12/22 02:40:14 sra Exp $
# default namespace = "http://isc.org/isc/1.0/statistics/1.0/"
start = isc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment