From 14ecd325e1ffa114025107ecfa5f0f5ce20d4829 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Wed, 24 Feb 2016 22:25:09 +0900 Subject: [PATCH] Add two missing copyright headers --- .../2015_12_05_042721_change_access_tokens_columns.php | 9 +++++++++ ...12_17_194247_change_settings_value_column_to_text.php | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/framework/core/migrations/2015_12_05_042721_change_access_tokens_columns.php b/framework/core/migrations/2015_12_05_042721_change_access_tokens_columns.php index e3f489320..3e3b2c96b 100644 --- a/framework/core/migrations/2015_12_05_042721_change_access_tokens_columns.php +++ b/framework/core/migrations/2015_12_05_042721_change_access_tokens_columns.php @@ -1,4 +1,13 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Schema\Builder; diff --git a/framework/core/migrations/2015_12_17_194247_change_settings_value_column_to_text.php b/framework/core/migrations/2015_12_17_194247_change_settings_value_column_to_text.php index 402e43bca..5e0edff4f 100644 --- a/framework/core/migrations/2015_12_17_194247_change_settings_value_column_to_text.php +++ b/framework/core/migrations/2015_12_17_194247_change_settings_value_column_to_text.php @@ -1,4 +1,13 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Schema\Builder;