mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-11 09:56:19 +00:00
Add missing copyright
This commit is contained in:
parent
2e2998d5e2
commit
a438a82681
10
db/sms.php
10
db/sms.php
@ -1,4 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* ownCloud - ocsms
|
||||||
|
*
|
||||||
|
* This file is licensed under the Affero General Public License version 3 or
|
||||||
|
* later. See the COPYING file.
|
||||||
|
*
|
||||||
|
* @author Loic Blot <loic.blot@unix-experience.fr>
|
||||||
|
* @copyright Loic Blot 2014-2015
|
||||||
|
*/
|
||||||
|
|
||||||
namespace OCA\OcSms\Db;
|
namespace OCA\OcSms\Db;
|
||||||
|
|
||||||
use \OCP\AppFramework\Db\Entity;
|
use \OCP\AppFramework\Db\Entity;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user