diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2015-05-14 08:41:11 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-05-14 18:41:48 +0200 |
commit | a75155d8ba7133a5faeac42b8a293a263235c4d8 (patch) | |
tree | eaeaf59544f9009eacd9fa32d420b226b28ad4b8 /src/lib/eina/eina_debug.c | |
parent | 44d151c4da7652124fd30f95bc3efd86c4c6710a (diff) | |
download | efl-a75155d8ba7133a5faeac42b8a293a263235c4d8.tar.gz |
eina, efl: add copyright notice.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/eina/eina_debug.c')
-rw-r--r-- | src/lib/eina/eina_debug.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/eina/eina_debug.c b/src/lib/eina/eina_debug.c index 62a050b997..bd0e128cf5 100644 --- a/src/lib/eina/eina_debug.c +++ b/src/lib/eina/eina_debug.c @@ -1,3 +1,21 @@ +/* EINA - EFL data type library + * Copyright (C) 2015 Carsten Haitzler + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; + * if not, see <http://www.gnu.org/licenses/>. + */ + #include "eina_debug.h" #include "eina_types.h" |