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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Fotia <fotia.baptiste@hotmail.com>2022-10-18 10:11:09 +0300
committerBaptiste Fotia <fotia.baptiste@hotmail.com>2022-10-18 10:11:09 +0300
commit73a87f4b50653f18cbe2e54e536d12be6784091f (patch)
treee20d84abf6e65977a10c7a1ecdf5383062dd44de
parentfa70012d70d5fe5b386a3107c51e094435d88f76 (diff)
chore(js): Add the copyright in the Constats.js
I forgot the copyright in the file... Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
-rw-r--r--src/Constants.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Constants.js b/src/Constants.js
index a9247c93..467261ee 100644
--- a/src/Constants.js
+++ b/src/Constants.js
@@ -1,2 +1,23 @@
+/*
+ * @copyright Copyright (c) 2018 Baptiste Fotia <baptiste.fotia@arawa.fr>
+ *
+ * @author Baptiste Fotia <baptiste.fotia@arawa.fr>
+ *
+ * @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/>.
+ *
+ */
export const CLASS_NAME_ADMIN_DELEGATION = 'OCA\\GroupFolders\\Settings\\Admin'
export const CLASS_NAME_SUBADMIN_DELEGATION = 'OCA\\GroupFolders\\Controller\\DelegationController'