From: Richard W.M. Jones Date: Thu, 25 Feb 2010 22:14:10 +0000 (+0000) Subject: generator: Clarify LGPLv2 boilerplate. X-Git-Tag: 1.2.0~6 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=391fb539a705958c3cdb32568b6862ecb83b81c0;p=hivex.git generator: Clarify LGPLv2 boilerplate. --- diff --git a/generator/generator.ml b/generator/generator.ml index 71c3b4f..8696dec 100755 --- a/generator/generator.ml +++ b/generator/generator.ml @@ -654,7 +654,7 @@ let generate_header ?(extra_inputs = []) comment license = | LGPLv2 -> pr "%s This library is free software; you can redistribute it and/or\n" c; pr "%s modify it under the terms of the GNU Lesser General Public\n" c; - pr "%s License as published by the Free Software Foundation; either\n" c; + pr "%s License as published by the Free Software Foundation;\n" c; pr "%s version 2.1 of the License only.\n" c; pr "%s\n" c; pr "%s This library is distributed in the hope that it will be useful,\n" c;