diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-15 00:03:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-15 00:09:27 +0700 |
| commit | 45db846fcae52f456bb7f879835bd650ebb1e114 (patch) | |
| tree | b9e895fdfb475a99feb41145640380a7adce3631 /_scripts | |
| parent | ee75dea8e2ecf301286ec3a0210a439777cf24fa (diff) | |
| download | rescached-45db846fcae52f456bb7f879835bd650ebb1e114.tar.xz | |
all: change the rescached license to GPL 3.0 or later
See https://kilabit.info/journal/2022/gpl/ for more information.
Diffstat (limited to '_scripts')
| -rw-r--r-- | _scripts/info.kilabit.rescached.plist | 2 | ||||
| -rwxr-xr-x | _scripts/rescached.run | 5 | ||||
| -rw-r--r-- | _scripts/rescached.service | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/_scripts/info.kilabit.rescached.plist b/_scripts/info.kilabit.rescached.plist index f6ec626..a8ba787 100644 --- a/_scripts/info.kilabit.rescached.plist +++ b/_scripts/info.kilabit.rescached.plist @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!-- SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> --> +<!-- SPDX-License-Identifier: GPL-3.0-or-later --> <plist version="1.0"> <dict> <key>Label</key> diff --git a/_scripts/rescached.run b/_scripts/rescached.run index d2905c5..e9a602f 100755 --- a/_scripts/rescached.run +++ b/_scripts/rescached.run @@ -1,7 +1,6 @@ #!/bin/sh -## Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved. -## Use of this source code is governed by a BSD-style -## license that can be found in the LICENSE file. +## SPDX-FileCopyrightText: 2018 M. Shulhan <ms@kilabit.info> +## SPDX-License-Identifier: GPL-3.0-or-later ### BEGIN INIT INFO # Provides: rescached diff --git a/_scripts/rescached.service b/_scripts/rescached.service index 4f51854..8f86608 100644 --- a/_scripts/rescached.service +++ b/_scripts/rescached.service @@ -1,3 +1,6 @@ +## SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> +## SPDX-License-Identifier: GPL-3.0-or-later + [Unit] Description=Resolver Cache Daemon Wants=network-online.target nss-lookup.target |
