From df6b839b2347531641864dbc408ab445169ffec6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 2 Jun 2017 14:45:34 +0200 Subject: Add author and copyright Signed-off-by: Joas Schilling --- core/Command/Db/Migrations/ExecuteCommand.php | 3 +++ core/Command/Db/Migrations/GenerateCommand.php | 3 +++ 2 files changed, 6 insertions(+) (limited to 'core/Command/Db') diff --git a/core/Command/Db/Migrations/ExecuteCommand.php b/core/Command/Db/Migrations/ExecuteCommand.php index 5eaecd06984..0f21bdf28eb 100644 --- a/core/Command/Db/Migrations/ExecuteCommand.php +++ b/core/Command/Db/Migrations/ExecuteCommand.php @@ -1,8 +1,11 @@ * @author Thomas Müller * + * @copyright Copyright (c) 2017 Joas Schilling * @copyright Copyright (c) 2017, ownCloud GmbH + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php index 894c0f4f3ed..8614be0a507 100644 --- a/core/Command/Db/Migrations/GenerateCommand.php +++ b/core/Command/Db/Migrations/GenerateCommand.php @@ -1,8 +1,11 @@ * @author Thomas Müller * + * @copyright Copyright (c) 2017 Joas Schilling * @copyright Copyright (c) 2017, ownCloud GmbH + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify -- cgit v1.2.3