X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=82addabf8d9baeed091b6fb74782a3200527a3bd;hb=02ee41ffaff9e3f3b9caf1a2219bb183aa4ec4ba;hp=eccabbcef2670bdb242d5ce6be268d09d270eb73;hpb=58b4414c1a1119bd6ad0372bdfc609f26d7c1402;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 }