Skip to content

Commit

Permalink
add missing spdx headers
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Jan 9, 2025
1 parent d427420 commit 15fe143
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
21 changes: 2 additions & 19 deletions lib/Migration/Version020200Date20241218145833.php
Original file line number Diff line number Diff line change
@@ -1,26 +1,9 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2024 Anupam Kumar <[email protected]>
*
* @author Anupam Kumar <[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/>.
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

namespace OCA\Assistant\Migration;
Expand Down
4 changes: 4 additions & 0 deletions src/components/ChattyLLM/AgencyAction.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template>
<div class="agency-action">
<NcChip type="primary"
Expand Down
4 changes: 4 additions & 0 deletions src/components/ChattyLLM/AgencyActions.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template>
<div class="agency-actions">
<AgencyAction v-for="action in actions"
Expand Down
4 changes: 4 additions & 0 deletions src/components/ChattyLLM/AgencyConfirmation.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template>
<NcNoteCard type="warning"
class="agency-confirmation">
Expand Down

0 comments on commit 15fe143

Please sign in to comment.