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 <thomas.lauf@tngtech.com>

fixup! Drop 'NEWS'

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-08-20 22:58:55 +02:00
parent 87c91b1f79
commit 4e8cb8b90e
3 changed files with 1 additions and 74 deletions

View file

@ -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)

23
COPYING
View file

@ -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

50
NEWS
View file

@ -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.