commit e2c229d4551dfbb503f18dcff2e9c29423912547
parent c75c5dd5be832e5143dab95154c0b691232a47db
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 27 Oct 2023 16:23:04 +0200
Wraps the README text in 72 columns
This matches the convention of plain text e-mails. It can therefore be
sent as a publication announcement e-mail without being reformatted.
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
@@ -1,8 +1,8 @@
# Star Color Map
-This library maps a real value to a color by interpolating for a given value
-the colors predefined in a palette. A set of common palettes is integrated into
-the library; see the scmap.h header for a complete list.
+This library maps a real value to a color by interpolating for a given
+value the colors predefined in a palette. A set of common palettes is
+integrated into the library; see the scmap.h header for a complete list.
## Requirements
@@ -25,8 +25,8 @@ Fix compilation warnings detected by gcc 11
### Version 0.0.2
-Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has become
-obsolete.
+Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has
+become obsolete.
### Version 0.0.1
@@ -36,6 +36,6 @@ Fix MSVC build.
Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com)
-Star-CMap is free software released under the GPL v3+ license: GNU GPL version
-3 or later. You are welcome to redistribute it under certain conditions; refer
-to the COPYING file for details.
+Star-CMap is free software released under the GPL v3+ license: GNU GPL
+version 3 or later. You are welcome to redistribute it under certain
+conditions; refer to the COPYING file for details.