Skip to content

Commit 15fe143

Browse files
committed
add missing spdx headers
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent d427420 commit 15fe143

File tree

4 files changed

+14
-19
lines changed

4 files changed

+14
-19
lines changed

lib/Migration/Version020200Date20241218145833.php

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,9 @@
11
<?php
22

33
declare(strict_types=1);
4-
54
/**
6-
* @copyright Copyright (c) 2024 Anupam Kumar <kyteinsky@gmail.com>
7-
*
8-
* @author Anupam Kumar <kyteinsky@gmail.com>
9-
*
10-
* @license GNU AGPL version 3 or any later version
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU Affero General Public License as
14-
* published by the Free Software Foundation, either version 3 of the
15-
* License, or (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU Affero General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU Affero General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
5+
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
6+
* SPDX-License-Identifier: AGPL-3.0-or-later
247
*/
258

269
namespace OCA\Assistant\Migration;

src/components/ChattyLLM/AgencyAction.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
15
<template>
26
<div class="agency-action">
37
<NcChip type="primary"

src/components/ChattyLLM/AgencyActions.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
15
<template>
26
<div class="agency-actions">
37
<AgencyAction v-for="action in actions"

src/components/ChattyLLM/AgencyConfirmation.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
15
<template>
26
<NcNoteCard type="warning"
37
class="agency-confirmation">

0 commit comments

Comments
 (0)