Add copyright, remove starting blank line

remotes/origin/stable6
Bart Visscher 11 years ago
parent f58fefe5e2
commit a9ea99e93d
  1. 7
      apps/files/command/scan.php
  2. 1
      console.php
  3. 6
      core/command/status.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;

@ -1,4 +1,3 @@
<?php
/**
* Copyright (c) 2013 Bart Visscher <bartv@thisnet.nl>

@ -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;

Loading…
Cancel
Save