From 0f15f2894a74e1811305abd588b8dbcfddf986cf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 15 Apr 2013 22:50:17 +0000 Subject: (parse_options): GPLv2+, not just GPLv2 (after discussion with Taco). git-svn-id: svn://tug.org/texlive/trunk@29959 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/lua/luainit.w | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.w b/Build/source/texk/web2c/luatexdir/lua/luainit.w index c5d841039b2..b0535fb9d01 100644 --- a/Build/source/texk/web2c/luatexdir/lua/luainit.w +++ b/Build/source/texk/web2c/luatexdir/lua/luainit.w @@ -1,6 +1,6 @@ % luainit.w % -% Copyright 2006-2011 Taco Hoekwater +% Copyright 2006-2013 Taco Hoekwater % % This file is part of LuaTeX. % @@ -342,9 +342,9 @@ static void parse_options(int ac, char **av) /* *INDENT-OFF* */ puts("\n\nExecute 'luatex --credits' for credits and version details.\n\n" "There is NO warranty. Redistribution of this software is covered by\n" - "the terms of the GNU General Public License, version 2. For more\n" - "information about these matters, see the file named COPYING and\n" - "the LuaTeX source.\n\n" + "the terms of the GNU General Public License, version 2 or (at your option)\n" + "any later version. For more information about these matters, see the file\n" + "named COPYING and the LuaTeX source.\n\n" "Copyright 2013 Taco Hoekwater, the LuaTeX Team.\n"); /* *INDENT-ON* */ uexit(0); -- cgit v1.2.3