From 677f0f47a8d6ae558482d27e071c82deca8e6540 Mon Sep 17 00:00:00 2001 From: hieuhoang1972 Date: Tue, 12 Oct 2010 16:17:41 +0000 Subject: [PATCH] copyright notice & svn properties git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3620 1f5c12ca-751b-0410-a591-d2e778427230 --- CreateOnDisk/src/Main.cpp | 21 ++++++++++++++++++- CreateOnDisk/src/Main.h | 27 +++++++++++++++++------- OnDiskPt/src/OnDiskWrapper.cpp | 27 +++++++++++++++++------- OnDiskPt/src/OnDiskWrapper.h | 27 +++++++++++++++++------- OnDiskPt/src/Phrase.cpp | 27 +++++++++++++++++------- OnDiskPt/src/Phrase.h | 27 +++++++++++++++++------- OnDiskPt/src/PhraseNode.cpp | 27 +++++++++++++++++------- OnDiskPt/src/PhraseNode.h | 27 +++++++++++++++++------- OnDiskPt/src/SourcePhrase.cpp | 27 +++++++++++++++++------- OnDiskPt/src/SourcePhrase.h | 27 +++++++++++++++++------- OnDiskPt/src/TargetPhrase.cpp | 28 ++++++++++++++++++------- OnDiskPt/src/TargetPhrase.h | 28 ++++++++++++++++++------- OnDiskPt/src/TargetPhraseCollection.cpp | 19 +++++++++++++++++ OnDiskPt/src/TargetPhraseCollection.h | 19 +++++++++++++++++ OnDiskPt/src/Vocab.cpp | 27 +++++++++++++++++------- OnDiskPt/src/Vocab.h | 27 +++++++++++++++++------- OnDiskPt/src/Word.cpp | 27 +++++++++++++++++------- OnDiskPt/src/Word.h | 27 +++++++++++++++++------- 18 files changed, 345 insertions(+), 121 deletions(-) diff --git a/CreateOnDisk/src/Main.cpp b/CreateOnDisk/src/Main.cpp index 3b9281c897..7655abecb7 100644 --- a/CreateOnDisk/src/Main.cpp +++ b/CreateOnDisk/src/Main.cpp @@ -1,4 +1,23 @@ -#undef _GLIBCXX_DEBUG +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ + #include #include #include diff --git a/CreateOnDisk/src/Main.h b/CreateOnDisk/src/Main.h index 262317c469..cb254d9a1e 100644 --- a/CreateOnDisk/src/Main.h +++ b/CreateOnDisk/src/Main.h @@ -1,12 +1,23 @@ #pragma once -/* - * Main.h - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include "../../OnDiskPt/src/SourcePhrase.h" #include "../../OnDiskPt/src/TargetPhrase.h" diff --git a/OnDiskPt/src/OnDiskWrapper.cpp b/OnDiskPt/src/OnDiskWrapper.cpp index c580fbb5a0..3d3f956a2e 100644 --- a/OnDiskPt/src/OnDiskWrapper.cpp +++ b/OnDiskPt/src/OnDiskWrapper.cpp @@ -1,11 +1,22 @@ -/* - * OnDiskWrapper.cpp - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #ifdef WIN32 #include #endif diff --git a/OnDiskPt/src/OnDiskWrapper.h b/OnDiskPt/src/OnDiskWrapper.h index c8fa959a8b..3b24f385b3 100644 --- a/OnDiskPt/src/OnDiskWrapper.h +++ b/OnDiskPt/src/OnDiskWrapper.h @@ -1,12 +1,23 @@ #pragma once -/* - * OnDiskWrapper.h - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include #include "Vocab.h" diff --git a/OnDiskPt/src/Phrase.cpp b/OnDiskPt/src/Phrase.cpp index 338741b81e..915aba0ee8 100644 --- a/OnDiskPt/src/Phrase.cpp +++ b/OnDiskPt/src/Phrase.cpp @@ -1,11 +1,22 @@ -/* - * Phrase.cpp - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include #include "../../moses/src/Util.h" diff --git a/OnDiskPt/src/Phrase.h b/OnDiskPt/src/Phrase.h index e98cab86f9..6d732e3457 100644 --- a/OnDiskPt/src/Phrase.h +++ b/OnDiskPt/src/Phrase.h @@ -1,12 +1,23 @@ #pragma once -/* - * Phrase.h - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include #include "Word.h" diff --git a/OnDiskPt/src/PhraseNode.cpp b/OnDiskPt/src/PhraseNode.cpp index 659c8182f6..a35740d8f0 100644 --- a/OnDiskPt/src/PhraseNode.cpp +++ b/OnDiskPt/src/PhraseNode.cpp @@ -1,11 +1,22 @@ -/* - * PhraseNode.cpp - * CreateOnDisk - * - * Created by Hieu Hoang on 01/01/2010. - * Copyright 2010 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include "PhraseNode.h" #include "OnDiskWrapper.h" diff --git a/OnDiskPt/src/PhraseNode.h b/OnDiskPt/src/PhraseNode.h index 8eb274c34c..bf45cda28f 100644 --- a/OnDiskPt/src/PhraseNode.h +++ b/OnDiskPt/src/PhraseNode.h @@ -1,12 +1,23 @@ #pragma once -/* - * PhraseNode.h - * CreateOnDisk - * - * Created by Hieu Hoang on 01/01/2010. - * Copyright 2010 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include #include diff --git a/OnDiskPt/src/SourcePhrase.cpp b/OnDiskPt/src/SourcePhrase.cpp index 20dd7ede7a..b2877a1a8c 100644 --- a/OnDiskPt/src/SourcePhrase.cpp +++ b/OnDiskPt/src/SourcePhrase.cpp @@ -1,11 +1,22 @@ -/* - * SourcePhrase.cpp - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include "SourcePhrase.h" diff --git a/OnDiskPt/src/SourcePhrase.h b/OnDiskPt/src/SourcePhrase.h index 726d5e8100..ac3ab08660 100644 --- a/OnDiskPt/src/SourcePhrase.h +++ b/OnDiskPt/src/SourcePhrase.h @@ -1,12 +1,23 @@ #pragma once -/* - * SourcePhrase.h - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include "Phrase.h" #include "Word.h" diff --git a/OnDiskPt/src/TargetPhrase.cpp b/OnDiskPt/src/TargetPhrase.cpp index 3389fb7a1c..84d26b7bfe 100644 --- a/OnDiskPt/src/TargetPhrase.cpp +++ b/OnDiskPt/src/TargetPhrase.cpp @@ -1,11 +1,23 @@ -/* - * TargetPhrase.cpp - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ + #include #include #include "../../moses/src/Util.h" diff --git a/OnDiskPt/src/TargetPhrase.h b/OnDiskPt/src/TargetPhrase.h index 6d571815ca..c8ef534bc7 100644 --- a/OnDiskPt/src/TargetPhrase.h +++ b/OnDiskPt/src/TargetPhrase.h @@ -1,12 +1,24 @@ #pragma once -/* - * TargetPhrase.h - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ + #include #include #include diff --git a/OnDiskPt/src/TargetPhraseCollection.cpp b/OnDiskPt/src/TargetPhraseCollection.cpp index 50c6b4b20e..a70e672cd4 100644 --- a/OnDiskPt/src/TargetPhraseCollection.cpp +++ b/OnDiskPt/src/TargetPhraseCollection.cpp @@ -1,3 +1,22 @@ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include diff --git a/OnDiskPt/src/TargetPhraseCollection.h b/OnDiskPt/src/TargetPhraseCollection.h index e904d2dbeb..b33d84b5b8 100644 --- a/OnDiskPt/src/TargetPhraseCollection.h +++ b/OnDiskPt/src/TargetPhraseCollection.h @@ -1,3 +1,22 @@ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 #include "TargetPhrase.h" diff --git a/OnDiskPt/src/Vocab.cpp b/OnDiskPt/src/Vocab.cpp index bf13d674e7..bae5e81c17 100644 --- a/OnDiskPt/src/Vocab.cpp +++ b/OnDiskPt/src/Vocab.cpp @@ -1,11 +1,22 @@ -/* - * Vocab.cpp - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include #include "OnDiskWrapper.h" diff --git a/OnDiskPt/src/Vocab.h b/OnDiskPt/src/Vocab.h index 50cab61214..a5f27c93e5 100644 --- a/OnDiskPt/src/Vocab.h +++ b/OnDiskPt/src/Vocab.h @@ -1,12 +1,23 @@ #pragma once -/* - * Vocab.h - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include #include "../../moses/src/TypeDef.h" diff --git a/OnDiskPt/src/Word.cpp b/OnDiskPt/src/Word.cpp index 30e40b5131..621dec3b5a 100644 --- a/OnDiskPt/src/Word.cpp +++ b/OnDiskPt/src/Word.cpp @@ -1,11 +1,22 @@ -/* - * Word.cpp - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include "../../moses/src/Util.h" #include "../../moses/src/Word.h" diff --git a/OnDiskPt/src/Word.h b/OnDiskPt/src/Word.h index 95dee6a19f..0b344aa5b4 100644 --- a/OnDiskPt/src/Word.h +++ b/OnDiskPt/src/Word.h @@ -1,12 +1,23 @@ #pragma once -/* - * Word.h - * CreateOnDisk - * - * Created by Hieu Hoang on 31/12/2009. - * Copyright 2009 __MyCompanyName__. All rights reserved. - * - */ +// $Id$ +/*********************************************************************** + Moses - factored phrase-based, hierarchical and syntactic language decoder + Copyright (C) 2009 Hieu Hoang + + 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 + ***********************************************************************/ #include #include #include