Skip to content

Commit 46de7df

Browse files
author
Delta
committed
More fixes to copyright
1 parent de82049 commit 46de7df

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

android/BOINC/app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
22
This file is part of BOINC.
33
http://boinc.berkeley.edu
4-
Copyright (C) 2021 University of California
4+
Copyright (C) 2022 University of California
5+
56
BOINC is free software; you can redistribute it and/or modify it
67
under the terms of the GNU Lesser General Public License
78
as published by the Free Software Foundation,
89
either version 3 of the License, or (at your option) any later version.
10+
911
BOINC is distributed in the hope that it will be useful,
1012
but WITHOUT ANY WARRANTY; without even the implied warranty of
1113
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1214
See the GNU Lesser General Public License for more details.
15+
1316
You should have received a copy of the GNU Lesser General Public License
1417
along with BOINC. If not, see <http://www.gnu.org/licenses/>.
1518
-->

android/BOINC/app/src/main/java/edu/berkeley/boinc/attach/AboutActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of BOINC.
33
* http://boinc.berkeley.edu
4-
* Copyright (C) 2021 University of California
4+
* Copyright (C) 2022 University of California
55
*
66
* BOINC is free software; you can redistribute it and/or modify it
77
* under the terms of the GNU Lesser General Public License

android/BOINC/app/src/main/res/layout/activity_about.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
22
This file is part of BOINC.
33
http://boinc.berkeley.edu
4-
Copyright (C) 2021 University of California
4+
Copyright (C) 2022 University of California
55
66
BOINC is free software; you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License

0 commit comments

Comments
 (0)