From ec90b3353faa088c2c07d16946a4982fbc4d5193 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 5 Aug 2009 11:22:26 +0200 Subject: Fixing Licensing issue --- src/application.cpp | 22 ++++++++++++++-------- src/application.h | 22 +++++++++++++++------- src/autosaver.cpp | 19 +++++++++++++------ src/autosaver.h | 19 ++++++++++++------- src/bookmarks.cpp | 20 +++++++++++++------- src/bookmarks.h | 20 +++++++++++++------- src/cookiedialog.cpp | 21 +++++++++++++-------- src/cookiedialog.h | 21 +++++++++++++-------- src/cookieexceptiondialog.cpp | 20 +++++++++++++------- src/cookieexceptiondialog.h | 20 +++++++++++++------- src/cookiejar.cpp | 19 ++++++++++++------- src/cookiejar.h | 18 ++++++++++++------ src/edittableview.cpp | 18 ++++++++++++------ src/edittableview.h | 19 ++++++++++++------- src/edittreeview.cpp | 18 ++++++++++++------ src/edittreeview.h | 18 ++++++++++++------ src/findbar.cpp | 19 +++++++++++++------ src/findbar.h | 20 +++++++++++++------- src/history.cpp | 18 ++++++++++++------ src/history.h | 18 ++++++++++++------ src/historymenu.cpp | 18 ++++++++++++------ src/historymenu.h | 18 ++++++++++++------ src/lineedit.cpp | 21 +++++++++++++++------ src/lineedit.h | 20 ++++++++++++++------ src/main.cpp | 18 ++++++++++++------ src/mainview.cpp | 20 +++++++++++++------- src/mainview.h | 19 +++++++++++++------ src/mainwindow.cpp | 20 +++++++++++++------- src/mainwindow.h | 21 +++++++++++++-------- src/modelmenu.cpp | 21 +++++++++++++-------- src/modelmenu.h | 22 +++++++++++++--------- src/networkaccessmanager.cpp | 21 +++++++++++++-------- src/networkaccessmanager.h | 21 +++++++++++++-------- src/panelhistory.cpp | 19 +++++++++++++------ src/panelhistory.h | 20 ++++++++++++++------ src/settings.cpp | 20 +++++++++++++------- src/settings.h | 19 +++++++++++++------ src/sidepanel.cpp | 20 ++++++++++++++------ src/sidepanel.h | 18 +++++++++++++----- src/stackedurlbar.cpp | 19 +++++++++++++------ src/stackedurlbar.h | 21 +++++++++++++-------- src/tabbar.cpp | 22 +++++++++++++++------- src/tabbar.h | 21 ++++++++++++++------- src/urlbar.cpp | 19 +++++++++++++------ src/urlbar.h | 19 +++++++++++++------ src/webpage.cpp | 18 ++++++++++++------ src/webpage.h | 18 ++++++++++++------ src/webview.cpp | 20 +++++++++++++------- src/webview.h | 20 +++++++++++++------- 49 files changed, 634 insertions(+), 328 deletions(-) diff --git a/src/application.cpp b/src/application.cpp index ad87cf93..502a6aed 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -2,24 +2,30 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - // Self Includes #include "application.h" #include "application.moc" diff --git a/src/application.h b/src/application.h index e8f2f25f..cd617b7a 100644 --- a/src/application.h +++ b/src/application.h @@ -2,24 +2,32 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ + #ifndef APPLICATION_H #define APPLICATION_H diff --git a/src/autosaver.cpp b/src/autosaver.cpp index 2a3c82e6..602be8ac 100644 --- a/src/autosaver.cpp +++ b/src/autosaver.cpp @@ -6,20 +6,27 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ + // Self Includes #include "autosaver.h" #include "autosaver.moc" diff --git a/src/autosaver.h b/src/autosaver.h index 1d0f56b8..221c225c 100644 --- a/src/autosaver.h +++ b/src/autosaver.h @@ -6,20 +6,25 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - #ifndef AUTOSAVER_H #define AUTOSAVER_H diff --git a/src/bookmarks.cpp b/src/bookmarks.cpp index 04faf891..d5bd107e 100644 --- a/src/bookmarks.cpp +++ b/src/bookmarks.cpp @@ -4,22 +4,28 @@ * * Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - // Self Includes #include "bookmarks.h" #include "bookmarks.moc" diff --git a/src/bookmarks.h b/src/bookmarks.h index 4e2349ad..9db71ab5 100644 --- a/src/bookmarks.h +++ b/src/bookmarks.h @@ -4,22 +4,28 @@ * * Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - #ifndef BOOKMARKS_H #define BOOKMARKS_H diff --git a/src/cookiedialog.cpp b/src/cookiedialog.cpp index 9d781ddb..39c43988 100644 --- a/src/cookiedialog.cpp +++ b/src/cookiedialog.cpp @@ -2,22 +2,27 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2009 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - // Self Includes #include "cookiedialog.h" #include "cookiedialog.moc" diff --git a/src/cookiedialog.h b/src/cookiedialog.h index 79655f25..d2d00fcc 100644 --- a/src/cookiedialog.h +++ b/src/cookiedialog.h @@ -2,23 +2,28 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2009 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - #ifndef COOKIEDIALOG_H #define COOKIEDIALOG_H diff --git a/src/cookieexceptiondialog.cpp b/src/cookieexceptiondialog.cpp index bc96f760..ee662b5e 100644 --- a/src/cookieexceptiondialog.cpp +++ b/src/cookieexceptiondialog.cpp @@ -2,19 +2,25 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2009 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/cookieexceptiondialog.h b/src/cookieexceptiondialog.h index 999cbecf..627f1096 100644 --- a/src/cookieexceptiondialog.h +++ b/src/cookieexceptiondialog.h @@ -2,19 +2,25 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2009 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/cookiejar.cpp b/src/cookiejar.cpp index 41ec6a70..28a77120 100644 --- a/src/cookiejar.cpp +++ b/src/cookiejar.cpp @@ -7,20 +7,25 @@ * Copyright (C) 2009 by Domrachev Alexandr * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - // Self Includes #include "cookiejar.h" #include "cookiejar.moc" diff --git a/src/cookiejar.h b/src/cookiejar.h index 5bfe7749..cc3e81d0 100644 --- a/src/cookiejar.h +++ b/src/cookiejar.h @@ -7,16 +7,22 @@ * Copyright (C) 2009 by Domrachev Alexandr * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/edittableview.cpp b/src/edittableview.cpp index b05970db..40572850 100644 --- a/src/edittableview.cpp +++ b/src/edittableview.cpp @@ -6,16 +6,22 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/edittableview.h b/src/edittableview.h index b973d03c..6ad37668 100644 --- a/src/edittableview.h +++ b/src/edittableview.h @@ -6,20 +6,25 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - #ifndef EDITTABLEVIEW_H #define EDITTABLEVIEW_H diff --git a/src/edittreeview.cpp b/src/edittreeview.cpp index 70d42cb4..4276dc6e 100644 --- a/src/edittreeview.cpp +++ b/src/edittreeview.cpp @@ -6,16 +6,22 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/edittreeview.h b/src/edittreeview.h index c8a59f1e..6520b331 100644 --- a/src/edittreeview.h +++ b/src/edittreeview.h @@ -6,16 +6,22 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/findbar.cpp b/src/findbar.cpp index a1cb0aba..6d108a15 100644 --- a/src/findbar.cpp +++ b/src/findbar.cpp @@ -3,18 +3,25 @@ * This file is a part of the rekonq project * * Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/findbar.h b/src/findbar.h index ce84b5e4..6d92a645 100644 --- a/src/findbar.h +++ b/src/findbar.h @@ -3,22 +3,28 @@ * This file is a part of the rekonq project * * Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - #ifndef FINDBAR_H #define FINDBAR_H diff --git a/src/history.cpp b/src/history.cpp index c844a889..409ac51b 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -7,16 +7,22 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/history.h b/src/history.h index 5f143b6b..d127402a 100644 --- a/src/history.h +++ b/src/history.h @@ -7,16 +7,22 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/historymenu.cpp b/src/historymenu.cpp index 9b16f42c..f7029d64 100644 --- a/src/historymenu.cpp +++ b/src/historymenu.cpp @@ -6,16 +6,22 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/historymenu.h b/src/historymenu.h index 64395951..a6bb77d6 100644 --- a/src/historymenu.h +++ b/src/historymenu.h @@ -6,16 +6,22 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/lineedit.cpp b/src/lineedit.cpp index 270d1634..186ac143 100644 --- a/src/lineedit.cpp +++ b/src/lineedit.cpp @@ -2,21 +2,30 @@ * * This file is a part of the rekonq project * +* Copyright (C) 2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ + // Self Includes #include "lineedit.h" #include "lineedit.moc" diff --git a/src/lineedit.h b/src/lineedit.h index 9fbf189b..40e8d6d4 100644 --- a/src/lineedit.h +++ b/src/lineedit.h @@ -2,19 +2,27 @@ * * This file is a part of the rekonq project * +* Copyright (C) 2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/main.cpp b/src/main.cpp index bae5a746..6b3d9490 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,16 +5,22 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/mainview.cpp b/src/mainview.cpp index 7566400b..f1026d84 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -4,22 +4,28 @@ * * Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - // Self Includes #include "mainview.h" #include "mainview.moc" diff --git a/src/mainview.h b/src/mainview.h index b5d01e2e..82485e64 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -4,18 +4,25 @@ * * Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index dba8c8ec..a4b78114 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2,21 +2,27 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2007-2008 Trolltech ASA. All rights reserved * Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/mainwindow.h b/src/mainwindow.h index 7d951eca..14c59cce 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -2,25 +2,30 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2007-2008 Trolltech ASA. All rights reserved * Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - #ifndef MAINWINDOW_H #define MAINWINDOW_H diff --git a/src/modelmenu.cpp b/src/modelmenu.cpp index 1aa5be16..4ef2bd76 100644 --- a/src/modelmenu.cpp +++ b/src/modelmenu.cpp @@ -3,19 +3,24 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008-2009 by Andrea Diamantini -* -* -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. +* Copyright (C) 2008-2009 by Andrea Diamantini * * +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/modelmenu.h b/src/modelmenu.h index f63a98ba..b30a9598 100644 --- a/src/modelmenu.h +++ b/src/modelmenu.h @@ -3,23 +3,27 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008-2009 by Andrea Diamantini -* -* -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. +* Copyright (C) 2008-2009 by Andrea Diamantini * * +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - #ifndef MODELMENU_H #define MODELMENU_H diff --git a/src/networkaccessmanager.cpp b/src/networkaccessmanager.cpp index be2f7180..1b589b27 100644 --- a/src/networkaccessmanager.cpp +++ b/src/networkaccessmanager.cpp @@ -3,19 +3,24 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008-2009 by Andrea Diamantini -* -* -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. +* Copyright (C) 2008-2009 by Andrea Diamantini * * +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/networkaccessmanager.h b/src/networkaccessmanager.h index 0eac4cfc..348143b8 100644 --- a/src/networkaccessmanager.h +++ b/src/networkaccessmanager.h @@ -3,19 +3,24 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008-2009 by Andrea Diamantini -* -* -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. +* Copyright (C) 2008-2009 by Andrea Diamantini * * +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/panelhistory.cpp b/src/panelhistory.cpp index ec9cfd47..f9ac9da0 100644 --- a/src/panelhistory.cpp +++ b/src/panelhistory.cpp @@ -2,19 +2,26 @@ * * This file is a part of the rekonq project * +* Copyright (C) 2009 by Andrea Diamantini * * Copyright (C) 2009 by Domrachev Alexandr * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/panelhistory.h b/src/panelhistory.h index acfb478f..84aceba1 100644 --- a/src/panelhistory.h +++ b/src/panelhistory.h @@ -2,21 +2,29 @@ * * This file is a part of the rekonq project * +* Copyright (C) 2009 by Andrea Diamantini * * Copyright (C) 2009 by Domrachev Alexandr * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ + #ifndef PANELHISTORY_H #define PANELHISTORY_H diff --git a/src/settings.cpp b/src/settings.cpp index c300b176..2d7d7c01 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -4,22 +4,28 @@ * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved * Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - // Self Includes #include "settings.h" #include "settings.moc" diff --git a/src/settings.h b/src/settings.h index 6fbf45e4..42e6e965 100644 --- a/src/settings.h +++ b/src/settings.h @@ -4,18 +4,25 @@ * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved * Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/sidepanel.cpp b/src/sidepanel.cpp index 5664d165..6e47f7db 100644 --- a/src/sidepanel.cpp +++ b/src/sidepanel.cpp @@ -2,21 +2,29 @@ * * This file is a part of the rekonq project * +* Copyright (C) 2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ + // Self Includes #include "sidepanel.h" #include "sidepanel.moc" diff --git a/src/sidepanel.h b/src/sidepanel.h index 6f6a757d..0b5a226e 100644 --- a/src/sidepanel.h +++ b/src/sidepanel.h @@ -2,18 +2,26 @@ * * This file is a part of the rekonq project * +* Copyright (C) 2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. * +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/stackedurlbar.cpp b/src/stackedurlbar.cpp index 04b702f5..18912ccd 100644 --- a/src/stackedurlbar.cpp +++ b/src/stackedurlbar.cpp @@ -2,19 +2,26 @@ * * This file is a part of the rekonq project * +* Copyright (C) 2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/stackedurlbar.h b/src/stackedurlbar.h index 6d345f50..bda4b8fc 100644 --- a/src/stackedurlbar.h +++ b/src/stackedurlbar.h @@ -2,24 +2,29 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ - #ifndef STACKEDURLBAR_H #define STACKEDURLBAR_H diff --git a/src/tabbar.cpp b/src/tabbar.cpp index 962ec20f..bc92523a 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -2,23 +2,31 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2007-2008 Trolltech ASA. All rights reserved +* Copyright (C) 2008 Benjamin C. Meyer * Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ + //Self Includes #include "tabbar.h" #include "tabbar.moc" diff --git a/src/tabbar.h b/src/tabbar.h index edae6189..854469b4 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -2,21 +2,28 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2007-2008 Trolltech ASA. All rights reserved +* Copyright (C) 2008 Benjamin C. Meyer * Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/urlbar.cpp b/src/urlbar.cpp index f43f2244..28c63b78 100644 --- a/src/urlbar.cpp +++ b/src/urlbar.cpp @@ -5,18 +5,25 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Domrachev Alexandr * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/urlbar.h b/src/urlbar.h index 8d17c78c..42ac9af7 100644 --- a/src/urlbar.h +++ b/src/urlbar.h @@ -5,18 +5,25 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * Copyright (C) 2009 by Domrachev Alexandr * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/webpage.cpp b/src/webpage.cpp index 8108d362..498ab7ba 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -9,16 +9,22 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/webpage.h b/src/webpage.h index ef14793e..aefd9bcd 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -9,16 +9,22 @@ * Copyright (C) 2008-2009 by Andrea Diamantini * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/webview.cpp b/src/webview.cpp index f1ef4c24..f2cfe232 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -2,20 +2,26 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2007-2008 Trolltech ASA. All rights reserved * Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ diff --git a/src/webview.h b/src/webview.h index 6ff303fc..5a2638b8 100644 --- a/src/webview.h +++ b/src/webview.h @@ -2,20 +2,26 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2007-2008 Trolltech ASA. All rights reserved * Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 by Lionel Chauvin * * -* This program is free software; you can redistribute it -* and/or modify it under the terms of the GNU General -* Public License as published by the Free Software Foundation; -* either version 3, or (at your option) any later version. -* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License as +* published by the Free Software Foundation; either version 2 of +* the License or (at your option) version 3 or any later version +* accepted by the membership of KDE e.V. (or its successor approved +* by the membership of KDE e.V.), which shall act as a proxy +* defined in Section 14 of version 3 of the license. +* * 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 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* * ============================================================ */ -- cgit v1.2.1