diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-25 20:53:13 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-25 20:53:13 (EDT) |
commit | e54bbecf65ecc567db22ce0fc16ef182c22a8e8d (patch) | |
tree | de73eae0053268a1112dab6b14f4c77058ae0ddb /lib | |
parent | 0263d71fda6e0ca9dacb350a88d38519ebbcbbe0 (diff) |
Fix license notices
s/the ProteanOS Development Kit program/the ProteanOS Development Kit/.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chroot.sh | 2 | ||||
-rw-r--r-- | lib/cmd.sh | 2 | ||||
-rw-r--r-- | lib/cmd/help.sh | 2 | ||||
-rw-r--r-- | lib/cmd/install.sh | 2 | ||||
-rw-r--r-- | lib/cmd/shell.sh | 2 | ||||
-rw-r--r-- | lib/cmd/version.sh | 2 | ||||
-rw-r--r-- | lib/control.sh | 2 | ||||
-rw-r--r-- | lib/fd.sh | 2 | ||||
-rw-r--r-- | lib/feed.sh | 2 | ||||
-rw-r--r-- | lib/getopt.sh | 2 | ||||
-rw-r--r-- | lib/locale.sh | 2 | ||||
-rw-r--r-- | lib/opkg.sh | 2 | ||||
-rw-r--r-- | lib/output.sh | 2 | ||||
-rw-r--r-- | lib/pkg.sh | 2 | ||||
-rw-r--r-- | lib/profile.sh | 2 | ||||
-rw-r--r-- | lib/profile/proteanos.sh | 2 |
16 files changed, 16 insertions, 16 deletions
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 @@ -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 @@ -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 @@ -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 |