summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/common.rb.in14
-rwxr-xr-xscripts/meta-cat14
-rwxr-xr-xscripts/meta-check14
-rwxr-xr-xscripts/meta-normalize-stdio14
-rwxr-xr-xscripts/pacman-make-keyring14
-rwxr-xr-xscripts/pgp-list-keyids14
-rwxr-xr-xscripts/postfix-generate-virtual-map14
-rwxr-xr-xscripts/ssh-list-authorized-keys14
-rwxr-xr-xscripts/uid-map14
9 files changed, 126 insertions, 0 deletions
diff --git a/scripts/common.rb.in b/scripts/common.rb.in
index 6e02073..d81fa0c 100644
--- a/scripts/common.rb.in
+++ b/scripts/common.rb.in
@@ -1,4 +1,18 @@
# Copyright 2016 Luke Shumaker <lukeshu@sbcglobal.net>.
+#
+# This is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this manual; if not, see
+# <http://www.gnu.org/licenses/>.
require 'yaml'
diff --git a/scripts/meta-cat b/scripts/meta-cat
index 8fe4111..5e7097e 100755
--- a/scripts/meta-cat
+++ b/scripts/meta-cat
@@ -2,6 +2,20 @@
# Usage: meta-cat
# Copyright 2016 Luke Shumaker <lukeshu@sbcglobal.net>.
+#
+# This is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this manual; if not, see
+# <http://www.gnu.org/licenses/>.
load "#{File.dirname(__FILE__)}/common.rb"
diff --git a/scripts/meta-check b/scripts/meta-check
index 5862c2e..4add9d3 100755
--- a/scripts/meta-check
+++ b/scripts/meta-check
@@ -1,6 +1,20 @@
#!/bin/bash
# Copyright 2014, 2016 Luke Shumaker <lukeshu@sbcglobal.net>.
# Copyright 2015 Márcio Alexandre Silva Delgado <coadde@parabola.nu>.
+#
+# This is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this manual; if not, see
+# <http://www.gnu.org/licenses/>.
. libremessages
diff --git a/scripts/meta-normalize-stdio b/scripts/meta-normalize-stdio
index 42cbe6e..58dd531 100755
--- a/scripts/meta-normalize-stdio
+++ b/scripts/meta-normalize-stdio
@@ -3,6 +3,20 @@
# Copyright 2014, 2016 Luke Shumaker <lukeshu@sbcglobal.net>.
# Copyright 2015 Márcio Alexandre Silva Delgado <coadde@parabola.nu>.
+#
+# This is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this manual; if not, see
+# <http://www.gnu.org/licenses/>.
# First we define a bunch of code-generators, then at the end is a
# very neat and readable definition of the format of the YAML files.
diff --git a/scripts/pacman-make-keyring b/scripts/pacman-make-keyring
index 4fa2a0d..702ea69 100755
--- a/scripts/pacman-make-keyring
+++ b/scripts/pacman-make-keyring
@@ -2,6 +2,20 @@
# Usage: pacman-make-keyring V=$(date -u +%Y%m%d)
# Copyright 2014, 2016 Luke Shumaker <lukeshu@sbcglobal.net>.
+#
+# This is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this manual; if not, see
+# <http://www.gnu.org/licenses/>.
ifeq ($(origin V),undefined)
$(info Usage: pacman-make-keyring V=$$(date -u +%Y%m%d))
diff --git a/scripts/pgp-list-keyids b/scripts/pgp-list-keyids
index 822c89c..749cb7b 100755
--- a/scripts/pgp-list-keyids
+++ b/scripts/pgp-list-keyids
@@ -2,6 +2,20 @@
# Usage: pgp-list-keyids
# Copyright 2014, 2016 Luke Shumaker <lukeshu@sbcglobal.net>.
+#
+# This is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this manual; if not, see
+# <http://www.gnu.org/licenses/>.
load "#{File.dirname(__FILE__)}/common.rb"
diff --git a/scripts/postfix-generate-virtual-map b/scripts/postfix-generate-virtual-map
index 2620060..f2fb8ec 100755
--- a/scripts/postfix-generate-virtual-map
+++ b/scripts/postfix-generate-virtual-map
@@ -2,6 +2,20 @@
# Usage: postfix-show-virtual-map > ${file} && postmap hash:${file}
# Copyright 2014, 2016 Luke Shumaker <lukeshu@sbcglobal.net>.
+#
+# This is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this manual; if not, see
+# <http://www.gnu.org/licenses/>.
load "#{File.dirname(__FILE__)}/common.rb"
diff --git a/scripts/ssh-list-authorized-keys b/scripts/ssh-list-authorized-keys
index 7bda72b..5364ac2 100755
--- a/scripts/ssh-list-authorized-keys
+++ b/scripts/ssh-list-authorized-keys
@@ -2,6 +2,20 @@
# Usage: ssh-list-authorized-keys [username]
# Copyright 2014, 2016 Luke Shumaker <lukeshu@sbcglobal.net>.
+#
+# This is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this manual; if not, see
+# <http://www.gnu.org/licenses/>.
load "#{File.dirname(__FILE__)}/common.rb"
diff --git a/scripts/uid-map b/scripts/uid-map
index 01665bc..e759c30 100755
--- a/scripts/uid-map
+++ b/scripts/uid-map
@@ -2,6 +2,20 @@
# Usage: uid-map
# Copyright 2016 Luke Shumaker <lukeshu@sbcglobal.net>.
+#
+# This is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this manual; if not, see
+# <http://www.gnu.org/licenses/>.
load "#{File.dirname(__FILE__)}/common.rb"