diff --git a/src/licensedcode/data/licenses/tanuki-community-sla-1.3.LICENSE b/src/licensedcode/data/licenses/tanuki-community-sla-1.3.LICENSE index c0a62efd7c..b7e8920520 100644 --- a/src/licensedcode/data/licenses/tanuki-community-sla-1.3.LICENSE +++ b/src/licensedcode/data/licenses/tanuki-community-sla-1.3.LICENSE @@ -6,6 +6,7 @@ category: Copyleft owner: Tanuki Software homepage_url: http://wrapper.tanukisoftware.com/doc/english/licenseCommunity.html spdx_license_key: LicenseRef-scancode-tanuki-community-sla-1.3 +minimum_coverage: 98 text_urls: - http://wrapper.tanukisoftware.com/doc/english/licenseCommunity.html ignorable_copyrights: @@ -1080,4 +1081,4 @@ and released under the following license. 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. \ No newline at end of file + OTHER DEALINGS IN THE SOFTWARE. diff --git a/src/licensedcode/data/rules/gpl-2.0_or_agpl-3.0_1.RULE b/src/licensedcode/data/rules/gpl-2.0_or_agpl-3.0_1.RULE new file mode 100644 index 0000000000..2cc562bec5 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-2.0_or_agpl-3.0_1.RULE @@ -0,0 +1,14 @@ +--- +license_expression: gpl-2.0 OR agpl-3.0 +is_license_notice: yes +relevance: 100 +notes: Dual license offering choice between GPLv2 and AGPLv3 as used in eloqkv +minimum_coverage: 80 +--- + +This software is provided under a dual license. You may choose to use it under the terms of either: + +1. GNU General Public License, Version 2 (GPLv2), or +2. GNU Affero General Public License, Version 3 (AGPLv3). + +You may use, copy, modify, and distribute this software under the terms of either license, at your option. The full text of both licenses is included below for reference. \ No newline at end of file