Removed copyrights

This commit is contained in:
Kumar 2022-05-03 15:25:50 +05:30 committed by A117870935
parent 5b091f2307
commit c74d64685b
2 changed files with 0 additions and 6 deletions

View file

@ -2,9 +2,7 @@
* Nextcloud Android client application * Nextcloud Android client application
* *
* @author Chris Narkiewicz * @author Chris Narkiewicz
* @author TSI-mc
* Copyright (C) 2019 Chris Narkiewicz, EZ Aquarii * Copyright (C) 2019 Chris Narkiewicz, EZ Aquarii
* Copyright (C) 2022 TSI-mc
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -379,5 +377,4 @@ public interface AppPreferences {
boolean isStoragePermissionRequested(); boolean isStoragePermissionRequested();
void setStoragePermissionRequested(boolean value); void setStoragePermissionRequested(boolean value);
} }

View file

@ -3,10 +3,8 @@
* *
* @author David A. Velasco * @author David A. Velasco
* @author Chris Narkiewicz Chris Narkiewicz * @author Chris Narkiewicz Chris Narkiewicz
* @author TSI-mc
* Copyright (C) 2016 ownCloud Inc. * Copyright (C) 2016 ownCloud Inc.
* Copyright (C) 2019 Chris Narkiewicz <hello@ezaquarii.com> * Copyright (C) 2019 Chris Narkiewicz <hello@ezaquarii.com>
* Copyright (C) 2022 TSI-mc
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2, * it under the terms of the GNU General Public License version 2,
@ -714,5 +712,4 @@ public final class AppPreferencesImpl implements AppPreferences {
public int computeBruteForceDelay(int count) { public int computeBruteForceDelay(int count) {
return (int) Math.min(count / 3d, 10); return (int) Math.min(count / 3d, 10);
} }
} }