mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Removed copyrights
This commit is contained in:
parent
5b091f2307
commit
c74d64685b
2 changed files with 0 additions and 6 deletions
|
@ -2,9 +2,7 @@
|
|||
* Nextcloud Android client application
|
||||
*
|
||||
* @author Chris Narkiewicz
|
||||
* @author TSI-mc
|
||||
* Copyright (C) 2019 Chris Narkiewicz, EZ Aquarii
|
||||
* Copyright (C) 2022 TSI-mc
|
||||
*
|
||||
* 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
|
||||
|
@ -379,5 +377,4 @@ public interface AppPreferences {
|
|||
boolean isStoragePermissionRequested();
|
||||
|
||||
void setStoragePermissionRequested(boolean value);
|
||||
|
||||
}
|
||||
|
|
|
@ -3,10 +3,8 @@
|
|||
*
|
||||
* @author David A. Velasco
|
||||
* @author Chris Narkiewicz Chris Narkiewicz
|
||||
* @author TSI-mc
|
||||
* Copyright (C) 2016 ownCloud Inc.
|
||||
* 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
|
||||
* 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) {
|
||||
return (int) Math.min(count / 3d, 10);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue