From 7557af13f9f904cb9a6240d2101fb14e1ffdca99 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 22 Apr 2009 01:33:28 +0200 Subject: Fixing Copyrights --- src/application.cpp | 3 ++- src/application.h | 3 ++- src/autosaver.cpp | 3 ++- src/autosaver.h | 3 ++- src/bookmarks.cpp | 3 ++- src/bookmarks.h | 3 ++- src/cookiejar.cpp | 3 ++- src/cookiejar.h | 3 ++- src/download.cpp | 3 ++- src/download.h | 3 ++- src/edittableview.cpp | 3 ++- src/edittableview.h | 3 ++- src/edittreeview.cpp | 3 ++- src/edittreeview.h | 3 ++- src/findbar.cpp | 3 ++- src/findbar.h | 3 ++- src/history.cpp | 3 ++- src/history.h | 3 ++- src/main.cpp | 3 ++- src/mainview.cpp | 3 ++- src/mainview.h | 3 ++- src/mainwindow.cpp | 3 ++- src/mainwindow.h | 3 ++- src/modelmenu.cpp | 3 ++- src/modelmenu.h | 3 ++- src/networkaccessmanager.cpp | 3 ++- src/networkaccessmanager.h | 3 ++- src/searchbar.cpp | 3 ++- src/searchbar.h | 3 ++- src/settings.cpp | 3 ++- src/settings.h | 3 ++- src/sidepanel.cpp | 1 + src/sidepanel.h | 2 +- src/tabbar.cpp | 3 ++- src/tabbar.h | 3 ++- src/urlbar.cpp | 3 ++- src/urlbar.h | 3 ++- src/webview.cpp | 3 ++- src/webview.h | 3 ++- 39 files changed, 76 insertions(+), 38 deletions(-) diff --git a/src/application.cpp b/src/application.cpp index 7c726877..551513da 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/application.h b/src/application.h index d351e95d..36ba4bee 100644 --- a/src/application.h +++ b/src/application.h @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/autosaver.cpp b/src/autosaver.cpp index b09f35e9..06df32bf 100644 --- a/src/autosaver.cpp +++ b/src/autosaver.cpp @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/autosaver.h b/src/autosaver.h index 8d85a78d..87e63063 100644 --- a/src/autosaver.h +++ b/src/autosaver.h @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/bookmarks.cpp b/src/bookmarks.cpp index e6dbf1df..e62324a4 100644 --- a/src/bookmarks.cpp +++ b/src/bookmarks.cpp @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/bookmarks.h b/src/bookmarks.h index 6a476a97..9bebd4a3 100644 --- a/src/bookmarks.h +++ b/src/bookmarks.h @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/cookiejar.cpp b/src/cookiejar.cpp index e74dd8e4..d7b3540e 100644 --- a/src/cookiejar.cpp +++ b/src/cookiejar.cpp @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/cookiejar.h b/src/cookiejar.h index 1796d252..150ae8ae 100644 --- a/src/cookiejar.h +++ b/src/cookiejar.h @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/download.cpp b/src/download.cpp index f950a37f..9cf9812b 100644 --- a/src/download.cpp +++ b/src/download.cpp @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007 Lukas Appelhans -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/download.h b/src/download.h index 7b7a5bbf..4be52a7e 100644 --- a/src/download.h +++ b/src/download.h @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007 Lukas Appelhans -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/edittableview.cpp b/src/edittableview.cpp index 2f35e9f3..2717eecb 100644 --- a/src/edittableview.cpp +++ b/src/edittableview.cpp @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/edittableview.h b/src/edittableview.h index d03865c4..100c846a 100644 --- a/src/edittableview.h +++ b/src/edittableview.h @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/edittreeview.cpp b/src/edittreeview.cpp index 747753de..64b77382 100644 --- a/src/edittreeview.cpp +++ b/src/edittreeview.cpp @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/edittreeview.h b/src/edittreeview.h index b40d06c1..e4eaad60 100644 --- a/src/edittreeview.h +++ b/src/edittreeview.h @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/findbar.cpp b/src/findbar.cpp index 1c98fc41..76c313c5 100644 --- a/src/findbar.cpp +++ b/src/findbar.cpp @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/findbar.h b/src/findbar.h index dd42c7d9..3ff92631 100644 --- a/src/findbar.h +++ b/src/findbar.h @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/history.cpp b/src/history.cpp index 16acfa46..eb718a1b 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -4,7 +4,8 @@ * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved * Copyright (C) 2008 Benjamin C. Meyer -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/history.h b/src/history.h index 3a1c1e2f..edec5182 100644 --- a/src/history.h +++ b/src/history.h @@ -4,7 +4,8 @@ * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved * Copyright (C) 2008 Benjamin C. Meyer -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/main.cpp b/src/main.cpp index ec9b2bea..e9d72fd1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/mainview.cpp b/src/mainview.cpp index 245a2ff7..a4966e7b 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/mainview.h b/src/mainview.h index 5b3623cb..b3aa1f4b 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7ada3cb2..c0c83b0b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/mainwindow.h b/src/mainwindow.h index 249360c2..c22da43f 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/modelmenu.cpp b/src/modelmenu.cpp index fae8acab..edfb329d 100644 --- a/src/modelmenu.cpp +++ b/src/modelmenu.cpp @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/modelmenu.h b/src/modelmenu.h index 1ebfa71b..ff189f9e 100644 --- a/src/modelmenu.h +++ b/src/modelmenu.h @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/networkaccessmanager.cpp b/src/networkaccessmanager.cpp index 04054360..79109d7a 100644 --- a/src/networkaccessmanager.cpp +++ b/src/networkaccessmanager.cpp @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/networkaccessmanager.h b/src/networkaccessmanager.h index 72e8d6bf..4d3b34da 100644 --- a/src/networkaccessmanager.h +++ b/src/networkaccessmanager.h @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/searchbar.cpp b/src/searchbar.cpp index bf037b9a..3732d0c5 100644 --- a/src/searchbar.cpp +++ b/src/searchbar.cpp @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/searchbar.h b/src/searchbar.h index 23cfebcd..ca1b507b 100644 --- a/src/searchbar.h +++ b/src/searchbar.h @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/settings.cpp b/src/settings.cpp index ff919eaf..5468b187 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/settings.h b/src/settings.h index c2288b0c..36776922 100644 --- a/src/settings.h +++ b/src/settings.h @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/sidepanel.cpp b/src/sidepanel.cpp index 761c3474..6de7487a 100644 --- a/src/sidepanel.cpp +++ b/src/sidepanel.cpp @@ -3,6 +3,7 @@ * This file is a part of the rekonq project * * Copyright (C) 2009 by Paweł Prażak +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/sidepanel.h b/src/sidepanel.h index 636eb363..63689e1f 100644 --- a/src/sidepanel.h +++ b/src/sidepanel.h @@ -3,7 +3,7 @@ * This file is a part of the rekonq project * * Copyright (C) 2009 by Paweł Prażak -* +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details* * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General diff --git a/src/tabbar.cpp b/src/tabbar.cpp index 05b386b8..e5413e35 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/tabbar.h b/src/tabbar.h index 2703dfe6..a4204d20 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/urlbar.cpp b/src/urlbar.cpp index 0c904e45..d6b1beca 100644 --- a/src/urlbar.cpp +++ b/src/urlbar.cpp @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/urlbar.h b/src/urlbar.h index cd6477c4..2b8f89a5 100644 --- a/src/urlbar.h +++ b/src/urlbar.h @@ -2,7 +2,8 @@ * * 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 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/webview.cpp b/src/webview.cpp index 8d5c5b45..cfea6ca6 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it diff --git a/src/webview.h b/src/webview.h index 4e51d5e0..ab4d0a68 100644 --- a/src/webview.h +++ b/src/webview.h @@ -3,7 +3,8 @@ * This file is a part of the rekonq project * * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved -* Copyright (C) 2008 by Andrea Diamantini +* Copyright (C) 2008-2009 by Andrea Diamantini +* Copyright (C) 2009 rekonq team. Please, see AUTHORS file for details * * * This program is free software; you can redistribute it -- cgit v1.2.1