Skip to content

Commit 5a4c8c1

Browse files
committed
License the .proto and header files under MIT
1 parent 4e32fa2 commit 5a4c8c1

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

README

+3
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ To install the Debian/Ubuntu packages:
5757
To clean up after:
5858
debclean
5959

60+
License
61+
=======
62+
The .proto definition files and osmpbf.h are licensed under the MIT license. The other source code is licensed under the LGPL v3+.

include/osmpbf/osmpbf.h

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
#ifndef OSMPBF_H
22
#define OSMPBF_H
3+
/*
4+
Copyright 2011-2014 Jochen Topf <jochen@topf.org>,
5+
Copyrigt 2012 Scott A. Crosby. <scott@sacrosby.com>
6+
7+
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:
8+
9+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10+
11+
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.
12+
13+
*/
314

415
// this describes the low-level blob storage
516
#include <osmpbf/fileformat.pb.h> // IWYU pragma: export

src/fileformat.proto

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
/** Copyright (c) 2010 Scott A. Crosby. <scott@sacrosby.com>
22
3-
This program is free software: you can redistribute it and/or modify
4-
it under the terms of the GNU Lesser General Public License as
5-
published by the Free Software Foundation, either version 3 of the
6-
License, or (at your option) any later version.
7-
8-
This program is distributed in the hope that it will be useful,
9-
but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
GNU Lesser General Public License for more details.
12-
13-
You should have received a copy of the GNU Lesser General Public License
14-
along with this program. If not, see <http://www.gnu.org/licenses/>.
3+
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:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
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.
158
169
*/
1710

src/osmformat.proto

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
/** Copyright (c) 2010 Scott A. Crosby. <scott@sacrosby.com>
22
3-
This program is free software: you can redistribute it and/or modify
4-
it under the terms of the GNU Lesser General Public License as
5-
published by the Free Software Foundation, either version 3 of the
6-
License, or (at your option) any later version.
7-
8-
This program is distributed in the hope that it will be useful,
9-
but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
GNU Lesser General Public License for more details.
12-
13-
You should have received a copy of the GNU Lesser General Public License
14-
along with this program. If not, see <http://www.gnu.org/licenses/>.
3+
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:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
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.
158
169
*/
1710

0 commit comments

Comments
 (0)