diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d09467fc..c60187e7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -43,7 +43,7 @@ First check that an [Inno Setup translation](http://www.jrsoftware.org/files/ist
### Translating the LOOT application
-1. Download and install the latest version of [Poedit](http://www.poedit.net/).
+1. Download and install the latest version of [Poedit](https://poedit.net/).
2. If you are starting a new translation, select `File->New catalogue from POT file...` and choose the template file at `resources/l10n/template.pot`. In the `Catalog properties` dialog, just click `OK` without changing anything.
3. If you are updating a previous translation, open in Poedit the `loot.po` translation file in the relevant subdirectory of `resources/l10n`, then select `Catalogue->Update from POT file...` and choose the template file you downloaded. Click `OK` in the `Update summary` dialog.
4. Edit the translation file to add or update translations of the programs' text. Strings that were added since the last translation are displayed in bold and dark blue, and strings you have edited the translations of are marked with a star to the left of their source text in the main list.
diff --git a/README.md b/README.md
index 5d950599..d2759a79 100644
--- a/README.md
+++ b/README.md
@@ -25,11 +25,11 @@ For example `LOOT v0.7.0-alpha-2-10-gf6d7e80_dev.7z` was built using the revisio
## Building LOOT
-LOOT's build process uses [CMake](http://cmake.org). Most of LOOT's C++ dependencies are managed by CMake, but the following must be obtained manually:
+LOOT's build process uses [CMake](https://cmake.org). Most of LOOT's C++ dependencies are managed by CMake, but the following must be obtained manually:
* [Boost](http://www.boost.org) v1.55+
-Building LOOT's GUI also uses [Node.js](http://nodejs.org/). With it installed, run `npm install` then `node_modules/.bin/bower install` from the repository root to install the additional tools and dependencies required.
+Building LOOT's GUI also uses [Node.js](https://nodejs.org/). With it installed, run `npm install` then `node_modules/.bin/bower install` from the repository root to install the additional tools and dependencies required.
The GUI's HTML file is automatically built when building the LOOT GUI binary, but it can also be built by running `node scripts/vulcanize.js` from the repository root.
@@ -52,4 +52,4 @@ Packaging scripts are provided for creating an installer on Windows and compress
Run the `scripts/installer.iss` [Inno Setup](http://www.jrsoftware.org/isinfo.php) script to build an installer executable in the `build` folder. If the unofficial Korean and Simplified Chinese Inno Setup translation files are installed alongside the official translation files, then the installer script will also offer those language options. If they are not found, the installer will be built without them.
-The archive packaging script requires [Git](http://git-scm.com/), and on Windows it also requires [7-Zip](http://7-zip.org), while on Linux it requires `tar` and `xz`. It can be run using `node scripts/archive.js`, and creates archives for LOOT, its API and the metadata validator in the `build` folder. The archives are named as described in the Downloads section above.
+The archive packaging script requires [Git](https://git-scm.com/), and on Windows it also requires [7-Zip](http://7-zip.org), while on Linux it requires `tar` and `xz`. It can be run using `node scripts/archive.js`, and creates archives for LOOT, its API and the metadata validator in the `build` folder. The archives are named as described in the Downloads section above.
diff --git a/docs/LOOT Metadata Syntax.html b/docs/LOOT Metadata Syntax.html
index 0963db15..ea05917c 100644
--- a/docs/LOOT Metadata Syntax.html
+++ b/docs/LOOT Metadata Syntax.html
@@ -184,7 +184,7 @@ var {
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
-->
| Install Path Registry Key | The registry key, in HKEY_LOCAL_MACHINE, that contains the install path of the game. This is used to obtain the install path if LOOT has no previous record of the game's install path, or LOOT's stored install path is invalid. Either this or an install path must be supplied.
@@ -470,11 +470,11 @@ figure > div {
Contributing & Support
-LOOT is very much a community project, and contributions from its users are very welcome, whether they be metadata, translations, code or anything else. The best way to contribute is to make changes yourself at GitHub! It's the fastest way to get changes you want applied, and you'll get your name automatically immortalised in our credits.
+ LOOT is very much a community project, and contributions from its users are very welcome, whether they be metadata, translations, code or anything else. The best way to contribute is to make changes yourself at GitHub! It's the fastest way to get changes you want applied, and you'll get your name automatically immortalised in our credits.
If you encounter an issue with LOOT, check the Frequently Asked Questions page in case a solution is available there.
- Otherwise, general discussion and support takes place in LOOT's official forum thread, which is linked to on LOOT's homepage.
+ Otherwise, general discussion and support takes place in LOOT's official forum thread, which is linked to on LOOT's homepage.
If you want to submit metadata, the easiest way to do so is to add the metadata to your own LOOT install, then use the Copy Metadata feature to easily get it in a form that you can then edit into a masterlist on GitHub or post in the official forum threads.
@@ -482,8 +482,8 @@ figure > div {
Credits
-LOOT is developed on GitHub, and a full list of GitHub contributors may be found here.
- LOOT's masterlists were largely converted from BOSS's masterlists, and so credit is due to the very large number of sources and people who have contributed to them.
+ LOOT is developed on GitHub, and a full list of GitHub contributors may be found here.
+ LOOT's masterlists were largely converted from BOSS's masterlists, and so credit is due to the very large number of sources and people who have contributed to them.
In addition, the following are credited with application-related support:
- Original icon: jonwd7
@@ -515,7 +515,7 @@ figure > div {
yaml-cpp libraries, and the Chromium Embedded Framework. Copyright license information for all these may be found here.
License
-LOOT is distributed under the GNU General Public License v3.0, aside from the documentation, which is distributed under the GNU Free Documentation License v1.3. The full texts of the licenses are included with LOOT in the accompanying GNU GPL v3.txt and GNU FDL v1.3.txt files.
+ LOOT is distributed under the GNU General Public License v3.0, aside from the documentation, which is distributed under the GNU Free Documentation License v1.3. The full texts of the licenses are included with LOOT in the accompanying GNU GPL v3.txt and GNU FDL v1.3.txt files.
While the GPL license allows anyone to make derivative works of LOOT, the LOOT Team encourages those thinking of doing so to first discuss their reasoning for such an endeavour with the Team. It may be that what the derivative work would do differently is already planned for a future version of LOOT or would be happily integrated into LOOT, thus avoiding any extra effort by others.
diff --git a/include/loot/api.h b/include/loot/api.h
index bcf9de84..2b676b6d 100644
--- a/include/loot/api.h
+++ b/include/loot/api.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
/**
@@ -50,13 +50,13 @@
*
* @section credit_sec Credits
* The LOOT API is written by [WrinklyNinja]
- * (http://github.com/WrinklyNinja) in C/C++ and makes use of the
+ * (https://github.com/WrinklyNinja) in C/C++ and makes use of the
* [Boost](http://www.boost.org/),
- * [libespm](http://github.com/WrinklyNinja/libespm),
- * [libgit2](http://github.com/libgit2/libgit2),
- * [libloadorder](http://github.com/WrinklyNinja/libloadorder/),
- * [Pseudosem](http://github.com/WrinklyNinja/pseudosem) and
- * [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp) libraries. Copyright
+ * [libespm](https://github.com/WrinklyNinja/libespm),
+ * [libgit2](https://github.com/libgit2/libgit2),
+ * [libloadorder](https://github.com/WrinklyNinja/libloadorder/),
+ * [Pseudosem](https://github.com/WrinklyNinja/pseudosem) and
+ * [yaml-cpp](https://github.com/WrinklyNinja/yaml-cpp) libraries. Copyright
* license information for all these may be found in the
* "docs/licenses/Licenses.txt" file.
*
diff --git a/resources/l10n/da/LC_MESSAGES/loot.po b/resources/l10n/da/LC_MESSAGES/loot.po
index 2856c50f..703e9ec4 100644
--- a/resources/l10n/da/LC_MESSAGES/loot.po
+++ b/resources/l10n/da/LC_MESSAGES/loot.po
@@ -305,11 +305,11 @@ msgid ""
"To do so, use the 'Open Debug Log Location' in LOOT's main menu to open its "
"data folder, then open your 'userlist.yaml' file in the relevant game "
"folder. You can then edit the metadata it contains with reference to the "
-"[syntax documentation](http://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
+"[syntax documentation](https://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
"%20Metadata%%20Syntax.html).\n"
"\n"
"You can also seek support on LOOT's forum thread, which is linked to on "
-"[LOOT's website](http://loot.github.io/)."
+"[LOOT's website](https://loot.github.io/)."
msgstr ""
"Kunne ikke analysere brugerlisten: %1%. Dette skete formentlig fordi en LOOT‐"
"opdatering ændrede dets understøttede metadatasyntaks. Dine bruger‐metadata "
@@ -318,11 +318,11 @@ msgstr ""
"For at gøre dette skal du bruge ‘Åben sted for fejlsøgningslog’ i LOOTs "
"hovedmenu til at åbne dets data‐mappe, og herefter åbne din ‘userlist.yaml’‐"
"fil i den relevante spilmappe. Du kan nu redigere den metadata filen "
-"indeholder med reference til [syntaksdokumentationen](http://loot.github.io/"
+"indeholder med reference til [syntaksdokumentationen](https://loot.github.io/"
"docs/%2%.%3%.%4%/LOOT%%20Metadata%%20Syntax.html).\n"
"\n"
"Du kan også søge hjælp i LOOTs forumtråd, som er linket til på [LOOTs "
-"hjemmeside](http://loot.github.io/)."
+"hjemmeside](https://loot.github.io/)."
#: gui/handler.cpp:708
msgid "Merging and evaluating plugin metadata..."
diff --git a/resources/l10n/fr/LC_MESSAGES/loot.po b/resources/l10n/fr/LC_MESSAGES/loot.po
index 0ec1b822..7d9478e1 100644
--- a/resources/l10n/fr/LC_MESSAGES/loot.po
+++ b/resources/l10n/fr/LC_MESSAGES/loot.po
@@ -312,11 +312,11 @@ msgid ""
"To do so, use the 'Open Debug Log Location' in LOOT's main menu to open its "
"data folder, then open your 'userlist.yaml' file in the relevant game "
"folder. You can then edit the metadata it contains with reference to the "
-"[syntax documentation](http://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
+"[syntax documentation](https://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
"%20Metadata%%20Syntax.html).\n"
"\n"
"You can also seek support on LOOT's forum thread, which is linked to on "
-"[LOOT's website](http://loot.github.io/)."
+"[LOOT's website](https://loot.github.io/)."
msgstr ""
"Une erreur s'est produite lors de l'analyse de l'userlist : %1%. Cela est "
"probablement arrivé parce qu'une mise à jour de LOOT a modifié sa prise "
@@ -326,11 +326,11 @@ msgstr ""
"To do so, use the 'Open Debug Log Location' in LOOT's main menu to open its "
"data folder, then open your 'userlist.yaml' file in the relevant game "
"folder. You can then edit the metadata it contains with reference to the "
-"[syntax documentation](http://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
+"[syntax documentation](https://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
"%20Metadata%%20Syntax.html).\n"
"\n"
"You can also seek support on LOOT's forum thread, which is linked to on "
-"[LOOT's website](http://loot.github.io/)."
+"[LOOT's website](https://loot.github.io/)."
#: gui/handler.cpp:725
msgid "Merging and evaluating plugin metadata..."
diff --git a/resources/l10n/ru/LC_MESSAGES/loot.po b/resources/l10n/ru/LC_MESSAGES/loot.po
index 87065739..babd7055 100644
--- a/resources/l10n/ru/LC_MESSAGES/loot.po
+++ b/resources/l10n/ru/LC_MESSAGES/loot.po
@@ -310,11 +310,11 @@ msgid ""
"To do so, use the 'Open Debug Log Location' in LOOT's main menu to open its "
"data folder, then open your 'userlist.yaml' file in the relevant game "
"folder. You can then edit the metadata it contains with reference to the "
-"[syntax documentation](http://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
+"[syntax documentation](https://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
"%20Metadata%%20Syntax.html).\n"
"\n"
"You can also seek support on LOOT's forum thread, which is linked to on "
-"[LOOT's website](http://loot.github.io/)."
+"[LOOT's website](https://loot.github.io/)."
msgstr ""
"Во время обработки мастерлиста произошла ошибка: %1%. Возможно это произошло "
"потому, что в обновлении LOOT изменена поддержка синтаксиса метаданных. "
@@ -324,11 +324,11 @@ msgstr ""
"главном меню LOOT, для открытия папки с данными, тогда откройте ваш файл "
"'userlist.yaml' в соответствующей папке с игрой. Тогда вы сможете "
"отредактировать метаданные, содержащиеся в файле в соовтетствии с "
-"[документацией по синтаксису](http://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
+"[документацией по синтаксису](https://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
"%20Metadata%%20Syntax.html).\n"
"\n"
"Можете также поискать в официальной ветке форума по LOOT, ссылку на которую "
-"можно найти на [сайте LOOT](http://loot.github.io/)."
+"можно найти на [сайте LOOT](https://loot.github.io/)."
#: src/gui/handler.cpp:731
msgid "Merging and evaluating plugin metadata..."
diff --git a/resources/l10n/template.pot b/resources/l10n/template.pot
index 3f331d64..32fa8bdb 100644
--- a/resources/l10n/template.pot
+++ b/resources/l10n/template.pot
@@ -278,11 +278,11 @@ msgid ""
"To do so, use the 'Open Debug Log Location' in LOOT's main menu to open its "
"data folder, then open your 'userlist.yaml' file in the relevant game "
"folder. You can then edit the metadata it contains with reference to the "
-"[syntax documentation](http://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
+"[syntax documentation](https://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
"%20Metadata%%20Syntax.html).\n"
"\n"
"You can also seek support on LOOT's forum thread, which is linked to on "
-"[LOOT's website](http://loot.github.io/)."
+"[LOOT's website](https://loot.github.io/)."
msgstr ""
#: gui/handler.cpp:725
diff --git a/resources/l10n/zh_CN/LC_MESSAGES/loot.po b/resources/l10n/zh_CN/LC_MESSAGES/loot.po
index 69eff050..21ffc00e 100644
--- a/resources/l10n/zh_CN/LC_MESSAGES/loot.po
+++ b/resources/l10n/zh_CN/LC_MESSAGES/loot.po
@@ -293,20 +293,20 @@ msgid ""
"To do so, use the 'Open Debug Log Location' in LOOT's main menu to open its "
"data folder, then open your 'userlist.yaml' file in the relevant game "
"folder. You can then edit the metadata it contains with reference to the "
-"[syntax documentation](http://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
+"[syntax documentation](https://loot.github.io/docs/%2%.%3%.%4%/LOOT%"
"%20Metadata%%20Syntax.html).\n"
"\n"
"You can also seek support on LOOT's forum thread, which is linked to on "
-"[LOOT's website](http://loot.github.io/)."
+"[LOOT's website](https://loot.github.io/)."
msgstr ""
"解析用户列表时发生错误:%1%。这可能由于升级 LOOT 时改变了元数据的语法支持。你"
"的用户数据必须手动更新。\n"
"\n"
"要完成更新,请使用 LOOT 主菜单中的 '打开本地调试日志' 功能打开数据目录,然后"
"在相关目录打开你的 'userlist.yaml' 文件。你可以编辑这个元数据,请参考 [语法文"
-"档](http://loot.github.io/docs/%2%.%3%.%4%/LOOT%%20Metadata%%20Syntax."
+"档](https://loot.github.io/docs/%2%.%3%.%4%/LOOT%%20Metadata%%20Syntax."
"html)。\n"
-"你也可以在 LOOT 论坛寻求支持,链接为 [LOOT官方网站](http://loot.github.io/)。"
+"你也可以在 LOOT 论坛寻求支持,链接为 [LOOT官方网站](https://loot.github.io/)。"
#: src/gui/handler.cpp:731
msgid "Merging and evaluating plugin metadata..."
diff --git a/scripts/appveyor/install_boost.ps1 b/scripts/appveyor/install_boost.ps1
index 383c555e..60d2b8a9 100644
--- a/scripts/appveyor/install_boost.ps1
+++ b/scripts/appveyor/install_boost.ps1
@@ -1,6 +1,6 @@
Add-Type -AssemblyName System.IO.Compression.FileSystem
-$boostUrl = 'http://downloads.sourceforge.net/project/boost/boost/1.61.0/boost_1_61_0.7z?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fboost%2Ffiles%2Fboost%2F1.61.0%2F&ts=1468862599&use_mirror=ncu'
+$boostUrl = 'https://downloads.sourceforge.net/project/boost/boost/1.61.0/boost_1_61_0.7z?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fboost%2Ffiles%2Fboost%2F1.61.0%2F&ts=1468862599&use_mirror=ncu'
$boostArchive = 'C:\projects\boost_1_61_0.7z'
$boostFolder = 'C:\projects\boost_1_61_0'
$boostLibraries = @(
diff --git a/scripts/installer.iss b/scripts/installer.iss
index e7d4d123..f3b569c4 100644
--- a/scripts/installer.iss
+++ b/scripts/installer.iss
@@ -5,7 +5,7 @@
#define MyAppName "LOOT"
#define MyAppVersion "0.9.1"
#define MyAppPublisher "LOOT Team"
-#define MyAppURL "http://loot.github.io"
+#define MyAppURL "https://loot.github.io"
#define MyAppExeName "LOOT.exe"
#if FileExists(AddBackslash(CompilerPath) + 'Languages\Korean.isl')
diff --git a/scripts/travis/install_boost.sh b/scripts/travis/install_boost.sh
index 27f8c59d..6d049a01 100644
--- a/scripts/travis/install_boost.sh
+++ b/scripts/travis/install_boost.sh
@@ -16,7 +16,7 @@ function isLibraryMissing {
if isLibraryMissing; then
cd ~
- wget http://downloads.sourceforge.net/project/boost/boost/1.61.0/${BOOST_BASENAME}.tar.bz2
+ wget https://downloads.sourceforge.net/project/boost/boost/1.61.0/${BOOST_BASENAME}.tar.bz2
tar xf ${BOOST_BASENAME}.tar.bz2
cd $BOOST_BASENAME
diff --git a/src/api/api.cpp b/src/api/api.cpp
index c351b0eb..e5ee94fb 100644
--- a/src/api/api.cpp
+++ b/src/api/api.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "loot/api.h"
diff --git a/src/api/loot_db.cpp b/src/api/loot_db.cpp
index 9ad6f17b..91d589a6 100644
--- a/src/api/loot_db.cpp
+++ b/src/api/loot_db.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "api/loot_db.h"
diff --git a/src/api/loot_db.h b/src/api/loot_db.h
index 67b3e580..409a2930 100644
--- a/src/api/loot_db.h
+++ b/src/api/loot_db.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_API_LOOT_DB
diff --git a/src/backend/app/loot_paths.cpp b/src/backend/app/loot_paths.cpp
index 81c13646..216b73df 100644
--- a/src/backend/app/loot_paths.cpp
+++ b/src/backend/app/loot_paths.cpp
@@ -19,7 +19,7 @@ Fallout: New Vegas.
You should have received a copy of the GNU General Public License
along with LOOT.If not, see
- .
+ .
*/
#include "loot_paths.h"
diff --git a/src/backend/app/loot_paths.h b/src/backend/app/loot_paths.h
index 1006406f..61d3b5f6 100644
--- a/src/backend/app/loot_paths.h
+++ b/src/backend/app/loot_paths.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_BACKEND_APP_LOOT_PATHS
diff --git a/src/backend/app/loot_settings.cpp b/src/backend/app/loot_settings.cpp
index 68f400c2..bc57d899 100644
--- a/src/backend/app/loot_settings.cpp
+++ b/src/backend/app/loot_settings.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/app/loot_settings.h"
diff --git a/src/backend/app/loot_settings.h b/src/backend/app/loot_settings.h
index 7224af48..2166b29e 100644
--- a/src/backend/app/loot_settings.h
+++ b/src/backend/app/loot_settings.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_APP_LOOT_SETTINGS
diff --git a/src/backend/app/loot_state.cpp b/src/backend/app/loot_state.cpp
index e050df3a..fcbda594 100644
--- a/src/backend/app/loot_state.cpp
+++ b/src/backend/app/loot_state.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/app/loot_state.h"
diff --git a/src/backend/app/loot_state.h b/src/backend/app/loot_state.h
index d6b9e862..815ed15f 100644
--- a/src/backend/app/loot_state.h
+++ b/src/backend/app/loot_state.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_APP_LOOT_STATE
diff --git a/src/backend/app/loot_version.cpp.in b/src/backend/app/loot_version.cpp.in
index 530bec13..e8687e84 100644
--- a/src/backend/app/loot_version.cpp.in
+++ b/src/backend/app/loot_version.cpp.in
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/app/loot_version.h"
diff --git a/src/backend/app/loot_version.h b/src/backend/app/loot_version.h
index b4ae9799..c68b49d5 100644
--- a/src/backend/app/loot_version.h
+++ b/src/backend/app/loot_version.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_BACKEND_APP_LOOT_VERSION
diff --git a/src/backend/error.h b/src/backend/error.h
index ab114985..3b44e652 100644
--- a/src/backend/error.h
+++ b/src/backend/error.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_ERROR
diff --git a/src/backend/game/game.cpp b/src/backend/game/game.cpp
index ebfd6255..c8a0ae07 100644
--- a/src/backend/game/game.cpp
+++ b/src/backend/game/game.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/game/game.h"
diff --git a/src/backend/game/game.h b/src/backend/game/game.h
index b7429612..669a33d8 100644
--- a/src/backend/game/game.h
+++ b/src/backend/game/game.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_GAME_GAME
diff --git a/src/backend/game/game_cache.cpp b/src/backend/game/game_cache.cpp
index adf7737b..921f4c2d 100644
--- a/src/backend/game/game_cache.cpp
+++ b/src/backend/game/game_cache.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/game/game_cache.h"
diff --git a/src/backend/game/game_cache.h b/src/backend/game/game_cache.h
index 7f7f0ef8..e729a7de 100644
--- a/src/backend/game/game_cache.h
+++ b/src/backend/game/game_cache.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_GAME_GAME_CACHE
diff --git a/src/backend/game/game_settings.cpp b/src/backend/game/game_settings.cpp
index 9d74b127..a0cf40db 100644
--- a/src/backend/game/game_settings.cpp
+++ b/src/backend/game/game_settings.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/game/game_settings.h"
diff --git a/src/backend/game/game_settings.h b/src/backend/game/game_settings.h
index b139fb50..97f2df4b 100644
--- a/src/backend/game/game_settings.h
+++ b/src/backend/game/game_settings.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_GAME_GAME_SETTINGS
diff --git a/src/backend/game/game_type.h b/src/backend/game/game_type.h
index 507f2e92..cf4172c9 100644
--- a/src/backend/game/game_type.h
+++ b/src/backend/game/game_type.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_BACKEND_GAME_GAME_TYPE
diff --git a/src/backend/game/load_order_handler.cpp b/src/backend/game/load_order_handler.cpp
index 60d1d152..eafc03cb 100644
--- a/src/backend/game/load_order_handler.cpp
+++ b/src/backend/game/load_order_handler.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/game/load_order_handler.h"
diff --git a/src/backend/game/load_order_handler.h b/src/backend/game/load_order_handler.h
index abd7b62e..9ce97e52 100644
--- a/src/backend/game/load_order_handler.h
+++ b/src/backend/game/load_order_handler.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_GAME_LOAD_ORDER_HANDLER
diff --git a/src/backend/helpers/git_helper.cpp b/src/backend/helpers/git_helper.cpp
index 4691ac73..aac0c9a9 100644
--- a/src/backend/helpers/git_helper.cpp
+++ b/src/backend/helpers/git_helper.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/helpers/git_helper.h"
diff --git a/src/backend/helpers/git_helper.h b/src/backend/helpers/git_helper.h
index 6d538b01..1ef72c20 100644
--- a/src/backend/helpers/git_helper.h
+++ b/src/backend/helpers/git_helper.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_HELPERS_GIT_HELPER
diff --git a/src/backend/helpers/helpers.cpp b/src/backend/helpers/helpers.cpp
index 55ee83d6..951045aa 100644
--- a/src/backend/helpers/helpers.cpp
+++ b/src/backend/helpers/helpers.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/helpers/helpers.h"
diff --git a/src/backend/helpers/helpers.h b/src/backend/helpers/helpers.h
index 83efb935..75664edd 100644
--- a/src/backend/helpers/helpers.h
+++ b/src/backend/helpers/helpers.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_HELPERS_HELPERS
diff --git a/src/backend/helpers/json.h b/src/backend/helpers/json.h
index 78bb36b4..863fc14c 100644
--- a/src/backend/helpers/json.h
+++ b/src/backend/helpers/json.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_BACKEND_HELPERS_JSON
diff --git a/src/backend/helpers/language.cpp b/src/backend/helpers/language.cpp
index 4dc78aa9..2e7e248d 100644
--- a/src/backend/helpers/language.cpp
+++ b/src/backend/helpers/language.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/helpers/language.h"
diff --git a/src/backend/helpers/language.h b/src/backend/helpers/language.h
index 93c82f2f..13fbc867 100644
--- a/src/backend/helpers/language.h
+++ b/src/backend/helpers/language.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_HELPERS_LANGUAGE
diff --git a/src/backend/helpers/version.cpp b/src/backend/helpers/version.cpp
index a1e65e7d..bfacfea5 100644
--- a/src/backend/helpers/version.cpp
+++ b/src/backend/helpers/version.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/helpers/version.h"
diff --git a/src/backend/helpers/version.h b/src/backend/helpers/version.h
index 0e61ed18..3250c0a1 100644
--- a/src/backend/helpers/version.h
+++ b/src/backend/helpers/version.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_HELPERS_VERSION
diff --git a/src/backend/helpers/yaml_set_helpers.h b/src/backend/helpers/yaml_set_helpers.h
index 59861347..68d0c5fa 100644
--- a/src/backend/helpers/yaml_set_helpers.h
+++ b/src/backend/helpers/yaml_set_helpers.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_HELPERS_YAML_SET_HELPERS
diff --git a/src/backend/masterlist.cpp b/src/backend/masterlist.cpp
index 54ba2429..2b19556d 100644
--- a/src/backend/masterlist.cpp
+++ b/src/backend/masterlist.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/masterlist.h"
diff --git a/src/backend/masterlist.h b/src/backend/masterlist.h
index 5456c2c2..a8cced90 100644
--- a/src/backend/masterlist.h
+++ b/src/backend/masterlist.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_MASTERLIST
diff --git a/src/backend/metadata/condition_grammar.h b/src/backend/metadata/condition_grammar.h
index f56dc324..8dae5a99 100644
--- a/src/backend/metadata/condition_grammar.h
+++ b/src/backend/metadata/condition_grammar.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_METADATA_CONDITION_GRAMMAR
diff --git a/src/backend/metadata/conditional_metadata.cpp b/src/backend/metadata/conditional_metadata.cpp
index d4b1d76c..16a9f8e8 100644
--- a/src/backend/metadata/conditional_metadata.cpp
+++ b/src/backend/metadata/conditional_metadata.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/metadata/conditional_metadata.h"
diff --git a/src/backend/metadata/conditional_metadata.h b/src/backend/metadata/conditional_metadata.h
index 5bfcd3f3..0534bc81 100644
--- a/src/backend/metadata/conditional_metadata.h
+++ b/src/backend/metadata/conditional_metadata.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_METADATA_CONDITIONAL_METADATA
#define LOOT_BACKEND_METADATA_CONDITIONAL_METADATA
diff --git a/src/backend/metadata/file.cpp b/src/backend/metadata/file.cpp
index a44ecc91..b21c5672 100644
--- a/src/backend/metadata/file.cpp
+++ b/src/backend/metadata/file.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/metadata/file.h"
diff --git a/src/backend/metadata/file.h b/src/backend/metadata/file.h
index 0412d010..06dffea3 100644
--- a/src/backend/metadata/file.h
+++ b/src/backend/metadata/file.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_METADATA_FILE
#define LOOT_BACKEND_METADATA_FILE
diff --git a/src/backend/metadata/location.cpp b/src/backend/metadata/location.cpp
index c7542a23..12be5213 100644
--- a/src/backend/metadata/location.cpp
+++ b/src/backend/metadata/location.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "location.h"
diff --git a/src/backend/metadata/location.h b/src/backend/metadata/location.h
index b3a6e9b9..ae543776 100644
--- a/src/backend/metadata/location.h
+++ b/src/backend/metadata/location.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_METADATA_LOCATION
#define LOOT_BACKEND_METADATA_LOCATION
diff --git a/src/backend/metadata/message.cpp b/src/backend/metadata/message.cpp
index a3f4fdd2..293d0d19 100644
--- a/src/backend/metadata/message.cpp
+++ b/src/backend/metadata/message.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/metadata/message.h"
diff --git a/src/backend/metadata/message.h b/src/backend/metadata/message.h
index b11327a1..18c4ca06 100644
--- a/src/backend/metadata/message.h
+++ b/src/backend/metadata/message.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_METADATA_MESSAGE
#define LOOT_BACKEND_METADATA_MESSAGE
diff --git a/src/backend/metadata/message_content.cpp b/src/backend/metadata/message_content.cpp
index edba16c1..6c8f2d1f 100644
--- a/src/backend/metadata/message_content.cpp
+++ b/src/backend/metadata/message_content.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/metadata/message_content.h"
diff --git a/src/backend/metadata/message_content.h b/src/backend/metadata/message_content.h
index 7c658668..a1203421 100644
--- a/src/backend/metadata/message_content.h
+++ b/src/backend/metadata/message_content.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_METADATA_MESSAGE_CONTENT
#define LOOT_BACKEND_METADATA_MESSAGE_CONTENT
diff --git a/src/backend/metadata/plugin_dirty_info.cpp b/src/backend/metadata/plugin_dirty_info.cpp
index 7c134090..d4a43366 100644
--- a/src/backend/metadata/plugin_dirty_info.cpp
+++ b/src/backend/metadata/plugin_dirty_info.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/metadata/plugin_dirty_info.h"
diff --git a/src/backend/metadata/plugin_dirty_info.h b/src/backend/metadata/plugin_dirty_info.h
index bc229efb..0474f8ec 100644
--- a/src/backend/metadata/plugin_dirty_info.h
+++ b/src/backend/metadata/plugin_dirty_info.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_METADATA_PLUGIN_DIRTY_INFO
#define LOOT_BACKEND_METADATA_PLUGIN_DIRTY_INFO
diff --git a/src/backend/metadata/plugin_metadata.cpp b/src/backend/metadata/plugin_metadata.cpp
index 55d40984..3a5247a9 100644
--- a/src/backend/metadata/plugin_metadata.cpp
+++ b/src/backend/metadata/plugin_metadata.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "plugin_metadata.h"
diff --git a/src/backend/metadata/plugin_metadata.h b/src/backend/metadata/plugin_metadata.h
index f6f2546f..3fcdd7fe 100644
--- a/src/backend/metadata/plugin_metadata.h
+++ b/src/backend/metadata/plugin_metadata.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_METADATA_PLUGIN_METADATA
#define LOOT_BACKEND_METADATA_PLUGIN_METADATA
diff --git a/src/backend/metadata/tag.cpp b/src/backend/metadata/tag.cpp
index d13f4f1b..e8aa11e2 100644
--- a/src/backend/metadata/tag.cpp
+++ b/src/backend/metadata/tag.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/metadata/tag.h"
diff --git a/src/backend/metadata/tag.h b/src/backend/metadata/tag.h
index 756975e9..0a5aa7af 100644
--- a/src/backend/metadata/tag.h
+++ b/src/backend/metadata/tag.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_METADATA_TAG
#define LOOT_BACKEND_METADATA_TAG
diff --git a/src/backend/metadata_list.cpp b/src/backend/metadata_list.cpp
index 8773f466..057756d4 100644
--- a/src/backend/metadata_list.cpp
+++ b/src/backend/metadata_list.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/metadata_list.h"
diff --git a/src/backend/metadata_list.h b/src/backend/metadata_list.h
index 76c83740..a5ad5d76 100644
--- a/src/backend/metadata_list.h
+++ b/src/backend/metadata_list.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_METADATA_LIST
diff --git a/src/backend/plugin/plugin.cpp b/src/backend/plugin/plugin.cpp
index f3cc4512..7e414499 100644
--- a/src/backend/plugin/plugin.cpp
+++ b/src/backend/plugin/plugin.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "backend/plugin/plugin.h"
diff --git a/src/backend/plugin/plugin.h b/src/backend/plugin/plugin.h
index 40f42546..fb30d93b 100644
--- a/src/backend/plugin/plugin.h
+++ b/src/backend/plugin/plugin.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_PLUGIN_PLUGIN
#define LOOT_BACKEND_PLUGIN_PLUGIN
diff --git a/src/backend/plugin/plugin_sorter.cpp b/src/backend/plugin/plugin_sorter.cpp
index 999f0a79..dfc2b970 100644
--- a/src/backend/plugin/plugin_sorter.cpp
+++ b/src/backend/plugin/plugin_sorter.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "plugin_sorter.h"
diff --git a/src/backend/plugin/plugin_sorter.h b/src/backend/plugin/plugin_sorter.h
index 1f03410b..9907cbe6 100644
--- a/src/backend/plugin/plugin_sorter.h
+++ b/src/backend/plugin/plugin_sorter.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_BACKEND_PLUGIN_PLUGIN_SORTER
diff --git a/src/gui/html/css/style.css b/src/gui/html/css/style.css
index 7195436e..d64cd3f5 100644
--- a/src/gui/html/css/style.css
+++ b/src/gui/html/css/style.css
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
/* CSS Custom Variables */
:root {
diff --git a/src/gui/html/index.html b/src/gui/html/index.html
index 989be3a7..0e6e6ece 100644
--- a/src/gui/html/index.html
+++ b/src/gui/html/index.html
@@ -354,7 +354,7 @@
Version (build )
Load order optimisation for Oblivion, Skyrim, Fallout 3, Fallout: New Vegas and Fallout 4.
- http://loot.github.io
+ https://loot.github.io
LOOT is free, but if you want to show your appreciation with some money, donations may be made to WrinklyNinja (LOOT's creator and main developer) using PayPal or Bitcoin.
Copyright © 2012–2016 WrinklyNinja
@@ -362,7 +362,7 @@
LOOT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- You should have received a copy of the GNU General Public License along with LOOT. If not, see <http://www.gnu.org/licenses/>.
+ You should have received a copy of the GNU General Public License along with LOOT. If not, see <https://www.gnu.org/licenses/>.
diff --git a/src/gui/html/js/initialise.js b/src/gui/html/js/initialise.js
index e7b6968b..73d300c0 100644
--- a/src/gui/html/js/initialise.js
+++ b/src/gui/html/js/initialise.js
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
'use strict';
(function exportModule(root, factory) {
diff --git a/src/gui/html/js/plugin.js b/src/gui/html/js/plugin.js
index a10dbc3c..9475f497 100644
--- a/src/gui/html/js/plugin.js
+++ b/src/gui/html/js/plugin.js
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
'use strict';
(function exportModule(root, factory) {
diff --git a/src/gui/loot_app.cpp b/src/gui/loot_app.cpp
index 016fe3fa..1c7215e6 100644
--- a/src/gui/loot_app.cpp
+++ b/src/gui/loot_app.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "gui/loot_app.h"
diff --git a/src/gui/loot_app.h b/src/gui/loot_app.h
index 046e0454..15144278 100644
--- a/src/gui/loot_app.h
+++ b/src/gui/loot_app.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_GUI_LOOT_APP
diff --git a/src/gui/loot_handler.cpp b/src/gui/loot_handler.cpp
index 2a32ad70..bb80158d 100644
--- a/src/gui/loot_handler.cpp
+++ b/src/gui/loot_handler.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "gui/loot_handler.h"
diff --git a/src/gui/loot_handler.h b/src/gui/loot_handler.h
index f07437e7..5ee750fc 100644
--- a/src/gui/loot_handler.h
+++ b/src/gui/loot_handler.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_GUI_LOOT_HANDLER
diff --git a/src/gui/loot_scheme_handler_factory.cpp b/src/gui/loot_scheme_handler_factory.cpp
index 2764500d..d9c52c8b 100644
--- a/src/gui/loot_scheme_handler_factory.cpp
+++ b/src/gui/loot_scheme_handler_factory.cpp
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#include "loot_scheme_handler_factory.h"
diff --git a/src/gui/loot_scheme_handler_factory.h b/src/gui/loot_scheme_handler_factory.h
index 29f2325a..174ad0cc 100644
--- a/src/gui/loot_scheme_handler_factory.h
+++ b/src/gui/loot_scheme_handler_factory.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_GUI_LOOT_SCHEME_HANDLER_FACTORY
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index bb6d0bbf..e32b8726 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include
diff --git a/src/gui/query_handler.cpp b/src/gui/query_handler.cpp
index c73fd70b..f97f4ecf 100644
--- a/src/gui/query_handler.cpp
+++ b/src/gui/query_handler.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include "query_handler.h"
@@ -616,9 +616,9 @@ void QueryHandler::GetGameData(CefRefPtr frame, CefRefPtr ca
"menu to open its data folder, then open your 'userlist.yaml' "
"file in the relevant game folder. You can then edit the "
"metadata it contains with reference to the "
- "[syntax documentation](http://loot.github.io/docs/%2%.%3%.%4%/LOOT%%20Metadata%%20Syntax.html).\n\n"
+ "[syntax documentation](https://loot.github.io/docs/%2%.%3%.%4%/LOOT%%20Metadata%%20Syntax.html).\n\n"
"You can also seek support on LOOT's forum thread, which is "
- "linked to on [LOOT's website](http://loot.github.io/)."
+ "linked to on [LOOT's website](https://loot.github.io/)."
)) % e.what() % LootVersion::major % LootVersion::minor % LootVersion::patch).str()));
}
}
diff --git a/src/gui/query_handler.h b/src/gui/query_handler.h
index 9f66bf0b..f9dbcea9 100644
--- a/src/gui/query_handler.h
+++ b/src/gui/query_handler.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#ifndef LOOT_GUI_QUERY_HANDLER
diff --git a/src/gui/resource.h b/src/gui/resource.h
index 7aa59097..85165f6e 100644
--- a/src/gui/resource.h
+++ b/src/gui/resource.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef __LOOT_GUI_RESOURCE__
diff --git a/src/tests/api/api_game_operations_test.h b/src/tests/api/api_game_operations_test.h
index 00871a99..d8857472 100644
--- a/src/tests/api/api_game_operations_test.h
+++ b/src/tests/api/api_game_operations_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_API_GAME_OPERATIONS_TEST
diff --git a/src/tests/api/loot_apply_load_order_test.h b/src/tests/api/loot_apply_load_order_test.h
index 94a12441..538ad7f7 100644
--- a/src/tests/api/loot_apply_load_order_test.h
+++ b/src/tests/api/loot_apply_load_order_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_APPLY_LOAD_ORDER_TEST
diff --git a/src/tests/api/loot_create_db_test.h b/src/tests/api/loot_create_db_test.h
index d4594b87..78117859 100644
--- a/src/tests/api/loot_create_db_test.h
+++ b/src/tests/api/loot_create_db_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_CREATE_DB_TEST
diff --git a/src/tests/api/loot_db_test.h b/src/tests/api/loot_db_test.h
index e14fb805..f9ecc2c5 100644
--- a/src/tests/api/loot_db_test.h
+++ b/src/tests/api/loot_db_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_DB_TEST
diff --git a/src/tests/api/loot_eval_lists_test.h b/src/tests/api/loot_eval_lists_test.h
index 9b802d4b..41f6d4e6 100644
--- a/src/tests/api/loot_eval_lists_test.h
+++ b/src/tests/api/loot_eval_lists_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_EVAL_LISTS_TEST
diff --git a/src/tests/api/loot_get_dirty_info_test.h b/src/tests/api/loot_get_dirty_info_test.h
index 82b3364f..cc1b189c 100644
--- a/src/tests/api/loot_get_dirty_info_test.h
+++ b/src/tests/api/loot_get_dirty_info_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TEST_API_LOOT_GET_DIRTY_INFO_TEST
diff --git a/src/tests/api/loot_get_masterlist_revision_test.h b/src/tests/api/loot_get_masterlist_revision_test.h
index 2119a917..b411ab6b 100644
--- a/src/tests/api/loot_get_masterlist_revision_test.h
+++ b/src/tests/api/loot_get_masterlist_revision_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_GET_MASTERLIST_REVISION_TEST
diff --git a/src/tests/api/loot_get_plugin_messages_test.h b/src/tests/api/loot_get_plugin_messages_test.h
index 8bc8351e..e49bef62 100644
--- a/src/tests/api/loot_get_plugin_messages_test.h
+++ b/src/tests/api/loot_get_plugin_messages_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_GET_PLUGIN_MESSAGES_TEST
diff --git a/src/tests/api/loot_get_plugin_tags_test.h b/src/tests/api/loot_get_plugin_tags_test.h
index b655507a..659bf6f7 100644
--- a/src/tests/api/loot_get_plugin_tags_test.h
+++ b/src/tests/api/loot_get_plugin_tags_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_GET_PLUGIN_TAGS_TEST
diff --git a/src/tests/api/loot_get_tag_map_test.h b/src/tests/api/loot_get_tag_map_test.h
index 59e4e1a3..a4ecf3c6 100644
--- a/src/tests/api/loot_get_tag_map_test.h
+++ b/src/tests/api/loot_get_tag_map_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_GET_TAG_MAP_TEST
diff --git a/src/tests/api/loot_load_lists_test.h b/src/tests/api/loot_load_lists_test.h
index ca7395b0..c6744a89 100644
--- a/src/tests/api/loot_load_lists_test.h
+++ b/src/tests/api/loot_load_lists_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_LOAD_LISTS_TEST
diff --git a/src/tests/api/loot_sort_plugins_test.h b/src/tests/api/loot_sort_plugins_test.h
index 9e4b9961..e1a729f0 100644
--- a/src/tests/api/loot_sort_plugins_test.h
+++ b/src/tests/api/loot_sort_plugins_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_SORT_PLUGINS_TEST
diff --git a/src/tests/api/loot_update_masterlist_test.h b/src/tests/api/loot_update_masterlist_test.h
index 29583d97..15660ae3 100644
--- a/src/tests/api/loot_update_masterlist_test.h
+++ b/src/tests/api/loot_update_masterlist_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_UPDATE_MASTERLIST_TEST
diff --git a/src/tests/api/loot_write_minimal_list_test.h b/src/tests/api/loot_write_minimal_list_test.h
index 9f87562e..54ecd7d5 100644
--- a/src/tests/api/loot_write_minimal_list_test.h
+++ b/src/tests/api/loot_write_minimal_list_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_LOOT_WRITE_MINIMAL_LIST_TEST
diff --git a/src/tests/api/main.cpp b/src/tests/api/main.cpp
index d1aa7f5b..88ff2268 100644
--- a/src/tests/api/main.cpp
+++ b/src/tests/api/main.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include
diff --git a/src/tests/api/test_api.h b/src/tests/api/test_api.h
index d6c8e3bb..e921a813 100644
--- a/src/tests/api/test_api.h
+++ b/src/tests/api/test_api.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_API_TEST_API
diff --git a/src/tests/backend/app/loot_paths_test.h b/src/tests/backend/app/loot_paths_test.h
index a1b86806..1f78bef9 100644
--- a/src/tests/backend/app/loot_paths_test.h
+++ b/src/tests/backend/app/loot_paths_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_LOOT_PATHS_TEST
diff --git a/src/tests/backend/app/loot_settings_test.h b/src/tests/backend/app/loot_settings_test.h
index 7050531e..91540fee 100644
--- a/src/tests/backend/app/loot_settings_test.h
+++ b/src/tests/backend/app/loot_settings_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_LOOT_SETTINGS_TEST
diff --git a/src/tests/backend/app/loot_state_test.h b/src/tests/backend/app/loot_state_test.h
index b7bae028..87f53c6e 100644
--- a/src/tests/backend/app/loot_state_test.h
+++ b/src/tests/backend/app/loot_state_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_LOOT_STATE_TEST
diff --git a/src/tests/backend/base_game_test.h b/src/tests/backend/base_game_test.h
index 6c011ec0..99e225b6 100644
--- a/src/tests/backend/base_game_test.h
+++ b/src/tests/backend/base_game_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_BASE_GAME_TEST
diff --git a/src/tests/backend/game/game_cache_test.h b/src/tests/backend/game/game_cache_test.h
index 1dbddec3..b9a22f6e 100644
--- a/src/tests/backend/game/game_cache_test.h
+++ b/src/tests/backend/game/game_cache_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_GAME_GAME_CACHE_TEST
diff --git a/src/tests/backend/game/game_settings_test.h b/src/tests/backend/game/game_settings_test.h
index a5ad59e1..fec00182 100644
--- a/src/tests/backend/game/game_settings_test.h
+++ b/src/tests/backend/game/game_settings_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_GAME_GAME_SETTINGS_TEST
diff --git a/src/tests/backend/game/game_test.h b/src/tests/backend/game/game_test.h
index dd4d8002..3b00f26d 100644
--- a/src/tests/backend/game/game_test.h
+++ b/src/tests/backend/game/game_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_GAME_GAME_TEST
diff --git a/src/tests/backend/game/load_order_handler_test.h b/src/tests/backend/game/load_order_handler_test.h
index 3d195dae..556a6725 100644
--- a/src/tests/backend/game/load_order_handler_test.h
+++ b/src/tests/backend/game/load_order_handler_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_LOAD_ORDER_HANDLER_TEST
diff --git a/src/tests/backend/helpers/git_helper_test.h b/src/tests/backend/helpers/git_helper_test.h
index e38f629c..b3de722c 100644
--- a/src/tests/backend/helpers/git_helper_test.h
+++ b/src/tests/backend/helpers/git_helper_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_HELPERS_GIT_HELPER_TEST
diff --git a/src/tests/backend/helpers/helpers_test.h b/src/tests/backend/helpers/helpers_test.h
index c0fbd4ad..c47b4d0c 100644
--- a/src/tests/backend/helpers/helpers_test.h
+++ b/src/tests/backend/helpers/helpers_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_HELPERS_HELPERS_TEST
diff --git a/src/tests/backend/helpers/language_test.h b/src/tests/backend/helpers/language_test.h
index 629a9aee..734eee8d 100644
--- a/src/tests/backend/helpers/language_test.h
+++ b/src/tests/backend/helpers/language_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_HELPERS_LANGUAGE_TEST
diff --git a/src/tests/backend/helpers/version_test.h b/src/tests/backend/helpers/version_test.h
index b13f80df..c63537da 100644
--- a/src/tests/backend/helpers/version_test.h
+++ b/src/tests/backend/helpers/version_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_HELPERS_VERSION_TEST
diff --git a/src/tests/backend/helpers/yaml_set_helpers_test.h b/src/tests/backend/helpers/yaml_set_helpers_test.h
index b4a87d54..475c713f 100644
--- a/src/tests/backend/helpers/yaml_set_helpers_test.h
+++ b/src/tests/backend/helpers/yaml_set_helpers_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_HELPERS_YAML_SET_HELPERS_TEST
diff --git a/src/tests/backend/main.cpp b/src/tests/backend/main.cpp
index 39ead0f7..3f7da50e 100644
--- a/src/tests/backend/main.cpp
+++ b/src/tests/backend/main.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include
diff --git a/src/tests/backend/masterlist_test.h b/src/tests/backend/masterlist_test.h
index c85a713a..0cb6af8c 100644
--- a/src/tests/backend/masterlist_test.h
+++ b/src/tests/backend/masterlist_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_MASTERLIST_TEST
diff --git a/src/tests/backend/metadata/condition_grammar_test.h b/src/tests/backend/metadata/condition_grammar_test.h
index 0c134765..82d925a0 100644
--- a/src/tests/backend/metadata/condition_grammar_test.h
+++ b/src/tests/backend/metadata/condition_grammar_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_METADATA_CONDITION_GRAMMAR_TEST
diff --git a/src/tests/backend/metadata/conditional_metadata_test.h b/src/tests/backend/metadata/conditional_metadata_test.h
index 1cdb5a7a..5111b1ae 100644
--- a/src/tests/backend/metadata/conditional_metadata_test.h
+++ b/src/tests/backend/metadata/conditional_metadata_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_METADATA_CONDITIONAL_METADATA_TEST
diff --git a/src/tests/backend/metadata/file_test.h b/src/tests/backend/metadata/file_test.h
index 18046173..dea5a047 100644
--- a/src/tests/backend/metadata/file_test.h
+++ b/src/tests/backend/metadata/file_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_METADATA_FILE_TEST
diff --git a/src/tests/backend/metadata/location_test.h b/src/tests/backend/metadata/location_test.h
index c03e0212..a12a32c5 100644
--- a/src/tests/backend/metadata/location_test.h
+++ b/src/tests/backend/metadata/location_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_METADATA_LOCATION_TEST
diff --git a/src/tests/backend/metadata/message_content_test.h b/src/tests/backend/metadata/message_content_test.h
index b7c1d436..150d8cce 100644
--- a/src/tests/backend/metadata/message_content_test.h
+++ b/src/tests/backend/metadata/message_content_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_METADATA_MESSAGE_CONTENT_TEST
diff --git a/src/tests/backend/metadata/message_test.h b/src/tests/backend/metadata/message_test.h
index e11aaea4..f57349e5 100644
--- a/src/tests/backend/metadata/message_test.h
+++ b/src/tests/backend/metadata/message_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_METADATA_MESSAGE_TEST
diff --git a/src/tests/backend/metadata/plugin_dirty_info_test.h b/src/tests/backend/metadata/plugin_dirty_info_test.h
index bc508308..760d3602 100644
--- a/src/tests/backend/metadata/plugin_dirty_info_test.h
+++ b/src/tests/backend/metadata/plugin_dirty_info_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_METADATA_PLUGIN_DIRTY_INFO_TEST
diff --git a/src/tests/backend/metadata/plugin_metadata_test.h b/src/tests/backend/metadata/plugin_metadata_test.h
index dc316a67..0027156d 100644
--- a/src/tests/backend/metadata/plugin_metadata_test.h
+++ b/src/tests/backend/metadata/plugin_metadata_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_METADATA_PLUGIN_METADATA_TEST
diff --git a/src/tests/backend/metadata/tag_test.h b/src/tests/backend/metadata/tag_test.h
index 5c1018dd..75f7ec44 100644
--- a/src/tests/backend/metadata/tag_test.h
+++ b/src/tests/backend/metadata/tag_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_METADATA_TAG_TEST
diff --git a/src/tests/backend/metadata_list_test.h b/src/tests/backend/metadata_list_test.h
index a661c5f5..9ef8e578 100644
--- a/src/tests/backend/metadata_list_test.h
+++ b/src/tests/backend/metadata_list_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_METADATA_LIST_TEST
diff --git a/src/tests/backend/plugin/plugin_sorter_test.h b/src/tests/backend/plugin/plugin_sorter_test.h
index b6a2ffbd..e7aabb9a 100644
--- a/src/tests/backend/plugin/plugin_sorter_test.h
+++ b/src/tests/backend/plugin/plugin_sorter_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_PLUGIN_PLUGIN_SORTER_TEST
diff --git a/src/tests/backend/plugin/plugin_test.h b/src/tests/backend/plugin/plugin_test.h
index b3cebeb0..940f7d28 100644
--- a/src/tests/backend/plugin/plugin_test.h
+++ b/src/tests/backend/plugin/plugin_test.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_BACKEND_PLUGIN_PLUGIN_TEST
diff --git a/src/tests/common_game_test_fixture.h b/src/tests/common_game_test_fixture.h
index 8cc227db..b6ebd321 100644
--- a/src/tests/common_game_test_fixture.h
+++ b/src/tests/common_game_test_fixture.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_COMMON_GAME_TEST_FIXTURE
diff --git a/src/tests/printers.h b/src/tests/printers.h
index 6cb4b2a7..4ccc8914 100644
--- a/src/tests/printers.h
+++ b/src/tests/printers.h
@@ -19,7 +19,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
-.
+.
*/
#ifndef LOOT_TESTS_PRINTERS
diff --git a/src/validator/main.cpp b/src/validator/main.cpp
index b6b55c3d..61e36c05 100644
--- a/src/validator/main.cpp
+++ b/src/validator/main.cpp
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LOOT. If not, see
- .
+ .
*/
#include
|