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:
authorPhilipp Koehn <phi@jhu.edu>2015-09-26 00:20:09 +0300
committerPhilipp Koehn <phi@jhu.edu>2015-09-26 00:20:09 +0300
commita052837a3a85325064da8b4c36e04a63af30daa0 (patch)
tree1d7c6dd4a2f7ebdc0ee80cfbbfda079b6843a31b /moses/FeatureVector.h
parentbb1b5d3abd25bd4769640e338740b4e462fbe7a3 (diff)
streamlining license to LGPL 2.1
Diffstat (limited to 'moses/FeatureVector.h')
-rw-r--r--moses/FeatureVector.h35
1 files changed, 17 insertions, 18 deletions
diff --git a/moses/FeatureVector.h b/moses/FeatureVector.h
index 839e2a5d4..a34eee4ef 100644
--- a/moses/FeatureVector.h
+++ b/moses/FeatureVector.h
@@ -1,22 +1,21 @@
/*
- Moses - factored phrase-based language decoder
- Copyright (C) 2010 University of Edinburgh
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
- */
+ Moses - statistical machine translation system
+ Copyright (C) 2005-2015 University of Edinburgh
+
+This library 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 2.1 of the License, or (at your option) any later version.
+
+This library 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 this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+*/
#pragma once
#ifndef FEATUREVECTOR_H