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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCorentin Mors <corentin.mors@dashlane.com>2020-10-13 18:35:50 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-11-15 11:32:44 +0300
commita91c6ace62cfd44cf3227b490692b0f9cf470b3d (patch)
tree1b28ef3bdb185f1592415b859924443cd5cbf021 /src
parent54e49a01dc20319ac9c33e0503fefe3816a67eb6 (diff)
Add missing copyright
Signed-off-by: Corentin Mors <corentin.mors@dashlane.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/FileVirtualGrid.vue21
-rw-r--r--src/components/Loader.vue21
-rw-r--r--src/components/SeparatorVirtualGrid.vue22
-rw-r--r--src/views/Timeline.vue1
4 files changed, 65 insertions, 0 deletions
diff --git a/src/components/FileVirtualGrid.vue b/src/components/FileVirtualGrid.vue
index afa1a522..6f921f1b 100644
--- a/src/components/FileVirtualGrid.vue
+++ b/src/components/FileVirtualGrid.vue
@@ -1,3 +1,24 @@
+<!--
+ - @copyright Copyright (c) 2020 Corentin Mors
+ -
+ - @license GNU AGPL version 3 or any later version
+ -
+ - @author Corentin Mors <medias@pixelswap.fr>
+ -
+ - 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/>.
+ -
+ -->
<template>
<a :class="{'file--clear': !loaded}"
diff --git a/src/components/Loader.vue b/src/components/Loader.vue
index aa51f6c8..cc624fbd 100644
--- a/src/components/Loader.vue
+++ b/src/components/Loader.vue
@@ -1,3 +1,24 @@
+<!--
+ - @copyright Copyright (c) 2020 Corentin Mors
+ -
+ - @license GNU AGPL version 3 or any later version
+ -
+ - @author Corentin Mors <medias@pixelswap.fr>
+ -
+ - 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/>.
+ -
+ -->
<template>
<div class="loader" icon="loading">
diff --git a/src/components/SeparatorVirtualGrid.vue b/src/components/SeparatorVirtualGrid.vue
index c881469c..cb48ca0c 100644
--- a/src/components/SeparatorVirtualGrid.vue
+++ b/src/components/SeparatorVirtualGrid.vue
@@ -1,3 +1,25 @@
+<!--
+ - @copyright Copyright (c) 2020 Corentin Mors
+ -
+ - @license GNU AGPL version 3 or any later version
+ -
+ - @author Corentin Mors <medias@pixelswap.fr>
+ -
+ - 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/>.
+ -
+ -->
+
<template>
<h2 class="grid-title" :style="{height: item.height + 'px'}">
{{ item.injected.month }}
diff --git a/src/views/Timeline.vue b/src/views/Timeline.vue
index ae92a009..8c812373 100644
--- a/src/views/Timeline.vue
+++ b/src/views/Timeline.vue
@@ -2,6 +2,7 @@
- @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
-
- @author John Molakvoæ <skjnldsv@protonmail.com>
+ - @author Corentin Mors <medias@pixelswap.fr>
-
- @license GNU AGPL version 3 or any later version
-