diff options
-rwxr-xr-x | functions/version.sh | 2 | ||||
-rwxr-xr-x | scripts/build/live-build | 2 |
2 files changed, 2 insertions, 2 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/>" diff --git a/scripts/build/live-build b/scripts/build/live-build index 50dd3dd77..51fe50982 100755 --- a/scripts/build/live-build +++ b/scripts/build/live-build @@ -16,7 +16,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. |