aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-20 13:59:12 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-20 13:59:12 +0100
commitf84f7bf1b35efa793cb3ff893a97e8b65982c01b (patch)
treedd7f3d665b417d57a9cc232c0b9b5083b0139c42 /src
parentAdded comments to PKGBUILD (diff)
downloadsmolbote-f84f7bf1b35efa793cb3ff893a97e8b65982c01b.tar.xz
Fixed repo location in license headers
Diffstat (limited to 'src')
-rw-r--r--src/browser.cpp2
-rw-r--r--src/browser.h2
-rw-r--r--src/forms/aboutdialog.cpp2
-rw-r--r--src/forms/aboutdialog.h2
-rw-r--r--src/forms/cookiesform.cpp2
-rw-r--r--src/forms/cookiesform.h2
-rw-r--r--src/forms/searchform.cpp2
-rw-r--r--src/forms/searchform.h2
-rw-r--r--src/main.cpp2
-rw-r--r--src/mainwindow/mainwindow.cpp2
-rw-r--r--src/mainwindow/mainwindow.h2
-rw-r--r--src/mainwindow/widgets/loadingbar.cpp2
-rw-r--r--src/mainwindow/widgets/loadingbar.h2
-rw-r--r--src/mainwindow/widgets/navigationbar.cpp2
-rw-r--r--src/mainwindow/widgets/navigationbar.h2
-rw-r--r--src/singleapplication.cpp2
-rw-r--r--src/singleapplication.h2
-rw-r--r--src/webengine/cookieinterceptor.cpp2
-rw-r--r--src/webengine/cookieinterceptor.h2
-rw-r--r--src/webengine/urlinterceptor.cpp2
-rw-r--r--src/webengine/urlinterceptor.h2
-rw-r--r--src/webengine/webengineprofile.cpp2
-rw-r--r--src/webengine/webengineprofile.h2
-rw-r--r--src/webengine/webpage.cpp2
-rw-r--r--src/webengine/webpage.h2
-rw-r--r--src/webengine/webview.cpp2
-rw-r--r--src/webengine/webview.h2
-rw-r--r--src/widgets/mainwindowmenubar.cpp2
-rw-r--r--src/widgets/mainwindowmenubar.h2
-rw-r--r--src/widgets/mainwindowtabbar.cpp2
-rw-r--r--src/widgets/mainwindowtabbar.h2
31 files changed, 31 insertions, 31 deletions
diff --git a/src/browser.cpp b/src/browser.cpp
index 3d2bec0..cd901e3 100644
--- a/src/browser.cpp
+++ b/src/browser.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/browser.h b/src/browser.h
index 5b1a760..2cb6969 100644
--- a/src/browser.h
+++ b/src/browser.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/forms/aboutdialog.cpp b/src/forms/aboutdialog.cpp
index eb32533..d9c75c3 100644
--- a/src/forms/aboutdialog.cpp
+++ b/src/forms/aboutdialog.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/forms/aboutdialog.h b/src/forms/aboutdialog.h
index 740df09..1a1b4eb 100644
--- a/src/forms/aboutdialog.h
+++ b/src/forms/aboutdialog.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/forms/cookiesform.cpp b/src/forms/cookiesform.cpp
index 52fb5a2..fc6d648 100644
--- a/src/forms/cookiesform.cpp
+++ b/src/forms/cookiesform.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/forms/cookiesform.h b/src/forms/cookiesform.h
index 18c7698..3672b0f 100644
--- a/src/forms/cookiesform.h
+++ b/src/forms/cookiesform.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/forms/searchform.cpp b/src/forms/searchform.cpp
index bed0dc5..03fd24f 100644
--- a/src/forms/searchform.cpp
+++ b/src/forms/searchform.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/forms/searchform.h b/src/forms/searchform.h
index 85ce11b..da25474 100644
--- a/src/forms/searchform.h
+++ b/src/forms/searchform.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/main.cpp b/src/main.cpp
index 62f6757..9356820 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/mainwindow/mainwindow.cpp b/src/mainwindow/mainwindow.cpp
index 018ff64..94e9bce 100644
--- a/src/mainwindow/mainwindow.cpp
+++ b/src/mainwindow/mainwindow.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/mainwindow/mainwindow.h b/src/mainwindow/mainwindow.h
index 3f2c3a2..0965b43 100644
--- a/src/mainwindow/mainwindow.h
+++ b/src/mainwindow/mainwindow.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/mainwindow/widgets/loadingbar.cpp b/src/mainwindow/widgets/loadingbar.cpp
index 99f44d2..2c12371 100644
--- a/src/mainwindow/widgets/loadingbar.cpp
+++ b/src/mainwindow/widgets/loadingbar.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/mainwindow/widgets/loadingbar.h b/src/mainwindow/widgets/loadingbar.h
index 8ae314e..b03a25e 100644
--- a/src/mainwindow/widgets/loadingbar.h
+++ b/src/mainwindow/widgets/loadingbar.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/mainwindow/widgets/navigationbar.cpp b/src/mainwindow/widgets/navigationbar.cpp
index 3e50b8a..93711e1 100644
--- a/src/mainwindow/widgets/navigationbar.cpp
+++ b/src/mainwindow/widgets/navigationbar.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/mainwindow/widgets/navigationbar.h b/src/mainwindow/widgets/navigationbar.h
index 15a9c7b..fd0579d 100644
--- a/src/mainwindow/widgets/navigationbar.h
+++ b/src/mainwindow/widgets/navigationbar.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/singleapplication.cpp b/src/singleapplication.cpp
index eb51d0c..2356fc2 100644
--- a/src/singleapplication.cpp
+++ b/src/singleapplication.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/singleapplication.h b/src/singleapplication.h
index 8ebea12..4d75da6 100644
--- a/src/singleapplication.h
+++ b/src/singleapplication.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/webengine/cookieinterceptor.cpp b/src/webengine/cookieinterceptor.cpp
index 88cc475..e1a7d6b 100644
--- a/src/webengine/cookieinterceptor.cpp
+++ b/src/webengine/cookieinterceptor.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/webengine/cookieinterceptor.h b/src/webengine/cookieinterceptor.h
index 58b8894..da21f04 100644
--- a/src/webengine/cookieinterceptor.h
+++ b/src/webengine/cookieinterceptor.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/webengine/urlinterceptor.cpp b/src/webengine/urlinterceptor.cpp
index bb9bb5f..91919ea 100644
--- a/src/webengine/urlinterceptor.cpp
+++ b/src/webengine/urlinterceptor.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/webengine/urlinterceptor.h b/src/webengine/urlinterceptor.h
index 24936c3..b34d9ff 100644
--- a/src/webengine/urlinterceptor.h
+++ b/src/webengine/urlinterceptor.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/webengine/webengineprofile.cpp b/src/webengine/webengineprofile.cpp
index 0e6a6bd..e8aa0ae 100644
--- a/src/webengine/webengineprofile.cpp
+++ b/src/webengine/webengineprofile.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/webengine/webengineprofile.h b/src/webengine/webengineprofile.h
index d0e5ed9..d93e079 100644
--- a/src/webengine/webengineprofile.h
+++ b/src/webengine/webengineprofile.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/webengine/webpage.cpp b/src/webengine/webpage.cpp
index c8ad24b..b2f8c43 100644
--- a/src/webengine/webpage.cpp
+++ b/src/webengine/webpage.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/webengine/webpage.h b/src/webengine/webpage.h
index ffbe34d..0c7c3b9 100644
--- a/src/webengine/webpage.h
+++ b/src/webengine/webpage.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/webengine/webview.cpp b/src/webengine/webview.cpp
index c924144..fa03dd4 100644
--- a/src/webengine/webview.cpp
+++ b/src/webengine/webview.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/webengine/webview.h b/src/webengine/webview.h
index 78b85ce..5242d0d 100644
--- a/src/webengine/webview.h
+++ b/src/webengine/webview.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/widgets/mainwindowmenubar.cpp b/src/widgets/mainwindowmenubar.cpp
index bc86e77..d24f273 100644
--- a/src/widgets/mainwindowmenubar.cpp
+++ b/src/widgets/mainwindowmenubar.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/widgets/mainwindowmenubar.h b/src/widgets/mainwindowmenubar.h
index 367525b..334829f 100644
--- a/src/widgets/mainwindowmenubar.h
+++ b/src/widgets/mainwindowmenubar.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/widgets/mainwindowtabbar.cpp b/src/widgets/mainwindowtabbar.cpp
index e669bf6..5b7ce4b 100644
--- a/src/widgets/mainwindowtabbar.cpp
+++ b/src/widgets/mainwindowtabbar.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/
diff --git a/src/widgets/mainwindowtabbar.h b/src/widgets/mainwindowtabbar.h
index 845b908..823db1b 100644
--- a/src/widgets/mainwindowtabbar.h
+++ b/src/widgets/mainwindowtabbar.h
@@ -1,7 +1,7 @@
/*
* This file is part of smolbote. It's copyrighted by the contributors recorded
* in the version control history of the file, available from its original
- * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ * location: https://neueland.iserlohn-fortress.net/smolbote.hg
*
* SPDX-License-Identifier: GPL-3.0
*/