diff options
Diffstat (limited to 'occ')
-rwxr-xr-x | occ | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ #!/usr/bin/env php <?php /** - * Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu> - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * SPDX-FileCopyrightText: 2014 ownCloud, Inc. + * SPDX-FileCopyrightText: 2014 Olivier Paroz + * SPDX-FileCopyrightText: 2013 Thomas Müller <thomas.mueller@tmit.eu> + * SPDX-License-Identifier: AGPL-3.0-only */ //$argv = $_SERVER['argv']; |