summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-04-29 20:27:42 -0700
committerRuss Allbery <eagle@eyrie.org>2018-04-29 20:27:42 -0700
commit9a32ef5489ee16e7bdd2ec995234a1d06c4b77de (patch)
tree3fa67981d3ed7817b2b65bde21e72fb2682c481a /examples
parenta317e01a7371061ff825d846ad51ab3a02a78fd5 (diff)
Add SPDX-License-Identifier
Add SPDX-License-Identifier headers to all substantial source files. Also canonicalize copyright date formats and fix a few copyright notices that weren't in my standard layout.
Diffstat (limited to 'examples')
-rw-r--r--examples/remctl.conf2
-rw-r--r--examples/remctld.xml2
-rwxr-xr-xexamples/rsh-wrapper2
3 files changed, 5 insertions, 1 deletions
diff --git a/examples/remctl.conf b/examples/remctl.conf
index 5095433..2ae97b1 100644
--- a/examples/remctl.conf
+++ b/examples/remctl.conf
@@ -31,5 +31,7 @@
# permitted in any medium without royalty provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any
# warranty.
+#
+# SPDX-License-Identifier: FSFAP
include /etc/remctl/conf.d
diff --git a/examples/remctld.xml b/examples/remctld.xml
index 1b4ad09..356475f 100644
--- a/examples/remctld.xml
+++ b/examples/remctld.xml
@@ -17,7 +17,7 @@
Copyright 2009 Peter Eriksson <peter@ifm.liu.se>
- See LICENSE for licensing terms.
+ SPDX-License-Identifier: MIT
-->
<service_bundle type='manifest' name='remctld'>
diff --git a/examples/rsh-wrapper b/examples/rsh-wrapper
index a07224d..0e520e0 100755
--- a/examples/rsh-wrapper
+++ b/examples/rsh-wrapper
@@ -39,6 +39,8 @@
# permitted in any medium without royalty provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any
# warranty.
+#
+# SPDX-License-Identifier: FSFAP
if [ $# -lt 2 ] ; then
echo "Invalid number of parameters"