File tree Expand file tree Collapse file tree 3 files changed +15
-17
lines changed Expand file tree Collapse file tree 3 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ include = [
14
14
" /Cargo.toml" ,
15
15
" /CHANGELOG.md" ,
16
16
" /COPYING" ,
17
- " /LICENSE" ,
18
17
" /readme" ,
19
18
" /README.md" ,
20
19
" /src/interactive-rebase-tool.1" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -352,7 +352,21 @@ Providing a [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/specs/source-d
352
352
353
353
# # License
354
354
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/> .
356
370
357
371
See [Third Party Licenses](https://gitrebasetool.mitmaro.ca/licenses.html) for licenses of the third-party libraries used by this project.
358
372
You can’t perform that action at this time.
0 commit comments