X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=bin%2Flive-snapshot;h=82addabf8d9baeed091b6fb74782a3200527a3bd;hb=3bacf066bb8ca8d5625d08241b600536714253b8;hp=eccabbcef2670bdb242d5ce6be268d09d270eb73;hpb=f6d0dfe3ad529bb1754c7cce4e7e005eb1f76fbf;p=live-boot-grml.git diff --git a/bin/live-snapshot b/bin/live-snapshot index eccabbc..82addab 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -23,7 +23,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# On Debian systems, the complete text of the GNU General Public License +# The complete text of the GNU General Public License # can be found in /usr/share/common-licenses/GPL-3 file. # declare here two vars from /etc/live.conf because of "set -u" @@ -142,10 +142,10 @@ Version () echo "along with this program; if not, write to the Free Software" echo "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" echo - echo "On Debian systems, the complete text of the GNU General Public License" + echo "The complete text of the GNU General Public License" echo "can be found in /usr/share/common-licenses/GPL-3 file." echo - echo "Homepage: " + echo "Homepage: " exit 0 }