aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-07-06 10:00:56 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-07-06 10:00:56 +0300
commit65801a25ee88e69abb082ec0742dbe57208be180 (patch)
treeede4b2f3d5e9cb43760b477e7abf529e35a45445
parentb709446097e5bd6b3f96840c9e4475bb4be55b3b (diff)
Updated license header to be < 78 characters wide.
-rw-r--r--client/client.c41
-rw-r--r--examples/fmradio.c41
-rw-r--r--src/dbus-msg.c41
-rw-r--r--src/dbus-msg.h41
-rw-r--r--src/dbus-proto.c41
-rw-r--r--src/dbus-proto.h41
-rw-r--r--src/internal-msg.c41
-rw-r--r--src/internal-msg.h41
-rw-r--r--src/internal-proto.c41
-rw-r--r--src/internal-proto.h41
-rw-r--r--src/res-conn-private.h41
-rw-r--r--src/res-conn.c41
-rw-r--r--src/res-conn.h41
-rw-r--r--src/res-msg.c41
-rw-r--r--src/res-msg.h41
-rw-r--r--src/res-proto.c41
-rw-r--r--src/res-proto.h41
-rw-r--r--src/res-set-private.h41
-rw-r--r--src/res-set.c41
-rw-r--r--src/res-set.h41
-rw-r--r--src/res-types.h41
-rw-r--r--src/resource-glib-glue.c41
-rw-r--r--src/resource-glue.h41
-rw-r--r--src/resource.c41
-rw-r--r--src/resource.h41
-rw-r--r--src/visibility.h41
-rw-r--r--tests/resource-test.c41
27 files changed, 567 insertions, 540 deletions
diff --git a/client/client.c b/client/client.c
index a39136a..83c3aca 100644
--- a/client/client.c
+++ b/client/client.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 <signal.h>
#include <stdlib.h>
diff --git a/examples/fmradio.c b/examples/fmradio.c
index a83cbce..1a5515f 100644
--- a/examples/fmradio.c
+++ b/examples/fmradio.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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>
diff --git a/src/dbus-msg.c b/src/dbus-msg.c
index 0a0acfd..dbb28b1 100644
--- a/src/dbus-msg.c
+++ b/src/dbus-msg.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 8fcf18f..ddeaad0 100644
--- a/src/dbus-msg.h
+++ b/src/dbus-msg.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 78de552..93652b7 100644
--- a/src/dbus-proto.c
+++ b/src/dbus-proto.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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>
diff --git a/src/dbus-proto.h b/src/dbus-proto.h
index fe4af63..d3d0b6d 100644
--- a/src/dbus-proto.h
+++ b/src/dbus-proto.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 8e7d00b..9f73a30 100644
--- a/src/internal-msg.c
+++ b/src/internal-msg.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 96d6afd..6bd4976 100644
--- a/src/internal-msg.h
+++ b/src/internal-msg.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 c7db211..a306919 100644
--- a/src/internal-proto.c
+++ b/src/internal-proto.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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>
diff --git a/src/internal-proto.h b/src/internal-proto.h
index bf8e9ea..74958c4 100644
--- a/src/internal-proto.h
+++ b/src/internal-proto.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 33a2065..294f2d3 100644
--- a/src/res-conn-private.h
+++ b/src/res-conn-private.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 afc7046..46efe83 100644
--- a/src/res-conn.c
+++ b/src/res-conn.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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>
diff --git a/src/res-conn.h b/src/res-conn.h
index 00f90ba..282a270 100644
--- a/src/res-conn.h
+++ b/src/res-conn.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 a652060..42f1d4f 100644
--- a/src/res-msg.c
+++ b/src/res-msg.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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>
diff --git a/src/res-msg.h b/src/res-msg.h
index 441662d..0886e22 100644
--- a/src/res-msg.h
+++ b/src/res-msg.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 0ee8894..2ba1b72 100644
--- a/src/res-proto.c
+++ b/src/res-proto.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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>
diff --git a/src/res-proto.h b/src/res-proto.h
index 917446b..c7d8987 100644
--- a/src/res-proto.h
+++ b/src/res-proto.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 a99f14c..26abbd7 100644
--- a/src/res-set-private.h
+++ b/src/res-set-private.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 0bcf01f..bec5ae8 100644
--- a/src/res-set.c
+++ b/src/res-set.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 d867690..3662da9 100644
--- a/src/res-set.h
+++ b/src/res-set.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 e67163b..2e1ce5e 100644
--- a/src/res-types.h
+++ b/src/res-types.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 d4e4557..133b3af 100644
--- a/src/resource-glib-glue.c
+++ b/src/resource-glib-glue.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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/resource-glue.h b/src/resource-glue.h
index ec19d25..d2eaaad 100644
--- a/src/resource-glue.h
+++ b/src/resource-glue.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 9feb52c..99a49ac 100644
--- a/src/resource.c
+++ b/src/resource.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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>
diff --git a/src/resource.h b/src/resource.h
index db26446..25e8da2 100644
--- a/src/resource.h
+++ b/src/resource.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 3dc478d..ca38104 100644
--- a/src/visibility.h
+++ b/src/visibility.h
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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__
diff --git a/tests/resource-test.c b/tests/resource-test.c
index 60114d9..438f95a 100644
--- a/tests/resource-test.c
+++ b/tests/resource-test.c
@@ -1,23 +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. */
-/******************************************************************************/
+/*************************************************************************
+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 <dbus/dbus.h>
#include <check.h>