Skip to content

Commit f1e3513

Browse files
committed
Rationalised the software license
The licenses specified in the several package.xml files were inconsistent and in some cases were still just example placeholders. I have replaced all the licenses specified in the packages with the MIT license and included the MIT license text file in the root of the Swarmathon code directory. I listed all contributors that have written code and are therefore listed by github as an author. I also listed people who contributed code before it was under git control. Melanie Moses is the PI for the Swarmathon and director of the Biological Computation Lab that houses the Swarmathon project. There may be some students who contributed ideas that we used in the swarmathon code. Apologies to those not included here. The list of authors is a live document. As additional authors make contributions to the Swarmathon project their names should be added to the author list. The MIT license is permissive (the only restriction is that the authors are credited in derivative work) and is the most widely used license in in the open-source community.
1 parent 1c22ec4 commit f1e3513

File tree

7 files changed

+26
-10
lines changed

7 files changed

+26
-10
lines changed

license.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2017 G. Matthew Fricke, Josh P. Hecker, Antonio D. Griego, Jarett C. Jones, J. Jake Nichol, Karl Stollis, Kelsey Geiger, Tobi Ogunyale, Manny Meraz, Jeff Schlindwein, Will Vining, and Melanie E. Moses.
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

src/abridge/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<maintainer email="swarmathon@cs.unm.edu">NASA Swarmathon</maintainer>
88

9-
<license>GPLv2</license>
9+
<license>MIT</license>
1010

1111
<buildtool_depend>catkin</buildtool_depend>
1212
<build_depend>geometry_msgs</build_depend>

src/behaviours/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<maintainer email="swarmathon@cs.unm.edu">NASA Swarmathon</maintainer>
88

9-
<license>GPLv2</license>
9+
<license>MIT</license>
1010

1111
<buildtool_depend>catkin</buildtool_depend>
1212
<build_depend>geometry_msgs</build_depend>

src/diagnostics/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<version>0.0.0</version>
55
<description>The diagnostics package</description>
66
<maintainer email="swarmathon@cs.unm.edu">NASA Swarmathon</maintainer>
7-
<license>GPLv2</license>
7+
<license>MIT</license>
88
<buildtool_depend>catkin</buildtool_depend>
99
<build_depend>roscpp</build_depend>
1010
<build_depend>std_msgs</build_depend>

src/gazebo_plugins/package.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
<maintainer email="matthew@todo.todo">matthew</maintainer>
1111

1212

13-
<!-- One license tag required, multiple allowed, one license per tag -->
14-
<!-- Commonly used license strings: -->
15-
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
16-
<license>TODO</license>
13+
<license>MIT</license>
1714

1815

1916
<!-- Url tags are optional, but mutiple are allowed, one per tag -->

src/rqt_rover_gui/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<version>0.0.1</version>
44
<description>The Rover Interface</description>
55

6-
<maintainer email="matthew@fricke.co.uk">Matthew Fricke</maintainer>
6+
<maintainer email="swarmathon@cs.unm.edu">NASA Swarmathon</maintainer>
77

8-
<license>GPLv3</license>
8+
<license>MIT</license>
99

1010
<buildtool_depend>catkin</buildtool_depend>
1111

src/sbridge/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<maintainer email="swarmathon@cs.unm.edu">NASA Swarmathon</maintainer>
88

9-
<license>GPLv2</license>
9+
<license>MIT</license>
1010

1111
<buildtool_depend>catkin</buildtool_depend>
1212

0 commit comments

Comments
 (0)