Skip to content

Commit 32d08f8

Browse files
committed
chore: update copyright
1 parent b307cbd commit 32d08f8

File tree

410 files changed

+445
-415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

410 files changed

+445
-415
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
~ sora-editor - the awesome code editor for Android
44
~ https://github.com/Rosemoe/sora-editor
5-
~ Copyright (C) 2020-2023 Rosemoe
5+
~ Copyright (C) 2020-2024 Rosemoe
66
~
77
~ This library is free software; you can redistribute it and/or
88
~ modify it under the terms of the GNU Lesser General Public

app/src/main/java/io/github/rosemoe/sora/app/LspLanguageServerService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

app/src/main/java/io/github/rosemoe/sora/app/LspTestActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

app/src/main/java/io/github/rosemoe/sora/app/MainActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

app/src/main/java/io/github/rosemoe/sora/app/TestActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

app/src/main/java/io/github/rosemoe/sora/app/Utils.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

app/src/main/java/io/github/rosemoe/sora/lang/langJava.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

app/src/main/java/io/github/rosemoe/sora/utils/CrashHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

app/src/main/res/drawable-v24/ic_launcher_foreground.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/drawable/ic_launcher_background.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
~ sora-editor - the awesome code editor for Android
44
~ https://github.com/Rosemoe/sora-editor
5-
~ Copyright (C) 2020-2023 Rosemoe
5+
~ Copyright (C) 2020-2024 Rosemoe
66
~
77
~ This library is free software; you can redistribute it and/or
88
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/drawable/redo.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/drawable/scrollbar_thumb.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/drawable/scrollbar_track.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/drawable/undo.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/layout/activity_main.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?><!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/menu/menu_lsp.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?><!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/menu/menu_main.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?><!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/menu/menu_search_options.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?><!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
~ sora-editor - the awesome code editor for Android
44
~ https://github.com/Rosemoe/sora-editor
5-
~ Copyright (C) 2020-2023 Rosemoe
5+
~ Copyright (C) 2020-2024 Rosemoe
66
~
77
~ This library is free software; you can redistribute it and/or
88
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
~ sora-editor - the awesome code editor for Android
44
~ https://github.com/Rosemoe/sora-editor
5-
~ Copyright (C) 2020-2023 Rosemoe
5+
~ Copyright (C) 2020-2024 Rosemoe
66
~
77
~ This library is free software; you can redistribute it and/or
88
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/values-night/styles.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?><!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/values-zh/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?><!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/values/styles.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

app/src/main/res/xml/network_security_config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?><!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
~ sora-editor - the awesome code editor for Android
33
~ https://github.com/Rosemoe/sora-editor
4-
~ Copyright (C) 2020-2023 Rosemoe
4+
~ Copyright (C) 2020-2024 Rosemoe
55
~
66
~ This library is free software; you can redistribute it and/or
77
~ modify it under the terms of the GNU Lesser General Public

bom/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

build-logic/convention/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

build-logic/convention/src/main/kotlin/CI.kt

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/*******************************************************************************
2+
* sora-editor - the awesome code editor for Android
3+
* https://github.com/Rosemoe/sora-editor
4+
* Copyright (C) 2020-2024 Rosemoe
5+
*
6+
* This library is free software; you can redistribute it and/or
7+
* modify it under the terms of the GNU Lesser General Public
8+
* License as published by the Free Software Foundation; either
9+
* version 2.1 of the License, or (at your option) any later version.
10+
*
11+
* This library is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
* Lesser General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU Lesser General Public
17+
* License along with this library; if not, write to the Free Software
18+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
19+
* USA
20+
*
21+
* Please contact Rosemoe by email [email protected] if you need
22+
* additional information or have any questions
23+
******************************************************************************/
24+
125
import java.io.File
226

327
/*******************************************************************************

build-logic/convention/src/main/kotlin/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

build-logic/convention/src/main/kotlin/build-logic.root-project.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

build-logic/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
################################################################################
22
# sora-editor - the awesome code editor for Android
33
# https://github.com/Rosemoe/sora-editor
4-
# Copyright (C) 2020-2023 Rosemoe
4+
# Copyright (C) 2020-2024 Rosemoe
55
#
66
# This library is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU Lesser General Public

build-logic/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
################################################################################
22
# sora-editor - the awesome code editor for Android
33
# https://github.com/Rosemoe/sora-editor
4-
# Copyright (C) 2020-2023 Rosemoe
4+
# Copyright (C) 2020-2024 Rosemoe
55
#
66
# This library is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU Lesser General Public

build-logic/settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

build.gradle.kts

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
@@ -85,14 +85,20 @@ subprojects {
8585
publishToMavenCentral(SonatypeHost.S01)
8686
signAllPublications()
8787
if ("bom" != this@subprojects.name) {
88-
configure(AndroidSingleVariantLibrary(publishJavadocJar = false))
88+
configure(
89+
AndroidSingleVariantLibrary(
90+
variant = "release",
91+
sourcesJar = true,
92+
publishJavadocJar = false
93+
)
94+
)
8995
}
9096
}
9197
}
9298
}
9399

94100
tasks.register<Delete>("clean").configure {
95-
delete(rootProject.buildDir)
101+
delete(rootProject.layout.buildDirectory)
96102
}
97103

98104
val excludeProjectName = arrayOf("app", "buildSrc")

editor-lsp/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

editor-lsp/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
~ sora-editor - the awesome code editor for Android
44
~ https://github.com/Rosemoe/sora-editor
5-
~ Copyright (C) 2020-2023 Rosemoe
5+
~ Copyright (C) 2020-2024 Rosemoe
66
~
77
~ This library is free software; you can redistribute it and/or
88
~ modify it under the terms of the GNU Lesser General Public

editor-lsp/src/main/java/io/github/rosemoe/sora/lsp/client/ClientContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

editor-lsp/src/main/java/io/github/rosemoe/sora/lsp/client/DefaultLanguageClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* sora-editor - the awesome code editor for Android
33
* https://github.com/Rosemoe/sora-editor
4-
* Copyright (C) 2020-2023 Rosemoe
4+
* Copyright (C) 2020-2024 Rosemoe
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)