From e54bbecf65ecc567db22ce0fc16ef182c22a8e8d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 25 Aug 2014 20:53:13 -0400 Subject: Fix license notices s/the ProteanOS Development Kit program/the ProteanOS Development Kit/. --- (limited to 'lib') 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 # . [ "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 # . [ "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 # . 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 # . 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 # . 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 # . 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 # . [ "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 # . [ "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 # . [ "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 # . [ "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 # . [ "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 # . [ "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 # . [ "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 # . [ "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 # . [ "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 # . use opkg -- cgit v0.9.1