From 6d1b58a14f7525b07415140bd433bf33c9d681ea Mon Sep 17 00:00:00 2001 From: Vasily Pozdnyakov Date: Fri, 26 Apr 2024 10:37:02 +0200 Subject: [PATCH 1/2] Fix #3738 Signed-off-by: Vasily Pozdnyakov --- src/licensedcode/data/rules/mit_and_apache-2.0_10.RULE | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/licensedcode/data/rules/mit_and_apache-2.0_10.RULE diff --git a/src/licensedcode/data/rules/mit_and_apache-2.0_10.RULE b/src/licensedcode/data/rules/mit_and_apache-2.0_10.RULE new file mode 100644 index 0000000000..ad4e73cf51 --- /dev/null +++ b/src/licensedcode/data/rules/mit_and_apache-2.0_10.RULE @@ -0,0 +1,10 @@ +--- +license_expression: mit AND apache-2.0 +is_license_notice: yes +relevance: 100 +--- + +This source code is licensed under both the {{MIT}} license found in the +LICENSE_MIT file in the root directory of this source tree and the {{Apache}} +License, Version 2.0 found in the LICENSE_APACHE file in the root directory +of this source tree. \ No newline at end of file From df8cd3d78e206b7471841919a2770af69369b303 Mon Sep 17 00:00:00 2001 From: Vasily Pozdnyakov Date: Fri, 26 Apr 2024 17:56:46 +0200 Subject: [PATCH 2/2] Fix #3738 Signed-off-by: Vasily Pozdnyakov --- .../data/rules/mit_and_apache-2.0_10.RULE | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/licensedcode/data/rules/mit_and_apache-2.0_10.RULE diff --git a/src/licensedcode/data/rules/mit_and_apache-2.0_10.RULE b/src/licensedcode/data/rules/mit_and_apache-2.0_10.RULE new file mode 100644 index 0000000000..16f74fa126 --- /dev/null +++ b/src/licensedcode/data/rules/mit_and_apache-2.0_10.RULE @@ -0,0 +1,13 @@ +--- +license_expression: mit AND apache-2.0 +is_license_notice: yes +relevance: 100 +referenced_filenames: + - LICENSE_MIT + - LICENSE_APACHE +--- + +This source code is licensed under both the {{MIT}} license found in the +LICENSE_MIT file in the root directory of this source tree and the {{Apache}} +License, Version 2.0 found in the LICENSE_APACHE file in the root directory +of this source tree. \ No newline at end of file