]> arthur.barton.de Git - appify.git/commitdiff
Update copyright notice to nicely wrap at 80 columns
authorAlexander Barton <alex@barton.de>
Wed, 8 Apr 2015 09:39:07 +0000 (11:39 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 8 Apr 2015 09:39:07 +0000 (11:39 +0200)
appify.sh

index ca8962f4357534942edc5ff7074f024294125ddb..cdd3d4044f558a44a2fb1c7bc66fd3975ef16562 100755 (executable)
--- a/appify.sh
+++ b/appify.sh
@@ -1,23 +1,20 @@
 #!/bin/bash
-
 #
 # appify -- convert your non-interactive shell script into a Mac OS X application
 # Copyright (C) 2010  Adam Backstrom
-# 
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 args=$(getopt h $*)