fix copyright headers
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
f6cd5200a2
commit
0d8d658b7e
4 changed files with 11 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue