From c3599fe4e539c90cc25c86224b09321e0389543a Mon Sep 17 00:00:00 2001 From: Charlie K Date: Sun, 4 Aug 2019 15:52:06 -0700 Subject: [PATCH] Copyright --- js/admin.js | 2 +- js/forum.js | 2 +- migrations/2019_08_02_171300_create_drafts_table.php | 2 +- migrations/2019_08_02_172100_add_drafts_foreign_keys.php | 2 +- migrations/2019_08_03_171600_add_default_permissions.php | 2 +- migrations/2019_08_04_151000_change_content_to_medium_text.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/js/admin.js b/js/admin.js index 836aae1..7a0fa16 100644 --- a/js/admin.js +++ b/js/admin.js @@ -1,6 +1,6 @@ /* * - * This file is part of fof/username-request. + * This file is part of fof/drafts. * * Copyright (c) 2019 FriendsOfFlarum.. * diff --git a/js/forum.js b/js/forum.js index 17a302d..cbf030e 100644 --- a/js/forum.js +++ b/js/forum.js @@ -1,6 +1,6 @@ /* * - * This file is part of fof/username-request. + * This file is part of fof/drafts. * * Copyright (c) 2019 FriendsOfFlarum.. * diff --git a/migrations/2019_08_02_171300_create_drafts_table.php b/migrations/2019_08_02_171300_create_drafts_table.php index 4786e08..231dd9f 100644 --- a/migrations/2019_08_02_171300_create_drafts_table.php +++ b/migrations/2019_08_02_171300_create_drafts_table.php @@ -1,7 +1,7 @@