diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 09:13:43 -0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-11-20 16:27:36 +0100 |
commit | 5bbc5e5e0d516ea1db958c96f82ea8fbea1bc858 (patch) | |
tree | 1813b1f69e88ecea5f8c2ec6b797e5a066dd37fb /payloads/libpayload/curses/PDCurses/README | |
parent | 9b7bb4911d26eab0b4cff4e0c3875d46f4f03f51 (diff) |
libpayload: PDCurses: Remove trailing whitespace
find . -type f |xargs perl -pi -e 's, *$,,'
find . -type f |xargs perl -pi -e 's, *$,,'
Change-Id: I62c2bc15b7c395a68b68422e701edf98b08e27c6
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/12399
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'payloads/libpayload/curses/PDCurses/README')
-rw-r--r-- | payloads/libpayload/curses/PDCurses/README | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/payloads/libpayload/curses/PDCurses/README b/payloads/libpayload/curses/PDCurses/README index dc476a9f1a..ae03c09cbb 100644 --- a/payloads/libpayload/curses/PDCurses/README +++ b/payloads/libpayload/curses/PDCurses/README @@ -1,7 +1,7 @@ Welcome to PDCurses! ==================== -Public Domain Curses, aka PDCurses, is an implementation of X/Open +Public Domain Curses, aka PDCurses, is an implementation of X/Open curses for multiple platforms. The latest version can be found at: http://pdcurses.sourceforge.net/ @@ -12,14 +12,14 @@ For changes, see the HISTORY file. Legal Stuff ----------- -The core package is in the public domain, but small portions of PDCurses -are subject to copyright under various licenses. Each directory -contains a README file, with a section titled "Distribution Status" +The core package is in the public domain, but small portions of PDCurses +are subject to copyright under various licenses. Each directory +contains a README file, with a section titled "Distribution Status" which describes the status of the files in that directory. -If you use PDCurses in an application, an acknowledgement would be -appreciated, but is not mandatory. If you make corrections or -enhancements to PDCurses, please forward them to the current maintainer +If you use PDCurses in an application, an acknowledgement would be +appreciated, but is not mandatory. If you make corrections or +enhancements to PDCurses, please forward them to the current maintainer for the benefit of other users. This software is provided AS IS with NO WARRANTY whatsoever. @@ -28,17 +28,17 @@ This software is provided AS IS with NO WARRANTY whatsoever. Ports ----- -PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL. A directory -containing the port-specific source files exists for each of these +PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL. A directory +containing the port-specific source files exists for each of these platforms. Build instructions are in the README file for each platform. Distribution Status ------------------- -All files in this directory except configure, config.guess and -config.sub are released to the Public Domain. config.guess and -config.sub are under the GPL; configure is under a free license +All files in this directory except configure, config.guess and +config.sub are released to the Public Domain. config.guess and +config.sub are under the GPL; configure is under a free license described within it. |