Browse Source

avoid long lines in LICENSE.md

emacs-27
Leonid Plyushch 5 years ago
parent
commit
1e266eb163
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 11
      LICENSE.md

11
LICENSE.md

@ -1,10 +1,11 @@
# License for package patches
The scripts and patches to build each package is licensed under the same license as
the actual package (so the patches and scripts to build bash are licensed under
the same license as bash, while the patches and scripts to build python are licensed
under the same license as python).
The scripts and patches to build each package is licensed under the same
license as the actual package (so the patches and scripts to build bash are
licensed under the same license as bash, while the patches and scripts to build
python are licensed under the same license as python).
# License for the build infrastructure
For build infrastructure outside the `packages/` folder the license is [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
For build infrastructure outside the `packages/` folder the license is
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).

Loading…
Cancel
Save