Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _data/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ conditions:
- description: Users who interact with the licensed material via network are given the right to receive a copy of the source code.
label: Network use is distribution
tag: network-use-disclose
- description: Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.
- description: Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used. This applies to derivative works based on the licensed material; it does not require a particular license for a clean-room reimplementation that does not incorporate the licensed work.
label: Same license
tag: same-license
- description: Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.
- description: Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used. This applies to derivative files; it does not require a particular license for a clean-room reimplementation that does not incorporate code from those files.
label: Same license (file)
tag: same-license--file
- description: Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.
- description: Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library. Linking or combining with a library under this condition does not extend to independent reimplementations that do not use the library’s source.
label: Same license (library)
tag: same-license--library

Expand Down