diff options
Diffstat (limited to 'core/Migrations/Version15000Date20181029084625.php')
-rw-r--r-- | core/Migrations/Version15000Date20181029084625.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/core/Migrations/Version15000Date20181029084625.php b/core/Migrations/Version15000Date20181029084625.php index 20b4efb2b6b..0af1b4a6502 100644 --- a/core/Migrations/Version15000Date20181029084625.php +++ b/core/Migrations/Version15000Date20181029084625.php @@ -1,9 +1,12 @@ <?php + declare(strict_types=1); + /** * @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com) * - * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> + * @author Bjoern Schiessle <bjoern@schiessle.org> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license GNU AGPL version 3 or any later version * @@ -18,7 +21,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/>. * */ |