From f400cfe0b0ea4bac94a6d90fbaebb0cea9be133e Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Mon, 24 Dec 2018 21:34:02 -0500
Subject: tests/*.sh: Update header comments, copyright years, & license

---
(limited to 'tests')

diff --git a/tests/ob_arch_is_concerned.sh b/tests/ob_arch_is_concerned.sh
index 77f9912..17a963f 100755
--- a/tests/ob_arch_is_concerned.sh
+++ b/tests/ob_arch_is_concerned.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# tests/ob_arch_is_concerned
-# Tests for ob_arch_is_concerned.
+# Tests for ob_arch_is_concerned()
 #
-# Copyright (C) 2012, 2014 Patrick "P. J." McDermott
+# Copyright (C) 2012, 2014, 2018 Patrick "P. J." McDermott
 #
-# This program 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
+# This file is part of opkbuild.
+#
+# opkbuild 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 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# opkbuild 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 program.  If not, see <http://www.gnu.org/licenses/>.
+# along with opkbuild.  If not, see <http://www.gnu.org/licenses/>.
 
 srcdir="$(dirname "${0}")"
 top_builddir="${PWD}"
diff --git a/tests/ob_match_arch.sh b/tests/ob_match_arch.sh
index 589a912..4ef53cc 100755
--- a/tests/ob_match_arch.sh
+++ b/tests/ob_match_arch.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# tests/ob_parse_dep
-# Tests for ob_parse_dep.
+# Tests for ob_parse_dep()
 #
-# Copyright (C) 2012 Patrick "P. J." McDermott
+# Copyright (C) 2012, 2018 Patrick "P. J." McDermott
 #
-# This program 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
+# This file is part of opkbuild.
+#
+# opkbuild 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 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# opkbuild 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 program.  If not, see <http://www.gnu.org/licenses/>.
+# along with opkbuild.  If not, see <http://www.gnu.org/licenses/>.
 
 srcdir="$(dirname "${0}")"
 top_builddir="${PWD}"
diff --git a/tests/ob_parse_dep.sh b/tests/ob_parse_dep.sh
index 6150004..7e26feb 100755
--- a/tests/ob_parse_dep.sh
+++ b/tests/ob_parse_dep.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# tests/ob_parse_dep
-# Tests for ob_parse_dep.
+# Tests for ob_parse_dep()
 #
-# Copyright (C) 2012 Patrick "P. J." McDermott
+# Copyright (C) 2012, 2018 Patrick "P. J." McDermott
 #
-# This program 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
+# This file is part of opkbuild.
+#
+# opkbuild 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 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# opkbuild 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 program.  If not, see <http://www.gnu.org/licenses/>.
+# along with opkbuild.  If not, see <http://www.gnu.org/licenses/>.
 
 srcdir="$(dirname "${0}")"
 top_builddir="${PWD}"
diff --git a/tests/ob_plat_is_concerned.sh b/tests/ob_plat_is_concerned.sh
index df8310b..84f4155 100755
--- a/tests/ob_plat_is_concerned.sh
+++ b/tests/ob_plat_is_concerned.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# tests/ob_plat_is_concerned
-# Tests for ob_plat_is_concerned.
+# Tests for ob_plat_is_concerned()
 #
-# Copyright (C) 2012, 2014 Patrick "P. J." McDermott
+# Copyright (C) 2012, 2014, 2018 Patrick "P. J." McDermott
 #
-# This program 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
+# This file is part of opkbuild.
+#
+# opkbuild 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 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# opkbuild 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 program.  If not, see <http://www.gnu.org/licenses/>.
+# along with opkbuild.  If not, see <http://www.gnu.org/licenses/>.
 
 srcdir="$(dirname "${0}")"
 top_builddir="${PWD}"
diff --git a/tests/ob_reduce_deps.sh b/tests/ob_reduce_deps.sh
index e486f4c..06a5177 100755
--- a/tests/ob_reduce_deps.sh
+++ b/tests/ob_reduce_deps.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# tests/ob_reduce_deps
-# Tests for ob_reduce_deps.
+# Tests for ob_reduce_deps()
 #
-# Copyright (C) 2012 Patrick "P. J." McDermott
+# Copyright (C) 2012, 2018 Patrick "P. J." McDermott
 #
-# This program 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
+# This file is part of opkbuild.
+#
+# opkbuild 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 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# opkbuild 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 program.  If not, see <http://www.gnu.org/licenses/>.
+# along with opkbuild.  If not, see <http://www.gnu.org/licenses/>.
 
 srcdir="$(dirname "${0}")"
 top_builddir="${PWD}"
--
cgit v0.9.1