summaryrefslogtreecommitdiff
path: root/src/systemctl/systemd-sysv-install.SKELETON
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-27 12:55:02 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-27 21:57:35 +0100
commit2df21b7ab00cf561a03fd86f1adb890bb5c20893 (patch)
tree92b1f79956646936bcd9c7d75e762402b11914e0 /src/systemctl/systemd-sysv-install.SKELETON
parentb0a336a66929ed2a146888178157bf1af5c8598c (diff)
downloadsystemd-2df21b7ab00cf561a03fd86f1adb890bb5c20893.tar.gz
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.
Diffstat (limited to 'src/systemctl/systemd-sysv-install.SKELETON')
-rwxr-xr-xsrc/systemctl/systemd-sysv-install.SKELETON2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemctl/systemd-sysv-install.SKELETON b/src/systemctl/systemd-sysv-install.SKELETON
index 8c16cf9991..a2a0059fef 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