[ompl] 13/18: Copyright Updated. Thx decopy

Leopold Palomo-Avellaneda leo at alaxarxa.net
Sat Jan 28 18:26:04 UTC 2017


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

lepalom-guest pushed a commit to branch master
in repository ompl.

commit d053028ecf9bea7805f029ac8a1fa63a00951f91
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date:   Fri Jan 27 15:25:18 2017 +0100

    Copyright Updated. Thx decopy
---
 debian/copyright | 216 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 114 insertions(+), 102 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 7004d55..0c6aa28 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,82 +6,35 @@ Files-Excluded: src/external/* doc/js/bootstrap.min.js doc/js/jquery.js doc/js/j
 Comment: js files are in other debian packages.
 
 Files: *
-Copyright: 2010-2014 Rice University
+Copyright: 2013, Autonomous Systems Laboratory, Stanford University
+           2015, Caleb Voss and Wilson Beebe
+           2010-2015, Rice University
+           2013, Rutgers the State University of New Jersey, New Brunswick
+           2015, Tel Aviv University
+           2014, University of Toronto
+           2011-2012, Willow Garage
+           2008-2012, Willow Garage, 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 University 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 REGENTS 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 REGENTS 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: debian/*
-Copyright: 2013-2015 Leopold Palomo-Avellaneda <leo at alaxarxa.net>
-License: BSD-3-clause
-Comment: the Debian packaging is licensed under the same terms as the original package.
-
-Files: 
+Files: src/ompl/base/Cost.h
+       src/ompl/base/Goal.h
+       src/ompl/base/Path.h
+       src/ompl/base/StateValidityChecker.h
+       src/ompl/base/src/ProjectionEvaluator.cpp
+       src/ompl/control/ControlSpaceTypes.h
+       src/ompl/control/DirectedControlSampler.h
        src/ompl/datastructures/BinaryHeap.h
-       src/ompl/datastructures/NearestNeighborsLinear.h
        src/ompl/datastructures/GridB.h
-       src/ompl/datastructures/NearestNeighborsSqrtApprox.h
        src/ompl/datastructures/NearestNeighbors.h
-       src/ompl/geometric/src/*
-       src/ompl/geometric/planners/*/LBKPIECE1.*
-       src/ompl/geometric/planners/*/KPIECE1.*
+       src/ompl/datastructures/NearestNeighborsLinear.h
+       src/ompl/datastructures/NearestNeighborsSqrtApprox.h
+       src/ompl/geometric/PathSimplifier.h
        src/ompl/geometric/planners/prm/src/LazyPRM.cpp
        src/ompl/geometric/planners/prm/src/PRMstar.cpp
-       src/ompl/geometric/planners/est/*
-       src/ompl/geometric/planners/sbl/*
-       src/ompl/geometric/planners/rrt/*
-       src/ompl/geometric/planners/stride/src/STRIDE.cpp
-       src/ompl/geometric/PathSimplifier.h
-       src/ompl/*/PathHybridization.*
-       src/ompl/*/GeneticSearch.*
-       src/ompl/*/HillClimbing.*
-       src/ompl/*/PathGeometric.*
-       src/ompl/base/src/ProjectionEvaluator.cpp
-       src/ompl/base/StateValidityChecker.h
-       src/ompl/*/GoalRegion.*
-       src/ompl/*/GoalState.*
-       src/ompl/*/StateStorage.*
-       src/ompl/*/GenericParam.*
-       src/ompl/*/PrecomputedStateSampler.*
-       src/ompl/*/OptimizationObjective.*
-       src/ompl/base/Path.h
-       src/ompl/base/Cost.h
-       src/ompl/base/Goal.h
-       src/ompl/*/RRT.*
-       src/ompl/*/SimpleDirectedControlSampler.*
-       src/ompl/*/DiscreteControlSpace.*
-       src/ompl/control/DirectedControlSampler.h
-       src/ompl/control/ControlSpaceTypes.h
-       src/ompl/*/Console.*
-       src/ompl/*/RandomNumbers.*
-       src/ompl/*/Profiler.*
-       src/ompl/tools/multiplan/*
+       src/ompl/geometric/planners/stride/*
        tests/base/ptc.cpp
        tests/base/state_storage.cpp
-       tests/control/2dmap/2dmap.cpp
+       tests/control/2dmap/*
        tests/datastructures/grid.cpp
        tests/datastructures/gridb.cpp
        tests/datastructures/heap.cpp
@@ -89,51 +42,110 @@ Files:
        tests/geometric/2d/2dcircles_optimize.cpp
        tests/geometric/2d/2denvs.cpp
        tests/geometric/2d/2dmap_simple.cpp
-       tests/resources/environment2D.h
        tests/resources/circles2D.h
-       tests/util/random/random.cpp
-Copyright: 2008,2011,2012,2013 Willow Garage, Inc.
-License: BSD-3-Clause
+       tests/resources/environment2D.h
+       tests/util/random/*
+Copyright: 2008-2013, Willow Garage, Inc
+License: BSD-3-clause
 
-Files:
-       src/ompl/geometric/src/PathSimplifier.cpp
-       src/ompl/geometric/src/SimpleSetup.cpp
-       src/ompl/geometric/planners/stride/STRIDE.h
-       src/ompl/geometric/planners/rrt/RRTstar.h
-       src/ompl/geometric/planners/rrt/src/RRTstar.cpp
-Copyright: 2010-2014 Rice University
-License:  BSD-3-Clause
+Files: CMakeModules/FindEigen3.cmake
+Copyright: 2009, Benoit Jacob <jacob.benoit.1 at gmail.com>
+           2008-2009, Gael Guennebaud <g.gael at free.fr>
+           2006-2007, Montel Laurent <montel at kde.org>
+License: BSD-2-clause
 
+Files: debian/*
+Copyright: 2013-2017, Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+License: BSD-3-clause
+Comment: the Debian packaging is licensed under the same terms as the original package.
 
-Files: tests/BoostTestTeamCityReporter*
-Copyright: Copyright 2011 JetBrains s.r.o.
-License: Apache-2.0
+Files: doc/css/bootstrap-theme.min.css
+       doc/css/bootstrap.min.css
+Copyright: 2011-2014, Twitter Inc
+License: Expat
 
-Files: src/*/LBTRRT.h
-       src/*/LBTRRT.cpp
-Copyright: 2013 Oren Salzman
-License: BSD-3-Clause
+Files: src/boost/*
+Copyright: 2002-2005, David Abrahams
+License: BSL-1.0
 
-Files: src/*/SPARS.*
-       src/*/SPARStwo.*
-Copyright: 2013 Rutgers the State University of New Jersey, New Brunswick
-License: BSD-3-Clause
+Files: tests/BoostTestTeamCityReporter.h.in
+Copyright: 2011, CopyrightJetBrains s.r.o
+License: Apache-2.0
 
-Files: src/*/FMT.h
-       src/*/FMT.cpp
-Copyright: 2013 Autonomous Systems Laboratory, Stanford University
-License: BSD-3-Clause
+License: Apache-2.0
+ Licensed under the Apache License v2.0. See `/usr/share/common-licenses/Apache-2.0'.
 
-Files: doc/css/bootstrap*.css
-Copyright: 2011-2014 Twitter Inc
-License: Expat
+License: BSD-2-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.
+ .
+ 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: CMakeModules/FindGCCXML.cmake
-Copyright: 2001-2009 Kitware, Inc
 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 University 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 REGENTS 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 REGENTS 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.
 
-License: Apache-2.0
- Licensed under the Apache License v2.0. See `/usr/share/common-licenses/Apache-2.0'.
+License: BSL-1.0
+ Boost Software License - Version 1.0 - August 17th, 2003
+ .
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+ .
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+ .
+ 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ OR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
 
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining
@@ -153,4 +165,4 @@ License: Expat
  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.
\ No newline at end of file
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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



More information about the debian-science-commits mailing list