Added copyright notice to source code

This commit is contained in:
bitscuit 2021-03-06 15:49:00 +01:00
parent 9697c9bf69
commit a196c64486
4 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<component name="CopyrightManager">
<copyright>
<option name="notice" value="Copyright (C) 2021 Thomas Van Acker&#10;&#10;This program is free software: you can redistribute it and/or modify it under&#10;the terms of the GNU General Public License as published by the Free Software&#10;Foundation, either version 3 of the License, or (at your option) any later&#10;version.&#10;&#10;This program is distributed in the hope that it will be useful, but WITHOUT&#10;ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS&#10;FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.&#10;&#10;You should have received a copy of the GNU General Public License along with&#10;this program. If not, see &lt;https://www.gnu.org/licenses/&gt;." />
<option name="myName" value="GPL v3 or later" />
</copyright>
</component>

View File

@ -0,0 +1,3 @@
<component name="CopyrightManager">
<settings default="GPL v3 or later" />
</component>

View File

@ -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 <https://www.gnu.org/licenses/>.
*/
package be.bitscuit.mike;
import androidx.appcompat.app.AppCompatActivity;

View File

@ -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" />