From 75778b96dfe98c746829a2b62501c4c10a3c6a06 Mon Sep 17 00:00:00 2001 From: "patrick.lafrance" Date: Tue, 16 Oct 2018 13:24:45 -0400 Subject: [PATCH] Licence --- LICENSE | 25 ------------------------- package.json | 2 +- packages/craco/LICENSE | 16 ---------------- packages/craco/package.json | 6 +++--- 4 files changed, 4 insertions(+), 45 deletions(-) diff --git a/LICENSE b/LICENSE index a7280193..d9a10c0d 100644 --- a/LICENSE +++ b/LICENSE @@ -174,28 +174,3 @@ of your accepting any such warranty or additional liability. 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 [2018] [Groupe Sharegate inc.] - - 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 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/package.json b/package.json index 1fb94036..fa87665a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "changed": "lerna changed", "diff": "lerna diff" }, - "license": "Apache 2.0", + "license": "Apache-2.0", "workspaces": [ "packages/*" ], diff --git a/packages/craco/LICENSE b/packages/craco/LICENSE index 36e590b2..d9a10c0d 100644 --- a/packages/craco/LICENSE +++ b/packages/craco/LICENSE @@ -2,8 +2,6 @@ Version 2.0, January 2004 http://www.apache.org/licenses/ - Copyright © 2018, Groupe Sharegate inc. This code is licensed under the Apache License, Version 2.0, which is set out below. - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. @@ -176,17 +174,3 @@ of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS - - Copyright 2018 Groupe Sharegate inc. - - 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 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/packages/craco/package.json b/packages/craco/package.json index 2e2c1307..f6999090 100644 --- a/packages/craco/package.json +++ b/packages/craco/package.json @@ -12,8 +12,8 @@ "create-react-app", "cra" ], - "author": "Groupe Sharegate inc", - "license": "Apache 2.0", + "author": "Groupe Sharegate inc.", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/sharegate/craco/issues" }, @@ -39,5 +39,5 @@ "webpack-merge": "4.1.4" }, "version": "1.0.0-alpha.2", - "gitHead": "0d62d813f2630bb34ebc211f2d75aa0f0d23f0b6" + "gitHead": "bae9121d28b5759bc71a5368b6326583823ce778" }