-
-
Notifications
You must be signed in to change notification settings - Fork 750
Update following referenced licenses and rules #5233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AyanSinhaMahapatra
wants to merge
2
commits into
develop
Choose a base branch
from
add-license-detection
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| license_expression: lgpl-2.1 OR mpl-1.1 | ||
| is_license_tag: yes | ||
| --- | ||
|
|
||
| license: LGPL/MPL |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| license_expression: lgpl-2.1 OR mpl-1.1 | ||
| is_license_notice: yes | ||
| --- | ||
|
|
||
| dual-licensed under the LGPL and the MPL. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| --- | ||
| license_expression: lgpl-2.1 OR mpl-1.1 | ||
| is_license_notice: yes | ||
| --- | ||
|
|
||
| Cairo is free software and is available to be redistributed and/or | ||
| modified under the terms of either the GNU Lesser General Public | ||
| License (LGPL) version 2.1 or the Mozilla Public License (MPL) version | ||
| 1.1. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| --- | ||
| license_expression: lgpl-2.1 OR mpl-1.1 | ||
| is_license_notice: yes | ||
| referenced_filenames: | ||
| - COPYING-LGPL-2.1 | ||
| - COPYING-MPL-1.1 | ||
| --- | ||
|
|
||
| is free software. | ||
|
|
||
| Every source file in the implementation of is available to be | ||
| redistributed and/or modified under the terms of either the GNU Lesser | ||
| General Public License (LGPL) version 2.1 or the Mozilla Public | ||
| License (MPL) version 1.1. Some files are available under more | ||
| liberal terms, but we believe that in all cases, each file may be used | ||
| under either the LGPL or the MPL. | ||
|
|
||
| See the following files in this directory for the precise terms and | ||
| conditions of either license: | ||
|
|
||
| COPYING-LGPL-2.1 | ||
| COPYING-MPL-1.1 | ||
|
|
||
| Please see each file in the implementation for copyright and licensing | ||
| information, (in the opening comment of each file). |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| license_expression: lgpl-2.1 OR mpl-1.1 | ||
| is_license_reference: yes | ||
| referenced_filenames: | ||
| - COPYING | ||
| --- | ||
|
|
||
| * The code in the patch is copyright under the LGPL, but | ||
| * has been relicensed under the LGPL/MPL dual license for inclusion | ||
| * into (see COPYING). |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| license_expression: lgpl-2.1 OR mpl-1.1 | ||
| is_license_notice: yes | ||
| referenced_filenames: | ||
| - COPYING | ||
| --- | ||
|
|
||
| Cairo is released under the terms of either the {{GNU Lesser General Public | ||
| License version 2.1}}, or the terms of the {{Mozilla Public License version 1.1}}. | ||
|
|
||
| See the [`COPYING`](./COPYING) document for more information. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| license_expression: lgpl-2.1 OR mpl-1.1 | ||
| is_license_notice: yes | ||
| --- | ||
|
|
||
| Cairo is released under the terms of either the {{GNU Lesser General Public | ||
| License version 2.1}}, or the terms of the {{Mozilla Public License version 1.1}} |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| license_expression: lgpl-2.1 OR mpl-1.1 | ||
| is_license_reference: yes | ||
| --- | ||
|
|
||
| New license: LGPL/MPL | ||
|
|
||
| The most significant news with this release is that the license of | ||
| cairo has changed. It is now dual-licensed under the LGPL and the | ||
| MPL. For details see the COPYING file as well as COPYING-LGPL-2.1 and | ||
| COPYING-MPL-1.1. |
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the main fix btw, this adds another condition when we don't want to follow and replace by referenced license detections. In the case where the referenced license keys is a subset of the original license keys.
For example:
license_expression:
(lgpl-2.1 OR mpl-1.1) AND other-permissivereferenced_license_expression:
lgpl-2.1 AND mpl-1.1(from two different files, joined)