diff --git a/apps/files/command/scan.php b/apps/files/command/scan.php
index c5631d195614906f55798815293aeeed2801cc48..25ab70af3629a7d50940c589f1b6cd41c52dd62b 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 b8dd5e08790d7b8ba6e30876b9a53b04b4f3062e..25b8b312539309e2c4ff8b4dcdb29d98602e7470 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 2bd89919dd5fe012b29b316d64a24d75d8959550..ea9825b0f619fbf4006335fa68e5867dd348a604 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;