mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
move note about grammar repos from LICENSE to README.md
This commit is contained in:
6
LICENSE
6
LICENSE
@@ -1,9 +1,3 @@
|
|||||||
The language grammars included in this gem are covered by their repositories'
|
|
||||||
respective licenses. See https://github.com/github/linguist/blob/master/grammars.yml
|
|
||||||
to determine the repository for each grammar.
|
|
||||||
|
|
||||||
All other files are covered by the following license:
|
|
||||||
|
|
||||||
Copyright (c) 2011-2014 GitHub, Inc.
|
Copyright (c) 2011-2014 GitHub, Inc.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person
|
Permission is hereby granted, free of charge, to any person
|
||||||
|
|||||||
@@ -194,3 +194,11 @@ If you are the current maintainer of this gem:
|
|||||||
0. Merge github/linguist PR
|
0. Merge github/linguist PR
|
||||||
0. Tag and push: `git tag vx.xx.xx; git push --tags`
|
0. Tag and push: `git tag vx.xx.xx; git push --tags`
|
||||||
0. Push to rubygems.org -- `gem push github-linguist-3.0.0.gem`
|
0. Push to rubygems.org -- `gem push github-linguist-3.0.0.gem`
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
The language grammars included in this gem are covered by their repositories'
|
||||||
|
respective licenses. `grammars.yml` specifies the repository for each grammar.
|
||||||
|
|
||||||
|
All other files are covered by the MIT license, see `LICENSE`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user