From a438a826816e844d33031d698185dbe4f686b5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot=20=28=40U-Exp=29?= Date: Sat, 3 Jan 2015 11:12:09 +0100 Subject: [PATCH] Add missing copyright --- db/sms.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/db/sms.php b/db/sms.php index 000de01..88b4d30 100644 --- a/db/sms.php +++ b/db/sms.php @@ -1,4 +1,14 @@ + * @copyright Loic Blot 2014-2015 + */ + namespace OCA\OcSms\Db; use \OCP\AppFramework\Db\Entity;