From a855f6a35ff7408ca25ead1bba612f843ec73144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 9 Jul 2020 09:34:06 +0200 Subject: [PATCH] Copyright & repo name fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- index.js | 22 ++++++++++++++++++++++ package.json | 6 +++--- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index cbebab7..312c1f2 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,25 @@ +/** + * @copyright Copyright (c) 2020 John Molakvoæ + * + * @author John Molakvoæ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + const dev = require('./webpack.dev.js') const prod = require('./webpack.prod.js') diff --git a/package.json b/package.json index 7a5996a..4cd718f 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "author": "John Molakvoæ ", "license": "AGPL-3.0-or-later", "bugs": { - "url": "https://github.com/skjnldsv/webpack-vue-config/issues" + "url": "https://github.com/nextcloud/webpack-vue-config/issues" }, - "homepage": "https://github.com/skjnldsv/webpack-vue-config#readme", + "homepage": "https://github.com/nextcloud/webpack-vue-config#readme", "repository": { "type": "git", - "url": "git+https://github.com/skjnldsv/webpack-vue-config.git" + "url": "git+https://github.com/nextcloud/webpack-vue-config.git" }, "keywords": [ "nextcloud",