Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2013-01-18 18:52:20 +0400
committerKenneth Heafield <github@kheafield.com>2013-01-18 18:54:43 +0400
commitee165ba9d746c2009aca872dbba1a2b5e07f02cf (patch)
tree060d24f6b6ae210c031cd4ed3514f89565da7596 /LICENSE
parent95c98bcfb4467acb3113d26a38a699920215e101 (diff)
Update LICENSE to mention bjam and double-conversion
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE7
1 files changed, 4 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index e2f110f..38b6865 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,17 +1,18 @@
Most of the code here is licensed under the LGPL. There are exceptions which have their own licenses, listed below. See comments in those files for more details.
util/murmur_hash.cc is under the MIT license.
-util/string_piece.hh and util/string_piece.cc are Google code.
+util/string_piece.hh, util/string_piece.cc, and util/double-conversion are from Google; see the licenses in the code or util/double-conversion/LICENSE
util/file.cc contains a modified implementation of mkstemp under the LGPL.
+jam-files/LICENSE_1_0.txt covers most of that directory (except sanity.jam which is mine).
For the rest:
- Avenue code is free software: you can redistribute it and/or modify
+ KenLM is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Avenue code is distributed in the hope that it will be useful,
+ KenLM is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.