diff --git a/.idea/copyright/GPL_v3_or_later.xml b/.idea/copyright/GPL_v3_or_later.xml new file mode 100644 index 0000000..3083ee3 --- /dev/null +++ b/.idea/copyright/GPL_v3_or_later.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..8fb9929 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/app/src/main/java/be/bitscuit/mike/MainActivity.java b/app/src/main/java/be/bitscuit/mike/MainActivity.java index e9c89d8..3982696 100644 --- a/app/src/main/java/be/bitscuit/mike/MainActivity.java +++ b/app/src/main/java/be/bitscuit/mike/MainActivity.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2021 Thomas Van Acker + * + * This program is free software: you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) any later + * version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see . + */ + package be.bitscuit.mike; import androidx.appcompat.app.AppCompatActivity; diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index d0ec256..e1243aa 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -85,7 +85,7 @@ android:layout_marginEnd="8dp" android:layout_marginRight="8dp" android:layout_marginBottom="8dp" - android:text="Made with ❤ by Thomas Van Acker in 2020" + android:text="Made by Thomas Van Acker" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" />