mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-04 23:25:46 -04:00
add copyright notice
This commit is contained in:
parent
b789eec98c
commit
da40ddaeca
1 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,11 @@
|
|||
#!/usr/bin/python
|
||||
############################################################################
|
||||
# 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/.
|
||||
############################################################################
|
||||
|
||||
try:
|
||||
import yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue