commit cedb4d97cbfff0210bd3012426f3df7f6d169ea8
parent 6b1c246347e2343860307f3467d38fa4e08c0137
Author: vaplv <vaplv@free.fr>
Date: Fri, 22 Apr 2016 16:34:45 +0200
Update the README file
Diffstat:
1 file changed, 7 insertions(+), 16 deletions(-)
diff --git a/README.md b/README.md
@@ -11,23 +11,14 @@ The library uses [CMake](http://www.cmake.org) and the
[RCMake](https://gitlab.com/vaplv/rcmake/#tab-readme) package to build. It also
depends on the [RSys](https://gitlab.com/vaplv/rsys/#tab-readme) library.
First, install the RCMake package and the RSys library. Then, generate the
-project from the cmake/CMakeLists.txt file by appending the RCMake lib/cmake
-and RSys install directories to the `CMAKE_PREFIX_PATH` variable. The resulting
-project can be edited, built, tested and installed as any CMake project.
+project from the cmake/CMakeLists.txt file by appending the RCMake and RSys
+install directories to the `CMAKE_PREFIX_PATH` variable. The resulting project
+can be edited, built, tested and installed as any CMake project.
## License
-*Polygon* is Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr)
+Polygon is Copyright (C) 2014-2016 Vincent Forest (vaplv@free.fr). It is a free
+software released under the [OSI](https://opensource.org)-approved GPL v3+
+license. You are welcome to redistribute it under certain conditions; refer to
+the COPYING file for details.
-This library is free software: you can redistribute it and/or modify it under
-the terms of the GNU General Public License as published by the Free Software
-Foundation, either version 3 of the License, or (at your option) any later
-version.
-
-The *Polygon* library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
-details.
-
-You should have received a copy of the GNU General Public License along with
-the *Polygon* library. If not, see <http://www.gnu.org/licenses/>.