Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
591
Issues
591
List
Boards
Labels
Service Desk
Milestones
Merge Requests
113
Merge Requests
113
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
2da2220f
Commit
2da2220f
authored
Dec 22, 2006
by
Rob Austein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyright tweaks
parent
ed954ce7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
60 additions
and
5 deletions
+60
-5
doc/doxygen/isc-footer.html
doc/doxygen/isc-footer.html
+19
-0
doc/doxygen/isc-header.html
doc/doxygen/isc-header.html
+18
-2
util/copyrights
util/copyrights
+1
-1
util/update_copyrights
util/update_copyrights
+6
-2
xml/statistics-schema.rnc
xml/statistics-schema.rnc
+16
-0
No files found.
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/11/30 23:58:49 mark
a Exp $
# $Id: update_copyrights,v 1.4
5 2006/12/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