Skip to content

Commit 49feb77

Browse files
authored
Merge pull request #36 from Alessandro-Barbieri/Alessandro-Barbieri-license-change
update license references
2 parents 6b9b23b + aca7fef commit 49feb77

File tree

16 files changed

+36
-52
lines changed

16 files changed

+36
-52
lines changed

carmenwrapper/carmenwrapper.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
* GMAPPING Copyright (c) 2004 Giorgio Grisetti,
66
* Cyrill Stachniss, and Wolfram Burgard
77
*
8-
* This software is licensed under the "Creative Commons
9-
* License (Attribution-NonCommercial-ShareAlike 2.0)"
8+
* This software is licensed under the 3-Clause BSD License
109
* and is copyrighted by Giorgio Grisetti, Cyrill Stachniss,
1110
* and Wolfram Burgard.
1211
*
1312
* Further information on this license can be found at:
14-
* http://creativecommons.org/licenses/by-nc-sa/2.0/
13+
* https://opensource.org/licenses/BSD-3-Clause
1514
*
1615
* GMAPPING is distributed in the hope that it will be useful,
1716
* but WITHOUT ANY WARRANTY; without even the implied

configfile/configfile.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
* GMAPPING Copyright (c) 2004 Giorgio Grisetti,
66
* Cyrill Stachniss, and Wolfram Burgard
77
*
8-
* This software is licensed under the "Creative Commons
9-
* License (Attribution-NonCommercial-ShareAlike 2.0)"
8+
* This software is licensed under the 3-Clause BSD License
109
* and is copyrighted by Giorgio Grisetti, Cyrill Stachniss,
1110
* and Wolfram Burgard.
1211
*
1312
* Further information on this license can be found at:
14-
* http://creativecommons.org/licenses/by-nc-sa/2.0/
13+
* https://opensource.org/licenses/BSD-3-Clause
1514
*
1615
* GMAPPING is distributed in the hope that it will be useful,
1716
* but WITHOUT ANY WARRANTY; without even the implied

configfile/configfile_test.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
* GMAPPING Copyright (c) 2004 Giorgio Grisetti,
66
* Cyrill Stachniss, and Wolfram Burgard
77
*
8-
* This software is licensed under the "Creative Commons
9-
* License (Attribution-NonCommercial-ShareAlike 2.0)"
8+
* This software is licensed under the 3-Clause BSD License
109
* and is copyrighted by Giorgio Grisetti, Cyrill Stachniss,
1110
* and Wolfram Burgard.
1211
*
1312
* Further information on this license can be found at:
14-
* http://creativecommons.org/licenses/by-nc-sa/2.0/
13+
* https://opensource.org/licenses/BSD-3-Clause
1514
*
1615
* GMAPPING is distributed in the hope that it will be useful,
1716
* but WITHOUT ANY WARRANTY; without even the implied

gfs-carmen/gfs-carmen.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
* GMAPPING Copyright (c) 2004 Giorgio Grisetti,
66
* Cyrill Stachniss, and Wolfram Burgard
77
*
8-
* This software is licensed under the "Creative Commons
9-
* License (Attribution-NonCommercial-ShareAlike 2.0)"
8+
* This software is licensed under the 3-Clause BSD License
109
* and is copyrighted by Giorgio Grisetti, Cyrill Stachniss,
1110
* and Wolfram Burgard.
1211
*
1312
* Further information on this license can be found at:
14-
* http://creativecommons.org/licenses/by-nc-sa/2.0/
13+
* https://opensource.org/licenses/BSD-3-Clause
1514
*
1615
* GMAPPING is distributed in the hope that it will be useful,
1716
* but WITHOUT ANY WARRANTY; without even the implied

gui/gfs_logplayer.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
* GMAPPING Copyright (c) 2004 Giorgio Grisetti,
66
* Cyrill Stachniss, and Wolfram Burgard
77
*
8-
* This software is licensed under the "Creative Commons
9-
* License (Attribution-NonCommercial-ShareAlike 2.0)"
8+
* This software is licensed under the 3-Clause BSD License
109
* and is copyrighted by Giorgio Grisetti, Cyrill Stachniss,
1110
* and Wolfram Burgard.
1211
*
1312
* Further information on this license can be found at:
14-
* http://creativecommons.org/licenses/by-nc-sa/2.0/
13+
* https://opensource.org/licenses/BSD-3-Clause
1514
*
1615
* GMAPPING is distributed in the hope that it will be useful,
1716
* but WITHOUT ANY WARRANTY; without even the implied

gui/gfs_nogui.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
* GMAPPING Copyright (c) 2004 Giorgio Grisetti,
66
* Cyrill Stachniss, and Wolfram Burgard
77
*
8-
* This software is licensed under the "Creative Commons
9-
* License (Attribution-NonCommercial-ShareAlike 2.0)"
8+
* This software is licensed under the 3-Clause BSD License
109
* and is copyrighted by Giorgio Grisetti, Cyrill Stachniss,
1110
* and Wolfram Burgard.
1211
*
1312
* Further information on this license can be found at:
14-
* http://creativecommons.org/licenses/by-nc-sa/2.0/
13+
* https://opensource.org/licenses/BSD-3-Clause
1514
*
1615
* GMAPPING is distributed in the hope that it will be useful,
1716
* but WITHOUT ANY WARRANTY; without even the implied
@@ -28,8 +27,8 @@ using namespace GMapping;
2827

2928
int main (int argc, char ** argv){
3029
cerr << "GMAPPING copyright 2004 by Giorgio Grisetti, Cyrill Stachniss," << endl ;
31-
cerr << "and Wolfram Burgard. To be published under the CreativeCommons license," << endl ;
32-
cerr << "see: http://creativecommons.org/licenses/by-nc-sa/2.0/" << endl << endl;
30+
cerr << "and Wolfram Burgard. Published under the 3-Clause BSD License," << endl ;
31+
cerr << "see: https://opensource.org/licenses/BSD-3-Clause" << endl << endl;
3332

3433

3534
GridSlamProcessorThread* gsp= new GridSlamProcessorThread;

gui/gfs_simplegui.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
* GMAPPING Copyright (c) 2004 Giorgio Grisetti,
66
* Cyrill Stachniss, and Wolfram Burgard
77
*
8-
* This software is licensed under the "Creative Commons
9-
* License (Attribution-NonCommercial-ShareAlike 2.0)"
8+
* This software is licensed under the 3-Clause BSD License
109
* and is copyrighted by Giorgio Grisetti, Cyrill Stachniss,
1110
* and Wolfram Burgard.
1211
*
1312
* Further information on this license can be found at:
14-
* http://creativecommons.org/licenses/by-nc-sa/2.0/
13+
* https://opensource.org/licenses/BSD-3-Clause
1514
*
1615
* GMAPPING is distributed in the hope that it will be useful,
1716
* but WITHOUT ANY WARRANTY; without even the implied
@@ -70,8 +69,8 @@ class GFSMainWindow: public QMainWindow{
7069

7170
int main (int argc, char ** argv){
7271
cerr << "GMAPPING copyright 2004 by Giorgio Grisetti, Cyrill Stachniss," << endl ;
73-
cerr << "and Wolfram Burgard. To be published under the CreativeCommons license," << endl;
74-
cerr << "see: http://creativecommons.org/licenses/by-nc-sa/2.0/" << endl << endl;
72+
cerr << "and Wolfram Burgard. Published under the 3-Clause BSD License," << endl;
73+
cerr << "see: https://opensource.org/licenses/BSD-3-Clause" << endl << endl;
7574

7675

7776
GridSlamProcessorThread* gsp= new GridSlamProcessorThread;

gui/gsp_thread.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
* GMAPPING Copyright (c) 2004 Giorgio Grisetti,
66
* Cyrill Stachniss, and Wolfram Burgard
77
*
8-
* This software is licensed under the "Creative Commons
9-
* License (Attribution-NonCommercial-ShareAlike 2.0)"
8+
* This software is licensed under the 3-Clause BSD License
109
* and is copyrighted by Giorgio Grisetti, Cyrill Stachniss,
1110
* and Wolfram Burgard.
1211
*
1312
* Further information on this license can be found at:
14-
* http://creativecommons.org/licenses/by-nc-sa/2.0/
13+
* https://opensource.org/licenses/BSD-3-Clause
1514
*
1615
* GMAPPING is distributed in the hope that it will be useful,
1716
* but WITHOUT ANY WARRANTY; without even the implied

gui/qgraphpainter.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
* GMAPPING Copyright (c) 2004 Giorgio Grisetti,
66
* Cyrill Stachniss, and Wolfram Burgard
77
*
8-
* This software is licensed under the "Creative Commons
9-
* License (Attribution-NonCommercial-ShareAlike 2.0)"
8+
* This software is licensed under the 3-Clause BSD License
109
* and is copyrighted by Giorgio Grisetti, Cyrill Stachniss,
1110
* and Wolfram Burgard.
1211
*
1312
* Further information on this license can be found at:
14-
* http://creativecommons.org/licenses/by-nc-sa/2.0/
13+
* https://opensource.org/licenses/BSD-3-Clause
1514
*
1615
* GMAPPING is distributed in the hope that it will be useful,
1716
* but WITHOUT ANY WARRANTY; without even the implied

gui/qparticleviewer.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
* GMAPPING Copyright (c) 2004 Giorgio Grisetti,
66
* Cyrill Stachniss, and Wolfram Burgard
77
*
8-
* This software is licensed under the "Creative Commons
9-
* License (Attribution-NonCommercial-ShareAlike 2.0)"
8+
* This software is licensed under the 3-Clause BSD License
109
* and is copyrighted by Giorgio Grisetti, Cyrill Stachniss,
1110
* and Wolfram Burgard.
1211
*
1312
* Further information on this license can be found at:
14-
* http://creativecommons.org/licenses/by-nc-sa/2.0/
13+
* https://opensource.org/licenses/BSD-3-Clause
1514
*
1615
* GMAPPING is distributed in the hope that it will be useful,
1716
* but WITHOUT ANY WARRANTY; without even the implied

0 commit comments

Comments
 (0)