From 2d29f7c9e6e4d301b09f2c3e717da84e35fb2d0f Mon Sep 17 00:00:00 2001 From: Benjamin Guignabert Date: Mon, 11 Mar 2019 15:36:38 +0100 Subject: [PATCH 1/4] Update LICENSE --- LICENSE | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 1c73bda..e61cd6e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,24 @@ -Copyright (c) Wanadev 2018 , all rights reserved. +Copyright (c) 2018, Wanadev +All rights reserved. -This software is the property of Wanadev. You are not allowed to disclose, copy -or distribute it, in any form or medium, without express written permission of -Wanadev. +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 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. + * Neither the name of Wanadev nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 WANADEV 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. From debfb09af91e2b75c66f86ea78aa7bc680e032fe Mon Sep 17 00:00:00 2001 From: Eole211 Date: Tue, 14 May 2019 15:33:44 +0200 Subject: [PATCH 2/4] Remove hardsource webpack plugin see https://github.com/webpack/webpack/issues/8052 --- config/webpack.config.dev.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/webpack.config.dev.js b/config/webpack.config.dev.js index f455d89..c177c10 100644 --- a/config/webpack.config.dev.js +++ b/config/webpack.config.dev.js @@ -2,7 +2,7 @@ const merge = require("webpack-merge"); const path = require("path"); const FriendlyErrorsWebpackPlugin = require("friendly-errors-webpack-plugin"); -const HardSourceWebpackPlugin = require("hard-source-webpack-plugin"); +//const HardSourceWebpackPlugin = require("hard-source-webpack-plugin"); const common = require("./webpack.common.js"); @@ -26,6 +26,8 @@ module.exports = merge(common, { ], }, }), - new HardSourceWebpackPlugin(), + //new HardSourceWebpackPlugin(), + // No hardsource plugin because of errors with last Webpack version : + // https://github.com/webpack/webpack/issues/8052 ], }); From 6bb4ba7d621c3a4e57a66c2547af7a240a657e99 Mon Sep 17 00:00:00 2001 From: "ldemicheli@wanadev.fr" Date: Mon, 20 May 2019 16:47:08 +0200 Subject: [PATCH 3/4] back to wandev license --- LICENSE | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/LICENSE b/LICENSE index e61cd6e..2255661 100644 --- a/LICENSE +++ b/LICENSE @@ -1,24 +1,6 @@ -Copyright (c) 2018, Wanadev -All rights reserved. +Copyright (c) Wanadev 2018 , 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 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. - * Neither the name of Wanadev nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. +This software is the property of Wanadev. You are not allowed to disclose, copy +or distribute it, in any form or medium, without express written permission of +Wanadev. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 WANADEV 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. From 3031adae31eba49c1c721c59a091b5cf4e86ed18 Mon Sep 17 00:00:00 2001 From: "ldemicheli@wanadev.fr" Date: Mon, 20 May 2019 16:48:29 +0200 Subject: [PATCH 4/4] clean --- LICENSE | 1 - 1 file changed, 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2255661..1c73bda 100644 --- a/LICENSE +++ b/LICENSE @@ -3,4 +3,3 @@ Copyright (c) Wanadev 2018 , all rights reserved. This software is the property of Wanadev. You are not allowed to disclose, copy or distribute it, in any form or medium, without express written permission of Wanadev. -