summaryrefslogtreecommitdiffstats
path: root/lib/public/Group/Events/GroupDeletedEvent.php
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2019-12-20 14:19:22 +0100
committerGitHub <noreply@github.com>2019-12-20 14:19:22 +0100
commit35c2a9fe0a626bbc73e4cb3b6454c71507fb94be (patch)
treebbc6b048b24a4e02a28d973c1f51e312ff73f20b /lib/public/Group/Events/GroupDeletedEvent.php
parent40684a5423c31e09aa878ba35b3226779ea27d69 (diff)
parent1b46621cd31dabb48084c8e23f741de77e7007b4 (diff)
downloadnextcloud-server-35c2a9fe0a626bbc73e4cb3b6454c71507fb94be.tar.gz
nextcloud-server-35c2a9fe0a626bbc73e4cb3b6454c71507fb94be.zip
Merge pull request #18483 from nextcloud/fix/license-headers-18
Update license headers for 18
Diffstat (limited to 'lib/public/Group/Events/GroupDeletedEvent.php')
-rw-r--r--lib/public/Group/Events/GroupDeletedEvent.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/public/Group/Events/GroupDeletedEvent.php b/lib/public/Group/Events/GroupDeletedEvent.php
index 4d1dad1dd29..a4b921fc18b 100644
--- a/lib/public/Group/Events/GroupDeletedEvent.php
+++ b/lib/public/Group/Events/GroupDeletedEvent.php
@@ -5,7 +5,7 @@ declare(strict_types=1);
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -20,7 +20,8 @@ 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/>.
+ *
*/
namespace OCP\Group\Events;