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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-11-17 16:49:55 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-17 16:49:55 +0400
commit72a4c8a0d34529086b91c016ce32f0b03f9778a1 (patch)
tree1520b39aa01e77dda85b57f42749e992b42a886d /util/LICENSE
parent07a8558c02fe46b08734c8479b58ad0f9e3a1a3c (diff)
Move kenlm up one level, simplify compilation
Diffstat (limited to 'util/LICENSE')
-rw-r--r--util/LICENSE20
1 files changed, 20 insertions, 0 deletions
diff --git a/util/LICENSE b/util/LICENSE
new file mode 100644
index 000000000..0ba079e30
--- /dev/null
+++ b/util/LICENSE
@@ -0,0 +1,20 @@
+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.
+
+murmur_hash.cc is under the MIT license.
+string_piece.hh and util/string_piece.cc are Google code and contains its own license.
+file.cc contains a modified implementation of mkstemp under the LGPL.
+
+For the rest:
+
+ Avenue code 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,
+ 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.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with Avenue code. If not, see <http://www.gnu.org/licenses/>.