From 2df21b7ab00cf561a03fd86f1adb890bb5c20893 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 27 Jan 2021 12:55:02 +0100 Subject: [PATCH] sysv-install.skeleton: use CC0 as the license We didn't specify any license, which made the script awkward to use. Let's be maximally permissive. CC0 is used for other documentation-code already. --- src/systemctl/systemd-sysv-install.SKELETON | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/systemctl/systemd-sysv-install.SKELETON b/src/systemctl/systemd-sysv-install.SKELETON index 8c16cf99913..a2a0059fef0 100755 --- a/src/systemctl/systemd-sysv-install.SKELETON +++ b/src/systemctl/systemd-sysv-install.SKELETON @@ -1,4 +1,6 @@ #!/bin/sh +# SPDX-License-Identifier: CC0-1.0 +# # This script is called by "systemctl enable/disable" when the given unit is a # SysV init.d script. It needs to call the distribution's mechanism for # enabling/disabling those, such as chkconfig, update-rc.d, or similar. This -- 2.47.3