|
108 | 108 | "license_expression": "apache-2.0", |
109 | 109 | "rule_identifier": "apache-2.0_65.RULE", |
110 | 110 | "rule_relevance": 100, |
111 | | - "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE", |
| 111 | + "rule_url": "https://github.com/aboutcode-org/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE", |
112 | 112 | "matched_text": "License: Apache-2.0" |
113 | 113 | } |
114 | 114 | ], |
|
587 | 587 |
|
588 | 588 | A scan example using the ``--license-url-template TEXT`` option :: |
589 | 589 |
|
590 | | - scancode -clpieu --json-pp output.json samples --license-url-template https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/{}.LICENSE |
| 590 | + scancode -clpieu --json-pp output.json samples --license-url-template https://github.com/aboutcode-org/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/{}.LICENSE |
591 | 591 |
|
592 | 592 | In a normal scan, reference url for "ZLIB License" is as follows:: |
593 | 593 |
|
594 | 594 | "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", |
595 | 595 |
|
596 | 596 | After using the option in the following manner:: |
597 | 597 |
|
598 | | - ``--license-url-template https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/{}.LICENSE`` |
| 598 | + ``--license-url-template https://github.com/aboutcode-org/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/{}.LICENSE`` |
599 | 599 |
|
600 | | - the reference URL changes to this `zlib.LICENSE file <https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/zlib.LICENSE>`_:: |
| 600 | + the reference URL changes to this `zlib.LICENSE file <https://github.com/aboutcode-org/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/zlib.LICENSE>`_:: |
601 | 601 |
|
602 | | - "reference_url": "https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/zlib.LICENSE", |
| 602 | + "reference_url": "https://github.com/aboutcode-org/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/zlib.LICENSE", |
603 | 603 |
|
604 | 604 | The reference URL changes for all detected licenses in the scan, across the scan result file. |
605 | 605 |
|
|
691 | 691 | "license_expression": "unknown-license-reference", |
692 | 692 | "rule_identifier": "lead-in_unknown_30.RULE", |
693 | 693 | "rule_relevance": 100, |
694 | | - "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lead-in_unknown_30.RULE", |
| 694 | + "rule_url": "https://github.com/aboutcode-org/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lead-in_unknown_30.RULE", |
695 | 695 | "matched_text": "dual-licensed under [` |
696 | 696 | }, |
697 | 697 | { |
|
704 | 704 | "license_expression": "wtfpl-2.0", |
705 | 705 | "rule_identifier": "spdx_license_id_wtfpl_for_wtfpl-2.0.RULE", |
706 | 706 | "rule_relevance": 50, |
707 | | - "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_wtfpl_for_wtfpl-2.0.RULE", |
| 707 | + "rule_url": "https://github.com/aboutcode-org/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_wtfpl_for_wtfpl-2.0.RULE", |
708 | 708 | "matched_text": "WTFPL" |
709 | 709 | }, |
710 | 710 | { |
|
717 | 717 | "license_expression": "wtfpl-2.0", |
718 | 718 | "rule_identifier": "wtfpl-2.0_27.RULE", |
719 | 719 | "rule_relevance": 100, |
720 | | - "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/wtfpl-2.0_27.RULE", |
| 720 | + "rule_url": "https://github.com/aboutcode-org/scancode-toolkit/tree/develop/src/licensedcode/data/rules/wtfpl-2.0_27.RULE", |
721 | 721 | "matched_text": "www.wtfpl.net/" |
722 | 722 | }, |
723 | 723 | { |
|
730 | 730 | "license_expression": "mit", |
731 | 731 | "rule_identifier": "mit_64.RULE", |
732 | 732 | "rule_relevance": 100, |
733 | | - "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_64.RULE", |
| 733 | + "rule_url": "https://github.com/aboutcode-org/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_64.RULE", |
734 | 734 | "matched_text": "MIT`](https://opensource.org/licenses/MIT)." |
735 | 735 | } |
736 | 736 | ], |
|
0 commit comments