From 4e8cb8b90e02418619994cdae6129fdaea6f3fcb Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Thu, 20 Aug 2020 22:58:55 +0200 Subject: [PATCH] Drop `NEWS`, `COPYING` - Content of `NEWS` is either already in README.md or file just echoes Timewarriors release notes on github - `COPYING` is identical to `LICENSE` Signed-off-by: Thomas Lauf fixup! Drop 'NEWS' Signed-off-by: Thomas Lauf --- CMakeLists.txt | 2 +- COPYING | 23 ----------------------- NEWS | 50 -------------------------------------------------- 3 files changed, 1 insertion(+), 74 deletions(-) delete mode 100644 COPYING delete mode 100644 NEWS diff --git a/CMakeLists.txt b/CMakeLists.txt index c220b161..26380f67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ if (EXISTS ${CMAKE_SOURCE_DIR}/test) add_subdirectory (test EXCLUDE_FROM_ALL) endif (EXISTS ${CMAKE_SOURCE_DIR}/test) -set (doc_FILES NEWS ChangeLog README.md INSTALL AUTHORS COPYING LICENSE) +set (doc_FILES ChangeLog README.md INSTALL AUTHORS COPYING LICENSE) foreach (doc_FILE ${doc_FILES}) install (FILES ${doc_FILE} DESTINATION ${TIMEW_DOCDIR}) endforeach (doc_FILE) diff --git a/COPYING b/COPYING deleted file mode 100644 index ac41de38..00000000 --- a/COPYING +++ /dev/null @@ -1,23 +0,0 @@ -Timewarrior - a command line time tracker - -Copyright 2015 - 2018, Paul Beckingham, Federico Hernandez. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -https://www.opensource.org/licenses/mit-license.php diff --git a/NEWS b/NEWS deleted file mode 100644 index 275eedff..00000000 --- a/NEWS +++ /dev/null @@ -1,50 +0,0 @@ -New Features in 1.3.0 - - - Performance improvements - - Switch to python 3 - - New hint ':fortnight' - - Pass interval id to extensions - -New Commands in 1.3.0 - - - None - -New Configuration Options 1.3.0 - - - None - -Newly Deprecated Features in 1.3.0 - - - None - -Removed Features in 1.3.0 - - - None - -Known Issues - - - See https://github.com/GothenburgBitFactory/timewarrior/issues - -Timewarrior has been built and tested on the following configurations: - - * Arch - * CentOS - * Debian - * Fedora - * Gentoo - * openSUSE - * Ubuntu - * macOS - ---- - -While Timewarrior has undergone testing, bugs are sure to remain. -If you find a bug, please enter a new issue at: - - https://github.com/GothenburgBitFactory/timewarrior/issues - -Or just send a message to: - - support@gothenburgbitfactory.org - -Thank you.