summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-02-25 22:14:10 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-02-26 11:51:05 +0000
commit391fb539a705958c3cdb32568b6862ecb83b81c0 (patch)
treeecfc5c84ccd41bf186e3ef4bdd83ba7af586df90
parentc14bb083e13348259713424d794e986b6dee8bfb (diff)
downloadhivex-391fb539a705958c3cdb32568b6862ecb83b81c0.tar.gz
hivex-391fb539a705958c3cdb32568b6862ecb83b81c0.tar.xz
hivex-391fb539a705958c3cdb32568b6862ecb83b81c0.zip
generator: Clarify LGPLv2 boilerplate.
-rwxr-xr-xgenerator/generator.ml2
1 files changed, 1 insertions, 1 deletions
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;