Explorar o código

Update copyrights

Mario Danic %!s(int64=8) %!d(string=hai) anos
pai
achega
07981f0054

+ 1 - 1
src/com/owncloud/android/services/FileAlterationMagicListener.java

@@ -13,7 +13,7 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Affero General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */

+ 4 - 3
src/com/owncloud/android/services/observer/SyncedFolderObserverService.java

@@ -1,9 +1,11 @@
 /**
  * Nextcloud Android client application
  *
+ * @author Tobias Kaminsky
+ * @author Andy Scherzinger
  * @author Mario Danic
- * At least some parts are Copyright (C) 2017 Mario Danic
- * Those parts are under the following licence:
+ * Copyright (C) 2016 Tobias Kaminsky, Andy Scherzinger
+ * Copyright (C) 2017 Mario Danic
  * <p>
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
@@ -18,7 +20,6 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-
 package com.owncloud.android.services.observer;
 
 import android.app.Service;