Skip to content

Commit c2d50e8

Browse files
committed
chore: add GPL-3.0 license headers to missing Kotlin files
1 parent c9aac74 commit c2d50e8

10 files changed

Lines changed: 179 additions & 0 deletions

File tree

app/src/main/java/com/opennotes/notes/domain/model/AppIcon.kt

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

321
enum class AppIcon(

app/src/main/java/com/opennotes/notes/presentation/addEditNote/components/FormatToolbar.kt

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

321
import androidx.compose.foundation.horizontalScroll

app/src/main/java/com/opennotes/notes/presentation/addEditNote/components/ReminderDialog.kt

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

321
import android.Manifest

app/src/main/java/com/opennotes/notes/presentation/addEditNote/components/markdown/MarkdownFormatter.kt

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

321
import androidx.compose.ui.text.TextRange

app/src/main/java/com/opennotes/notes/presentation/reminder/ReminderWorker.kt

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

321
import android.app.NotificationChannel

app/src/main/java/com/opennotes/settings/presentation/AppIconManager.kt

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

321
import android.content.ComponentName

app/src/main/java/com/opennotes/settings/presentation/AppIconPicker.kt

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

321
import androidx.compose.animation.AnimatedVisibility

app/src/main/java/com/opennotes/ui/theme/Type.kt

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

321
import androidx.compose.material3.Typography

app/src/main/java/com/opennotes/util/AppConfig.kt

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

321
import com.opennotes.BuildConfig

gpl_header.txt

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

0 commit comments

Comments
 (0)