From a9ea99e93d0dc982b5daa3ed7974e5bd419dcd1b Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Thu, 19 Sep 2013 19:12:16 +0200
Subject: [PATCH] Add copyright, remove starting blank line

---
 apps/files/command/scan.php | 7 +++++++
 console.php                 | 1 -
 core/command/status.php     | 6 ++++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/apps/files/command/scan.php b/apps/files/command/scan.php
index c5631d19561..25ab70af362 100644
--- a/apps/files/command/scan.php
+++ b/apps/files/command/scan.php
@@ -1,4 +1,11 @@
 <?php
+/**
+ * Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>
+ * Copyright (c) 2013 Bart Visscher <bartv@thisnet.nl>
+ * This file is licensed under the Affero General Public License version 3 or
+ * later.
+ * See the COPYING-README file.
+ */
 
 namespace OCA\Files\Command;
 
diff --git a/console.php b/console.php
index b8dd5e08790..25b8b312539 100644
--- a/console.php
+++ b/console.php
@@ -1,4 +1,3 @@
-
 <?php
 /**
  * Copyright (c) 2013 Bart Visscher <bartv@thisnet.nl>
diff --git a/core/command/status.php b/core/command/status.php
index 2bd89919dd5..ea9825b0f61 100644
--- a/core/command/status.php
+++ b/core/command/status.php
@@ -1,4 +1,10 @@
 <?php
+/**
+ * Copyright (c) 2013 Bart Visscher <bartv@thisnet.nl>
+ * This file is licensed under the Affero General Public License version 3 or
+ * later.
+ * See the COPYING-README file.
+ */
 
 namespace OC\Core\Command;
 
-- 
GitLab