Skip to content

Commit a47efa8

Browse files
committed
docs: Added a Copyright in NoteEditorActionsListener
1 parent 012d97d commit a47efa8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

AnkiDroid/src/main/java/com/ichi2/anki/noteeditor/NoteEditorActionsListener.kt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright (c) 2025 Guilherme Silva <sgsouza.173@gmail.com>
3+
*
4+
* This program is free software; you can redistribute it and/or modify it under
5+
* the terms of the GNU General Public License as published by the Free Software
6+
* Foundation; either version 3 of the License, or (at your option) any later
7+
* version.
8+
*
9+
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
10+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11+
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
12+
*
13+
* You should have received a copy of the GNU General Public License along with
14+
* this program. If not, see <http://www.gnu.org/licenses/>.
15+
*/
16+
117
package com.ichi2.anki.noteeditor
218

319
interface NoteEditorActionsListener {

0 commit comments

Comments
 (0)