From 391fb539a705958c3cdb32568b6862ecb83b81c0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 25 Feb 2010 22:14:10 +0000 Subject: generator: Clarify LGPLv2 boilerplate. --- generator/generator.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit