summaryrefslogtreecommitdiffstats
path: root/src/Core/UpdatableComponent.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/UpdatableComponent.php')
-rw-r--r--src/Core/UpdatableComponent.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Core/UpdatableComponent.php b/src/Core/UpdatableComponent.php
index b9c3a98..993a569 100644
--- a/src/Core/UpdatableComponent.php
+++ b/src/Core/UpdatableComponent.php
@@ -1,10 +1,13 @@
<?php
/**
-* Contains the UpdatableComponent interface.
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
* @copyright 2017 IP1 SMS
-* @package IP1\RESTClient\Core
+* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
+* @version 0.1.0-beta
+* @since File available since Release 0.1.0-beta
+* @link http://api.ip1sms.com/Help
+* @link https://github.com/iP1SMS/ip1-php-sdk
*/
namespace IP1\RESTClient\Core;