Skip to content

Commit

Permalink
Add SPDX-License-Identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Jul 26, 2020
1 parent 38d5062 commit ab31d04
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Using some __openrc__ scripts with __systemd__ and other init systems

(C) Martin Väth (martin at mvath.de).
The license of this package is the GNU Public License GPL-2.
SPDX-License-Identifier: GPL-2.0-only

This script has been splitted from the **squash_dir** project

Expand Down
2 changes: 2 additions & 0 deletions bin/openrc-wrapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
# (C) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: GPL-2.0-only
wrapper_usage() {
printf '%s\n' "Usage: ${0##*/} SCRIPT [-q] argument
Execute /etc/init.d/SCRIPT [-q] argument, somewhat emulating the
Expand Down
2 changes: 2 additions & 0 deletions systemd/system/modules.service
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# (C) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: GPL-2.0-only
[Unit]
Description=Start kernel modules from openrc
DefaultDependencies=no
Expand Down
2 changes: 2 additions & 0 deletions systemd/system/openrdate.service
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# (C) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: GPL-2.0-only
[Unit]
Description=Start openrdate to fetch time from some ntp server
After=network-online.target
Expand Down
2 changes: 2 additions & 0 deletions zsh/_openrc-wrapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#compdef openrc-wrapper
# (C) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: GPL-2.0-only
_arguments : \
'-q[quiet\: Suppress standard output]' \
'1:inits:compadd -- /etc/init.d/*(:t)' \
Expand Down

0 comments on commit ab31d04

Please sign in to comment.