summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 21:34:02 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 21:34:02 (EST)
commitf400cfe0b0ea4bac94a6d90fbaebb0cea9be133e (patch)
treef6a8fdef72ea3eac25099d58d5d38cf2a6024b38 /tests
parentdd4697a7e35e846ab7c7c2c286b93b32b2be856d (diff)
tests/*.sh: Update header comments, copyright years, & license
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ob_arch_is_concerned.sh18
-rwxr-xr-xtests/ob_match_arch.sh18
-rwxr-xr-xtests/ob_parse_dep.sh18
-rwxr-xr-xtests/ob_plat_is_concerned.sh18
-rwxr-xr-xtests/ob_reduce_deps.sh18
5 files changed, 45 insertions, 45 deletions
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}"