fix copyright headers

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2017-02-09 13:32:36 +01:00
parent f6cd5200a2
commit 0d8d658b7e
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
4 changed files with 11 additions and 3 deletions

View File

@ -2,6 +2,8 @@
/**
* @copyright Copyright (c) 2017, Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
@ -71,4 +73,4 @@ class CloudId implements ICloudId {
public function getRemote() {
return $this->remote;
}
}
}

View File

@ -2,6 +2,8 @@
/**
* @copyright Copyright (c) 2017, Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.

View File

@ -2,6 +2,8 @@
/**
* @copyright Copyright (c) 2017, Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
@ -55,4 +57,4 @@ interface ICloudId {
* @since 12.0.0
*/
public function getRemote();
}
}

View File

@ -2,6 +2,8 @@
/**
* @copyright Copyright (c) 2017, Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
@ -52,4 +54,4 @@ interface ICloudIdManager {
* @since 12.0.0
*/
public function isValidCloudId($cloudId);
}
}