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/bin/eina | |
parent | 44d151c4da7652124fd30f95bc3efd86c4c6710a (diff) |
eina, efl: add copyright notice.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/bin/eina')
-rw-r--r-- | src/bin/eina/eina_btlog.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/bin/eina/eina_btlog.c b/src/bin/eina/eina_btlog.c index 2b4d5303ab..3dbd40cbc6 100644 --- a/src/bin/eina/eina_btlog.c +++ b/src/bin/eina/eina_btlog.c | |||
@@ -1,3 +1,21 @@ | |||
1 | /* EINA - EFL data type library | ||
2 | * Copyright (C) 2015 Carsten Haitzler | ||
3 | * | ||
4 | * This library is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU Lesser General Public | ||
6 | * License as published by the Free Software Foundation; either | ||
7 | * version 2.1 of the License, or (at your option) any later version. | ||
8 | * | ||
9 | * This library is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
12 | * Lesser General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU Lesser General Public | ||
15 | * License along with this library; | ||
16 | * if not, see <http://www.gnu.org/licenses/>. | ||
17 | */ | ||
18 | |||
1 | #include <Eina.h> | 19 | #include <Eina.h> |
2 | #include <stdio.h> | 20 | #include <stdio.h> |
3 | #include <stdlib.h> | 21 | #include <stdlib.h> |