diff options
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() |