Skip to content

Commit

Permalink
Copyright & repo name fix
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
  • Loading branch information
skjnldsv committed Jul 9, 2020
1 parent e01e3e1 commit a855f6a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/**
* @copyright Copyright (c) 2020 John Molakvoæ <[email protected]>
*
* @author John Molakvoæ <[email protected]>
*
* @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 <http://www.gnu.org/licenses/>.
*
*/

const dev = require('./webpack.dev.js')
const prod = require('./webpack.prod.js')

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"author": "John Molakvoæ <[email protected]>",
"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",
Expand Down

0 comments on commit a855f6a

Please sign in to comment.