summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2009-04-30 18:14:03 +0200
committerPatrick Ohly <patrick.ohly@gmx.de>2009-04-30 18:14:03 +0200
commitd5778457daf545acf5a3cacad8e9b45ca4894ec1 (patch)
treea0a06547b0769f90fb1a4294f24f7cb0fa270e38
parentfcbf8c72aadda7db429c4500105a304c760ddbec (diff)
license: changed to LGPL v2.1 + v3
As with the previous change from GPL to LGPL v2.1, this is covered by copyright ownership and/or the Funambol contributor agreement. The motivation for adding v3 is greater flexibility regarding reusing the code in other places and relicensing it. Also, now the license and disclaimer are mentioned at the start of the source files. That is not strictly necessary, but more explicit.
-rw-r--r--COPYING11
-rw-r--r--debian/dbus-wrapper.cpp18
-rw-r--r--src/TestMain.cpp15
-rw-r--r--src/backends/addressbook/AddressBookConstants.cpp15
-rw-r--r--src/backends/addressbook/AddressBookSource.cpp15
-rw-r--r--src/backends/addressbook/AddressBookSource.h15
-rw-r--r--src/backends/addressbook/AddressBookSourceRegister.cpp15
-rw-r--r--src/backends/evolution/EvolutionCalendarSource.cpp15
-rw-r--r--src/backends/evolution/EvolutionCalendarSource.h15
-rw-r--r--src/backends/evolution/EvolutionCalendarSourceRegister.cpp15
-rw-r--r--src/backends/evolution/EvolutionContactSource.cpp15
-rw-r--r--src/backends/evolution/EvolutionContactSource.h15
-rw-r--r--src/backends/evolution/EvolutionContactSourceRegister.cpp15
-rw-r--r--src/backends/evolution/EvolutionMemoSource.cpp15
-rw-r--r--src/backends/evolution/EvolutionMemoSource.h15
-rw-r--r--src/backends/evolution/libical/icalstrdup.c15
-rw-r--r--src/backends/evolution/libical/icalstrdup.h15
-rw-r--r--src/backends/file/FileSyncSource.cpp15
-rw-r--r--src/backends/file/FileSyncSource.h15
-rw-r--r--src/backends/file/FileSyncSourceRegister.cpp15
-rw-r--r--src/backends/sqlite/SQLiteContactSource.cpp15
-rw-r--r--src/backends/sqlite/SQLiteContactSource.h15
-rw-r--r--src/backends/sqlite/SQLiteContactSourceRegister.cpp15
-rw-r--r--src/backends/sqlite/SQLiteUtil.cpp15
-rw-r--r--src/backends/sqlite/SQLiteUtil.h15
-rw-r--r--src/client-test-app.cpp15
-rw-r--r--src/core/ConfigNode.h15
-rw-r--r--src/core/ConfigTree.h15
-rw-r--r--src/core/EvolutionSmartPtr.h15
-rw-r--r--src/core/EvolutionSyncClient.cpp15
-rw-r--r--src/core/EvolutionSyncClient.h15
-rw-r--r--src/core/EvolutionSyncSource.cpp15
-rw-r--r--src/core/EvolutionSyncSource.h15
-rw-r--r--src/core/FileConfigNode.cpp15
-rw-r--r--src/core/FileConfigNode.h15
-rw-r--r--src/core/FileConfigTree.cpp15
-rw-r--r--src/core/FileConfigTree.h15
-rw-r--r--src/core/FilterConfigNode.cpp15
-rw-r--r--src/core/FilterConfigNode.h15
-rw-r--r--src/core/PrefixConfigNode.cpp15
-rw-r--r--src/core/PrefixConfigNode.h15
-rw-r--r--src/core/SafeConfigNode.cpp15
-rw-r--r--src/core/SafeConfigNode.h15
-rw-r--r--src/core/SyncEvolutionCmdline.cpp15
-rw-r--r--src/core/SyncEvolutionCmdline.h15
-rw-r--r--src/core/SyncEvolutionConfig.cpp15
-rw-r--r--src/core/SyncEvolutionConfig.h15
-rw-r--r--src/core/SyncEvolutionUtil.cpp15
-rw-r--r--src/core/SyncEvolutionUtil.h15
-rw-r--r--src/core/TrackingSyncSource.cpp15
-rw-r--r--src/core/TrackingSyncSource.h15
-rw-r--r--src/core/VolatileConfigNode.h15
-rw-r--r--src/core/VolatileConfigTree.h15
-rw-r--r--src/core/eds_abi_wrapper.cpp15
-rw-r--r--src/core/eds_abi_wrapper.h15
-rw-r--r--src/syncevolution.cpp15
56 files changed, 834 insertions, 5 deletions
diff --git a/COPYING b/COPYING
index b2d3646a..2a09546a 100644
--- a/COPYING
+++ b/COPYING
@@ -6,17 +6,18 @@ Copyright (C) 2007 Funambol (up to and including release 0.7, but no
Copyright (C) 2007-2008 Patrick Ohly <patrick.ohly@gmx.de>
This program is free software; you can redistribute it and/or modify it
-under the terms and conditions of the GNU Lesser General Public License,
-version 2.1, as published by the Free Software Foundation.
+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)
+version 3.
-This program is distributed in the hope it will be useful, but WITHOUT
+This program 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 program; if not, write to the Free Software Foundation, Inc.,
-51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
+this program; if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-------------------------------------------------------------------
diff --git a/debian/dbus-wrapper.cpp b/debian/dbus-wrapper.cpp
index 86a02926..1fffb7e4 100644
--- a/debian/dbus-wrapper.cpp
+++ b/debian/dbus-wrapper.cpp
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 <dlfcn.h>
diff --git a/src/TestMain.cpp b/src/TestMain.cpp
index 5c916793..cbca0b05 100644
--- a/src/TestMain.cpp
+++ b/src/TestMain.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 <cppunit/CompilerOutputter.h>
diff --git a/src/backends/addressbook/AddressBookConstants.cpp b/src/backends/addressbook/AddressBookConstants.cpp
index 3c2560f2..72673033 100644
--- a/src/backends/addressbook/AddressBookConstants.cpp
+++ b/src/backends/addressbook/AddressBookConstants.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2007-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 <config.h>
diff --git a/src/backends/addressbook/AddressBookSource.cpp b/src/backends/addressbook/AddressBookSource.cpp
index 9897ca7f..0a89d366 100644
--- a/src/backends/addressbook/AddressBookSource.cpp
+++ b/src/backends/addressbook/AddressBookSource.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2007-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 <memory>
diff --git a/src/backends/addressbook/AddressBookSource.h b/src/backends/addressbook/AddressBookSource.h
index 1fb11204..47b093ba 100644
--- a/src/backends/addressbook/AddressBookSource.h
+++ b/src/backends/addressbook/AddressBookSource.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2007-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_ADDRESSBOOKSOURCE
diff --git a/src/backends/addressbook/AddressBookSourceRegister.cpp b/src/backends/addressbook/AddressBookSourceRegister.cpp
index 40bf17c9..178177fa 100644
--- a/src/backends/addressbook/AddressBookSourceRegister.cpp
+++ b/src/backends/addressbook/AddressBookSourceRegister.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "AddressBookSource.h"
diff --git a/src/backends/evolution/EvolutionCalendarSource.cpp b/src/backends/evolution/EvolutionCalendarSource.cpp
index 44c2b35c..810dca2a 100644
--- a/src/backends/evolution/EvolutionCalendarSource.cpp
+++ b/src/backends/evolution/EvolutionCalendarSource.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 <memory>
diff --git a/src/backends/evolution/EvolutionCalendarSource.h b/src/backends/evolution/EvolutionCalendarSource.h
index 23cc79cb..df2c6eac 100644
--- a/src/backends/evolution/EvolutionCalendarSource.h
+++ b/src/backends/evolution/EvolutionCalendarSource.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTIONCALENDARSOURCE
diff --git a/src/backends/evolution/EvolutionCalendarSourceRegister.cpp b/src/backends/evolution/EvolutionCalendarSourceRegister.cpp
index d3ec9132..721a3027 100644
--- a/src/backends/evolution/EvolutionCalendarSourceRegister.cpp
+++ b/src/backends/evolution/EvolutionCalendarSourceRegister.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "EvolutionCalendarSource.h"
diff --git a/src/backends/evolution/EvolutionContactSource.cpp b/src/backends/evolution/EvolutionContactSource.cpp
index b08715bd..9109c005 100644
--- a/src/backends/evolution/EvolutionContactSource.cpp
+++ b/src/backends/evolution/EvolutionContactSource.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 <memory>
diff --git a/src/backends/evolution/EvolutionContactSource.h b/src/backends/evolution/EvolutionContactSource.h
index 3df746db..7b35b905 100644
--- a/src/backends/evolution/EvolutionContactSource.h
+++ b/src/backends/evolution/EvolutionContactSource.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTIONCONTACTSOURCE
diff --git a/src/backends/evolution/EvolutionContactSourceRegister.cpp b/src/backends/evolution/EvolutionContactSourceRegister.cpp
index 923a4a72..d327b79c 100644
--- a/src/backends/evolution/EvolutionContactSourceRegister.cpp
+++ b/src/backends/evolution/EvolutionContactSourceRegister.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "EvolutionContactSource.h"
diff --git a/src/backends/evolution/EvolutionMemoSource.cpp b/src/backends/evolution/EvolutionMemoSource.cpp
index b9678655..61455396 100644
--- a/src/backends/evolution/EvolutionMemoSource.cpp
+++ b/src/backends/evolution/EvolutionMemoSource.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 <memory>
diff --git a/src/backends/evolution/EvolutionMemoSource.h b/src/backends/evolution/EvolutionMemoSource.h
index b59b90cf..1dd25512 100644
--- a/src/backends/evolution/EvolutionMemoSource.h
+++ b/src/backends/evolution/EvolutionMemoSource.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTIONMEMOSOURCE
diff --git a/src/backends/evolution/libical/icalstrdup.c b/src/backends/evolution/libical/icalstrdup.c
index 607de861..5a118459 100644
--- a/src/backends/evolution/libical/icalstrdup.c
+++ b/src/backends/evolution/libical/icalstrdup.c
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "libical/icalstrdup.h"
diff --git a/src/backends/evolution/libical/icalstrdup.h b/src/backends/evolution/libical/icalstrdup.h
index a0504ffd..65687e12 100644
--- a/src/backends/evolution/libical/icalstrdup.h
+++ b/src/backends/evolution/libical/icalstrdup.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 ICALSTRDUP_H
diff --git a/src/backends/file/FileSyncSource.cpp b/src/backends/file/FileSyncSource.cpp
index b451403e..955eb7bf 100644
--- a/src/backends/file/FileSyncSource.cpp
+++ b/src/backends/file/FileSyncSource.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2007-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "config.h"
diff --git a/src/backends/file/FileSyncSource.h b/src/backends/file/FileSyncSource.h
index ca4d0197..9ddfe84f 100644
--- a/src/backends/file/FileSyncSource.h
+++ b/src/backends/file/FileSyncSource.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2007-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_FILESYNCSOURCE
diff --git a/src/backends/file/FileSyncSourceRegister.cpp b/src/backends/file/FileSyncSourceRegister.cpp
index 79ed3067..d351b13a 100644
--- a/src/backends/file/FileSyncSourceRegister.cpp
+++ b/src/backends/file/FileSyncSourceRegister.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "FileSyncSource.h"
diff --git a/src/backends/sqlite/SQLiteContactSource.cpp b/src/backends/sqlite/SQLiteContactSource.cpp
index 3fcd9890..58f5745d 100644
--- a/src/backends/sqlite/SQLiteContactSource.cpp
+++ b/src/backends/sqlite/SQLiteContactSource.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2007-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "config.h"
diff --git a/src/backends/sqlite/SQLiteContactSource.h b/src/backends/sqlite/SQLiteContactSource.h
index a72de8e7..c48e71e1 100644
--- a/src/backends/sqlite/SQLiteContactSource.h
+++ b/src/backends/sqlite/SQLiteContactSource.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2007-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_SQLITECONTACTSOURCE
diff --git a/src/backends/sqlite/SQLiteContactSourceRegister.cpp b/src/backends/sqlite/SQLiteContactSourceRegister.cpp
index 655f0213..2dd172f8 100644
--- a/src/backends/sqlite/SQLiteContactSourceRegister.cpp
+++ b/src/backends/sqlite/SQLiteContactSourceRegister.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "SQLiteContactSource.h"
diff --git a/src/backends/sqlite/SQLiteUtil.cpp b/src/backends/sqlite/SQLiteUtil.cpp
index 7799655c..f2f9666e 100644
--- a/src/backends/sqlite/SQLiteUtil.cpp
+++ b/src/backends/sqlite/SQLiteUtil.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2007-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "config.h"
diff --git a/src/backends/sqlite/SQLiteUtil.h b/src/backends/sqlite/SQLiteUtil.h
index 5c9875bb..36201a58 100644
--- a/src/backends/sqlite/SQLiteUtil.h
+++ b/src/backends/sqlite/SQLiteUtil.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2007-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_SQLITESYNCSOURCE
diff --git a/src/client-test-app.cpp b/src/client-test-app.cpp
index fbd261fd..ff959ec0 100644
--- a/src/client-test-app.cpp
+++ b/src/client-test-app.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 <config.h>
diff --git a/src/core/ConfigNode.h b/src/core/ConfigNode.h
index aa33022a..1c92beb3 100644
--- a/src/core/ConfigNode.h
+++ b/src/core/ConfigNode.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTION_ABSTRACT_CONFIG_NODE
diff --git a/src/core/ConfigTree.h b/src/core/ConfigTree.h
index 0bd72a49..fc5725ce 100644
--- a/src/core/ConfigTree.h
+++ b/src/core/ConfigTree.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTION_CONFIG_TREE
diff --git a/src/core/EvolutionSmartPtr.h b/src/core/EvolutionSmartPtr.h
index ad5a8f65..2f2c52b7 100644
--- a/src/core/EvolutionSmartPtr.h
+++ b/src/core/EvolutionSmartPtr.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTION_SMART_POINTER
diff --git a/src/core/EvolutionSyncClient.cpp b/src/core/EvolutionSyncClient.cpp
index 8c94e628..1d7fac94 100644
--- a/src/core/EvolutionSyncClient.cpp
+++ b/src/core/EvolutionSyncClient.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "EvolutionSyncClient.h"
diff --git a/src/core/EvolutionSyncClient.h b/src/core/EvolutionSyncClient.h
index 247e075b..83f052ab 100644
--- a/src/core/EvolutionSyncClient.h
+++ b/src/core/EvolutionSyncClient.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTIONSYNCCLIENT
diff --git a/src/core/EvolutionSyncSource.cpp b/src/core/EvolutionSyncSource.cpp
index d5f32c63..737b510a 100644
--- a/src/core/EvolutionSyncSource.cpp
+++ b/src/core/EvolutionSyncSource.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "EvolutionSyncSource.h"
diff --git a/src/core/EvolutionSyncSource.h b/src/core/EvolutionSyncSource.h
index 8852e99a..782c62dd 100644
--- a/src/core/EvolutionSyncSource.h
+++ b/src/core/EvolutionSyncSource.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTIONSYNCSOURCE
diff --git a/src/core/FileConfigNode.cpp b/src/core/FileConfigNode.cpp
index dd88a45e..2cb5d2bc 100644
--- a/src/core/FileConfigNode.cpp
+++ b/src/core/FileConfigNode.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "FileConfigNode.h"
diff --git a/src/core/FileConfigNode.h b/src/core/FileConfigNode.h
index d81bb8b1..addda4ca 100644
--- a/src/core/FileConfigNode.h
+++ b/src/core/FileConfigNode.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTION_FILE_CONFIG_NODE
diff --git a/src/core/FileConfigTree.cpp b/src/core/FileConfigTree.cpp
index e72a1468..ffc8189f 100644
--- a/src/core/FileConfigTree.cpp
+++ b/src/core/FileConfigTree.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 <string.h>
diff --git a/src/core/FileConfigTree.h b/src/core/FileConfigTree.h
index 36a26844..c81647d3 100644
--- a/src/core/FileConfigTree.h
+++ b/src/core/FileConfigTree.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTION_FILE_CONFIG_TREE
diff --git a/src/core/FilterConfigNode.cpp b/src/core/FilterConfigNode.cpp
index bcab8d2e..a1f6ed9d 100644
--- a/src/core/FilterConfigNode.cpp
+++ b/src/core/FilterConfigNode.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "FilterConfigNode.h"
diff --git a/src/core/FilterConfigNode.h b/src/core/FilterConfigNode.h
index c62ab971..92214b6c 100644
--- a/src/core/FilterConfigNode.h
+++ b/src/core/FilterConfigNode.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTION_FILTER_CONFIG_NODE
diff --git a/src/core/PrefixConfigNode.cpp b/src/core/PrefixConfigNode.cpp
index 9014f3ff..637cb8b7 100644
--- a/src/core/PrefixConfigNode.cpp
+++ b/src/core/PrefixConfigNode.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "PrefixConfigNode.h"
diff --git a/src/core/PrefixConfigNode.h b/src/core/PrefixConfigNode.h
index 89ef6cc3..3e455913 100644
--- a/src/core/PrefixConfigNode.h
+++ b/src/core/PrefixConfigNode.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTION_PREFIX_CONFIG_NODE
diff --git a/src/core/SafeConfigNode.cpp b/src/core/SafeConfigNode.cpp
index 680fb663..542dbd36 100644
--- a/src/core/SafeConfigNode.cpp
+++ b/src/core/SafeConfigNode.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "SafeConfigNode.h"
diff --git a/src/core/SafeConfigNode.h b/src/core/SafeConfigNode.h
index acd80ac4..8367c9c8 100644
--- a/src/core/SafeConfigNode.h
+++ b/src/core/SafeConfigNode.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTION_SAFE_CONFIG_NODE
diff --git a/src/core/SyncEvolutionCmdline.cpp b/src/core/SyncEvolutionCmdline.cpp
index 2ca210f6..ce14fd9a 100644
--- a/src/core/SyncEvolutionCmdline.cpp
+++ b/src/core/SyncEvolutionCmdline.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "SyncEvolutionCmdline.h"
diff --git a/src/core/SyncEvolutionCmdline.h b/src/core/SyncEvolutionCmdline.h
index 8b3474ee..ccd17b0c 100644
--- a/src/core/SyncEvolutionCmdline.h
+++ b/src/core/SyncEvolutionCmdline.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_SYNC_EVOLUTION_CMDLINE
diff --git a/src/core/SyncEvolutionConfig.cpp b/src/core/SyncEvolutionConfig.cpp
index f442c212..ecf563e5 100644
--- a/src/core/SyncEvolutionConfig.cpp
+++ b/src/core/SyncEvolutionConfig.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "SyncEvolutionConfig.h"
diff --git a/src/core/SyncEvolutionConfig.h b/src/core/SyncEvolutionConfig.h
index 96250c2c..ea28e6e7 100644
--- a/src/core/SyncEvolutionConfig.h
+++ b/src/core/SyncEvolutionConfig.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_SYNC_EVOLUTION_CONFIG
# define INCL_SYNC_EVOLUTION_CONFIG
diff --git a/src/core/SyncEvolutionUtil.cpp b/src/core/SyncEvolutionUtil.cpp
index 50522886..b602b1fe 100644
--- a/src/core/SyncEvolutionUtil.cpp
+++ b/src/core/SyncEvolutionUtil.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 <config.h>
diff --git a/src/core/SyncEvolutionUtil.h b/src/core/SyncEvolutionUtil.h
index 4e9cd378..26dc282f 100644
--- a/src/core/SyncEvolutionUtil.h
+++ b/src/core/SyncEvolutionUtil.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_SYNCEVOLUTION_UTIL
diff --git a/src/core/TrackingSyncSource.cpp b/src/core/TrackingSyncSource.cpp
index e4d7fdfc..4b6911c0 100644
--- a/src/core/TrackingSyncSource.cpp
+++ b/src/core/TrackingSyncSource.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 "TrackingSyncSource.h"
diff --git a/src/core/TrackingSyncSource.h b/src/core/TrackingSyncSource.h
index f8be99a5..c35d2488 100644
--- a/src/core/TrackingSyncSource.h
+++ b/src/core/TrackingSyncSource.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_TRACKINGSYNCSOURCE
diff --git a/src/core/VolatileConfigNode.h b/src/core/VolatileConfigNode.h
index 47670b4f..e151da13 100644
--- a/src/core/VolatileConfigNode.h
+++ b/src/core/VolatileConfigNode.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTION_VOLATILE_CONFIG_NODE
diff --git a/src/core/VolatileConfigTree.h b/src/core/VolatileConfigTree.h
index 8d7af09f..d29fdb71 100644
--- a/src/core/VolatileConfigTree.h
+++ b/src/core/VolatileConfigTree.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 INCL_EVOLUTION_VOLATILE_CONFIG_TREE
diff --git a/src/core/eds_abi_wrapper.cpp b/src/core/eds_abi_wrapper.cpp
index 02359b4e..ecf030b2 100644
--- a/src/core/eds_abi_wrapper.cpp
+++ b/src/core/eds_abi_wrapper.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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
*/
#define EDS_ABI_WRAPPER_NO_REDEFINE 1
diff --git a/src/core/eds_abi_wrapper.h b/src/core/eds_abi_wrapper.h
index fd646b64..d5a668e6 100644
--- a/src/core/eds_abi_wrapper.h
+++ b/src/core/eds_abi_wrapper.h
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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
*/
/**
diff --git a/src/syncevolution.cpp b/src/syncevolution.cpp
index 5e47a441..53f2973a 100644
--- a/src/syncevolution.cpp
+++ b/src/syncevolution.cpp
@@ -1,5 +1,20 @@
/*
* Copyright (C) 2005-2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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 <config.h>