Skip to content

Commit e464a7b

Browse files
bgilbertMitMaro
authored andcommitted
Move contents of LICENSE file into README
The separate LICENSE file confuses the GitHub web UI, which claims "Unknown, GPL-3.0 licenses found" in the repository summary sidebar.
1 parent 7638da6 commit e464a7b

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ include = [
1414
"/Cargo.toml",
1515
"/CHANGELOG.md",
1616
"/COPYING",
17-
"/LICENSE",
1817
"/readme",
1918
"/README.md",
2019
"/src/interactive-rebase-tool.1",

LICENSE

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,21 @@ Providing a [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/specs/source-d
352352
353353
## License
354354
355-
Git Interactive Rebase Tool is released under the GPLv3 license. See [LICENSE](LICENSE).
355+
Sequence Editor for Git Interactive Rebase
356+
Copyright (C) 2017-2020 Tim Oram and Contributors
357+
358+
This program is free software: you can redistribute it and/or modify
359+
it under the terms of the GNU General Public License as published by
360+
the Free Software Foundation, either version 3 of the License, or
361+
(at your option) any later version.
362+
363+
This program is distributed in the hope that it will be useful,
364+
but WITHOUT ANY WARRANTY; without even the implied warranty of
365+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
366+
GNU General Public License for more details.
367+
368+
You should have received a copy of the GNU General Public License
369+
along with this program. If not, see <https://www.gnu.org/licenses/>.
356370
357371
See [Third Party Licenses](https://gitrebasetool.mitmaro.ca/licenses.html) for licenses of the third-party libraries used by this project.
358372

0 commit comments

Comments
 (0)