Skip to content

Commit 61a6127

Browse files
committed
Edited Markdown for README
1 parent 7d4a272 commit 61a6127

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

README.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
11
Mapcode Library for C/C++
22
====
33

4-
Online documentation can be found at: http://rijnb.github.io/mapcode-cpp/
5-
6-
----
7-
84
Copyright (C) 2014 Stichting Mapcode Foundation (http://www.mapcode.com)
95

10-
Licensed under the Apache License, Version 2.0 (the "License");
11-
you may not use this file except in compliance with the License.
12-
You may obtain a copy of the License at
13-
14-
http://www.apache.org/licenses/LICENSE-2.0
6+
----
157

16-
Unless required by applicable law or agreed to in writing, software
17-
distributed under the License is distributed on an "AS IS" BASIS,
18-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19-
See the License for the specific language governing permissions and
20-
limitations under the License.
8+
**Online documentation can be found at: http://rijnb.github.io/mapcode-cpp/**
219

2210

23-
The C/C++ Library: mapcodelib/
11+
The C/C++ Library: `mapcodelib/`
2412
====
2513

2614
The directory 'mapcodelib' contains the files:
@@ -42,7 +30,7 @@ In that case, basics.h will state a version number of the for:
4230
#define mapcode_cversion "1.2xxx"
4331
where "xxx" states the geographical limitation.
4432

45-
A real-life example, the 'mapcode' codec tool: example/
33+
A Real-Life Example, The 'mapcode' Codec Tool: `example/`
4634
====
4735

4836
The directory 'example' contains a Mapcode encoding/decoding utility, as an example
@@ -58,7 +46,7 @@ This tool provides a rather extensive command-line interface to encode and
5846
decode Mapcodes.
5947

6048

61-
Release notes
49+
Release Notes
6250
====
6351

6452
* 1.40
@@ -104,3 +92,18 @@ Release notes
10492

10593
Initial release to the public domain.
10694

95+
License
96+
====
97+
98+
Licensed under the Apache License, Version 2.0 (the "License");
99+
you may not use this file except in compliance with the License.
100+
You may obtain a copy of the License at
101+
102+
http://www.apache.org/licenses/LICENSE-2.0
103+
104+
Unless required by applicable law or agreed to in writing, software
105+
distributed under the License is distributed on an "AS IS" BASIS,
106+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
107+
See the License for the specific language governing permissions and
108+
limitations under the License.
109+

0 commit comments

Comments
 (0)