cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a75155d8ba7133a5faeac42b8a293a263235c4d8

commit a75155d8ba7133a5faeac42b8a293a263235c4d8
Author: Vincent Torri <vincent.to...@gmail.com>
Date:   Thu May 14 08:41:11 2015 +0200

    eina, efl: add copyright notice.
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/bin/efl/efl_debug.c           | 18 ++++++++++++++++++
 src/bin/efl/efl_debug_common.c    | 18 ++++++++++++++++++
 src/bin/efl/efl_debug_common.h    | 18 ++++++++++++++++++
 src/bin/efl/efl_debugd.c          | 18 ++++++++++++++++++
 src/bin/eina/eina_btlog.c         | 18 ++++++++++++++++++
 src/lib/eina/eina_debug.c         | 18 ++++++++++++++++++
 src/lib/eina/eina_debug.h         | 18 ++++++++++++++++++
 src/lib/eina/eina_debug_bt.c      | 18 ++++++++++++++++++
 src/lib/eina/eina_debug_bt_file.c | 18 ++++++++++++++++++
 src/lib/eina/eina_debug_chunk.c   | 18 ++++++++++++++++++
 src/lib/eina/eina_debug_monitor.c | 18 ++++++++++++++++++
 src/lib/eina/eina_debug_proto.c   | 18 ++++++++++++++++++
 src/lib/eina/eina_debug_thread.c  | 18 ++++++++++++++++++
 src/lib/eina/eina_evlog.c         | 18 ++++++++++++++++++
 src/lib/eina/eina_evlog.h         | 18 ++++++++++++++++++
 15 files changed, 270 insertions(+)

diff --git a/src/bin/efl/efl_debug.c b/src/bin/efl/efl_debug.c
index 6a65178..3af1ea5 100644
--- a/src/bin/efl/efl_debug.c
+++ b/src/bin/efl/efl_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 "efl_debug_common.h"
 
 static unsigned char *buf;
diff --git a/src/bin/efl/efl_debug_common.c b/src/bin/efl/efl_debug_common.c
index 82587d2..1ef2967 100644
--- a/src/bin/efl/efl_debug_common.c
+++ b/src/bin/efl/efl_debug_common.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 "efl_debug_common.h"
 
 void
diff --git a/src/bin/efl/efl_debug_common.h b/src/bin/efl/efl_debug_common.h
index 46f859c..dc6190e 100644
--- a/src/bin/efl/efl_debug_common.h
+++ b/src/bin/efl/efl_debug_common.h
@@ -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/>.
+ */
+
 #ifndef EFL_DEBUG_COMMON_H
 #define EFL_DEBUG_COMMON_H 1
 
diff --git a/src/bin/efl/efl_debugd.c b/src/bin/efl/efl_debugd.c
index c1c00b1..a46d423 100644
--- a/src/bin/efl/efl_debugd.c
+++ b/src/bin/efl/efl_debugd.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 "efl_debug_common.h"
 
 typedef struct _Client Client;
diff --git a/src/bin/eina/eina_btlog.c b/src/bin/eina/eina_btlog.c
index 2b4d530..3dbd40c 100644
--- a/src/bin/eina/eina_btlog.c
+++ b/src/bin/eina/eina_btlog.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.h>
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/src/lib/eina/eina_debug.c b/src/lib/eina/eina_debug.c
index 62a050b..bd0e128 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"
 
diff --git a/src/lib/eina/eina_debug.h b/src/lib/eina/eina_debug.h
index c3f82e1..80de2f8 100644
--- a/src/lib/eina/eina_debug.h
+++ b/src/lib/eina/eina_debug.h
@@ -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/>.
+ */
+
 #ifndef EINA_DEBUG_H_
 # define EINA_DEBUG_H_
 
diff --git a/src/lib/eina/eina_debug_bt.c b/src/lib/eina/eina_debug_bt.c
index 7f1beb1..d9f80f1 100644
--- a/src/lib/eina/eina_debug_bt.c
+++ b/src/lib/eina/eina_debug_bt.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"
 
 #ifdef EINA_HAVE_DEBUG
diff --git a/src/lib/eina/eina_debug_bt_file.c 
b/src/lib/eina/eina_debug_bt_file.c
index 9ed5a7c..59c87d8 100644
--- a/src/lib/eina/eina_debug_bt_file.c
+++ b/src/lib/eina/eina_debug_bt_file.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"
 
 #ifdef EINA_HAVE_DEBUG
diff --git a/src/lib/eina/eina_debug_chunk.c b/src/lib/eina/eina_debug_chunk.c
index 3351ce1..de98746 100644
--- a/src/lib/eina/eina_debug_chunk.c
+++ b/src/lib/eina/eina_debug_chunk.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"
 
 #ifdef EINA_HAVE_DEBUG
diff --git a/src/lib/eina/eina_debug_monitor.c 
b/src/lib/eina/eina_debug_monitor.c
index 16738ab..2c6c2a6 100644
--- a/src/lib/eina/eina_debug_monitor.c
+++ b/src/lib/eina/eina_debug_monitor.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"
 #include "eina_evlog.h"
diff --git a/src/lib/eina/eina_debug_proto.c b/src/lib/eina/eina_debug_proto.c
index a8bac38..8ac8874 100644
--- a/src/lib/eina/eina_debug_proto.c
+++ b/src/lib/eina/eina_debug_proto.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"
 
 #ifdef EINA_HAVE_DEBUG
diff --git a/src/lib/eina/eina_debug_thread.c b/src/lib/eina/eina_debug_thread.c
index e3c8d7a..8e76237 100644
--- a/src/lib/eina/eina_debug_thread.c
+++ b/src/lib/eina/eina_debug_thread.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"
 
 #ifdef EINA_HAVE_DEBUG
diff --git a/src/lib/eina/eina_evlog.c b/src/lib/eina/eina_evlog.c
index 760c3b4..75a377c 100644
--- a/src/lib/eina/eina_evlog.c
+++ b/src/lib/eina/eina_evlog.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/>.
+ */
+
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
diff --git a/src/lib/eina/eina_evlog.h b/src/lib/eina/eina_evlog.h
index 51e2b02..1932190 100644
--- a/src/lib/eina/eina_evlog.h
+++ b/src/lib/eina/eina_evlog.h
@@ -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/>.
+ */
+
 #ifndef EINA_EVLOG_H_
 #define EINA_EVLOG_H_
 

-- 


Reply via email to