From 45db846fcae52f456bb7f879835bd650ebb1e114 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 15 Mar 2022 00:03:27 +0700 Subject: all: change the rescached license to GPL 3.0 or later See https://kilabit.info/journal/2022/gpl/ for more information. --- _scripts/info.kilabit.rescached.plist | 2 ++ _scripts/rescached.run | 5 ++--- _scripts/rescached.service | 3 +++ 3 files changed, 7 insertions(+), 3 deletions(-) (limited to '_scripts') 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 @@ + + Label 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 . 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 +## 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 +## SPDX-License-Identifier: GPL-3.0-or-later + [Unit] Description=Resolver Cache Daemon Wants=network-online.target nss-lookup.target -- cgit v1.3