From: Zbigniew Jędrzejewski-Szmek Date: Wed, 27 Jan 2021 11:55:02 +0000 (+0100) Subject: sysv-install.skeleton: use CC0 as the license X-Git-Tag: v248-rc1~242^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2df21b7ab00cf561a03fd86f1adb890bb5c20893;p=thirdparty%2Fsystemd.git 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. --- 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