aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dbus-msg.c21
-rw-r--r--src/dbus-msg.h21
-rw-r--r--src/dbus-proto.c21
-rw-r--r--src/dbus-proto.h21
-rw-r--r--src/internal-msg.c21
-rw-r--r--src/internal-msg.h21
-rw-r--r--src/internal-proto.c21
-rw-r--r--src/internal-proto.h21
-rw-r--r--src/res-conn-private.h21
-rw-r--r--src/res-conn.c21
-rw-r--r--src/res-conn.h21
-rw-r--r--src/res-msg.c21
-rw-r--r--src/res-msg.h21
-rw-r--r--src/res-proto.c21
-rw-r--r--src/res-proto.h21
-rw-r--r--src/res-set-private.h21
-rw-r--r--src/res-set.c21
-rw-r--r--src/res-set.h21
-rw-r--r--src/res-types.h21
-rw-r--r--src/resource-glib-glue.c21
-rw-r--r--src/resource-glue.h21
-rw-r--r--src/resource.c21
-rw-r--r--src/resource.h21
-rw-r--r--src/visibility.h21
24 files changed, 504 insertions, 0 deletions
diff --git a/src/dbus-msg.c b/src/dbus-msg.c
index f975354..0a0acfd 100644
--- a/src/dbus-msg.c
+++ b/src/dbus-msg.c
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#include <stdlib.h>
#include <string.h>
diff --git a/src/dbus-msg.h b/src/dbus-msg.h
index 5fc5983..8fcf18f 100644
--- a/src/dbus-msg.h
+++ b/src/dbus-msg.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_DBUS_MESSAGE_H__
#define __RES_DBUS_MESSAGE_H__
diff --git a/src/dbus-proto.c b/src/dbus-proto.c
index 3f5eb6c..78de552 100644
--- a/src/dbus-proto.c
+++ b/src/dbus-proto.c
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/src/dbus-proto.h b/src/dbus-proto.h
index 5d45baa..fe4af63 100644
--- a/src/dbus-proto.h
+++ b/src/dbus-proto.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_DBUS_PROTO_H__
#define __RES_DBUS_PROTO_H__
diff --git a/src/internal-msg.c b/src/internal-msg.c
index cdf9c72..8e7d00b 100644
--- a/src/internal-msg.c
+++ b/src/internal-msg.c
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#include <stdlib.h>
#include <string.h>
diff --git a/src/internal-msg.h b/src/internal-msg.h
index 120ea72..96d6afd 100644
--- a/src/internal-msg.h
+++ b/src/internal-msg.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_INTERNAL_MESSAGE_H__
#define __RES_INTERNAL_MESSAGE_H__
diff --git a/src/internal-proto.c b/src/internal-proto.c
index 012a781..c7db211 100644
--- a/src/internal-proto.c
+++ b/src/internal-proto.c
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/src/internal-proto.h b/src/internal-proto.h
index 5ac3506..bf8e9ea 100644
--- a/src/internal-proto.h
+++ b/src/internal-proto.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_INTERNAL_H__
#define __RES_INTERNAL_H__
diff --git a/src/res-conn-private.h b/src/res-conn-private.h
index 3aeacf7..33a2065 100644
--- a/src/res-conn-private.h
+++ b/src/res-conn-private.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_CONN_PRIVATE_H__
#define __RES_CONN_PRIVATE_H__
diff --git a/src/res-conn.c b/src/res-conn.c
index 066e11f..afc7046 100644
--- a/src/res-conn.c
+++ b/src/res-conn.c
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/src/res-conn.h b/src/res-conn.h
index bd8ec73..00f90ba 100644
--- a/src/res-conn.h
+++ b/src/res-conn.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_CONN_H__
#define __RES_CONN_H__
diff --git a/src/res-msg.c b/src/res-msg.c
index 76a8dfb..75f0fac 100644
--- a/src/res-msg.c
+++ b/src/res-msg.c
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/res-msg.h b/src/res-msg.h
index 16e3d56..6d299f6 100644
--- a/src/res-msg.h
+++ b/src/res-msg.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_MESSAGE_H__
#define __RES_MESSAGE_H__
diff --git a/src/res-proto.c b/src/res-proto.c
index 8d6585f..8c56ef7 100644
--- a/src/res-proto.c
+++ b/src/res-proto.c
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/res-proto.h b/src/res-proto.h
index 806628b..917446b 100644
--- a/src/res-proto.h
+++ b/src/res-proto.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_PROTO_H__
#define __RES_PROTO_H__
diff --git a/src/res-set-private.h b/src/res-set-private.h
index b5a9230..ba8c954 100644
--- a/src/res-set-private.h
+++ b/src/res-set-private.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_SET_PRIVATE_H__
#define __RES_SET_PRIVATE_H__
diff --git a/src/res-set.c b/src/res-set.c
index f89e184..d23833b 100644
--- a/src/res-set.c
+++ b/src/res-set.c
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#include <stdlib.h>
#include <string.h>
diff --git a/src/res-set.h b/src/res-set.h
index deda3a2..d867690 100644
--- a/src/res-set.h
+++ b/src/res-set.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_SET_H__
#define __RES_SET_H__
diff --git a/src/res-types.h b/src/res-types.h
index ebcd9c8..e502b06 100644
--- a/src/res-types.h
+++ b/src/res-types.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_TYPES_H__
#define __RES_TYPES_H__
diff --git a/src/resource-glib-glue.c b/src/resource-glib-glue.c
index b1ca72d..d4e4557 100644
--- a/src/resource-glib-glue.c
+++ b/src/resource-glib-glue.c
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#include <stdlib.h>
#include <string.h>
#include <errno.h>
diff --git a/src/resource-glue.h b/src/resource-glue.h
index 4e668c2..ec19d25 100644
--- a/src/resource-glue.h
+++ b/src/resource-glue.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __LIB_RESOURCE_GLUE_H__
#define __LIB_RESOURCE_GLUE_H__
diff --git a/src/resource.c b/src/resource.c
index 65e2c10..9feb52c 100644
--- a/src/resource.c
+++ b/src/resource.c
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/src/resource.h b/src/resource.h
index 3b994c1..db26446 100644
--- a/src/resource.h
+++ b/src/resource.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __LIB_RESOURCE_H__
#define __LIB_RESOURCE_H__
diff --git a/src/visibility.h b/src/visibility.h
index 060d02a..3dc478d 100644
--- a/src/visibility.h
+++ b/src/visibility.h
@@ -1,3 +1,24 @@
+/******************************************************************************/
+/* This file is part of libresource */
+/* */
+/* Copyright (C) 2010 Nokia Corporation. */
+/* */
+/* 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 */
+/* version 2.1 of the License. */
+/* */
+/* 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. */
+/******************************************************************************/
+
#ifndef __RES_VISIBILITY_H__
#define __RES_VISIBILITY_H__