[cg3] 02/02: Imported Debian patch 0.9.9~r10439-1

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Sun Feb 8 23:40:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

tinodidriksen-guest pushed a commit to branch master
in repository cg3.

commit 3f85f661f4305f1977405c44ca88e246cbe742e0
Merge: beee761 33f81a1
Author: Tino Didriksen <mail at tinodidriksen.com>
Date:   Sun Feb 8 23:26:01 2015 +0000

    Imported Debian patch 0.9.9~r10439-1

 CMake/FindBoost.cmake                              | 938 ---------------------
 CMakeLists.txt                                     |  19 +-
 ChangeLog                                          | 197 +++--
 TODO                                               |   1 +
 compile-profile.sh                                 |   4 +-
 debian/changelog                                   |   6 +
 debian/control                                     |   2 +
 debian/copyright                                   |   6 -
 emacs/cg.el                                        | 100 ++-
 manual/installation.xml                            |  24 +-
 scripts/profile-revisions.php                      |  12 +-
 src/ApertiumApplicator.cpp                         |   6 +-
 src/ApertiumApplicator.hpp                         |   2 +-
 src/BinaryGrammar.cpp                              |   6 +-
 src/BinaryGrammar.hpp                              |   7 +-
 src/BinaryGrammar_read.cpp                         |  51 +-
 ...ammar_read.cpp => BinaryGrammar_read_10043.cpp} |  47 +-
 src/BinaryGrammar_write.cpp                        |  59 +-
 src/CMakeLists.txt                                 |   9 +-
 src/Cohort.cpp                                     |   2 +-
 src/Cohort.hpp                                     |   2 +-
 src/CohortIterator.cpp                             |   2 +-
 src/CohortIterator.hpp                             |   2 +-
 src/ContextualTest.cpp                             |   4 +-
 src/ContextualTest.hpp                             |   4 +-
 src/FSTApplicator.cpp                              |   8 +-
 src/FSTApplicator.hpp                              |   2 +-
 src/FormatConverter.cpp                            |   2 +-
 src/FormatConverter.hpp                            |   2 +-
 src/Grammar.cpp                                    | 245 ++++--
 src/Grammar.hpp                                    |  12 +-
 src/GrammarApplicator.cpp                          |  15 +-
 src/GrammarApplicator.hpp                          |   6 +-
 src/GrammarApplicator_matchSet.cpp                 |  50 +-
 src/GrammarApplicator_reflow.cpp                   |  17 +-
 src/GrammarApplicator_runContextualTest.cpp        |   2 +-
 src/GrammarApplicator_runGrammar.cpp               |   8 +-
 src/GrammarApplicator_runRules.cpp                 |  55 +-
 src/GrammarWriter.cpp                              |  41 +-
 src/GrammarWriter.hpp                              |   2 +-
 src/IGrammarParser.hpp                             |   3 +-
 src/NicelineApplicator.cpp                         |   8 +-
 src/NicelineApplicator.hpp                         |   2 +-
 src/PlaintextApplicator.cpp                        |   8 +-
 src/PlaintextApplicator.hpp                        |   2 +-
 src/Reading.cpp                                    |   2 +-
 src/Reading.hpp                                    |   2 +-
 src/Rule.cpp                                       |   6 +-
 src/Rule.hpp                                       |   2 +-
 src/Set.cpp                                        |   2 +-
 src/Set.hpp                                        |   2 +-
 src/SingleWindow.cpp                               |   2 +-
 src/SingleWindow.hpp                               |   2 +-
 src/Strings.cpp                                    |   2 +-
 src/Strings.hpp                                    |   2 +-
 src/Tag.cpp                                        |   2 +-
 src/Tag.hpp                                        |   2 +-
 src/TagTrie.hpp                                    |   2 +-
 src/TextualParser.cpp                              |  12 +-
 src/TextualParser.hpp                              |   2 +-
 src/Window.cpp                                     |   2 +-
 src/Window.hpp                                     |   2 +-
 src/bloomish.hpp                                   |   2 +-
 src/cg3.h                                          |   2 +-
 src/cg_comp.cpp                                    |   4 +-
 src/cg_conv.cpp                                    |   3 +-
 src/cg_proc.cpp                                    |   2 +-
 src/flat_unordered_map.hpp                         |  16 +-
 src/flat_unordered_set.hpp                         |  20 +-
 src/inlines.hpp                                    |   8 +-
 src/interval_vector.hpp                            |   9 +-
 src/istream.hpp                                    |   2 +-
 src/libcg3.cpp                                     |   2 +-
 src/macros.hpp                                     |   2 +-
 src/main.cpp                                       |   8 +-
 src/options.hpp                                    |   2 +-
 src/options_conv.hpp                               |   2 +-
 src/sorted_vector.hpp                              |  38 +-
 src/stdafx.hpp                                     |   7 +-
 src/test_libcg3.c                                  |   2 +-
 src/uextras.cpp                                    |   2 +-
 src/uextras.hpp                                    |   2 +-
 src/version.hpp                                    |  10 +-
 test/T_AnyMinusSome/args.txt                       |   1 +
 test/T_AnyMinusSome/grammar.cg3b.10043             | Bin 0 -> 558 bytes
 test/T_AnyMinusSome/run.pl                         |  32 -
 test/T_Barrier/grammar.cg3b.10043                  | Bin 0 -> 738 bytes
 test/T_Barrier/run.pl                              |  32 -
 test/T_BasicAppend/grammar.cg3b.10043              | Bin 0 -> 2071 bytes
 test/T_BasicAppend/run.pl                          |  32 -
 test/T_BasicContextTest/grammar.cg3b.10043         | Bin 0 -> 1548 bytes
 test/T_BasicContextTest/run.pl                     |  32 -
 test/T_BasicDelimit/args.txt                       |   1 +
 test/T_BasicDelimit/expected.txt                   |  10 +-
 test/T_BasicDelimit/grammar.cg3b.10043             | Bin 0 -> 500 bytes
 test/T_BasicDelimit/run.pl                         |  32 -
 test/T_BasicDependency/args.txt                    |   1 +
 test/T_BasicDependency/grammar.cg3b.10043          | Bin 0 -> 8729 bytes
 test/T_BasicDependency/run.pl                      |  32 -
 test/T_BasicIff/grammar.cg3b.10043                 | Bin 0 -> 596 bytes
 test/T_BasicIff/run.pl                             |  32 -
 test/T_BasicSelect/args.txt                        |   1 +
 test/T_BasicSelect/grammar.cg3b.10043              | Bin 0 -> 837 bytes
 test/T_BasicSelect/run.pl                          |  32 -
 test/T_BasicSubstitute/args.txt                    |   1 +
 test/T_BasicSubstitute/grammar.cg3b.10043          | Bin 0 -> 2155 bytes
 test/T_BasicSubstitute/run.pl                      |  32 -
 test/T_CG2Compat/args.txt                          |   1 +
 test/T_CG2Compat/grammar.cg3b.10043                | Bin 0 -> 1106 bytes
 test/T_CG2Compat/run.pl                            |  32 -
 test/T_CarefulBarrier/grammar.cg3b.10043           | Bin 0 -> 704 bytes
 test/T_CarefulBarrier/run.pl                       |  32 -
 test/T_DelayAndDelete/grammar.cg3b.10043           | Bin 0 -> 3055 bytes
 test/T_DelayAndDelete/run.pl                       |  32 -
 test/T_Dependency_Loops/args.txt                   |   1 +
 test/T_Dependency_Loops/grammar.cg3b.10043         | Bin 0 -> 2071 bytes
 test/T_Dependency_Loops/run.pl                     |  32 -
 test/T_Dependency_OutOfRange/expected.txt          |   2 +-
 test/T_Dependency_OutOfRange/grammar.cg3           |   8 +-
 test/T_Dependency_OutOfRange/grammar.cg3b.10043    | Bin 0 -> 1643 bytes
 test/T_Dependency_OutOfRange/run.pl                |  32 -
 test/T_DontMatchEmptySet/grammar.cg3b.10043        | Bin 0 -> 597 bytes
 test/T_DontMatchEmptySet/run.pl                    |  32 -
 test/T_EndlessSelect/grammar.cg3b.10043            | Bin 0 -> 496 bytes
 test/T_EndlessSelect/run.pl                        |  32 -
 test/T_External/grammar.cg3b.10043                 | Bin 0 -> 833 bytes
 test/T_Include/grammar.cg3b.10043                  | Bin 0 -> 837 bytes
 test/T_Include/run.pl                              |  32 -
 test/T_InputCommands/grammar.cg3b.10043            | Bin 0 -> 594 bytes
 test/T_InputCommands/run.pl                        |  32 -
 test/T_InputMarkup/grammar.cg3b.10043              | Bin 0 -> 597 bytes
 test/T_InputMarkup/run.pl                          |  32 -
 test/T_JumpExecute/args.txt                        |   1 +
 test/T_JumpExecute/grammar.cg3b.10043              | Bin 0 -> 1163 bytes
 test/T_JumpExecute/run.pl                          |  32 -
 test/T_MapAdd_Different/args.txt                   |   1 +
 test/T_MapAdd_Different/expected.txt               |   2 +-
 test/T_MapAdd_Different/grammar.cg3                |   4 +-
 test/T_MapAdd_Different/grammar.cg3b.10043         | Bin 0 -> 907 bytes
 test/T_MapAdd_Different/run.pl                     |  32 -
 test/T_MapThenRemove/grammar.cg3b.10043            | Bin 0 -> 841 bytes
 test/T_MapThenRemove/run.pl                        |  32 -
 test/T_MapThenSelect/grammar.cg3b.10043            | Bin 0 -> 1000 bytes
 test/T_MapThenSelect/run.pl                        |  32 -
 test/T_MappingPrefix/args.txt                      |   1 +
 test/T_MappingPrefix/grammar.cg3b.10043            | Bin 0 -> 1467 bytes
 test/T_MappingPrefix/run.pl                        |  32 -
 test/T_Movement/grammar.cg3b.10043                 | Bin 0 -> 1574 bytes
 test/T_Movement/run.pl                             |  32 -
 test/T_MultipleSections/grammar.cg3b.10043         | Bin 0 -> 632 bytes
 test/T_MultipleSections/run.pl                     |  32 -
 test/T_NegatedContextTest/grammar.cg3b.10043       | Bin 0 -> 612 bytes
 test/T_NegatedContextTest/run.pl                   |  32 -
 test/T_NotContextTest/grammar.cg3b.10043           | Bin 0 -> 592 bytes
 test/T_NotContextTest/run.pl                       |  32 -
 test/T_NumericalTags/args.txt                      |   1 +
 test/T_NumericalTags/grammar.cg3b.10043            | Bin 0 -> 2503 bytes
 test/T_NumericalTags/run.pl                        |  32 -
 test/T_OmniWithBarrier/grammar.cg3b.10043          | Bin 0 -> 784 bytes
 test/T_OmniWithBarrier/run.pl                      |  32 -
 test/T_Omniscan/grammar.cg3b.10043                 | Bin 0 -> 1689 bytes
 test/T_Omniscan/run.pl                             |  32 -
 test/T_OriginPassing/args.txt                      |   1 +
 test/T_OriginPassing/grammar.cg3b.10043            | Bin 0 -> 3368 bytes
 test/T_OriginPassing/run.pl                        |  32 -
 test/T_Parentheses/args.txt                        |   1 +
 test/T_Parentheses/grammar.cg3b.10043              | Bin 0 -> 2869 bytes
 test/T_Parentheses/run.pl                          |  32 -
 test/T_RegExp/grammar.cg3b.10043                   | Bin 0 -> 3827 bytes
 test/T_RegExp/run.pl                               |  32 -
 test/T_Relations/args.txt                          |   1 +
 test/T_Relations/grammar.cg3b.10043                | Bin 0 -> 2970 bytes
 test/T_Relations/run.pl                            |  32 -
 test/T_RemCohort/args.txt                          |   1 +
 test/T_RemCohort/grammar.cg3b.10043                | Bin 0 -> 2239 bytes
 test/T_RemCohort/run.pl                            |  32 -
 test/T_RemoveSingleTag/grammar.cg3b.10043          | Bin 0 -> 591 bytes
 test/T_RemoveSingleTag/run.pl                      |  32 -
 test/T_ScanningTests/grammar.cg3b.10043            | Bin 0 -> 2289 bytes
 test/T_ScanningTests/run.pl                        |  32 -
 test/T_SectionRanges/args.txt                      |   1 +
 test/T_SectionRanges/grammar.cg3b.10043            | Bin 0 -> 1175 bytes
 test/T_SectionRanges/run.pl                        |  32 -
 test/T_Sections/args.txt                           |   1 +
 test/T_Sections/grammar.cg3b.10043                 | Bin 0 -> 715 bytes
 test/T_Sections/run.pl                             |  32 -
 test/T_SetOp_FailFast/args.txt                     |   1 +
 test/T_SetOp_FailFast/grammar.cg3b.10043           | Bin 0 -> 906 bytes
 test/T_SetOp_FailFast/run.pl                       |  32 -
 test/T_SetOps/grammar.cg3b.10043                   | Bin 0 -> 1437 bytes
 test/T_SetOps/run.pl                               |  32 -
 test/T_SetParentChild/grammar.cg3b.10043           | Bin 0 -> 1660 bytes
 test/T_SetParentChild/run.pl                       |  32 -
 test/T_SoftDelimiters/args.txt                     |   1 +
 test/T_SoftDelimiters/grammar.cg3b.10043           | Bin 0 -> 645 bytes
 test/T_SoftDelimiters/run.pl                       |  32 -
 test/T_SpaceInForms/args.txt                       |   1 +
 test/T_SpaceInForms/grammar.cg3b.10043             | Bin 0 -> 1520 bytes
 test/T_SpaceInForms/run.pl                         |  32 -
 test/T_SubReadings_Apertium/grammar.cg3b.10043     | Bin 0 -> 2027 bytes
 test/T_SubReadings_CG/args.txt                     |   1 +
 test/T_SubReadings_CG/grammar.cg3b.10043           | Bin 0 -> 2370 bytes
 test/T_SubReadings_CG/run.pl                       |  32 -
 test/T_SubstituteNil/grammar.cg3b.10043            | Bin 0 -> 543 bytes
 test/T_SubstituteNil/run.pl                        |  32 -
 test/T_Templates/grammar.cg3b.10043                | Bin 0 -> 5270 bytes
 test/T_Templates/run.pl                            |  32 -
 test/T_Trace/args.txt                              |   1 +
 test/T_Trace/grammar.cg3b.10043                    | Bin 0 -> 818 bytes
 test/T_Trace/run.pl                                |  32 -
 test/T_Unification/args.txt                        |   1 +
 test/T_Unification/grammar.cg3b.10043              | Bin 0 -> 4574 bytes
 test/T_Unification/run.pl                          |  32 -
 test/T_Variables/grammar.cg3b.10043                | Bin 0 -> 1124 bytes
 test/T_Variables/run.pl                            |  32 -
 test/runall.pl                                     |  72 +-
 vapply.sh                                          |   2 +-
 vparse.sh                                          |   2 +-
 218 files changed, 875 insertions(+), 3077 deletions(-)

diff --cc debian/changelog
index 0c2ef01,0000000..74ca6ed
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,0 +1,17 @@@
++cg3 (0.9.9~r10439-1) experimental; urgency=low
++
++  * Updated to latest from svn
++
++ -- Tino Didriksen <mail at tinodidriksen.com>  Sun, 8 Feb 2015 23:26:01 +0000
++
 +cg3 (0.9.9~r10195-1) experimental; urgency=low
 +
 +  * Updated to latest from svn
 +
 + -- Tino Didriksen <mail at tinodidriksen.com>  Tue, 7 Oct 2014 14:36:01 +0000
 +
 +cg3 (0.9.9~r10190-1) experimental; urgency=low
 +
 +  * Initial release (Closes: #475452)
 +
 + -- Tino Didriksen <mail at tinodidriksen.com>  Fri, 3 Oct 2014 10:31:01 +0000
diff --cc debian/control
index 40c9896,0000000..82b75da
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,60 -1,0 +1,62 @@@
 +Source: cg3
 +Section: science
 +Priority: optional
 +Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 +Uploaders: Tino Didriksen <mail at tinodidriksen.com>,
 +           Kartik Mistry <kartik at debian.org>
 +Build-Depends: cmake (>= 2.8.9),
 +               debhelper (>= 9.0),
 +               libboost1.48-dev | libboost-dev (>= 1.49.0),
 +               libicu-dev (>= 4.8)
 +Standards-Version: 3.9.6
 +Homepage: http://visl.sdu.dk/cg3.html
 +Vcs-Git: git://anonscm.debian.org/debian-science/packages/cg3.git
 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/cg3.git
 +
 +Package: cg3
 +Architecture: any
 +Depends: libcg3-0 (= ${binary:Version}),
 +         ${misc:Depends},
 +         ${perl:Depends},
 +         ${shlibs:Depends}
 +Provides: vislcg3
 +Conflicts: vislcg3
++Replaces: vislcg3
 +Description: Tools for using the 3rd edition of Constraint Grammar (CG-3)
 + Constraint Grammar compiler and applicator for the 3rd edition of CG
 + that is developed and maintained by VISL SDU and GrammarSoft ApS.
 + .
 + CG-3 can be used for disambiguation of morphology, syntax, semantics, etc;
 + dependency markup, target language lemma choice for MT, QA systems, and
 + much more. The core idea is that you choose what to do based on the whole
 + available context, as opposed to n-grams.
 + .
 + See http://visl.sdu.dk/cg3.html for more documentation
 +
 +Package: libcg3-0
 +Architecture: any
 +Multi-Arch: same
 +Pre-Depends: ${misc:Pre-Depends}
 +Depends: ${misc:Depends}, ${shlibs:Depends}
 +Provides: libcg3
 +Conflicts: libcg3
++Replaces: libcg3
 +Description: Runtime for CG-3
 + Runtime library for applications using the CG-3 API.
 + .
 + It is recommended to instrument the CLI tools instead of using this API.
 + .
 + See http://visl.sdu.dk/cg3.html for more documentation
 +
 +Package: libcg3-dev
 +Architecture: any
 +Multi-Arch: same
 +Section: libdevel
 +Pre-Depends: ${misc:Pre-Depends}
 +Depends: libcg3-0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 +Description: Headers and static library to develop using the CG-3 library
 + Development files to use the CG-3 API.
 + .
 + It is recommended to instrument the CLI tools instead of using this API.
 + .
 + See http://visl.sdu.dk/cg3.html for more documentation
diff --cc debian/copyright
index 5db8595,0000000..03af435
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,132 -1,0 +1,126 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Upstream-Name: cg3
 +Upstream-Contact: Tino Didriksen <mail at tinodidriksen.com>
 +Source: http://visl.sdu.dk/cg3.html
 +
 +Files: *
 +Copyright: 2007-2014 GrammarSoft ApS <info at grammarsoft.com>
 +License: GPL-3+
 + 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 3 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, see <http://www.gnu.org/licenses/>.
 + .
 + On Debian systems, the complete text of the GNU General
 + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
 +
 +Files: emacs/*
 +Copyright: 2010-2013 Kevin Brubeck Unhammer <unhammer at fsfe.org>
 +License: GPL-2+
 + 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, see <http://www.gnu.org/licenses/>.
 + .
 + On Debian systems, the complete text of the GNU General
 + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
 +
 +Files: include/exec-stream/*
 +Copyright: 2004 Artem Khodush
 +License: BSD-3-clause
- 
- Files: CMake/FindBoost.cmake
- Copyright: 2006-2009 Kitware, Inc.
- License: BSD-3-clause
- 
- License: BSD-3-clause
 + Redistribution and use in source and binary forms, with or without
 + modification, are permitted provided that the following conditions are met:
 + .
 + 1) Redistributions of source code must retain the above copyright notice,
 + this list of conditions and the following disclaimer.
 + .
 + 2) Redistributions in binary form must reproduce the above copyright notice,
 + this list of conditions and the following disclaimer in the documentation
 + and/or other materials provided with the distribution.
 + .
 + 3) Neither the name of the ORGANIZATION nor the names of its contributors
 + may be used to endorse or promote products derived from this software
 + without specific prior written permission.
 + .
 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 + POSSIBILITY OF SUCH DAMAGE.
 +
 +Files: include/cycle.h
 +Copyright: 2003, 2007-8 Matteo Frigo
 +           2003, 2007-8 Massachusetts Institute of Technology
 +License: Expat
 + Permission is hereby granted, free of charge, to any person obtaining
 + a copy of this software and associated documentation files (the
 + "Software"), to deal in the Software without restriction, including
 + without limitation the rights to use, copy, modify, merge, publish,
 + distribute, sublicense, and/or sell copies of the Software, and to
 + permit persons to whom the Software is furnished to do so, subject to
 + the following conditions:
 + .
 + The above copyright notice and this permission notice shall be included
 + in all copies or substantial portions of the Software.
 + .
 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 +
 +Files: include/uoptions.h
 +       src/icu_uoptions.cpp
 +Copyright: 1995-2014 International Business Machines Corporation and others
 +License: ICU
 + Permission is hereby granted, free of charge, to any person obtaining a
 + copy of this software and associated documentation files (the
 + "Software"), to deal in the Software without restriction, including
 + without limitation the rights to use, copy, modify, merge, publish,
 + distribute, and/or sell copies of the Software, and to permit persons
 + to whom the Software is furnished to do so, provided that the above
 + copyright notice(s) and this permission notice appear in all copies of
 + the Software and that both the above copyright notice(s) and this
 + permission notice appear in supporting documentation.
 + .
 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 + OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 + HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
 + INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
 + FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
 + NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 + WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 + .
 + Except as contained in this notice, the name of a copyright holder
 + shall not be used in advertising or otherwise to promote the sale, use
 + or other dealings in this Software without prior written authorization
 + of the copyright holder.
 + .
 + A copy of the license is provided in the source tree as license.icu.txt
 + or can be read at http://icu-project.org/license

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cg3.git



More information about the debian-science-commits mailing list