@@ -18,6 +18,23 @@ repository, for example by building it locally.
1818
1919For more information, see: http://www.mapcode.com .
2020
21+ ## License
22+
23+ Licensed under the Apache License, Version 2.0 (the "License");
24+ you may not use this file except in compliance with the License.
25+ You may obtain a copy of the License at
26+
27+ http://www.apache.org/licenses/LICENSE-2.0
28+
29+ Unless required by applicable law or agreed to in writing, software
30+ distributed under the License is distributed on an "AS IS" BASIS,
31+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32+ See the License for the specific language governing permissions and
33+ limitations under the License.
34+
35+ Original C version created by Pieter Geelen. Work on Java version
36+ of the Mapcode library by Rijn Buve and Matthew Lowden.
37+
2138## Release Notes
2239
2340### 2.3.0
@@ -56,20 +73,3 @@ For more information, see: http://www.mapcode.com.
5673
5774* First release of Java library for MapCodes.
5875
59- ## License
60-
61- Licensed under the Apache License, Version 2.0 (the "License");
62- you may not use this file except in compliance with the License.
63- You may obtain a copy of the License at
64-
65- http://www.apache.org/licenses/LICENSE-2.0
66-
67- Unless required by applicable law or agreed to in writing, software
68- distributed under the License is distributed on an "AS IS" BASIS,
69- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
70- See the License for the specific language governing permissions and
71- limitations under the License.
72-
73- Original C version created by Pieter Geelen. Work on Java version
74- of the Mapcode library by Rijn Buve and Matthew Lowden.
75-
0 commit comments