From 125c1df30beda1a0c66554fb247ef70ca08e44f2 Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Mon, 19 Feb 2024 17:14:29 +0530 Subject: [PATCH] Address review comments Signed-off-by: Ayan Sinha Mahapatra --- .../data/licenses/drl-1.1.LICENSE | 51 ++- src/licensedcode/data/licenses/hdparm.LICENSE | 10 +- .../data/licenses/paul-mackerras.LICENSE | 6 +- .../data/licenses/softsurfer.LICENSE | 4 +- .../data/licenses/tgppl-1.0.LICENSE | 360 +++++++++--------- .../data/rules/bsd-systemics-w3works_1.RULE | 80 ---- .../data/rules/caldera-no-preamble_1.RULE | 45 --- .../data/rules/dec-3-clause_1.RULE | 38 -- src/licensedcode/data/rules/drl-1.1_1.RULE | 16 + .../rules/fsfap-no-warranty-disclaimer_1.RULE | 15 - src/licensedcode/data/rules/gtkbook_1.RULE | 16 - src/licensedcode/data/rules/hdparm_3.RULE | 17 + .../rules/hpnd-fenneberg-livingston_1.RULE | 25 -- src/licensedcode/data/rules/mailprio_2.RULE | 11 + src/licensedcode/data/rules/mailprio_3.RULE | 14 + .../data/rules/mit-veillard-variant_1.RULE | 19 - .../data/rules/other-permissive_241.RULE | 3 +- .../data/rules/other-permissive_243.RULE | 3 +- .../data/rules/paul-mackerras_1.RULE | 6 +- src/licensedcode/data/rules/pnmstitch_1.RULE | 33 -- src/licensedcode/data/rules/softsurfer_2.RULE | 7 - src/licensedcode/data/rules/sun-ppp_1.RULE | 23 -- src/licensedcode/data/rules/tgppl-1.0_2.RULE | 191 ++++++++++ src/licensedcode/data/rules/unicode-v3_1.RULE | 49 --- .../rules/xkeyboard-config-zinoviev_1.RULE | 27 -- 25 files changed, 485 insertions(+), 584 deletions(-) delete mode 100644 src/licensedcode/data/rules/bsd-systemics-w3works_1.RULE delete mode 100644 src/licensedcode/data/rules/caldera-no-preamble_1.RULE delete mode 100644 src/licensedcode/data/rules/dec-3-clause_1.RULE create mode 100644 src/licensedcode/data/rules/drl-1.1_1.RULE delete mode 100644 src/licensedcode/data/rules/fsfap-no-warranty-disclaimer_1.RULE delete mode 100644 src/licensedcode/data/rules/gtkbook_1.RULE create mode 100644 src/licensedcode/data/rules/hdparm_3.RULE delete mode 100644 src/licensedcode/data/rules/hpnd-fenneberg-livingston_1.RULE create mode 100644 src/licensedcode/data/rules/mailprio_2.RULE create mode 100644 src/licensedcode/data/rules/mailprio_3.RULE delete mode 100644 src/licensedcode/data/rules/mit-veillard-variant_1.RULE delete mode 100644 src/licensedcode/data/rules/pnmstitch_1.RULE delete mode 100644 src/licensedcode/data/rules/sun-ppp_1.RULE create mode 100644 src/licensedcode/data/rules/tgppl-1.0_2.RULE delete mode 100644 src/licensedcode/data/rules/unicode-v3_1.RULE delete mode 100644 src/licensedcode/data/rules/xkeyboard-config-zinoviev_1.RULE diff --git a/src/licensedcode/data/licenses/drl-1.1.LICENSE b/src/licensedcode/data/licenses/drl-1.1.LICENSE index 024d7a57661..d0de9b23e88 100644 --- a/src/licensedcode/data/licenses/drl-1.1.LICENSE +++ b/src/licensedcode/data/licenses/drl-1.1.LICENSE @@ -14,18 +14,39 @@ other_urls: Detection Rule License (DRL) 1.1 -Permission is hereby granted, free of charge, to any person obtaining a copy of this rule set and associated documentation files (the "Rules"), to deal in the Rules without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Rules, and to permit persons to whom the Rules are furnished to do so, subject to the following conditions: - -If you share the Rules (including in modified form), you must retain the following if it is supplied within the Rules: - -identification of the authors(s) ("author" field) of the Rule and any others designated to receive attribution, in any reasonable manner requested by the Rule author (including by pseudonym if designated). - -a URI or hyperlink to the Rule set or explicit Rule to the extent reasonably practicable - -indicate the Rules are licensed under this Detection Rule License, and include the text of, or the URI or hyperlink to, this Detection Rule License to the extent reasonably practicable - -If you use the Rules (including in modified form) on data, messages based on matches with the Rules must retain the following if it is supplied within the Rules: - -identification of the authors(s) ("author" field) of the Rule and any others designated to receive attribution, in any reasonable manner requested by the Rule author (including by pseudonym if designated). - -THE RULES ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 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 RULES OR THE USE OR OTHER DEALINGS IN THE RULES. \ No newline at end of file +Permission is hereby granted, free of charge, to any person obtaining a copy +of this rule set and associated documentation files (the "Rules"), to deal +in the Rules without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Rules, and to permit persons to whom the Rules are furnished to do so, +subject to the following conditions: + +If you share the Rules (including in modified form), you must retain the +following if it is supplied within the Rules: + +1. identification of the authors(s) ("author" field) of the Rule and any + others designated to receive attribution, in any reasonable manner + requested by the Rule author (including by pseudonym if designated). + +2. a URI or hyperlink to the Rule set or explicit Rule to the extent + reasonably practicable + +3. indicate the Rules are licensed under this Detection Rule License, and + include the text of, or the URI or hyperlink to, this Detection Rule + License to the extent reasonably practicable + +If you use the Rules (including in modified form) on data, messages based on +matches with the Rules must retain the following if it is supplied within the +Rules: + +1. identification of the authors(s) ("author" field) of the Rule and any + others designated to receive attribution, in any reasonable manner + requested by the Rule author (including by pseudonym if designated). + +THE RULES ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT 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 RULES OR THE USE OR OTHER DEALINGS IN THE +RULES. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/hdparm.LICENSE b/src/licensedcode/data/licenses/hdparm.LICENSE index ddd18299da7..612751b020d 100644 --- a/src/licensedcode/data/licenses/hdparm.LICENSE +++ b/src/licensedcode/data/licenses/hdparm.LICENSE @@ -14,12 +14,10 @@ ignorable_emails: - mlord@pobox.com --- -BSD-Style Open Source License: +You may freely use, modify, and redistribute the hdparm program, as either +binary or source, or both. -You may freely use, modify, and redistribute the hdparm program, -as either binary or source, or both. - -The only condition is that my name and copyright notice -remain in the source code as-is. +The only condition is that my name and copyright notice remain in the source +code as-is. Mark Lord (mlord@pobox.com) \ No newline at end of file diff --git a/src/licensedcode/data/licenses/paul-mackerras.LICENSE b/src/licensedcode/data/licenses/paul-mackerras.LICENSE index ea3c0b2b2fd..cf9a4dfe263 100644 --- a/src/licensedcode/data/licenses/paul-mackerras.LICENSE +++ b/src/licensedcode/data/licenses/paul-mackerras.LICENSE @@ -10,9 +10,9 @@ spdx_license_key: Mackerras-3-Clause-acknowledgment other_spdx_license_keys: - LicenseRef-scancode-paul-mackerras ignorable_authors: - - Paul Mackerras + - Paul Mackerras ignorable_emails: - - paulus@ozlabs.org + - paulus@samba.org --- Redistribution and use in source and binary forms, with or without @@ -29,7 +29,7 @@ are met: 3. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by Paul Mackerras - ". + ". THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/src/licensedcode/data/licenses/softsurfer.LICENSE b/src/licensedcode/data/licenses/softsurfer.LICENSE index 6842e19fd07..57babded5d9 100644 --- a/src/licensedcode/data/licenses/softsurfer.LICENSE +++ b/src/licensedcode/data/licenses/softsurfer.LICENSE @@ -14,8 +14,8 @@ other_urls: - https://github.com/mm2/Little-CMS/blob/master/src/cmssm.c#L207 --- -This code may be freely used and modified for any purpose +This code may be freely used and modified for any purpose providing that this copyright notice is included with it. -SoftSurfer makes no warranty for this code, and cannot be held +Copyright holder makes no warranty for this code, and cannot be held liable for any real or imagined damage resulting from its use. Users of this code must verify correctness for their application. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/tgppl-1.0.LICENSE b/src/licensedcode/data/licenses/tgppl-1.0.LICENSE index 0089f2807b8..285a1bf26a0 100644 --- a/src/licensedcode/data/licenses/tgppl-1.0.LICENSE +++ b/src/licensedcode/data/licenses/tgppl-1.0.LICENSE @@ -20,184 +20,192 @@ ignorable_holders: - Zooko --- -======================================================= Transitive Grace Period Public Licence ("TGPPL") v. 1.0 -======================================================= -This Transitive Grace Period Public Licence (the "License") applies to any -original work of authorship (the "Original Work") whose owner (the +This Transitive Grace Period Public Licence (the "License") applies to +any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work: - *Licensed under the Transitive Grace Period Public Licence version 1.0* - -1. **Grant of Copyright License.** Licensor grants You a worldwide, - royalty-free, non-exclusive, sublicensable license, for the duration of - the copyright, to do the following: - - a. to reproduce the Original Work in copies, either alone or as part of a - collective work; - - b. to translate, adapt, alter, transform, modify, or arrange the Original - Work, thereby creating derivative works ("Derivative Works") based upon - the Original Work; - - c. to distribute or communicate copies of the Original Work and Derivative - Works to the public, with the proviso that copies of Original Work or - Derivative Works that You distribute or communicate shall be licensed - under this Transitive Grace Period Public Licence no later than 12 - months after You distributed or communicated said copies; - - d. to perform the Original Work publicly; and - - e. to display the Original Work publicly. - -2. **Grant of Patent License.** Licensor grants You a worldwide, - royalty-free, non-exclusive, sublicensable license, under patent claims - owned or controlled by the Licensor that are embodied in the Original - Work as furnished by the Licensor, for the duration of the patents, to - make, use, sell, offer for sale, have made, and import the Original Work - and Derivative Works. - -3. **Grant of Source Code License.** The term "Source Code" means the - preferred form of the Original Work for making modifications to it and - all available documentation describing how to modify the Original - Work. Licensor agrees to provide a machine-readable copy of the Source - Code of the Original Work along with each copy of the Original Work that - Licensor distributes. Licensor reserves the right to satisfy this - obligation by placing a machine-readable copy of the Source Code in an - information repository reasonably calculated to permit inexpensive and - convenient access by You for as long as Licensor continues to distribute - the Original Work. - -4. **Exclusions From License Grant.** Neither the names of Licensor, nor the - names of any contributors to the Original Work, nor any of their - trademarks or service marks, may be used to endorse or promote products - derived from this Original Work without express prior permission of the - Licensor. Except as expressly stated herein, nothing in this License - grants any license to Licensor's trademarks, copyrights, patents, trade - secrets or any other intellectual property. No patent license is granted - to make, use, sell, offer for sale, have made, or import embodiments of - any patent claims other than the licensed claims defined in Section 2. No - license is granted to the trademarks of Licensor even if such marks are - included in the Original Work. Nothing in this License shall be - interpreted to prohibit Licensor from licensing under terms different - from this License any Original Work that Licensor otherwise would have a - right to license. - -5. **External Deployment.** The term "External Deployment" means the use, - distribution, or communication of the Original Work or Derivative Works - in any way such that the Original Work or Derivative Works may be used by - anyone other than You, whether those works are distributed or - communicated to those persons or made available as an application - intended for use over a network. As an express condition for the grants - of license hereunder, You must treat any External Deployment by You of - the Original Work or a Derivative Work as a distribution under section - 1(c). - -6. **Attribution Rights.** You must retain, in the Source Code of any - Derivative Works that You create, all copyright, patent, or trademark - notices from the Source Code of the Original Work, as well as any notices - of licensing and any descriptive text identified therein as an - "Attribution Notice." You must cause the Source Code for any Derivative - Works that You create to carry a prominent Attribution Notice reasonably - calculated to inform recipients that You have modified the Original Work. - -7. **Warranty of Provenance and Disclaimer of Warranty.** Licensor warrants - that the copyright in and to the Original Work and the patent rights - granted herein by Licensor are owned by the Licensor or are sublicensed - to You under the terms of this License with the permission of the - contributor(s) of those copyrights and patent rights. Except as expressly - stated in the immediately preceding sentence, the Original Work is - provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, - either express or implied, including, without limitation, the warranties - of non-infringement, merchantability or fitness for a particular - purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH - YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this - License. No license to the Original Work is granted by this License - except under this disclaimer. - -8. **Limitation of Liability.** Under no circumstances and under no legal - theory, whether in tort (including negligence), contract, or otherwise, - shall the Licensor be liable to anyone for any indirect, special, - incidental, or consequential damages of any character arising as a result - of this License or the use of the Original Work including, without - limitation, damages for loss of goodwill, work stoppage, computer failure - or malfunction, or any and all other commercial damages or losses. This - limitation of liability shall not apply to the extent applicable law - prohibits such limitation. - -9. **Acceptance and Termination.** If, at any time, You expressly assented - to this License, that assent indicates your clear and irrevocable - acceptance of this License and all of its terms and conditions. If You - distribute or communicate copies of the Original Work or a Derivative - Work, You must make a reasonable effort under the circumstances to obtain - the express assent of recipients to the terms of this License. This - License conditions your rights to undertake the activities listed in - Section 1, including your right to create Derivative Works based upon the - Original Work, and doing so without honoring these terms and conditions - is prohibited by copyright law and international treaty. Nothing in this - License is intended to affect copyright exceptions and limitations - (including 'fair use' or 'fair dealing'). This License shall terminate - immediately and You may no longer exercise any of the rights granted to - You by this License upon your failure to honor the conditions in Section - 1(c). - -10. **Termination for Patent Action.** This License shall terminate - automatically and You may no longer exercise any of the rights granted to - You by this License as of the date You commence an action, including a - cross-claim or counterclaim, against Licensor or any licensee alleging - that the Original Work infringes a patent. This termination provision - shall not apply for an action alleging patent infringement by - combinations of the Original Work with other software or hardware. - -11. **Jurisdiction, Venue and Governing Law.** Any action or suit relating to - this License may be brought only in the courts of a jurisdiction wherein - the Licensor resides or in which Licensor conducts its primary business, - and under the laws of that jurisdiction excluding its conflict-of-law - provisions. The application of the United Nations Convention on Contracts - for the International Sale of Goods is expressly excluded. Any use of the - Original Work outside the scope of this License or after its termination - shall be subject to the requirements and penalties of copyright or patent - law in the appropriate jurisdiction. This section shall survive the - termination of this License. - -12. **Attorneys' Fees.** In any action to enforce the terms of this License - or seeking damages relating thereto, the prevailing party shall be - entitled to recover its costs and expenses, including, without - limitation, reasonable attorneys' fees and costs incurred in connection - with such action, including any appeal of such action. This section shall - survive the termination of this License. - -13. **Miscellaneous.** If any provision of this License is held to be - unenforceable, such provision shall be reformed only to the extent - necessary to make it enforceable. - -14. **Definition of "You" in This License.** "You" throughout this License, - whether in upper or lower case, means an individual or a legal entity - exercising rights under, and complying with all of the terms of, this - License. For legal entities, "You" includes any entity that controls, is - controlled by, or is under common control with you. For purposes of this - definition, "control" means (i) the power, direct or indirect, to cause - the direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - -15. **Right to Use.** You may use the Original Work in all ways not otherwise - restricted or conditioned by this License or by law, and Licensor - promises not to interfere with or be responsible for such uses by You. - -16. **Modification of This License.** This License is Copyright © 2007 Zooko - Wilcox-O'Hearn. Permission is granted to copy, distribute, or communicate - this License without modification. Nothing in this License permits You to - modify this License as applied to the Original Work or to Derivative - Works. However, You may modify the text of this License and copy, - distribute or communicate your modified version (the "Modified License") - and apply it to other original works of authorship subject to the - following conditions: (i) You may not indicate in any way that your - Modified License is the "Transitive Grace Period Public Licence" or - "TGPPL" and you may not use those names in the name of your Modified - License; and (ii) You must replace the notice specified in the first - paragraph above with the notice "Licensed under " or with a notice of your own that is not confusingly similar to - the notice in this License. \ No newline at end of file +*Licensed under the Transitive Grace Period Public Licence version 1.0* + + 1. *Grant of Copyright License.* Licensor grants You a worldwide, + royalty-free, non-exclusive, sublicensable license, for the + duration of the copyright, to do the following: + + 1. to reproduce the Original Work in copies, either alone or as + part of a collective work; + + 2. to translate, adapt, alter, transform, modify, or arrange + the Original Work, thereby creating derivative works + ("Derivative Works") based upon the Original Work; + + 3. to distribute or communicate copies of the Original Work and + Derivative Works to the public, with the proviso that copies + of Original Work or Derivative Works that You distribute or + communicate shall be licensed under this Transitive Grace + Period Public Licence no later than 12 months after You + distributed or communicated said copies; + + 4. to perform the Original Work publicly; and + + 5. to display the Original Work publicly. + + 2. *Grant of Patent License.* Licensor grants You a worldwide, + royalty-free, non-exclusive, sublicensable license, under patent + claims owned or controlled by the Licensor that are embodied in + the Original Work as furnished by the Licensor, for the duration + of the patents, to make, use, sell, offer for sale, have made, and + import the Original Work and Derivative Works. + + 3. *Grant of Source Code License.* The term "Source Code" means the + preferred form of the Original Work for making modifications to it + and all available documentation describing how to modify the + Original Work. Licensor agrees to provide a machine-readable copy + of the Source Code of the Original Work along with each copy of + the Original Work that Licensor distributes. Licensor reserves the + right to satisfy this obligation by placing a machine-readable + copy of the Source Code in an information repository reasonably + calculated to permit inexpensive and convenient access by You for + as long as Licensor continues to distribute the Original Work. + + 4. *Exclusions From License Grant.* Neither the names of Licensor, + nor the names of any contributors to the Original Work, nor any of + their trademarks or service marks, may be used to endorse or + promote products derived from this Original Work without express + prior permission of the Licensor. Except as expressly stated + herein, nothing in this License grants any license to Licensor's + trademarks, copyrights, patents, trade secrets or any other + intellectual property. No patent license is granted to make, use, + sell, offer for sale, have made, or import embodiments of any + patent claims other than the licensed claims defined in Section 2. + No license is granted to the trademarks of Licensor even if such + marks are included in the Original Work. Nothing in this License + shall be interpreted to prohibit Licensor from licensing under + terms different from this License any Original Work that Licensor + otherwise would have a right to license. + + 5. *External Deployment.* The term "External Deployment" means the + use, distribution, or communication of the Original Work or + Derivative Works in any way such that the Original Work or + Derivative Works may be used by anyone other than You, whether + those works are distributed or communicated to those persons or + made available as an application intended for use over a network. + As an express condition for the grants of license hereunder, You + must treat any External Deployment by You of the Original Work or + a Derivative Work as a distribution under section 1(c). + + 6. *Attribution Rights.* You must retain, in the Source Code of any + Derivative Works that You create, all copyright, patent, or + trademark notices from the Source Code of the Original Work, as + well as any notices of licensing and any descriptive text + identified therein as an "Attribution Notice." You must cause the + Source Code for any Derivative Works that You create to carry a + prominent Attribution Notice reasonably calculated to inform + recipients that You have modified the Original Work. + + 7. *Warranty of Provenance and Disclaimer of Warranty.* Licensor + warrants that the copyright in and to the Original Work and the + patent rights granted herein by Licensor are owned by the Licensor + or are sublicensed to You under the terms of this License with the + permission of the contributor(s) of those copyrights and patent + rights. Except as expressly stated in the immediately preceding + sentence, the Original Work is provided under this License on an + "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, + including, without limitation, the warranties of non-infringement, + merchantability or fitness for a particular purpose. THE ENTIRE + RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This + DISCLAIMER OF WARRANTY constitutes an essential part of this + License. No license to the Original Work is granted by this + License except under this disclaimer. + + 8. *Limitation of Liability.* Under no circumstances and under no + legal theory, whether in tort (including negligence), contract, or + otherwise, shall the Licensor be liable to anyone for any + indirect, special, incidental, or consequential damages of any + character arising as a result of this License or the use of the + Original Work including, without limitation, damages for loss of + goodwill, work stoppage, computer failure or malfunction, or any + and all other commercial damages or losses. This limitation of + liability shall not apply to the extent applicable law prohibits + such limitation. + + 9. *Acceptance and Termination.* If, at any time, You expressly + assented to this License, that assent indicates your clear and + irrevocable acceptance of this License and all of its terms and + conditions. If You distribute or communicate copies of the + Original Work or a Derivative Work, You must make a reasonable + effort under the circumstances to obtain the express assent of + recipients to the terms of this License. This License conditions + your rights to undertake the activities listed in Section 1, + including your right to create Derivative Works based upon the + Original Work, and doing so without honoring these terms and + conditions is prohibited by copyright law and international + treaty. Nothing in this License is intended to affect copyright + exceptions and limitations (including 'fair use' or 'fair + dealing'). This License shall terminate immediately and You may no + longer exercise any of the rights granted to You by this License + upon your failure to honor the conditions in Section 1(c). + + 10. *Termination for Patent Action.* This License shall terminate + automatically and You may no longer exercise any of the rights + granted to You by this License as of the date You commence an + action, including a cross-claim or counterclaim, against Licensor + or any licensee alleging that the Original Work infringes a + patent. This termination provision shall not apply for an action + alleging patent infringement by combinations of the Original Work + with other software or hardware. + + 11. *Jurisdiction, Venue and Governing Law.* Any action or suit + relating to this License may be brought only in the courts of a + jurisdiction wherein the Licensor resides or in which Licensor + conducts its primary business, and under the laws of that + jurisdiction excluding its conflict-of-law provisions. The + application of the United Nations Convention on Contracts for the + International Sale of Goods is expressly excluded. Any use of the + Original Work outside the scope of this License or after its + termination shall be subject to the requirements and penalties of + copyright or patent law in the appropriate jurisdiction. This + section shall survive the termination of this License. + + 12. *Attorneys' Fees.* In any action to enforce the terms of this + License or seeking damages relating thereto, the prevailing party + shall be entitled to recover its costs and expenses, including, + without limitation, reasonable attorneys' fees and costs incurred + in connection with such action, including any appeal of such + action. This section shall survive the termination of this License. + + 13. *Miscellaneous.* If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. + + 14. *Definition of "You" in This License.* "You" throughout this + License, whether in upper or lower case, means an individual or a + legal entity exercising rights under, and complying with all of + the terms of, this License. For legal entities, "You" includes any + entity that controls, is controlled by, or is under common control + with you. For purposes of this definition, "control" means (i) the + power, direct or indirect, to cause the direction or management of + such entity, whether by contract or otherwise, or (ii) ownership + of fifty percent (50%) or more of the outstanding shares, or (iii) + beneficial ownership of such entity. + + 15. *Right to Use.* You may use the Original Work in all ways not + otherwise restricted or conditioned by this License or by law, and + Licensor promises not to interfere with or be responsible for such + uses by You. + + 16. *Modification of This License.* This License is Copyright © 2007 + Zooko Wilcox-O'Hearn. Permission is granted to copy, distribute, + or communicate this License without modification. Nothing in this + License permits You to modify this License as applied to the + Original Work or to Derivative Works. However, You may modify the + text of this License and copy, distribute or communicate your + modified version (the "Modified License") and apply it to other + original works of authorship subject to the following conditions: + (i) You may not indicate in any way that your Modified License is + the "Transitive Grace Period Public Licence" or "TGPPL" and you + may not use those names in the name of your Modified License; and + (ii) You must replace the notice specified in the first paragraph + above with the notice "Licensed under " or with a notice of your + own that is not confusingly similar to the notice in this License. \ No newline at end of file diff --git a/src/licensedcode/data/rules/bsd-systemics-w3works_1.RULE b/src/licensedcode/data/rules/bsd-systemics-w3works_1.RULE deleted file mode 100644 index 03fb3f8b983..00000000000 --- a/src/licensedcode/data/rules/bsd-systemics-w3works_1.RULE +++ /dev/null @@ -1,80 +0,0 @@ ---- -license_expression: bsd-systemics-w3works -is_license_text: yes -minimum_coverage: 95 -ignorable_copyrights: - - Copyright (c) 1995, 1996 Systemics Ltd (http://www.systemics.com/) - - Copyright (c) 2000 W3Works, LLC. -ignorable_holders: - - Systemics Ltd - - W3Works, LLC. -ignorable_authors: - - Systemics Ltd (http://www.systemics.com/) - - W3Works, LLC (http://www.w3works.com) -ignorable_urls: - - http://www.systemics.com/ - - http://www.w3works.com/ ---- - -Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) - -Modifications and Current Implimentation Copyright (C) 2000 W3Works, LLC. - -All rights reserved. - -Current implimentation contains modifications made by W3Works, LLC. The -modifications remain copyright of W3Works, LLC and attribution for these -modification should be made to W3Works, LLC. These modifications and -this copyright must remain with this package. - -Additions to the Restrictions set out below are: -1. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - This product inculdes software developed by W3Works, LLC (http://www.w3works.com) - - NO ADDITIONAL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, - THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE EXTENDED BY THIS DISTRIBUTION. - - Any subsequent derrivations of this package must retainl this copyright. - - -Original Copyright Below - -This library and applications are FREE FOR COMMERCIAL AND NON-COMMERCIAL USE -as long as the following conditions are adhered to. - -Copyright remains with Systemics Ltd, and as such any Copyright notices -in the code are not to be removed. If this code is used in a product, -Systemics should be given attribution as the author of the parts used. -This can be in the form of a textual message at program startup or -in documentation (online or textual) provided with the package. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - This product includes software developed by Systemics Ltd (http://www.systemics.com/) - - THIS SOFTWARE IS PROVIDED BY SYSTEMICS LTD ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - The licence and distribution terms for any publically available version or - derivative of this code cannot be changed. i.e. this code cannot simply be - copied and put under another distribution licence - [including the GNU Public Licence.] \ No newline at end of file diff --git a/src/licensedcode/data/rules/caldera-no-preamble_1.RULE b/src/licensedcode/data/rules/caldera-no-preamble_1.RULE deleted file mode 100644 index c9304bdbae2..00000000000 --- a/src/licensedcode/data/rules/caldera-no-preamble_1.RULE +++ /dev/null @@ -1,45 +0,0 @@ ---- -license_expression: caldera-no-preamble -is_license_text: yes -minimum_coverage: 98 -ignorable_copyrights: - - Copyright (c) Caldera International Inc. 2001-2002 -ignorable_holders: - - Caldera International Inc. ---- - -Copyright(C) Caldera International Inc. 2001-2002. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -Redistributions of source code and documentation must retain the above -copyright notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -All advertising materials mentioning features or use of this software -must display the following acknowledgement: - - This product includes software developed or owned by {{Caldera - International, Inc.}} - -Neither the name of {{Caldera International, Inc.}} nor the names of other -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA -INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN -NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE LIABLE FOR ANY DIRECT, -INDIRECT INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/licensedcode/data/rules/dec-3-clause_1.RULE b/src/licensedcode/data/rules/dec-3-clause_1.RULE deleted file mode 100644 index 4131365b7f1..00000000000 --- a/src/licensedcode/data/rules/dec-3-clause_1.RULE +++ /dev/null @@ -1,38 +0,0 @@ ---- -license_expression: dec-3-clause -is_license_text: yes -minimum_coverage: 90 -ignorable_copyrights: - - Copyright 1997 Digital Equipment Corporation -ignorable_holders: - - Digital Equipment Corporation ---- - -Copyright 1997 Digital Equipment Corporation. -All rights reserved. - -This software is furnished under license and may be used and copied only in -accordance with the following terms and conditions. Subject to these -conditions, you may download, copy, install, use, modify and distribute -this software in source and/or binary form. No title or ownership is -transferred hereby. - -1) Any source code used, modified or distributed must reproduce and retain - this copyright notice and list of conditions as they appear in the - source file. - -2) No right is granted to use any trade name, trademark, or logo of Digital - Equipment Corporation. Neither the "Digital Equipment Corporation" - name nor any trademark or logo of Digital Equipment Corporation may be - used to endorse or promote products derived from this software without - the prior written permission of Digital Equipment Corporation. - -3) This software is provided "AS-IS" and any express or implied warranties, - including but not limited to, any implied warranties of merchantability, - fitness for a particular purpose, or non-infringement are disclaimed. - In no event shall DIGITAL be liable for any damages whatsoever, and in - particular, DIGITAL shall not be liable for special, indirect, - consequential, or incidental damages or damages for lost profits, loss - of revenue or loss of use, whether such damages arise in contract, - negligence, tort, under statute, in equity, at law or otherwise, even - if advised of the possibility of such damage. \ No newline at end of file diff --git a/src/licensedcode/data/rules/drl-1.1_1.RULE b/src/licensedcode/data/rules/drl-1.1_1.RULE new file mode 100644 index 00000000000..ddd176d1abf --- /dev/null +++ b/src/licensedcode/data/rules/drl-1.1_1.RULE @@ -0,0 +1,16 @@ +--- +license_expression: drl-1.1 +is_license_text: yes +minimum_coverage: 95 +--- + +Detection Rule License (DRL) 1.1 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this rule set and associated documentation files (the "Rules"), to deal in the Rules without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Rules, and to permit persons to whom the Rules are furnished to do so, subject to the following conditions: +If you share the Rules (including in modified form), you must retain the following if it is supplied within the Rules: +identification of the authors(s) ("author" field) of the Rule and any others designated to receive attribution, in any reasonable manner requested by the Rule author (including by pseudonym if designated). +a URI or hyperlink to the Rule set or explicit Rule to the extent reasonably practicable +indicate the Rules are licensed under this Detection Rule License, and include the text of, or the URI or hyperlink to, this Detection Rule License to the extent reasonably practicable +If you use the Rules (including in modified form) on data, messages based on matches with the Rules must retain the following if it is supplied within the Rules: +identification of the authors(s) ("author" field) of the Rule and any others designated to receive attribution, in any reasonable manner requested by the Rule author (including by pseudonym if designated). +THE RULES ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 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 RULES OR THE USE OR OTHER DEALINGS IN THE RULES. \ No newline at end of file diff --git a/src/licensedcode/data/rules/fsfap-no-warranty-disclaimer_1.RULE b/src/licensedcode/data/rules/fsfap-no-warranty-disclaimer_1.RULE deleted file mode 100644 index 68637a0c9b6..00000000000 --- a/src/licensedcode/data/rules/fsfap-no-warranty-disclaimer_1.RULE +++ /dev/null @@ -1,15 +0,0 @@ ---- -license_expression: fsfap-no-warranty-disclaimer -is_license_text: yes -minimum_coverage: 99 -ignorable_copyrights: - - Copyright (c) 2008 Micah J. Cowan -ignorable_holders: - - Micah J. Cowan ---- - -Copyright (C) 2008 Micah J. Cowan - -Copying and distribution of this file, with or without modification, -are permitted in any medium without royalty provided the copyright -notice and this notice are preserved. \ No newline at end of file diff --git a/src/licensedcode/data/rules/gtkbook_1.RULE b/src/licensedcode/data/rules/gtkbook_1.RULE deleted file mode 100644 index 14b3523f3c5..00000000000 --- a/src/licensedcode/data/rules/gtkbook_1.RULE +++ /dev/null @@ -1,16 +0,0 @@ ---- -license_expression: gtkbook -is_license_text: yes -minimum_coverage: 98 -ignorable_copyrights: - - Copyright 2005 Syd Logan -ignorable_holders: - - Syd Logan ---- - -Copyright 2005 Syd Logan, All Rights Reserved - -This code is distributed without warranty. You are free to use -this code for any purpose, however, if this code is republished or -redistributed in its original form, as hardcopy or electronically, -then you must include this copyright notice along with the code. \ No newline at end of file diff --git a/src/licensedcode/data/rules/hdparm_3.RULE b/src/licensedcode/data/rules/hdparm_3.RULE new file mode 100644 index 00000000000..00c958599e2 --- /dev/null +++ b/src/licensedcode/data/rules/hdparm_3.RULE @@ -0,0 +1,17 @@ +--- +license_expression: hdparm +is_license_text: yes +minimum_coverage: 90 +ignorable_emails: + - mlord@pobox.com +--- + +BSD-Style Open Source License: + +You may freely use, modify, and redistribute the hdparm program, +as either binary or source, or both. + +The only condition is that my name and copyright notice +remain in the source code as-is. + +Mark Lord (mlord@pobox.com) \ No newline at end of file diff --git a/src/licensedcode/data/rules/hpnd-fenneberg-livingston_1.RULE b/src/licensedcode/data/rules/hpnd-fenneberg-livingston_1.RULE deleted file mode 100644 index 135cdd4f39f..00000000000 --- a/src/licensedcode/data/rules/hpnd-fenneberg-livingston_1.RULE +++ /dev/null @@ -1,25 +0,0 @@ ---- -license_expression: hpnd-fenneberg-livingston -is_license_text: yes -minimum_coverage: 98 -ignorable_copyrights: - - Copyright (c) 1995,1996,1997,1998 Lars Fenneberg -ignorable_holders: - - Lars Fenneberg -ignorable_emails: - - lf@elemental.net ---- - -Copyright (C) 1995,1996,1997,1998 Lars Fenneberg - -Permission to use, copy, modify, and distribute this software for any -purpose and without fee is hereby granted, provided that this copyright and -permission notice appear on all copies and supporting documentation, the -name of Lars Fenneberg not be used in advertising or publicity pertaining to -distribution of the program without specific prior permission, and notice be -given in supporting documentation that copying and distribution is by -permission of {{Lars Fenneberg}}. - -{{Lars Fenneberg}} makes no representations about the suitability of this -software for any purpose. It is provided "as is" without express or implied -warranty. \ No newline at end of file diff --git a/src/licensedcode/data/rules/mailprio_2.RULE b/src/licensedcode/data/rules/mailprio_2.RULE new file mode 100644 index 00000000000..34426c8bd45 --- /dev/null +++ b/src/licensedcode/data/rules/mailprio_2.RULE @@ -0,0 +1,11 @@ +--- +license_expression: mailprio +is_license_text: yes +relevance: 100 +notes: Seen in mailprio, this was other-permissive_243.RULE previously. +--- + +Rights are hereby granted to download, use, modify, sell, copy, and +redistribute this software so long as the original copyright notice +and this list of conditions remain intact and modified versions are +noted as such. \ No newline at end of file diff --git a/src/licensedcode/data/rules/mailprio_3.RULE b/src/licensedcode/data/rules/mailprio_3.RULE new file mode 100644 index 00000000000..cfe313aaae2 --- /dev/null +++ b/src/licensedcode/data/rules/mailprio_3.RULE @@ -0,0 +1,14 @@ +--- +license_expression: mailprio +is_license_text: yes +relevance: 100 +notes: Seen in mailprio, this was other-permissive_241.RULE previously +--- + +Rights are hereby granted to download, use, modify, sell, copy, and +redistribute this software so long as the original copyright notice +and this list of conditions remain intact and modified versions are +noted as such. +X +I would also very much appreciate it if you could send me a copy of +any changes you make so I can possibly integrate them into my version. \ No newline at end of file diff --git a/src/licensedcode/data/rules/mit-veillard-variant_1.RULE b/src/licensedcode/data/rules/mit-veillard-variant_1.RULE deleted file mode 100644 index d00f8efc29e..00000000000 --- a/src/licensedcode/data/rules/mit-veillard-variant_1.RULE +++ /dev/null @@ -1,19 +0,0 @@ ---- -license_expression: mit-veillard-variant -is_license_text: yes -minimum_coverage: 98 -ignorable_copyrights: - - Copyright (c) 2003-2012 Daniel Veillard -ignorable_holders: - - Daniel Veillard ---- - -Copyright (C) 2003-2012 Daniel Veillard. -Permission to use, copy, -modify, and distribute this software for any purpose with or -without fee is hereby granted, provided that the above copyright -notice and this permission notice appear in all copies. THIS -SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS -AND CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. \ No newline at end of file diff --git a/src/licensedcode/data/rules/other-permissive_241.RULE b/src/licensedcode/data/rules/other-permissive_241.RULE index bb613488c72..a2a45800a58 100644 --- a/src/licensedcode/data/rules/other-permissive_241.RULE +++ b/src/licensedcode/data/rules/other-permissive_241.RULE @@ -1,8 +1,9 @@ --- license_expression: other-permissive is_license_text: yes +is_deprecated: yes relevance: 100 -notes: Seen in mailprio +notes: Seen in mailprio, this is now mailprio_3.RULE --- Rights are hereby granted to download, use, modify, sell, copy, and diff --git a/src/licensedcode/data/rules/other-permissive_243.RULE b/src/licensedcode/data/rules/other-permissive_243.RULE index bcb518272c9..34510db7703 100644 --- a/src/licensedcode/data/rules/other-permissive_243.RULE +++ b/src/licensedcode/data/rules/other-permissive_243.RULE @@ -1,8 +1,9 @@ --- license_expression: other-permissive is_license_text: yes +is_deprecated: yes relevance: 100 -notes: Seen in mailprio +notes: Seen in mailprio, this is now mailprio_2.RULE --- Rights are hereby granted to download, use, modify, sell, copy, and diff --git a/src/licensedcode/data/rules/paul-mackerras_1.RULE b/src/licensedcode/data/rules/paul-mackerras_1.RULE index 04696872810..c862ea050c9 100644 --- a/src/licensedcode/data/rules/paul-mackerras_1.RULE +++ b/src/licensedcode/data/rules/paul-mackerras_1.RULE @@ -3,9 +3,9 @@ license_expression: paul-mackerras is_license_text: yes minimum_coverage: 99 ignorable_authors: - - Paul Mackerras + - Paul Mackerras ignorable_emails: - - paulus@samba.org + - paulus@ozlabs.org --- Redistribution and use in source and binary forms, with or without @@ -22,7 +22,7 @@ are met: 3. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by Paul Mackerras - ". + ". THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/src/licensedcode/data/rules/pnmstitch_1.RULE b/src/licensedcode/data/rules/pnmstitch_1.RULE deleted file mode 100644 index f590aa6111a..00000000000 --- a/src/licensedcode/data/rules/pnmstitch_1.RULE +++ /dev/null @@ -1,33 +0,0 @@ ---- -license_expression: pnmstitch -is_license_text: yes -minimum_coverage: 95 -ignorable_copyrights: - - Copyright (c) 2002 Mark Salyzyn -ignorable_holders: - - Mark Salyzyn ---- - -Copyright (c) 2002 Mark Salyzyn -All rights reserved. - -TERMS AND CONDITIONS OF USE - -Redistribution and use in source form, with or without modification, are -permitted provided that redistributions of source code must retain the -above copyright notice, this list of conditions and the following -disclaimer. - -This software is provided `as is' by Mark Salyzyn and any express or implied -warranties, including, but not limited to, the implied warranties of -merchantability and fitness for a particular purpose, are disclaimed. In no -event shall Mark Salyzyn be liable for any direct, indirect, incidental, -special, exemplary or consequential damages (including, but not limited to, -procurement of substitute goods or services; loss of use, data, or profits; -or business interruptions) however caused and on any theory of liability, -whether in contract, strict liability, or tort (including negligence or -otherwise) arising in any way out of the use of this software, even if -advised of the possibility of such damage. - -Any restrictions or encumberances added to this source code or derivitives, -is prohibited. \ No newline at end of file diff --git a/src/licensedcode/data/rules/softsurfer_2.RULE b/src/licensedcode/data/rules/softsurfer_2.RULE index 639f35b9c5c..d6df5e3f8cf 100644 --- a/src/licensedcode/data/rules/softsurfer_2.RULE +++ b/src/licensedcode/data/rules/softsurfer_2.RULE @@ -2,15 +2,8 @@ license_expression: softsurfer is_license_text: yes minimum_coverage: 95 -ignorable_copyrights: - - Copyright 2001, softSurfer (www.softsurfer.com) -ignorable_holders: - - softSurfer -ignorable_urls: - - http://www.softsurfer.com/ --- -Copyright 2001, softSurfer (www.softsurfer.com) This code may be freely used and modified for any purpose providing that this copyright notice is included with it. SoftSurfer makes no warranty for this code, and cannot be held diff --git a/src/licensedcode/data/rules/sun-ppp_1.RULE b/src/licensedcode/data/rules/sun-ppp_1.RULE deleted file mode 100644 index 836a6fe5c05..00000000000 --- a/src/licensedcode/data/rules/sun-ppp_1.RULE +++ /dev/null @@ -1,23 +0,0 @@ ---- -license_expression: sun-ppp -is_license_text: yes -minimum_coverage: 99 -ignorable_copyrights: - - Copyright (c) 2001 by Sun Microsystems, Inc. -ignorable_holders: - - Sun Microsystems, Inc. ---- - -Copyright (c) 2001 by Sun Microsystems, Inc. -All rights reserved. - -Non-exclusive rights to redistribute, modify, translate, and use -this software in source and binary forms, in whole or in part, is -hereby granted, provided that the above copyright notice is -duplicated in any source form, and that neither the name of the -copyright holder nor the author is used to endorse or promote -products derived from this software. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED -WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. \ No newline at end of file diff --git a/src/licensedcode/data/rules/tgppl-1.0_2.RULE b/src/licensedcode/data/rules/tgppl-1.0_2.RULE new file mode 100644 index 00000000000..0af316cc6ca --- /dev/null +++ b/src/licensedcode/data/rules/tgppl-1.0_2.RULE @@ -0,0 +1,191 @@ +--- +license_expression: tgppl-1.0 +is_license_text: yes +minimum_coverage: 95 +ignorable_copyrights: + - Copyright (c) 2007 Zooko +ignorable_holders: + - Zooko +--- + +======================================================= +Transitive Grace Period Public Licence ("TGPPL") v. 1.0 +======================================================= + +This Transitive Grace Period Public Licence (the "License") applies to any +original work of authorship (the "Original Work") whose owner (the +"Licensor") has placed the following licensing notice adjacent to the +copyright notice for the Original Work: + + *Licensed under the Transitive Grace Period Public Licence version 1.0* + +1. **Grant of Copyright License.** Licensor grants You a worldwide, + royalty-free, non-exclusive, sublicensable license, for the duration of + the copyright, to do the following: + + a. to reproduce the Original Work in copies, either alone or as part of a + collective work; + + b. to translate, adapt, alter, transform, modify, or arrange the Original + Work, thereby creating derivative works ("Derivative Works") based upon + the Original Work; + + c. to distribute or communicate copies of the Original Work and Derivative + Works to the public, with the proviso that copies of Original Work or + Derivative Works that You distribute or communicate shall be licensed + under this Transitive Grace Period Public Licence no later than 12 + months after You distributed or communicated said copies; + + d. to perform the Original Work publicly; and + + e. to display the Original Work publicly. + +2. **Grant of Patent License.** Licensor grants You a worldwide, + royalty-free, non-exclusive, sublicensable license, under patent claims + owned or controlled by the Licensor that are embodied in the Original + Work as furnished by the Licensor, for the duration of the patents, to + make, use, sell, offer for sale, have made, and import the Original Work + and Derivative Works. + +3. **Grant of Source Code License.** The term "Source Code" means the + preferred form of the Original Work for making modifications to it and + all available documentation describing how to modify the Original + Work. Licensor agrees to provide a machine-readable copy of the Source + Code of the Original Work along with each copy of the Original Work that + Licensor distributes. Licensor reserves the right to satisfy this + obligation by placing a machine-readable copy of the Source Code in an + information repository reasonably calculated to permit inexpensive and + convenient access by You for as long as Licensor continues to distribute + the Original Work. + +4. **Exclusions From License Grant.** Neither the names of Licensor, nor the + names of any contributors to the Original Work, nor any of their + trademarks or service marks, may be used to endorse or promote products + derived from this Original Work without express prior permission of the + Licensor. Except as expressly stated herein, nothing in this License + grants any license to Licensor's trademarks, copyrights, patents, trade + secrets or any other intellectual property. No patent license is granted + to make, use, sell, offer for sale, have made, or import embodiments of + any patent claims other than the licensed claims defined in Section 2. No + license is granted to the trademarks of Licensor even if such marks are + included in the Original Work. Nothing in this License shall be + interpreted to prohibit Licensor from licensing under terms different + from this License any Original Work that Licensor otherwise would have a + right to license. + +5. **External Deployment.** The term "External Deployment" means the use, + distribution, or communication of the Original Work or Derivative Works + in any way such that the Original Work or Derivative Works may be used by + anyone other than You, whether those works are distributed or + communicated to those persons or made available as an application + intended for use over a network. As an express condition for the grants + of license hereunder, You must treat any External Deployment by You of + the Original Work or a Derivative Work as a distribution under section + 1(c). + +6. **Attribution Rights.** You must retain, in the Source Code of any + Derivative Works that You create, all copyright, patent, or trademark + notices from the Source Code of the Original Work, as well as any notices + of licensing and any descriptive text identified therein as an + "Attribution Notice." You must cause the Source Code for any Derivative + Works that You create to carry a prominent Attribution Notice reasonably + calculated to inform recipients that You have modified the Original Work. + +7. **Warranty of Provenance and Disclaimer of Warranty.** Licensor warrants + that the copyright in and to the Original Work and the patent rights + granted herein by Licensor are owned by the Licensor or are sublicensed + to You under the terms of this License with the permission of the + contributor(s) of those copyrights and patent rights. Except as expressly + stated in the immediately preceding sentence, the Original Work is + provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, + either express or implied, including, without limitation, the warranties + of non-infringement, merchantability or fitness for a particular + purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH + YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this + License. No license to the Original Work is granted by this License + except under this disclaimer. + +8. **Limitation of Liability.** Under no circumstances and under no legal + theory, whether in tort (including negligence), contract, or otherwise, + shall the Licensor be liable to anyone for any indirect, special, + incidental, or consequential damages of any character arising as a result + of this License or the use of the Original Work including, without + limitation, damages for loss of goodwill, work stoppage, computer failure + or malfunction, or any and all other commercial damages or losses. This + limitation of liability shall not apply to the extent applicable law + prohibits such limitation. + +9. **Acceptance and Termination.** If, at any time, You expressly assented + to this License, that assent indicates your clear and irrevocable + acceptance of this License and all of its terms and conditions. If You + distribute or communicate copies of the Original Work or a Derivative + Work, You must make a reasonable effort under the circumstances to obtain + the express assent of recipients to the terms of this License. This + License conditions your rights to undertake the activities listed in + Section 1, including your right to create Derivative Works based upon the + Original Work, and doing so without honoring these terms and conditions + is prohibited by copyright law and international treaty. Nothing in this + License is intended to affect copyright exceptions and limitations + (including 'fair use' or 'fair dealing'). This License shall terminate + immediately and You may no longer exercise any of the rights granted to + You by this License upon your failure to honor the conditions in Section + 1(c). + +10. **Termination for Patent Action.** This License shall terminate + automatically and You may no longer exercise any of the rights granted to + You by this License as of the date You commence an action, including a + cross-claim or counterclaim, against Licensor or any licensee alleging + that the Original Work infringes a patent. This termination provision + shall not apply for an action alleging patent infringement by + combinations of the Original Work with other software or hardware. + +11. **Jurisdiction, Venue and Governing Law.** Any action or suit relating to + this License may be brought only in the courts of a jurisdiction wherein + the Licensor resides or in which Licensor conducts its primary business, + and under the laws of that jurisdiction excluding its conflict-of-law + provisions. The application of the United Nations Convention on Contracts + for the International Sale of Goods is expressly excluded. Any use of the + Original Work outside the scope of this License or after its termination + shall be subject to the requirements and penalties of copyright or patent + law in the appropriate jurisdiction. This section shall survive the + termination of this License. + +12. **Attorneys' Fees.** In any action to enforce the terms of this License + or seeking damages relating thereto, the prevailing party shall be + entitled to recover its costs and expenses, including, without + limitation, reasonable attorneys' fees and costs incurred in connection + with such action, including any appeal of such action. This section shall + survive the termination of this License. + +13. **Miscellaneous.** If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. + +14. **Definition of "You" in This License.** "You" throughout this License, + whether in upper or lower case, means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License. For legal entities, "You" includes any entity that controls, is + controlled by, or is under common control with you. For purposes of this + definition, "control" means (i) the power, direct or indirect, to cause + the direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + +15. **Right to Use.** You may use the Original Work in all ways not otherwise + restricted or conditioned by this License or by law, and Licensor + promises not to interfere with or be responsible for such uses by You. + +16. **Modification of This License.** This License is Copyright © 2007 Zooko + Wilcox-O'Hearn. Permission is granted to copy, distribute, or communicate + this License without modification. Nothing in this License permits You to + modify this License as applied to the Original Work or to Derivative + Works. However, You may modify the text of this License and copy, + distribute or communicate your modified version (the "Modified License") + and apply it to other original works of authorship subject to the + following conditions: (i) You may not indicate in any way that your + Modified License is the "Transitive Grace Period Public Licence" or + "TGPPL" and you may not use those names in the name of your Modified + License; and (ii) You must replace the notice specified in the first + paragraph above with the notice "Licensed under " or with a notice of your own that is not confusingly similar to + the notice in this License. \ No newline at end of file diff --git a/src/licensedcode/data/rules/unicode-v3_1.RULE b/src/licensedcode/data/rules/unicode-v3_1.RULE deleted file mode 100644 index 89f45fef8c9..00000000000 --- a/src/licensedcode/data/rules/unicode-v3_1.RULE +++ /dev/null @@ -1,49 +0,0 @@ ---- -license_expression: unicode-v3 -is_license_text: yes -minimum_coverage: 95 -ignorable_copyrights: - - Copyright (c) 1991-2023 Unicode, Inc. -ignorable_holders: - - Unicode, Inc. ---- - -UNICODE LICENSE V3 - -COPYRIGHT AND PERMISSION NOTICE - -Copyright © 1991-2023 Unicode, Inc. - -NOTICE TO USER: Carefully read the following legal agreement. BY -DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR -SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE -TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT -DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. - -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. \ No newline at end of file diff --git a/src/licensedcode/data/rules/xkeyboard-config-zinoviev_1.RULE b/src/licensedcode/data/rules/xkeyboard-config-zinoviev_1.RULE deleted file mode 100644 index 7ced3b16926..00000000000 --- a/src/licensedcode/data/rules/xkeyboard-config-zinoviev_1.RULE +++ /dev/null @@ -1,27 +0,0 @@ ---- -license_expression: xkeyboard-config-zinoviev -is_license_text: yes -minimum_coverage: 95 -ignorable_copyrights: - - Copyright (c) 1999, 2000 by Anton Zinoviev -ignorable_holders: - - Anton Zinoviev -ignorable_emails: - - anton@lml.bas.bg ---- - -Copyright (C) 1999, 2000 by Anton Zinoviev - -This software may be used, modified, copied, distributed, and sold, -in both source and binary form provided that the above copyright -and these terms are retained. Under no circumstances is the author -responsible for the proper functioning of this software, nor does -the author assume any responsibility for damages incurred with its -use. - -Permission is granted to anyone to use, distribute and modify -this file in any way, provided that the above copyright notice -is left intact and the author of the modification summarizes -the changes in this header. - -This file is distributed without any expressed or implied warranty. \ No newline at end of file