diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-09-19 19:12:16 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-09-19 19:12:16 +0200 |
commit | a9ea99e93d0dc982b5daa3ed7974e5bd419dcd1b (patch) | |
tree | 3355620f4768d7c1513349c6b7508ec273fee03f /apps/files/command | |
parent | f58fefe5e2a33e18ee471a44ecb249acbbcb8074 (diff) | |
download | nextcloud-server-a9ea99e93d0dc982b5daa3ed7974e5bd419dcd1b.tar.gz nextcloud-server-a9ea99e93d0dc982b5daa3ed7974e5bd419dcd1b.zip |
Add copyright, remove starting blank line
Diffstat (limited to 'apps/files/command')
-rw-r--r-- | apps/files/command/scan.php | 7 |
1 files changed, 7 insertions, 0 deletions
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; |