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/cmd | |
parent | 0263d71fda6e0ca9dacb350a88d38519ebbcbbe0 (diff) |
Fix license notices
s/the ProteanOS Development Kit program/the ProteanOS Development Kit/.
Diffstat (limited to 'lib/cmd')
-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 |
4 files changed, 4 insertions, 4 deletions
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() |