Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-01 21:28:34 +0300
committerGitHub <noreply@github.com>2021-10-01 21:28:34 +0300
commita44863419fa2d7dd70b2e49ad1a56be26d61c452 (patch)
tree6c3ac45c3dbacf93a9b674df5c1ea009e02975ea /src/js/store/modules/shares.js
parenta05753690d1b78134bf602eb5a84684266962f4a (diff)
Bump @nextcloud/eslint-config from 5.1.0 to 6.1.0 (#1998)
Diffstat (limited to 'src/js/store/modules/shares.js')
-rw-r--r--src/js/store/modules/shares.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/js/store/modules/shares.js b/src/js/store/modules/shares.js
index dfb60974..6ff2fe00 100644
--- a/src/js/store/modules/shares.js
+++ b/src/js/store/modules/shares.js
@@ -1,10 +1,10 @@
-/*
+/* jshint esversion: 6 */
+/**
* @copyright Copyright (c) 2019 Rene Gieling <github@dartcafe.de>
*
* @author Rene Gieling <github@dartcafe.de>
- * @author Julius Härtl <jus@bitgrid.net>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as