diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-15 22:50:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-15 22:50:17 +0000 |
commit | 0f15f2894a74e1811305abd588b8dbcfddf986cf (patch) | |
tree | b99622c78e0911c0296daeaa4533e0d52f2f0994 /Build/source | |
parent | 9d1333555e09cdce8fbf03ca71d13315263d31af (diff) |
(parse_options): GPLv2+, not just GPLv2 (after
discussion with Taco).
git-svn-id: svn://tug.org/texlive/trunk@29959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luainit.w | 8 |
1 files changed, 4 insertions, 4 deletions
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 <taco@@luatex.org> +% Copyright 2006-2013 Taco Hoekwater <taco@@luatex.org> % % 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); |