MitMaro / git-interactive-rebase-tool

Native cross-platform full feature terminal-based sequence editor for git interactive rebase.
https://gitrebasetool.mitmaro.ca/
GNU General Public License v3.0
1.55k stars 48 forks source link

Add text of GPLv3 to repo; move LICENSE file into README #933

Closed bgilbert closed 1 month ago

bgilbert commented 2 months ago

The LICENSE file says:

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Add a copy of the GPLv3 under the conventional name COPYING.

In addition, move the contents of the LICENSE file into the License section of README.md and clean it up a bit; it's probably good to make the license statement and warranty disclaimer more prominent. Also, if we kept LICENSE as a separate file, the GitHub web UI would think there's a second license it doesn't understand; see screenshots below.

Sidebar

image

README tabs

image

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9820225088

Details


Totals Coverage Status
Change from base Build 9807365058: 0.0%
Covered Lines: 4575
Relevant Lines: 4701

💛 - Coveralls
MitMaro commented 1 month ago

Makes sense, and more align with the GPL! Thanks!