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/. --- 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 # . 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 # . 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 # . [ "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 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 # . # 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 # . 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 # . 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 # . 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 # . . "${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 # . . "${srcdir}/tests/common.sh" -- cgit v0.9.1