From fb4a86eb9cbf2007be4df256859cb1ad6f4571c4 Mon Sep 17 00:00:00 2001 From: Greg Jopa <534034+gregjopa@users.noreply.github.com> Date: Tue, 15 Feb 2022 17:11:06 -0600 Subject: [PATCH] chore: standardize license format (#24) --- CONTRIBUTING.md | 2 +- LICENSE.txt => LICENSE | 15 ++------------- package.json | 7 +------ 3 files changed, 4 insertions(+), 20 deletions(-) rename LICENSE.txt => LICENSE (93%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16839a3..66ae817 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,4 +44,4 @@ $ npm run-script cover If you have any questions about contributing, please feel free to contact us by posting your questions on GitHub. -Copyright 2017, PayPal under [the Apache 2.0 license](LICENSE.txt). +Copyright 2017, PayPal under [the Apache 2.0 license](LICENSE). diff --git a/LICENSE.txt b/LICENSE similarity index 93% rename from LICENSE.txt rename to LICENSE index 729931c..c098232 100644 --- a/LICENSE.txt +++ b/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -175,24 +175,13 @@ END OF TERMS AND CONDITIONS - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - Copyright 2017 PayPal Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/package.json b/package.json index 961ef22..2187dcf 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,7 @@ "keywords": [ "template" ], - "licenses": [ - { - "type": "Apache 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0.html" - } - ], + "license": "Apache-2.0", "files": [ "src/", "dist/"