Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit e8481e2

Browse files
Update licence
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent f301e81 commit e8481e2

File tree

13 files changed

+12
-23
lines changed

13 files changed

+12
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can report a bug or request a feature by [opening an issue](https://github.c
6363

6464
## License
6565

66-
Copyright (C) 2020-2021 sunilpaulmathew <sunil.kde@gmail.com>
66+
Copyright (C) 2021-2022 sunilpaulmathew <sunil.kde@gmail.com>
6767

6868
Script Manager is a free softwares: you can redistribute it and/or
6969
modify it under the terms of the GNU General Public License as published

app/src/fdroid/java/com/smartpack/scriptmanager/utils/Billing.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2021 sunilpaulmathew <sunil.kde@gmail.com>
2+
* Copyright (C) 2021-2022 sunilpaulmathew <sunil.kde@gmail.com>
33
*
44
* This file is part of Script Manager, an app to create, import, edit
55
* and easily execute any properly formatted shell scripts.
@@ -13,7 +13,6 @@
1313
/*
1414
* Created by sunilpaulmathew <sunil.kde@gmail.com> on January 17, 2021
1515
*/
16-
1716
public class Billing {
1817

1918
public static void showDonateOption(Activity activity) {

app/src/main/java/com/smartpack/scriptmanager/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2021 sunilpaulmathew <sunil.kde@gmail.com>
2+
* Copyright (C) 2021-2022 sunilpaulmathew <sunil.kde@gmail.com>
33
*
44
* This file is part of Script Manager, an app to create, import, edit
55
* and easily execute any properly formatted shell scripts.

app/src/main/java/com/smartpack/scriptmanager/activities/AboutActivity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2021 sunilpaulmathew <sunil.kde@gmail.com>
2+
* Copyright (C) 2021-2022 sunilpaulmathew <sunil.kde@gmail.com>
33
*
44
* This file is part of Script Manager, an app to create, import, edit
55
* and easily execute any properly formatted shell scripts.
@@ -28,7 +28,6 @@
2828
/*
2929
* Created by sunilpaulmathew <sunil.kde@gmail.com> on October 05, 2020
3030
*/
31-
3231
public class AboutActivity extends AppCompatActivity {
3332

3433
@SuppressLint("SetTextI18n")

app/src/main/java/com/smartpack/scriptmanager/activities/ApplyScriptActivity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2021 sunilpaulmathew <sunil.kde@gmail.com>
2+
* Copyright (C) 2021-2022 sunilpaulmathew <sunil.kde@gmail.com>
33
*
44
* This file is part of Script Manager, an app to create, import, edit
55
* and easily execute any properly formatted shell scripts.
@@ -27,7 +27,6 @@
2727
/*
2828
* Created by sunilpaulmathew <sunil.kde@gmail.com> on April 26, 2020
2929
*/
30-
3130
public class ApplyScriptActivity extends AppCompatActivity {
3231

3332
private MaterialTextView mScriptTitle, mOutput;

app/src/main/java/com/smartpack/scriptmanager/activities/CreateScriptActivity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2021 sunilpaulmathew <sunil.kde@gmail.com>
2+
* Copyright (C) 2021-2022 sunilpaulmathew <sunil.kde@gmail.com>
33
*
44
* This file is part of Script Manager, an app to create, import, edit
55
* and easily execute any properly formatted shell scripts.
@@ -32,7 +32,6 @@
3232
/*
3333
* Created by sunilpaulmathew <sunil.kde@gmail.com> on January 12, 2020
3434
*/
35-
3635
public class CreateScriptActivity extends AppCompatActivity {
3736

3837
private AppCompatEditText mEditText;

app/src/main/java/com/smartpack/scriptmanager/activities/FilePickerActivity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2021 sunilpaulmathew <sunil.kde@gmail.com>
2+
* Copyright (C) 2021-2022 sunilpaulmathew <sunil.kde@gmail.com>
33
*
44
* This file is part of Script Manager, an app to create, import, edit
55
* and easily execute any properly formatted shell scripts.
@@ -44,7 +44,6 @@
4444
/*
4545
* Created by sunilpaulmathew <sunil.kde@gmail.com> on December 02, 2020
4646
*/
47-
4847
public class FilePickerActivity extends AppCompatActivity {
4948

5049
private AppCompatImageButton mPathIcon;

app/src/main/java/com/smartpack/scriptmanager/activities/LicenceActivity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2021 sunilpaulmathew <sunil.kde@gmail.com>
2+
* Copyright (C) 2021-2022 sunilpaulmathew <sunil.kde@gmail.com>
33
*
44
* This file is part of Script Manager, an app to create, import, edit
55
* and easily execute any properly formatted shell scripts.
@@ -26,7 +26,6 @@
2626
/*
2727
* Created by sunilpaulmathew <sunil.kde@gmail.com> on January 01, 2021
2828
*/
29-
3029
public class LicenceActivity extends AppCompatActivity {
3130

3231
@Override

app/src/main/java/com/smartpack/scriptmanager/adapters/RecycleViewAdapter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2021 sunilpaulmathew <sunil.kde@gmail.com>
2+
* Copyright (C) 2021-2022 sunilpaulmathew <sunil.kde@gmail.com>
33
*
44
* This file is part of Script Manager, an app to create, import, edit
55
* and easily execute any properly formatted shell scripts.
@@ -30,7 +30,6 @@
3030
/*
3131
* Created by sunilpaulmathew <sunil.kde@gmail.com> on October 05, 2020
3232
*/
33-
3433
public class RecycleViewAdapter extends RecyclerView.Adapter<RecycleViewAdapter.ViewHolder> {
3534

3635
private List<String> data;

app/src/main/java/com/smartpack/scriptmanager/utils/Scripts.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2021 sunilpaulmathew <sunil.kde@gmail.com>
2+
* Copyright (C) 2021-2022 sunilpaulmathew <sunil.kde@gmail.com>
33
*
44
* This file is part of Script Manager, an app to create, import, edit
55
* and easily execute any properly formatted shell scripts.
@@ -35,7 +35,6 @@
3535
/*
3636
* Created by sunilpaulmathew <sunil.kde@gmail.com> on January 12, 2020
3737
*/
38-
3938
public class Scripts {
4039

4140
private static AsyncTask<Void, Void, Void> mLoader;

0 commit comments

Comments
 (0)