Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[foxy backport] correct license #22

Merged
merged 1 commit into from Aug 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions orocos_kdl/debian/copyright
Expand Up @@ -8,19 +8,19 @@ Copyright Holder: Orocos Dev Team

License:

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 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 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.
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 General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
You should have received a copy of the GNU Lesser General Public License
along with this package; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.
4 changes: 2 additions & 2 deletions orocos_kdl/package.xml
Expand Up @@ -3,10 +3,10 @@
<version>3.3.2</version>
<description>
This package contains a recent version of the Kinematics and Dynamics
Library (KDL), distributed by the Orocos Project.
Library (KDL), distributed by the Orocos Project.
</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<license>LGPL</license>
<license>LGPL-2.1-or-later</license>
<url>http://wiki.ros.org/orocos_kdl</url>
<author>Ruben Smits</author>
<author email="steven@openrobotics.org">Steven! Ragnarök</author>
Expand Down
19 changes: 2 additions & 17 deletions orocos_kdl/tests/test-runner.cpp
@@ -1,21 +1,6 @@
// Copyright (C) 2007 Klaas Gadeyne <first dot last at gmail dot com>
//
// 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// Copyright (C) 2007 Klaas Gadeyne

/* Modified from orocos cppunit test code, also published under GPLV2
/* Modified from orocos cppunit test code
begin : Mon January 10 2005
copyright : (C) 2005 Peter Soetens
email : peter.soetens@mech.kuleuven.ac.be
Expand Down
2 changes: 1 addition & 1 deletion python_orocos_kdl/package.xml
Expand Up @@ -6,7 +6,7 @@
Library (KDL), distributed by the Orocos Project.
</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<license>LGPL</license>
<license>LGPL-2.1-or-later</license>
<url>http://wiki.ros.org/python_orocos_kdl</url>
<author>Ruben Smits</author>
<author email="steven@openrobotics.org">Steven! Ragnarök</author>
Expand Down