Skip to content

Commit

Permalink
Copyright header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Mar 25, 2022
1 parent c13ecfa commit 8d834bc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Blueprints/PostFlaggedBlueprint.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of fof/subscribed.
*
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace FoF\Subscribed\Blueprints;

use Flarum\Flags\Flag;
Expand Down
9 changes: 9 additions & 0 deletions src/Jobs/SendNotificationWhenPostIsFlagged.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of fof/subscribed.
*
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace FoF\Subscribed\Jobs;

use Flarum\Flags\Flag;
Expand Down
9 changes: 9 additions & 0 deletions src/Listeners/PostWasFlagged.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of fof/subscribed.
*
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace FoF\Subscribed\Listeners;

use Flarum\Flags\Event\Created;
Expand Down

0 comments on commit 8d834bc

Please sign in to comment.