From f84f7bf1b35efa793cb3ff893a97e8b65982c01b Mon Sep 17 00:00:00 2001 From: Aqua-sama 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 +- 20 files changed, 20 insertions(+), 20 deletions(-) (limited to 'lib') 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 */ -- cgit v1.2.1