Last active
June 22, 2020 14:02
-
-
Save lucianghinda/cf6cfe5c84ae9c241fa8dedea008e420 to your computer and use it in GitHub Desktop.
Example of Licensed configuration file sample for a Ruby on Rails project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sources: | |
bundler: true | |
allowed: | |
- mit | |
- apache-2.0 | |
- bsd-2-clause | |
- bsd-3-clause | |
- isc | |
- cc0-1.0 | |
reviewed: | |
bundler: | |
- activerecord # MIT License | |
- concurrent-ruby # MIT License | |
- puma # BSD 3 clause | |
- rexml # BSD 2 clause | |
- sqlite3 # BSD 3 clause as specified here https://github.com/sparklemotion/sqlite3-ruby/blob/master/sqlite3.gemspec | |
- websocket-driver # Apache 2.0 License | |
- websocket-extensions # Apache 2.0 License | |
- pg # License is Ruby License https://github.com/ged/ruby-pg - it is ok when distributing | |
- parser # It is actually an MIT License https://github.com/whitequark/parser/blob/master/LICENSE.txt | |
- ruby-progressbar # This is actually an MIT License. There is no difference between this license MIT License See https://github.com/jfelchner/ruby-progressbar/blob/master/LICENSE.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment