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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
Joey Salazar
BIND
Commits
ddcf6c7d
Commit
ddcf6c7d
authored
Oct 05, 2017
by
Tinderbox User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice / whitespace
parent
5f55e84a
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
28 additions
and
8 deletions
+28
-8
bin/named/unix/dlz_dlopen_driver.c
bin/named/unix/dlz_dlopen_driver.c
+1
-1
bin/tests/system/addzone/ns3/named1.conf
bin/tests/system/addzone/ns3/named1.conf
+1
-1
bin/tests/system/cds/checkmtime.pl
bin/tests/system/cds/checkmtime.pl
+7
-0
bin/tests/system/cds/checktime.pl
bin/tests/system/cds/checktime.pl
+6
-0
bin/tests/system/cds/clean.sh
bin/tests/system/cds/clean.sh
+1
-1
bin/tests/system/cds/mangle.pl
bin/tests/system/cds/mangle.pl
+7
-0
bin/tests/system/cds/prereq.sh
bin/tests/system/cds/prereq.sh
+1
-1
bin/tests/system/cds/setup.sh
bin/tests/system/cds/setup.sh
+1
-1
bin/tests/system/cds/tests.sh
bin/tests/system/cds/tests.sh
+1
-1
lib/dns/include/dns/zt.h
lib/dns/include/dns/zt.h
+1
-1
lib/dns/zt.c
lib/dns/zt.c
+1
-1
No files found.
bin/named/unix/dlz_dlopen_driver.c
View file @
ddcf6c7d
/*
* Copyright (C) 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2011-2014, 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
bin/tests/system/addzone/ns3/named1.conf
View file @
ddcf6c7d
/*
*
Copyright
(
C
)
201
3
,
2016
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
201
7
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2
.
0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
...
...
bin/tests/system/cds/checkmtime.pl
View file @
ddcf6c7d
#!/usr/bin/perl
#
# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
my
$target
=
shift
;
my
$file
=
shift
;
my
$mtime
=
time
-
(
stat
$file
)[
9
];
...
...
bin/tests/system/cds/checktime.pl
View file @
ddcf6c7d
#!/usr/bin/perl
#
# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
$target
=
shift
;
while
(
<>
)
{
...
...
bin/tests/system/cds/clean.sh
View file @
ddcf6c7d
#!/bin/sh -e
#
# Copyright (C) 201
2, 2014, 2016, 201
7 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
bin/tests/system/cds/mangle.pl
View file @
ddcf6c7d
#!/usr/bin/perl
#
# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
my
$re
=
$ARGV
[
0
];
shift
;
while
(
<>
)
{
...
...
bin/tests/system/cds/prereq.sh
View file @
ddcf6c7d
#!/bin/sh
#
# Copyright (C) 201
4, 2016
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 201
7
Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
bin/tests/system/cds/setup.sh
View file @
ddcf6c7d
#!/bin/sh -e
#
# Copyright (C) 201
2, 2014, 2016, 201
7 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
bin/tests/system/cds/tests.sh
View file @
ddcf6c7d
#!/bin/sh -e
#
# Copyright (C) 201
2, 2014, 2016, 201
7 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
lib/dns/include/dns/zt.h
View file @
ddcf6c7d
/*
* Copyright (C) 1999-2002, 2004-2007, 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002, 2004-2007, 2011, 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
lib/dns/zt.c
View file @
ddcf6c7d
/*
* Copyright (C) 1999-2002, 2004-2007, 2011-201
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002, 2004-2007, 2011-201
7
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
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