This is an automated email from the git hooks/post-receive script. sf pushed a commit to annotated tag v1.40 in repository mapcode.
commit 61a61274481f03c6abb335be3e362d0ed6f50b76 Author: Rijn Buve <[email protected]> Date: Fri Sep 19 15:20:54 2014 +0200 Edited Markdown for README --- README.md | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 34880ab..0a8d97b 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,14 @@ Mapcode Library for C/C++ ==== -Online documentation can be found at: http://rijnb.github.io/mapcode-cpp/ - ----- - Copyright (C) 2014 Stichting Mapcode Foundation (http://www.mapcode.com) -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 +---- -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +**Online documentation can be found at: http://rijnb.github.io/mapcode-cpp/** -The C/C++ Library: mapcodelib/ +The C/C++ Library: `mapcodelib/` ==== The directory 'mapcodelib' contains the files: @@ -42,7 +30,7 @@ In that case, basics.h will state a version number of the for: #define mapcode_cversion "1.2xxx" where "xxx" states the geographical limitation. -A real-life example, the 'mapcode' codec tool: example/ +A Real-Life Example, The 'mapcode' Codec Tool: `example/` ==== 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 decode Mapcodes. -Release notes +Release Notes ==== * 1.40 @@ -104,3 +92,18 @@ Release notes Initial release to the public domain. +License +==== + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcode.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

