diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2021-12-13 09:28:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 09:28:47 +0100 |
commit | a36d3d7181e93fc8a89b00547d09db2ff927beed (patch) | |
tree | 5b20389ee1596f49cfd63c4e0c60427ad30a34ab /apps/user_ldap/lib/Migration/Version1120Date20210917155206.php | |
parent | c5c4747b1a94a76ef343537dfc152424b915ee6b (diff) | |
parent | 78a59c12fcaf89b0bfe395880bba5ce901736c5b (diff) | |
download | nextcloud-server-a36d3d7181e93fc8a89b00547d09db2ff927beed.tar.gz nextcloud-server-a36d3d7181e93fc8a89b00547d09db2ff927beed.zip |
Merge pull request #30170 from nextcloud/fix/user_ldap-version-bump
Bump user_ldap version
Diffstat (limited to 'apps/user_ldap/lib/Migration/Version1120Date20210917155206.php')
-rw-r--r-- | apps/user_ldap/lib/Migration/Version1120Date20210917155206.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/Migration/Version1120Date20210917155206.php b/apps/user_ldap/lib/Migration/Version1120Date20210917155206.php index 3ab069679ef..d2b440c4dfe 100644 --- a/apps/user_ldap/lib/Migration/Version1120Date20210917155206.php +++ b/apps/user_ldap/lib/Migration/Version1120Date20210917155206.php @@ -2,6 +2,28 @@ declare(strict_types=1); +/** + * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com> + * + * @author Arthur Schiwon <blizzz@arthur-schiwon.de> + * + * @license GNU AGPL version 3 or any later version + * + * 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 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 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/>. + * + */ + namespace OCA\User_LDAP\Migration; use Closure; |