diff options
Diffstat (limited to 'apps/files/command/scan.php')
-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; |