2021-06-03 08:37:05 +02:00
<!--
2021-06-02 12:26:56 +02:00
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2021-06-03 08:37:05 +02:00
2021-06-02 15:42:29 +02:00
SPDX-License-Identifier: MPL-2.0
2021-06-03 08:37:05 +02:00
2021-06-02 15:42:29 +02:00
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 https://mozilla.org/MPL/2.0/.
2021-06-03 08:37:05 +02:00
2021-06-02 15:42:29 +02:00
See the COPYRIGHT file distributed with this work for additional
information regarding copyright ownership.
2021-06-03 08:37:05 +02:00
-->
2021-06-02 15:42:29 +02:00
* C files: `reuse addheader --license MPL-2.0 --copyright 'Internet Systems Consortium, Inc. ("ISC")' --style c --copyright-style string-c --multi-line --exclude-year --template=isc <file>`
* RST files: `reuse addheader --license MPL-2.0 --copyright 'Internet Systems Consortium, Inc. ("ISC")' --style rst --copyright-style string-c --exclude-year --template=isc <file>`
* named.conf: same as C files
2021-08-19 12:14:21 +02:00
* zone files are using lisp style: reuse addheader --license MPL-2.0 --copyright 'Internet Systems Consortium, Inc. ("ISC")' --style lisp --copyright-style string-c --exclude-year --template=isc <file>
* shell uses python style: reuse addheader --license MPL-2.0 --copyright 'Internet Systems Consortium, Inc. ("ISC")' --style python --copyright-style string-c --exclude-year --template=isc <file>