Skip to content

Commit 52c4e56

Browse files
committed
doc(license): correct copyright
1 parent 93e91b5 commit 52c4e56

File tree

6 files changed

+25
-7
lines changed

6 files changed

+25
-7
lines changed

core/database/src/androidMain/kotlin/com/neoutils/neoregex/core/database/factory/PatternAndroidDriverFactory.kt

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

321
import android.content.Context

core/datasource/src/androidMain/kotlin/com/neoutils/neoregex/core/datasource/di/DataSourceModule.android.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* NeoRegex.
33
*
4-
* Copyright (C) 2025 Irineu A. Silva.
4+
* Copyright (C) 2024 Irineu A. Silva.
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

core/datasource/src/desktopMain/kotlin/com/neoutils/neoregex/core/datasource/di/DataSourceModule.desktop.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* NeoRegex.
33
*
4-
* Copyright (C) 2025 Irineu A. Silva.
4+
* Copyright (C) 2024 Irineu A. Silva.
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

core/datasource/src/webMain/kotlin/com/neoutils/neoregex/core/datasource/di/DataSourceModule.web.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* NeoRegex.
33
*
4-
* Copyright (C) 2025 Irineu A. Silva.
4+
* Copyright (C) 2024 Irineu A. Silva.
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

core/dispatcher/src/commonMain/kotlin/com/neoutils/neoregex/core/dispatcher/navigator/NavigationManagerImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* NeoRegex.
33
*
4-
* Copyright (C) 2025 Irineu A. Silva.
4+
* Copyright (C) 2024 Irineu A. Silva.
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

core/manager/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import extension.config
2-
import extension.module
3-
41
/*
52
* NeoRegex.
63
*
@@ -19,6 +16,9 @@ import extension.module
1916
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2017
*/
2118

19+
import extension.config
20+
import extension.module
21+
2222
plugins {
2323
alias(libs.plugins.neoutils.neoregex.core)
2424
}

0 commit comments

Comments
 (0)