update copyrights
This commit is contained in:
6
lib/irs/tests/testdata/domain.conf
vendored
6
lib/irs/tests/testdata/domain.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
domain example.com
|
||||
|
||||
6
lib/irs/tests/testdata/nameserver-v4.conf
vendored
6
lib/irs/tests/testdata/nameserver-v4.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
nameserver 10.0.0.1
|
||||
|
||||
6
lib/irs/tests/testdata/nameserver-v6.conf
vendored
6
lib/irs/tests/testdata/nameserver-v6.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
nameserver 2001:DB8::1
|
||||
|
||||
6
lib/irs/tests/testdata/options-debug.conf
vendored
6
lib/irs/tests/testdata/options-debug.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
options debug
|
||||
|
||||
6
lib/irs/tests/testdata/options-ndots.conf
vendored
6
lib/irs/tests/testdata/options-ndots.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
option ndots:2
|
||||
|
||||
6
lib/irs/tests/testdata/options-timeout.conf
vendored
6
lib/irs/tests/testdata/options-timeout.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
options timeout:1
|
||||
|
||||
6
lib/irs/tests/testdata/options-unknown.conf
vendored
6
lib/irs/tests/testdata/options-unknown.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
options unknown
|
||||
|
||||
6
lib/irs/tests/testdata/options.conf
vendored
6
lib/irs/tests/testdata/options.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
options unknown debug timeout:1 ndots:2
|
||||
|
||||
6
lib/irs/tests/testdata/port.conf
vendored
6
lib/irs/tests/testdata/port.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
port 5300
|
||||
|
||||
6
lib/irs/tests/testdata/resolv.conf
vendored
6
lib/irs/tests/testdata/resolv.conf
vendored
@@ -1,3 +1,9 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
port 5300
|
||||
nameserver 10.0.0.1
|
||||
nameserver 2001:DB8::1
|
||||
|
||||
6
lib/irs/tests/testdata/search.conf
vendored
6
lib/irs/tests/testdata/search.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
search example.com example.net
|
||||
|
||||
6
lib/irs/tests/testdata/sortlist-v4.conf
vendored
6
lib/irs/tests/testdata/sortlist-v4.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
sortlist 130.155.160.0/255.255.240.0 130.155.0.0
|
||||
|
||||
6
lib/irs/tests/testdata/timeout.conf
vendored
6
lib/irs/tests/testdata/timeout.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
timeout 10
|
||||
|
||||
6
lib/irs/tests/testdata/unknown.conf
vendored
6
lib/irs/tests/testdata/unknown.conf
vendored
@@ -1 +1,7 @@
|
||||
# Copyright (C) 2016 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/.
|
||||
|
||||
unknown directive
|
||||
|
||||
Reference in New Issue
Block a user