diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-21 09:11:49 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-21 09:11:49 +0200 |
commit | f68ecad4382a579591eb920b5b7497aa423cba82 (patch) | |
tree | 44db49931bcc36f184175322ac444de3bb217f71 /functions | |
parent | 38c3390ca821c57b362747ad6b14830ed73c95b2 (diff) | |
download | vyos-live-build-f68ecad4382a579591eb920b5b7497aa423cba82.tar.gz vyos-live-build-f68ecad4382a579591eb920b5b7497aa423cba82.zip |
Making copyright headers distribution neutral.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/version.sh b/functions/version.sh index 581ac5631..0e47b4f97 100755 --- a/functions/version.sh +++ b/functions/version.sh @@ -28,7 +28,7 @@ Version () Echo "You should have received a copy of the GNU General Public License" Echo "along with this program. If not, see <http://www.gnu.org/licenses/>." 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://live.debian.net/>" |