[tracker-miner-chatlog] Add missing licences
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miner-chatlog] Add missing licences
- Date: Thu, 3 Dec 2015 11:30:08 +0000 (UTC)
commit 22f55938fb123e75f7bb261a19072057cd0252c7
Author: Carlos Garnacho <carlosg gnome org>
Date: Thu Dec 3 12:29:13 2015 +0100
Add missing licences
src/client-factory.c | 21 +++++++++++++++++++++
src/client-factory.h | 21 +++++++++++++++++++++
src/contact.c | 21 +++++++++++++++++++++
src/contact.h | 21 +++++++++++++++++++++
src/conversation.c | 21 +++++++++++++++++++++
src/conversation.h | 21 +++++++++++++++++++++
src/entity-pool.c | 21 +++++++++++++++++++++
src/entity-pool.h | 21 +++++++++++++++++++++
src/entity.c | 21 +++++++++++++++++++++
src/entity.h | 21 +++++++++++++++++++++
src/helpers.c | 21 +++++++++++++++++++++
src/helpers.h | 21 +++++++++++++++++++++
src/main.c | 21 +++++++++++++++++++++
src/miner.c | 21 +++++++++++++++++++++
src/miner.h | 21 +++++++++++++++++++++
src/observer.c | 21 +++++++++++++++++++++
src/observer.h | 21 +++++++++++++++++++++
src/room.c | 21 +++++++++++++++++++++
src/room.h | 21 +++++++++++++++++++++
src/text-channel.c | 21 +++++++++++++++++++++
src/text-channel.h | 21 +++++++++++++++++++++
src/text-event.c | 21 +++++++++++++++++++++
src/text-event.h | 21 +++++++++++++++++++++
23 files changed, 483 insertions(+), 0 deletions(-)
---
diff --git a/src/client-factory.c b/src/client-factory.c
index 24dd67f..74bc6d8 100644
--- a/src/client-factory.c
+++ b/src/client-factory.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * 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, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include "client-factory.h"
#include "text-channel.h"
diff --git a/src/client-factory.h b/src/client-factory.h
index 42878f4..a7459f5 100644
--- a/src/client-factory.h
+++ b/src/client-factory.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#ifndef __TMC_CLIENT_FACTORY_H__
#define __TMC_CLIENT_FACTORY_H__
diff --git a/src/contact.c b/src/contact.c
index 7dea249..679d98e 100644
--- a/src/contact.c
+++ b/src/contact.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include "contact.h"
typedef struct _TmcContact TmcContact;
diff --git a/src/contact.h b/src/contact.h
index 7d48dab..fe0bb04 100644
--- a/src/contact.h
+++ b/src/contact.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#ifndef __TMC_CONTACT_H__
#define __TMC_CONTACT_H__
diff --git a/src/conversation.c b/src/conversation.c
index 5e2ebd9..63b1cae 100644
--- a/src/conversation.c
+++ b/src/conversation.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include "conversation.h"
typedef struct _TmcConversation TmcConversation;
diff --git a/src/conversation.h b/src/conversation.h
index d970087..53ed9b8 100644
--- a/src/conversation.h
+++ b/src/conversation.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#ifndef __TMC_CONVERSATION_H__
#define __TMC_CONVERSATION_H__
diff --git a/src/entity-pool.c b/src/entity-pool.c
index d468f2a..f90f1f6 100644
--- a/src/entity-pool.c
+++ b/src/entity-pool.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include "entity-pool.h"
typedef struct _TmcEntityPool TmcEntityPool;
diff --git a/src/entity-pool.h b/src/entity-pool.h
index ace4ea5..e03f96d 100644
--- a/src/entity-pool.h
+++ b/src/entity-pool.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * 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, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#ifndef __TMC_ENTITY_POOL_H__
#define __TMC_ENTITY_POOL_H__
diff --git a/src/entity.c b/src/entity.c
index 666d4d8..0b080fb 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include "entity.h"
typedef struct _TmcEntityPrivate TmcEntityPrivate;
diff --git a/src/entity.h b/src/entity.h
index 52391a6..02f8b8f 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#ifndef __TMC_ENTITY_H__
#define __TMC_ENTITY_H__
diff --git a/src/helpers.c b/src/helpers.c
index 533c8de..08772da 100644
--- a/src/helpers.c
+++ b/src/helpers.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include "entity-pool.h"
#include "contact.h"
#include "room.h"
diff --git a/src/helpers.h b/src/helpers.h
index aff2281..6c932b8 100644
--- a/src/helpers.h
+++ b/src/helpers.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#ifndef __TMC_HELPERS_H__
#define __TMC_HELPERS_H__
diff --git a/src/main.c b/src/main.c
index ab1bed0..10fd4c8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include "miner.h"
int
diff --git a/src/miner.c b/src/miner.c
index 3ed07ff..33d6cfc 100644
--- a/src/miner.c
+++ b/src/miner.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include "client-factory.h"
#include "observer.h"
#include "text-event.h"
diff --git a/src/miner.h b/src/miner.h
index 3429e49..05ec809 100644
--- a/src/miner.h
+++ b/src/miner.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#ifndef __TMC_MINER_H__
#define __TMC_MINER_H__
diff --git a/src/observer.c b/src/observer.c
index f194d95..b1690d4 100644
--- a/src/observer.c
+++ b/src/observer.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include <glib.h>
#include "observer.h"
#include "text-channel.h"
diff --git a/src/observer.h b/src/observer.h
index 352f7e4..5eb17c0 100644
--- a/src/observer.h
+++ b/src/observer.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#ifndef __TMC_OBSERVER_H__
#define __TMC_OBSERVER_H__
diff --git a/src/room.c b/src/room.c
index a9d213c..5bf2386 100644
--- a/src/room.c
+++ b/src/room.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include "room.h"
typedef struct _TmcRoom TmcRoom;
diff --git a/src/room.h b/src/room.h
index c1bce27..255501d 100644
--- a/src/room.h
+++ b/src/room.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#ifndef __TMC_ROOM_H__
#define __TMC_ROOM_H__
diff --git a/src/text-channel.c b/src/text-channel.c
index e4fd5ea..2ed202c 100644
--- a/src/text-channel.c
+++ b/src/text-channel.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include "text-channel.h"
#include "entity-pool.h"
#include "contact.h"
diff --git a/src/text-channel.h b/src/text-channel.h
index ae45123..b4c36e7 100644
--- a/src/text-channel.h
+++ b/src/text-channel.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#ifndef __TMC_TEXT_CHANNEL_H__
#define __TMC_TEXT_CHANNEL_H__
diff --git a/src/text-event.c b/src/text-event.c
index fc40ebe..021641e 100644
--- a/src/text-event.c
+++ b/src/text-event.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#include "text-event.h"
typedef struct _TmcTextEvent TmcTextEvent;
diff --git a/src/text-event.h b/src/text-event.h
index c2f5fc9..993678f 100644
--- a/src/text-event.h
+++ b/src/text-event.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2015 Carlos Garnacho
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlosg gnome org>
+ */
+
#ifndef __TMC_TEXT_EVENT_H__
#define __TMC_TEXT_EVENT_H__
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]