Fix up licenses (#7128)

* fix up license, clairify docopt license, clear up attribution, and add pictures to README

* use year range from README in LICENSESTRING

* fix up images
This commit is contained in:
Cassandra Watergate
2022-06-09 15:23:00 -07:00
committed by GitHub
parent 729178cae7
commit 062be2d4a5
2 changed files with 12 additions and 2 deletions

View File

@@ -154,3 +154,8 @@ License
Copyright 2013-2022 Michal Siwek and [all the awesome contributors](https://github.com/skycocker/chromebrew/graphs/contributors).
This project including all of its source files is released under the terms of [GNU General Public License (version 3 or later)](http://www.gnu.org/licenses/gpl.txt).
This project embeds [docopt.rb](https://github.com/docopt/docopt.rb) at lib/docopt.rb. We retain its [MIT license](https://github.com/skycocker/chromebrew/blob/master/lib/docopt.LICENSE).
<a rel="license-software" href="https://www.gnu.org/licenses/gpl-3.0.en.html"><img alt="GNU General Public License" style="border-width:0" src="https://www.gnu.org/graphics/gplv3-127x51.png" height="31" /></a>
<a rel="license-docopt" href="https://mit-license.org/"><img alt="MIT License" style="border-width:0" src="https://upload.wikimedia.org/wikipedia/commons/0/0c/MIT_logo.svg" height="31" /></a>