summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/application.cpp2
-rw-r--r--src/application.h2
-rw-r--r--src/autosaver.cpp2
-rw-r--r--src/autosaver.h2
-rw-r--r--src/bookmarks.cpp2
-rw-r--r--src/bookmarks.h2
-rw-r--r--src/cookiedialog.cpp2
-rw-r--r--src/cookiedialog.h2
-rw-r--r--src/cookieexceptiondialog.cpp2
-rw-r--r--src/cookieexceptiondialog.h2
-rw-r--r--src/cookiejar.cpp2
-rw-r--r--src/cookiejar.h2
-rw-r--r--src/download.cpp2
-rw-r--r--src/edittableview.cpp2
-rw-r--r--src/edittableview.h2
-rw-r--r--src/edittreeview.cpp2
-rw-r--r--src/edittreeview.h2
-rw-r--r--src/findbar.cpp2
-rw-r--r--src/findbar.h2
-rw-r--r--src/history.cpp2
-rw-r--r--src/history.h2
-rw-r--r--src/historydialog.cpp2
-rw-r--r--src/historydialog.h2
-rw-r--r--src/historymenu.cpp2
-rw-r--r--src/historymenu.h2
-rw-r--r--src/lineedit.cpp2
-rw-r--r--src/lineedit.h2
-rw-r--r--src/main.cpp2
-rw-r--r--src/mainview.cpp2
-rw-r--r--src/mainview.h2
-rw-r--r--src/mainwindow.cpp2
-rw-r--r--src/mainwindow.h2
-rw-r--r--src/modelmenu.cpp2
-rw-r--r--src/modelmenu.h2
-rw-r--r--src/networkaccessmanager.cpp2
-rw-r--r--src/networkaccessmanager.h2
-rw-r--r--src/panelhistory.cpp2
-rw-r--r--src/panelhistory.h2
-rw-r--r--src/searchbar.cpp2
-rw-r--r--src/searchbar.h2
-rw-r--r--src/settings.cpp2
-rw-r--r--src/settings.h2
-rw-r--r--src/sidepanel.cpp2
-rw-r--r--src/sidepanel.h2
-rw-r--r--src/stackedurlbar.cpp2
-rw-r--r--src/stackedurlbar.h2
-rw-r--r--src/tabbar.cpp2
-rw-r--r--src/tabbar.h2
-rw-r--r--src/urlbar.cpp2
-rw-r--r--src/urlbar.h2
-rw-r--r--src/webpage.cpp2
-rw-r--r--src/webpage.h2
-rw-r--r--src/webview.cpp2
-rw-r--r--src/webview.h2
54 files changed, 54 insertions, 54 deletions
diff --git a/src/application.cpp b/src/application.cpp
index 09a8a087..bd6e6d48 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/application.h b/src/application.h
index e61b2a31..a5658703 100644
--- a/src/application.h
+++ b/src/application.h
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/autosaver.cpp b/src/autosaver.cpp
index c7da12f3..2a3c82e6 100644
--- a/src/autosaver.cpp
+++ b/src/autosaver.cpp
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/autosaver.h b/src/autosaver.h
index 7ce44f78..1d0f56b8 100644
--- a/src/autosaver.h
+++ b/src/autosaver.h
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/bookmarks.cpp b/src/bookmarks.cpp
index bddacab4..d280f376 100644
--- a/src/bookmarks.cpp
+++ b/src/bookmarks.cpp
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/bookmarks.h b/src/bookmarks.h
index 8b4cf8e5..1de181e3 100644
--- a/src/bookmarks.h
+++ b/src/bookmarks.h
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/cookiedialog.cpp b/src/cookiedialog.cpp
index e48d9c02..3177bc39 100644
--- a/src/cookiedialog.cpp
+++ b/src/cookiedialog.cpp
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/cookiedialog.h b/src/cookiedialog.h
index e1b17356..5c0de55f 100644
--- a/src/cookiedialog.h
+++ b/src/cookiedialog.h
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/cookieexceptiondialog.cpp b/src/cookieexceptiondialog.cpp
index b4ad555f..bc96f760 100644
--- a/src/cookieexceptiondialog.cpp
+++ b/src/cookieexceptiondialog.cpp
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/cookieexceptiondialog.h b/src/cookieexceptiondialog.h
index eb0608d1..999cbecf 100644
--- a/src/cookieexceptiondialog.h
+++ b/src/cookieexceptiondialog.h
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/cookiejar.cpp b/src/cookiejar.cpp
index 4e4ef2c2..38544adf 100644
--- a/src/cookiejar.cpp
+++ b/src/cookiejar.cpp
@@ -10,7 +10,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/cookiejar.h b/src/cookiejar.h
index 08c65218..56adc0b3 100644
--- a/src/cookiejar.h
+++ b/src/cookiejar.h
@@ -10,7 +10,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/download.cpp b/src/download.cpp
index 2f98d5a4..84b9c5a3 100644
--- a/src/download.cpp
+++ b/src/download.cpp
@@ -11,7 +11,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/edittableview.cpp b/src/edittableview.cpp
index 9ecf8958..b05970db 100644
--- a/src/edittableview.cpp
+++ b/src/edittableview.cpp
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/edittableview.h b/src/edittableview.h
index d6f88bfe..b973d03c 100644
--- a/src/edittableview.h
+++ b/src/edittableview.h
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/edittreeview.cpp b/src/edittreeview.cpp
index 8ca18d13..70d42cb4 100644
--- a/src/edittreeview.cpp
+++ b/src/edittreeview.cpp
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/edittreeview.h b/src/edittreeview.h
index aeb32f37..c8a59f1e 100644
--- a/src/edittreeview.h
+++ b/src/edittreeview.h
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/findbar.cpp b/src/findbar.cpp
index 283453a8..4f7ce11e 100644
--- a/src/findbar.cpp
+++ b/src/findbar.cpp
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/findbar.h b/src/findbar.h
index 739a573e..6a6137ab 100644
--- a/src/findbar.h
+++ b/src/findbar.h
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/history.cpp b/src/history.cpp
index 795bc14e..dcfe4c21 100644
--- a/src/history.cpp
+++ b/src/history.cpp
@@ -10,7 +10,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/history.h b/src/history.h
index 7586ff9d..5f143b6b 100644
--- a/src/history.h
+++ b/src/history.h
@@ -10,7 +10,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/historydialog.cpp b/src/historydialog.cpp
index 7b0d6bc0..6a150952 100644
--- a/src/historydialog.cpp
+++ b/src/historydialog.cpp
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/historydialog.h b/src/historydialog.h
index 6436eda3..20f92d9d 100644
--- a/src/historydialog.h
+++ b/src/historydialog.h
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/historymenu.cpp b/src/historymenu.cpp
index 74b37db0..234236ac 100644
--- a/src/historymenu.cpp
+++ b/src/historymenu.cpp
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/historymenu.h b/src/historymenu.h
index 06d85ffa..ec529b65 100644
--- a/src/historymenu.h
+++ b/src/historymenu.h
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/lineedit.cpp b/src/lineedit.cpp
index e3185fc2..05ba2764 100644
--- a/src/lineedit.cpp
+++ b/src/lineedit.cpp
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/lineedit.h b/src/lineedit.h
index ba18f3db..a9ba68c4 100644
--- a/src/lineedit.h
+++ b/src/lineedit.h
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/main.cpp b/src/main.cpp
index 28ad9e8b..f4b2daff 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/mainview.cpp b/src/mainview.cpp
index ea56527d..6f3ad926 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/mainview.h b/src/mainview.h
index ff43576f..dfa498f7 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 26ffbc11..abc3fcd5 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -10,7 +10,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/mainwindow.h b/src/mainwindow.h
index cc0aa2e8..411cbe6c 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -10,7 +10,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/modelmenu.cpp b/src/modelmenu.cpp
index 9ac9c512..9ff37037 100644
--- a/src/modelmenu.cpp
+++ b/src/modelmenu.cpp
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/modelmenu.h b/src/modelmenu.h
index 89a0ecdf..f63a98ba 100644
--- a/src/modelmenu.h
+++ b/src/modelmenu.h
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/networkaccessmanager.cpp b/src/networkaccessmanager.cpp
index 2eba844a..086ff165 100644
--- a/src/networkaccessmanager.cpp
+++ b/src/networkaccessmanager.cpp
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/networkaccessmanager.h b/src/networkaccessmanager.h
index 8416d6a2..c6ac3233 100644
--- a/src/networkaccessmanager.h
+++ b/src/networkaccessmanager.h
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/panelhistory.cpp b/src/panelhistory.cpp
index 1282454a..9d38fcc6 100644
--- a/src/panelhistory.cpp
+++ b/src/panelhistory.cpp
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/panelhistory.h b/src/panelhistory.h
index 20152c64..acfb478f 100644
--- a/src/panelhistory.h
+++ b/src/panelhistory.h
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/searchbar.cpp b/src/searchbar.cpp
index 6d118a7d..e8ffb178 100644
--- a/src/searchbar.cpp
+++ b/src/searchbar.cpp
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/searchbar.h b/src/searchbar.h
index fe30c946..621c2081 100644
--- a/src/searchbar.h
+++ b/src/searchbar.h
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/settings.cpp b/src/settings.cpp
index f6e73412..297b81d9 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/settings.h b/src/settings.h
index 26fd2d16..d9baa009 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/sidepanel.cpp b/src/sidepanel.cpp
index 85e11920..5664d165 100644
--- a/src/sidepanel.cpp
+++ b/src/sidepanel.cpp
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/sidepanel.h b/src/sidepanel.h
index 7c0612ad..6f6a757d 100644
--- a/src/sidepanel.h
+++ b/src/sidepanel.h
@@ -7,7 +7,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/stackedurlbar.cpp b/src/stackedurlbar.cpp
index 53a974fe..04b702f5 100644
--- a/src/stackedurlbar.cpp
+++ b/src/stackedurlbar.cpp
@@ -8,7 +8,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/stackedurlbar.h b/src/stackedurlbar.h
index ef3392e9..6d345f50 100644
--- a/src/stackedurlbar.h
+++ b/src/stackedurlbar.h
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/tabbar.cpp b/src/tabbar.cpp
index bf3f0b4e..96e3d19c 100644
--- a/src/tabbar.cpp
+++ b/src/tabbar.cpp
@@ -10,7 +10,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/tabbar.h b/src/tabbar.h
index 14f2e35b..edae6189 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -10,7 +10,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/urlbar.cpp b/src/urlbar.cpp
index e1971ced..0204d321 100644
--- a/src/urlbar.cpp
+++ b/src/urlbar.cpp
@@ -10,7 +10,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/urlbar.h b/src/urlbar.h
index 02d709bb..32d09af4 100644
--- a/src/urlbar.h
+++ b/src/urlbar.h
@@ -10,7 +10,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/webpage.cpp b/src/webpage.cpp
index 193f2a82..d26b54aa 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -9,7 +9,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/webpage.h b/src/webpage.h
index 1f8777bd..0723cb6d 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -11,7 +11,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/webview.cpp b/src/webview.cpp
index 0ba33682..d5744ccc 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -11,7 +11,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/webview.h b/src/webview.h
index 2ac018d7..b5ffa887 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -11,7 +11,7 @@
* 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, or (at your option) any later version.
+* either version 3, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of