Skip to content

Commit efd1a5e

Browse files
committed
Bump copyright year
1 parent a81f95f commit efd1a5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
632632
the "copyright" line and a pointer to where the full notice is found.
633633

634634
PowerTunnel-Android - Extensible cross-platform proxy server
635-
Copyright (C) 2019-2021 krlvm <https://github.com/krlvm>
635+
Copyright (C) 2019-2022 krlvm <https://github.com/krlvm>
636636

637637
This program is free software: you can redistribute it and/or modify
638638
it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
PowerTunnel-Android Copyright (C) 2019-2021 krlvm <https://github.com/krlvm>
655+
PowerTunnel-Android Copyright (C) 2019-2022 krlvm <https://github.com/krlvm>
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
android:layout_width="match_parent"
119119
android:layout_height="wrap_content"
120120
android:gravity="center_horizontal"
121-
android:text="(c) krlvm, 2019-2021" />
121+
android:text="(c) krlvm, 2019-2022" />
122122

123123
</LinearLayout>
124124

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
android:layout_height="wrap_content"
142142
android:layout_marginTop="8dp"
143143
android:gravity="center_horizontal"
144-
android:text="(c) krlvm, 2019-2021" />
144+
android:text="(c) krlvm, 2019-2022" />
145145

146146
</LinearLayout>
147147

0 commit comments

Comments
 (0)