From f84f7bf1b35efa793cb3ff893a97e8b65982c01b Mon Sep 17 00:00:00 2001
From: Aqua-sama <aqua@iserlohn-fortress.net>
Date: Sat, 20 Jan 2018 13:59:12 +0100
Subject: Fixed repo location in license headers

---
 lib/bookmarks/bookmarkitem.cpp                |  2 +-
 lib/bookmarks/bookmarkitem.h                  |  2 +-
 lib/bookmarks/bookmarksmodel.cpp              |  2 +-
 lib/bookmarks/bookmarksmodel.h                |  2 +-
 lib/bookmarks/bookmarkswidget.cpp             |  2 +-
 lib/bookmarks/bookmarkswidget.h               |  2 +-
 lib/bookmarks/xbel.cpp                        |  2 +-
 lib/bookmarks/xbel.h                          |  2 +-
 lib/downloads/downloadswidget.cpp             |  2 +-
 lib/downloads/downloadswidget.h               |  2 +-
 lib/downloads/widgets/downloaditemwidget.cpp  |  2 +-
 lib/downloads/widgets/downloaditemwidget.h    |  2 +-
 lib/downloads/widgets/elidedlabel.cpp         |  2 +-
 lib/downloads/widgets/elidedlabel.h           |  2 +-
 lib/navigation/urllineedit.cpp                |  2 +-
 lib/navigation/urllineedit.h                  |  2 +-
 lib/settings/configuration.cpp                |  2 +-
 lib/settings/configuration.h                  |  2 +-
 lib/settings/settingsdialog.cpp               |  2 +-
 lib/settings/settingsdialog.h                 |  2 +-
 plugins/ProfileEditor/forms/profileview.cpp   |  2 +-
 plugins/ProfileEditor/forms/profileview.h     |  2 +-
 plugins/ProfileEditor/profileeditorplugin.cpp |  2 +-
 plugins/ProfileEditor/profileeditorplugin.h   |  2 +-
 plugins/interfaces.h                          |  2 +-
 src/browser.cpp                               |  2 +-
 src/browser.h                                 |  2 +-
 src/forms/aboutdialog.cpp                     |  2 +-
 src/forms/aboutdialog.h                       |  2 +-
 src/forms/cookiesform.cpp                     |  2 +-
 src/forms/cookiesform.h                       |  2 +-
 src/forms/searchform.cpp                      |  2 +-
 src/forms/searchform.h                        |  2 +-
 src/main.cpp                                  |  2 +-
 src/mainwindow/mainwindow.cpp                 |  2 +-
 src/mainwindow/mainwindow.h                   |  2 +-
 src/mainwindow/widgets/loadingbar.cpp         |  2 +-
 src/mainwindow/widgets/loadingbar.h           |  2 +-
 src/mainwindow/widgets/navigationbar.cpp      |  2 +-
 src/mainwindow/widgets/navigationbar.h        |  2 +-
 src/singleapplication.cpp                     |  2 +-
 src/singleapplication.h                       |  2 +-
 src/webengine/cookieinterceptor.cpp           |  2 +-
 src/webengine/cookieinterceptor.h             |  2 +-
 src/webengine/urlinterceptor.cpp              |  2 +-
 src/webengine/urlinterceptor.h                |  2 +-
 src/webengine/webengineprofile.cpp            |  2 +-
 src/webengine/webengineprofile.h              |  2 +-
 src/webengine/webpage.cpp                     |  2 +-
 src/webengine/webpage.h                       |  2 +-
 src/webengine/webview.cpp                     |  2 +-
 src/webengine/webview.h                       |  2 +-
 src/widgets/mainwindowmenubar.cpp             |  2 +-
 src/widgets/mainwindowmenubar.h               |  2 +-
 src/widgets/mainwindowtabbar.cpp              |  2 +-
 src/widgets/mainwindowtabbar.h                |  2 +-
 tools/check-license.rb                        | 18 ++++++++++++++++++
 tools/gen_authors.rb                          | 18 ++++++++++++++++++
 tools/gen_authors.sh                          | 20 --------------------
 tools/hooks/pre-commit.rb                     | 19 -------------------
 60 files changed, 92 insertions(+), 95 deletions(-)
 create mode 100755 tools/check-license.rb
 create mode 100755 tools/gen_authors.rb
 delete mode 100755 tools/gen_authors.sh
 delete mode 100755 tools/hooks/pre-commit.rb

diff --git a/lib/bookmarks/bookmarkitem.cpp b/lib/bookmarks/bookmarkitem.cpp
index 875ccc6..5dd3c22 100644
--- a/lib/bookmarks/bookmarkitem.cpp
+++ b/lib/bookmarks/bookmarkitem.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/lib/bookmarks/bookmarkitem.h b/lib/bookmarks/bookmarkitem.h
index 1b9223e..5059fd6 100644
--- a/lib/bookmarks/bookmarkitem.h
+++ b/lib/bookmarks/bookmarkitem.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/lib/bookmarks/bookmarksmodel.cpp b/lib/bookmarks/bookmarksmodel.cpp
index 5cf343f..3498f71 100644
--- a/lib/bookmarks/bookmarksmodel.cpp
+++ b/lib/bookmarks/bookmarksmodel.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/lib/bookmarks/bookmarksmodel.h b/lib/bookmarks/bookmarksmodel.h
index 79bd9ce..0fb5e04 100644
--- a/lib/bookmarks/bookmarksmodel.h
+++ b/lib/bookmarks/bookmarksmodel.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/lib/bookmarks/bookmarkswidget.cpp b/lib/bookmarks/bookmarkswidget.cpp
index 21bf804..e148831 100644
--- a/lib/bookmarks/bookmarkswidget.cpp
+++ b/lib/bookmarks/bookmarkswidget.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/lib/bookmarks/bookmarkswidget.h b/lib/bookmarks/bookmarkswidget.h
index ca35457..ec3469b 100644
--- a/lib/bookmarks/bookmarkswidget.h
+++ b/lib/bookmarks/bookmarkswidget.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/lib/bookmarks/xbel.cpp b/lib/bookmarks/xbel.cpp
index 122ccf8..d19641c 100644
--- a/lib/bookmarks/xbel.cpp
+++ b/lib/bookmarks/xbel.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/lib/bookmarks/xbel.h b/lib/bookmarks/xbel.h
index c1de1df..52f7072 100644
--- a/lib/bookmarks/xbel.h
+++ b/lib/bookmarks/xbel.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/lib/downloads/downloadswidget.cpp b/lib/downloads/downloadswidget.cpp
index b3bad67..3f1b9f7 100644
--- a/lib/downloads/downloadswidget.cpp
+++ b/lib/downloads/downloadswidget.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/lib/downloads/downloadswidget.h b/lib/downloads/downloadswidget.h
index d724e08..9ec95bb 100644
--- a/lib/downloads/downloadswidget.h
+++ b/lib/downloads/downloadswidget.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/lib/downloads/widgets/downloaditemwidget.cpp b/lib/downloads/widgets/downloaditemwidget.cpp
index 6860c16..0de17c2 100644
--- a/lib/downloads/widgets/downloaditemwidget.cpp
+++ b/lib/downloads/widgets/downloaditemwidget.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/lib/downloads/widgets/downloaditemwidget.h b/lib/downloads/widgets/downloaditemwidget.h
index 09a7370..5013c36 100644
--- a/lib/downloads/widgets/downloaditemwidget.h
+++ b/lib/downloads/widgets/downloaditemwidget.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/lib/downloads/widgets/elidedlabel.cpp b/lib/downloads/widgets/elidedlabel.cpp
index 2878565..f5db921 100644
--- a/lib/downloads/widgets/elidedlabel.cpp
+++ b/lib/downloads/widgets/elidedlabel.cpp
@@ -50,7 +50,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: BSD-3-Clause
  */
diff --git a/lib/downloads/widgets/elidedlabel.h b/lib/downloads/widgets/elidedlabel.h
index d6c06c5..96d2609 100644
--- a/lib/downloads/widgets/elidedlabel.h
+++ b/lib/downloads/widgets/elidedlabel.h
@@ -50,7 +50,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: BSD-3-Clause
  */
diff --git a/lib/navigation/urllineedit.cpp b/lib/navigation/urllineedit.cpp
index 2d2ac40..fdbfc63 100644
--- a/lib/navigation/urllineedit.cpp
+++ b/lib/navigation/urllineedit.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/lib/navigation/urllineedit.h b/lib/navigation/urllineedit.h
index 9ac0366..2d2a267 100644
--- a/lib/navigation/urllineedit.h
+++ b/lib/navigation/urllineedit.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/lib/settings/configuration.cpp b/lib/settings/configuration.cpp
index af5af65..64e8b38 100644
--- a/lib/settings/configuration.cpp
+++ b/lib/settings/configuration.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/lib/settings/configuration.h b/lib/settings/configuration.h
index 67ba7b1..db93760 100644
--- a/lib/settings/configuration.h
+++ b/lib/settings/configuration.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/lib/settings/settingsdialog.cpp b/lib/settings/settingsdialog.cpp
index 97b5f44..2cad476 100644
--- a/lib/settings/settingsdialog.cpp
+++ b/lib/settings/settingsdialog.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/lib/settings/settingsdialog.h b/lib/settings/settingsdialog.h
index f77b822..3d822d4 100644
--- a/lib/settings/settingsdialog.h
+++ b/lib/settings/settingsdialog.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/plugins/ProfileEditor/forms/profileview.cpp b/plugins/ProfileEditor/forms/profileview.cpp
index fa0bfaa..e073dbb 100644
--- a/plugins/ProfileEditor/forms/profileview.cpp
+++ b/plugins/ProfileEditor/forms/profileview.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/plugins/ProfileEditor/forms/profileview.h b/plugins/ProfileEditor/forms/profileview.h
index 580bee9..acffbfe 100644
--- a/plugins/ProfileEditor/forms/profileview.h
+++ b/plugins/ProfileEditor/forms/profileview.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/plugins/ProfileEditor/profileeditorplugin.cpp b/plugins/ProfileEditor/profileeditorplugin.cpp
index e0b0af1..d048875 100644
--- a/plugins/ProfileEditor/profileeditorplugin.cpp
+++ b/plugins/ProfileEditor/profileeditorplugin.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/plugins/ProfileEditor/profileeditorplugin.h b/plugins/ProfileEditor/profileeditorplugin.h
index df2c5c4..3999aba 100644
--- a/plugins/ProfileEditor/profileeditorplugin.h
+++ b/plugins/ProfileEditor/profileeditorplugin.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/plugins/interfaces.h b/plugins/interfaces.h
index a43964a..3bec574 100644
--- a/plugins/interfaces.h
+++ b/plugins/interfaces.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: MIT
  */
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
  */
diff --git a/tools/check-license.rb b/tools/check-license.rb
new file mode 100755
index 0000000..8eeb6bb
--- /dev/null
+++ b/tools/check-license.rb
@@ -0,0 +1,18 @@
+#!/usr/bin/env ruby
+
+result = 0
+files = Dir.glob("src/**/*.h") + Dir.glob("src/**/*.cpp") \
+      + Dir.glob("lib/**/*.h") + Dir.glob("lib/**/*.cpp") \
+      + Dir.glob("plugins/**/*.h") + Dir.glob("plugins/**/*.cpp")
+
+puts 'Checking licenses...'
+files.each { |name|
+    File.open(name) { |file|
+        if file.grep(/SPDX-License-Identifier/).empty? then
+            puts "Missing or incorrect license header: #{name}"
+            result += 1
+        end
+    }
+}
+
+exit result
diff --git a/tools/gen_authors.rb b/tools/gen_authors.rb
new file mode 100755
index 0000000..96f2679
--- /dev/null
+++ b/tools/gen_authors.rb
@@ -0,0 +1,18 @@
+#!/usr/bin/env ruby
+# Generate list of authors from repository commits
+
+log = `hg log --template='{author}'%`
+
+authors = Hash.new(0)
+log.split('%').each do |i|
+  authors[i] += 1
+end
+
+# sort list by descending number of commits
+authors = authors.sort_by {|k, v| v}.reverse
+
+# print out authors
+authors.each do |k, v|
+  #print "    #{k} (#{v})\n"
+  print "    #{k}\n"
+end
diff --git a/tools/gen_authors.sh b/tools/gen_authors.sh
deleted file mode 100755
index ed24634..0000000
--- a/tools/gen_authors.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# Generate a list of everyone who has contributed to the project merging those
-# who commited under two names or email addresses.
-# Original: https://github.com/Arora/arora/blob/master/generateAuthors
-#
-# To can pass an arg (which goes to git log)
-#   Example: to see everyone who contributed between tag 0.6 and now
-#   ./generateAuthors 0.6..HEAD
-#
-# Currently this is sorted based on # of commits, sorting contributions is not
-# a simple topic as pointed out in this article http://lwn.net/Articles/222773/
-#
-
-# List of aliases
-# Aqua, Aqua-sama <aqua@iserlohn-fortress.net>, Xian Nox, xiannox <xian.nox@gmail.com>
-
-hg log --template='{author}\n' \
-    | sort | uniq -c | sort -n -r \
-    | sed -e 's/^ *[0-9]* /    /g'
diff --git a/tools/hooks/pre-commit.rb b/tools/hooks/pre-commit.rb
deleted file mode 100755
index 825a851..0000000
--- a/tools/hooks/pre-commit.rb
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env ruby
-
-result = 0
-files = Dir.glob("src/**/*.h") + Dir.glob("src/**/*.cpp") + Dir.glob("lib/**/*.h") + Dir.glob("lib/**/*.cpp")
-
-puts "pre-commit: #{`pwd`}"
-
-puts 'Checking licenses...'
-files.each { |name|
-    File.open(name) { |file|
-        if file.grep(/SPDX-License-Identifier/).empty? then
-            puts "Missing or incorrect license header: #{name}"
-            result = 1
-        end
-    }
-}
-
-puts "pre-commit exit(#{result})"
-exit result
-- 
cgit v1.2.1