diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/command/status.php | 6 |
1 files changed, 6 insertions, 0 deletions
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; |