Skip to content

Commit

Permalink
Checked licenses of dependancies for compatibility. Added License not…
Browse files Browse the repository at this point in the history
…ice to overview_diagram.js.
  • Loading branch information
SarahW91 committed Nov 13, 2020
1 parent bdd19d3 commit 219a772
Show file tree
Hide file tree
Showing 126 changed files with 8,501 additions and 20 deletions.
32 changes: 32 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
sources:
bundler: true

allowed:
- mit
- apache-2.0
- gpl-2.0
- gpl-3.0
- agpl-2.0
- agpl-3.0
- lgpl-2.0
- lgpl-3.0
- bsd-2-clause
- bsd-3-clause

reviewed:
bundler:
- bcrypt # MIT License
- bio # 2-clause BSD License
- concurrent-ruby # MIT License
- ffi # MIT License
- jquery-ui-rails # MIT License
- mime-types # MIT License
- mime-types-data # MIT License
- pg # 2-clause BSD License
- puma # 3-clause BSD License
- ruby2_keywords # 2-clause BSD License
- rubyzip # 2-clause BSD License
- sidekiq # LGPL 3.0
- warden # MIT license
- websocket-driver # Apache 2.0
- websocket-extensions # Apache 2.0
36 changes: 36 additions & 0 deletions .licenses/bundler/actioncable.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: actioncable
version: 5.2.4.4
type: bundler
summary: WebSocket framework for Rails.
homepage: http://rubyonrails.org
license: mit
licenses:
- sources: MIT-LICENSE
text: |
Copyright (c) 2015-2018 Basecamp, LLC
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: |-
Action Cable is released under the MIT license:
* https://opensource.org/licenses/MIT
notices: []
37 changes: 37 additions & 0 deletions .licenses/bundler/actionmailer.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: actionmailer
version: 5.2.4.4
type: bundler
summary: Email composition, delivery, and receiving framework (part of Rails).
homepage: http://rubyonrails.org
license: mit
licenses:
- sources: MIT-LICENSE
text: |+
Copyright (c) 2004-2018 David Heinemeier Hansson
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.rdoc
text: |-
Action Mailer is released under the MIT license:
* https://opensource.org/licenses/MIT
notices: []
37 changes: 37 additions & 0 deletions .licenses/bundler/actionpack.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: actionpack
version: 5.2.4.4
type: bundler
summary: Web-flow and rendering framework putting the VC in MVC (part of Rails).
homepage: http://rubyonrails.org
license: mit
licenses:
- sources: MIT-LICENSE
text: |+
Copyright (c) 2004-2018 David Heinemeier Hansson
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.rdoc
text: |-
Action Pack is released under the MIT license:
* https://opensource.org/licenses/MIT
notices: []
37 changes: 37 additions & 0 deletions .licenses/bundler/actionview.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: actionview
version: 5.2.4.4
type: bundler
summary: Rendering framework putting the V in MVC (part of Rails).
homepage: http://rubyonrails.org
license: mit
licenses:
- sources: MIT-LICENSE
text: |+
Copyright (c) 2004-2018 David Heinemeier Hansson
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.rdoc
text: |-
Action View is released under the MIT license:
* https://opensource.org/licenses/MIT
notices: []
33 changes: 33 additions & 0 deletions .licenses/bundler/active_storage_validations.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: active_storage_validations
version: 0.8.9
type: bundler
summary: Validations for Active Storage
homepage: https://github.com/igorkasyanchuk/active_storage_validations
license: mit
licenses:
- sources: MIT-LICENSE
text: |
Copyright 2018-2019 Igor Kasyanchuk
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
notices: []
37 changes: 37 additions & 0 deletions .licenses/bundler/activejob.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: activejob
version: 5.2.4.4
type: bundler
summary: Job framework with pluggable queues.
homepage: http://rubyonrails.org
license: mit
licenses:
- sources: MIT-LICENSE
text: |+
Copyright (c) 2014-2018 David Heinemeier Hansson
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: |-
Active Job is released under the MIT license:
* https://opensource.org/licenses/MIT
notices: []
37 changes: 37 additions & 0 deletions .licenses/bundler/activemodel.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: activemodel
version: 5.2.4.4
type: bundler
summary: A toolkit for building modeling frameworks (part of Rails).
homepage: http://rubyonrails.org
license: mit
licenses:
- sources: MIT-LICENSE
text: |+
Copyright (c) 2004-2018 David Heinemeier Hansson
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.rdoc
text: |-
Active Model is released under the MIT license:
* https://opensource.org/licenses/MIT
notices: []
36 changes: 36 additions & 0 deletions .licenses/bundler/activerecord.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: activerecord
version: 5.2.4.4
type: bundler
summary: Object-relational mapper framework (part of Rails).
homepage: http://rubyonrails.org
license: mit
licenses:
- sources: MIT-LICENSE
text: |
Copyright (c) 2004-2018 David Heinemeier Hansson
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.rdoc
text: |-
Active Record is released under the MIT license:
* https://opensource.org/licenses/MIT
notices: []
33 changes: 33 additions & 0 deletions .licenses/bundler/activestorage.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: activestorage
version: 5.2.4.4
type: bundler
summary: Local and cloud file storage framework.
homepage: http://rubyonrails.org
license: mit
licenses:
- sources: MIT-LICENSE
text: |
Copyright (c) 2017-2018 David Heinemeier Hansson, Basecamp
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: Active Storage is released under the [MIT License](https://opensource.org/licenses/MIT).
notices: []
Loading

0 comments on commit 219a772

Please sign in to comment.