diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-21 09:14:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-21 09:14:36 +0200 |
commit | 7e40774efa290a9d507ab62e3ff2929e68803f59 (patch) | |
tree | 209c034326cffc7c71fd3fb9b94bb6d3d8ca88d0 /bin | |
parent | 94c6ba70c24090ea1af4a2722eda224dbf8241b2 (diff) | |
download | live-boot-7e40774efa290a9d507ab62e3ff2929e68803f59.tar.gz live-boot-7e40774efa290a9d507ab62e3ff2929e68803f59.zip |
Making references to debian more distribution neutral.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/live-snapshot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/live-snapshot b/bin/live-snapshot index eccabbc..08eee0a 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 <http://www.gnu.org/licenses/>. # -# 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,7 +142,7 @@ 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: <http://debian-live.alioth.debian.org/>" |