File tree Expand file tree Collapse file tree 4 files changed +14
-19
lines changed Expand file tree Collapse file tree 4 files changed +14
-19
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
declare (strict_types=1 );
4
-
5
4
/**
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
24
7
*/
25
8
26
9
namespace OCA \Assistant \Migration ;
Original file line number Diff line number Diff line change
1
+ <!--
2
+ - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
3
+ - SPDX-License-Identifier: AGPL-3.0-or-later
4
+ -->
1
5
<template >
2
6
<div class =" agency-action" >
3
7
<NcChip type =" primary"
Original file line number Diff line number Diff line change
1
+ <!--
2
+ - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
3
+ - SPDX-License-Identifier: AGPL-3.0-or-later
4
+ -->
1
5
<template >
2
6
<div class =" agency-actions" >
3
7
<AgencyAction v-for =" action in actions"
Original file line number Diff line number Diff line change
1
+ <!--
2
+ - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
3
+ - SPDX-License-Identifier: AGPL-3.0-or-later
4
+ -->
1
5
<template >
2
6
<NcNoteCard type =" warning"
3
7
class =" agency-confirmation" >
You can’t perform that action at this time.
0 commit comments