1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-10 09:26:15 +00:00

Add missing copyright

This commit is contained in:
Loïc Blot (@U-Exp) 2015-01-03 11:12:09 +01:00
parent 2e2998d5e2
commit a438a82681

View File

@ -1,4 +1,14 @@
<?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;
use \OCP\AppFramework\Db\Entity;