diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-09-07 14:37:44 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-09-07 14:37:44 +0200 |
commit | 1f7f93a695be6c5491ba526dd25d5c57c850e73e (patch) | |
tree | 284f375c664f3a506f67ab352693f4e14c06d511 /apps/user_ldap/lib/Migration | |
parent | 3eb748fc39e24c57f2ba57ed4fd089dd746bdd61 (diff) | |
download | nextcloud-server-1f7f93a695be6c5491ba526dd25d5c57c850e73e.tar.gz nextcloud-server-1f7f93a695be6c5491ba526dd25d5c57c850e73e.zip |
Update license headers for Nextcloud 20 (again)
There are still lots of outdated headers, so time for another round of
updates.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/user_ldap/lib/Migration')
-rw-r--r-- | apps/user_ldap/lib/Migration/RemoveRefreshTime.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Migration/RemoveRefreshTime.php b/apps/user_ldap/lib/Migration/RemoveRefreshTime.php index b4b4e2c2628..8c8fec2253b 100644 --- a/apps/user_ldap/lib/Migration/RemoveRefreshTime.php +++ b/apps/user_ldap/lib/Migration/RemoveRefreshTime.php @@ -1,6 +1,7 @@ <?php declare(strict_types=1); + /** * @copyright Copyright (c) 2020 Arthur Schiwon <blizzz@arthur-schiwon.de> * @@ -19,7 +20,7 @@ declare(strict_types=1); * 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/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ |