diff --git a/.idea/misc.xml b/.idea/misc.xml index 37a7509..d5d35ec 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/app/src/main/java/be/bitscuit/gpslogger/LocationEvent.java b/app/src/main/java/be/bitscuit/gpslogger/LocationEvent.java index 1a9b97c..c7f13a4 100644 --- a/app/src/main/java/be/bitscuit/gpslogger/LocationEvent.java +++ b/app/src/main/java/be/bitscuit/gpslogger/LocationEvent.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.gpslogger; public class LocationEvent { diff --git a/app/src/main/java/be/bitscuit/gpslogger/LocationEventListener.java b/app/src/main/java/be/bitscuit/gpslogger/LocationEventListener.java index 52e77f7..ecc9a8c 100644 --- a/app/src/main/java/be/bitscuit/gpslogger/LocationEventListener.java +++ b/app/src/main/java/be/bitscuit/gpslogger/LocationEventListener.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.gpslogger; public interface LocationEventListener { diff --git a/app/src/main/java/be/bitscuit/gpslogger/LoggerService.java b/app/src/main/java/be/bitscuit/gpslogger/LoggerService.java index a1136b0..a8b02cb 100644 --- a/app/src/main/java/be/bitscuit/gpslogger/LoggerService.java +++ b/app/src/main/java/be/bitscuit/gpslogger/LoggerService.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.gpslogger; import android.app.Notification; diff --git a/app/src/main/java/be/bitscuit/gpslogger/MainActivity.java b/app/src/main/java/be/bitscuit/gpslogger/MainActivity.java index a7da15c..72f8d65 100644 --- a/app/src/main/java/be/bitscuit/gpslogger/MainActivity.java +++ b/app/src/main/java/be/bitscuit/gpslogger/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.gpslogger; import androidx.annotation.NonNull; diff --git a/app/src/main/java/be/bitscuit/gpslogger/Util.java b/app/src/main/java/be/bitscuit/gpslogger/Util.java index 6fe9c29..ff6eb61 100644 --- a/app/src/main/java/be/bitscuit/gpslogger/Util.java +++ b/app/src/main/java/be/bitscuit/gpslogger/Util.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.gpslogger; import java.text.SimpleDateFormat;