summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--lib/chroot.sh2
-rw-r--r--lib/cmd.sh2
-rw-r--r--lib/cmd/help.sh2
-rw-r--r--lib/cmd/install.sh2
-rw-r--r--lib/cmd/shell.sh2
-rw-r--r--lib/cmd/version.sh2
-rw-r--r--lib/control.sh2
-rw-r--r--lib/fd.sh2
-rw-r--r--lib/feed.sh2
-rw-r--r--lib/getopt.sh2
-rw-r--r--lib/locale.sh2
-rw-r--r--lib/opkg.sh2
-rw-r--r--lib/output.sh2
-rw-r--r--lib/pkg.sh2
-rw-r--r--lib/profile.sh2
-rw-r--r--lib/profile/proteanos.sh2
-rw-r--r--locale/en_US.sh2
-rw-r--r--src/prokit.sh2
-rw-r--r--tests/common.sh2
-rwxr-xr-xtests/parse_control.basic.sh2
-rw-r--r--tests/parse_control.common.sh2
-rwxr-xr-xtests/resolve_deps.basic.sh2
24 files changed, 24 insertions, 24 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e6b439..b36ddd8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
include $(top_srcdir)/src/local.mk
diff --git a/configure.ac b/configure.ac
index de0db44..37e6020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
AC_INIT([ProteanOS Development Kit], [0.1.0],
diff --git a/lib/chroot.sh b/lib/chroot.sh
index 9b95f4a..4aea1d1 100644
--- a/lib/chroot.sh
+++ b/lib/chroot.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
[ "x${_CHROOT_SM+set}" = 'xset' ] && return 0
diff --git a/lib/cmd.sh b/lib/cmd.sh
index 00ac762..fb2dad4 100644
--- a/lib/cmd.sh
+++ b/lib/cmd.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
[ "x${_CMD_SM+set}" = 'xset' ] && return 0
diff --git a/lib/cmd/help.sh b/lib/cmd/help.sh
index 21b0636..7515fdb 100644
--- a/lib/cmd/help.sh
+++ b/lib/cmd/help.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
cmd_help_main()
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh
index cb6678d..1180c0f 100644
--- a/lib/cmd/install.sh
+++ b/lib/cmd/install.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
use getopt
diff --git a/lib/cmd/shell.sh b/lib/cmd/shell.sh
index a871b05..00589d2 100644
--- a/lib/cmd/shell.sh
+++ b/lib/cmd/shell.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
use profile
diff --git a/lib/cmd/version.sh b/lib/cmd/version.sh
index b600821..cc40b4b 100644
--- a/lib/cmd/version.sh
+++ b/lib/cmd/version.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
cmd_version_main()
diff --git a/lib/control.sh b/lib/control.sh
index 05aa289..3dcb06c 100644
--- a/lib/control.sh
+++ b/lib/control.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
[ "x${_CONTROL_SM+set}" = 'xset' ] && return 0
diff --git a/lib/fd.sh b/lib/fd.sh
index 0513e34..49ffc68 100644
--- a/lib/fd.sh
+++ b/lib/fd.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
[ "x${_FD_SM+set}" = 'xset' ] && return 0
diff --git a/lib/feed.sh b/lib/feed.sh
index 8627dc6..2e4a141 100644
--- a/lib/feed.sh
+++ b/lib/feed.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
[ "x${_FEED_SM+set}" = 'xset' ] && return 0
diff --git a/lib/getopt.sh b/lib/getopt.sh
index 9d7c8ed..645e77f 100644
--- a/lib/getopt.sh
+++ b/lib/getopt.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
[ "x${_GETOPT_SM+set}" = 'xset' ] && return 0
diff --git a/lib/locale.sh b/lib/locale.sh
index d798429..59390f8 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
[ "x${_LOCALE_SM+set}" = 'xset' ] && return 0
diff --git a/lib/opkg.sh b/lib/opkg.sh
index eb314df..1966ebc 100644
--- a/lib/opkg.sh
+++ b/lib/opkg.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
[ "x${_OPKG_SM+set}" = 'xset' ] && return 0
diff --git a/lib/output.sh b/lib/output.sh
index b02e2c7..ffe982d 100644
--- a/lib/output.sh
+++ b/lib/output.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
[ "x${_OUTPUT_SM+set}" = 'xset' ] && return 0
diff --git a/lib/pkg.sh b/lib/pkg.sh
index 2108836..337a864 100644
--- a/lib/pkg.sh
+++ b/lib/pkg.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
[ "x${_PKG_SM+set}" = 'xset' ] && return 0
diff --git a/lib/profile.sh b/lib/profile.sh
index e7a638c..f1ef6f0 100644
--- a/lib/profile.sh
+++ b/lib/profile.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
[ "x${_PROFILE_SM+set}" = 'xset' ] && return 0
diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh
index 998a489..dcdff25 100644
--- a/lib/profile/proteanos.sh
+++ b/lib/profile/proteanos.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
use opkg
diff --git a/locale/en_US.sh b/locale/en_US.sh
index c77a999..93ddf78 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
# Options
diff --git a/src/prokit.sh b/src/prokit.sh
index dc244af..fab4990 100644
--- a/src/prokit.sh
+++ b/src/prokit.sh
@@ -17,7 +17,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
set -u
diff --git a/tests/common.sh b/tests/common.sh
index 677e3af..b883a51 100644
--- a/tests/common.sh
+++ b/tests/common.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
tests_es=0
diff --git a/tests/parse_control.basic.sh b/tests/parse_control.basic.sh
index 98f470b..f8df181 100755
--- a/tests/parse_control.basic.sh
+++ b/tests/parse_control.basic.sh
@@ -17,7 +17,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
req_fields='Package Version'
diff --git a/tests/parse_control.common.sh b/tests/parse_control.common.sh
index 3d0aa30..1549ae0 100644
--- a/tests/parse_control.common.sh
+++ b/tests/parse_control.common.sh
@@ -15,7 +15,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
. "${srcdir}/tests/common.sh"
diff --git a/tests/resolve_deps.basic.sh b/tests/resolve_deps.basic.sh
index d084f09..b0c506c 100755
--- a/tests/resolve_deps.basic.sh
+++ b/tests/resolve_deps.basic.sh
@@ -17,7 +17,7 @@
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with the ProteanOS Development Kit program. If not, see
+# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
. "${srcdir}/tests/common.sh"