]> source.dussan.org Git - nextcloud-server.git/commitdiff
Nextcloud license header for new files 519/head
authorroot <roger.szabo@web.de>
Thu, 28 Jul 2016 07:13:00 +0000 (15:13 +0800)
committerroot <roger.szabo@web.de>
Thu, 28 Jul 2016 07:13:00 +0000 (15:13 +0800)
apps/user_ldap/appinfo/update.php
apps/user_ldap/lib/IUserLDAP.php
apps/user_ldap/lib/LDAPProvider.php
apps/user_ldap/lib/LDAPProviderFactory.php
apps/user_ldap/tests/LDAPProviderTest.php
lib/public/LDAP/IDeletionFlagSupport.php
lib/public/LDAP/ILDAPProvider.php
lib/public/LDAP/ILDAPProviderFactory.php

index b1bbbaec142de7acfd3c85d567b95a50fa066e2f..3c9745338e6cbcbf7549a1a78f50c3bf10c26516 100644 (file)
@@ -1,21 +1,24 @@
 <?php
 /**
- * @author Roger Szabo <roger.szabo@web.de>
  *
- * @license AGPL-3.0
+ * @copyright Copyright (c) 2016, Roger Szabo (roger.szabo@web.de)
  *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
+ * @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
+ * 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, version 3,
- * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ * 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/>.
  *
  */
+
 $helper = new \OCA\User_LDAP\Helper();
 $helper->setLDAPProvider();
index 2151795b64798284825df0c30648773917d7cf8b..cb7d0138892f04a6785ca2421e261a0b018f5182 100644 (file)
@@ -1,20 +1,22 @@
 <?php
 /**
- * @author Roger Szabo <roger.szabo@web.de>
  *
- * @license AGPL-3.0
+ * @copyright Copyright (c) 2016, Roger Szabo (roger.szabo@web.de)
  *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
+ * @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
+ * 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, version 3,
- * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ * 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/>.
  *
  */
 
index c4bb29452c2562d7083a8794eb3c5d9be4323ee9..5bd6a0fd08cc27784bce52bf4632eaf7749abfb6 100644 (file)
@@ -1,20 +1,22 @@
 <?php
 /**
- * @author Roger Szabo <roger.szabo@web.de>
  *
- * @license AGPL-3.0
+ * @copyright Copyright (c) 2016, Roger Szabo (roger.szabo@web.de)
  *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
+ * @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
+ * 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, version 3,
- * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ * 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/>.
  *
  */
 
index c956f9d957afe508cd6a701f15da5a74d4446678..528af0010379c20e36f43c48448e44c95678801d 100644 (file)
@@ -1,22 +1,25 @@
 <?php
 /**
- * @author Roger Szabo <roger.szabo@web.de>
  *
- * @license AGPL-3.0
+ * @copyright Copyright (c) 2016, Roger Szabo (roger.szabo@web.de)
  *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
+ * @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
+ * 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, version 3,
- * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ * 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;
 
 use OCP\LDAP\ILDAPProviderFactory;
index 97434897ce4152852baa25431f2f8fbe0b5afdc6..22dfb61e5fb9648ed0dad1419253c72ca9929422 100644 (file)
@@ -1,20 +1,22 @@
 <?php
 /**
- * @author Roger Szabo <roger.szabo@web.de>
  *
- * @license AGPL-3.0
+ * @copyright Copyright (c) 2016, Roger Szabo (roger.szabo@web.de)
  *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
+ * @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
+ * 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, version 3,
- * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ * 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/>.
  *
  */
 
index 60ec82f662da8af84a57ad86ff3217e23251b7c7..5f7d39091957540aa97be7e7224e4f9cc8f1c12b 100644 (file)
@@ -1,20 +1,22 @@
 <?php
 /**
- * @author Roger Szabo <roger.szabo@web.de>
  *
- * @license AGPL-3.0
+ * @copyright Copyright (c) 2016, Roger Szabo (roger.szabo@web.de)
  *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
+ * @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
+ * 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, version 3,
- * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ * 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/>.
  *
  */
 
index 576032cfaafeb27404c0350227bd70947ad8b932..473afb138853d4a45f839a20c054021d274e3daa 100644 (file)
@@ -1,20 +1,22 @@
 <?php
 /**
- * @author Roger Szabo <roger.szabo@web.de>
  *
- * @license AGPL-3.0
+ * @copyright Copyright (c) 2016, Roger Szabo (roger.szabo@web.de)
  *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
+ * @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
+ * 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, version 3,
- * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ * 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/>.
  *
  */
 
index 6204f73b072314c29e2b96b7cb9bd3a59018eae2..99e7b8d27ea877aaa867736d32afc68c38c5510e 100644 (file)
@@ -1,22 +1,25 @@
 <?php
 /**
- * @author Roger Szabo <roger.szabo@web.de>
  *
- * @license AGPL-3.0
+ * @copyright Copyright (c) 2016, Roger Szabo (roger.szabo@web.de)
  *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
+ * @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
+ * 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, version 3,
- * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ * 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 OCP\LDAP;
 
 use OCP\IServerContainer;