summaryrefslogtreecommitdiffstats
path: root/lib/cmd
diff options
context:
space:
mode:
authorP. 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)
commite54bbecf65ecc567db22ce0fc16ef182c22a8e8d (patch)
treede73eae0053268a1112dab6b14f4c77058ae0ddb /lib/cmd
parent0263d71fda6e0ca9dacb350a88d38519ebbcbbe0 (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.sh2
-rw-r--r--lib/cmd/install.sh2
-rw-r--r--lib/cmd/shell.sh2
-rw-r--r--lib/cmd/version.sh2
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()