From 6f40ce4485bd12dc2b049d3c28e3332df987ca63 Mon Sep 17 00:00:00 2001 From: MrFry Date: Sun, 27 Oct 2019 14:08:33 +0100 Subject: [PATCH] Changed remote url --- modules/main.js | 2 +- modules/old.js | 2 +- modules/qmining.js | 4 ++-- modules/sio.js | 2 +- modules/stuff.js | 2 +- server.js | 2 +- utils/actions.js | 2 +- utils/logger.js | 2 +- utils/merger.js | 2 +- utils/stat.js | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/main.js b/modules/main.js index b7e35cf..c80b075 100644 --- a/modules/main.js +++ b/modules/main.js @@ -1,7 +1,7 @@ /* ---------------------------------------------------------------------------- Question Server - GitLab: + GitLab: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/modules/old.js b/modules/old.js index 680d3bc..01e273e 100644 --- a/modules/old.js +++ b/modules/old.js @@ -1,7 +1,7 @@ /* ---------------------------------------------------------------------------- Question Server - GitLab: + GitLab: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/modules/qmining.js b/modules/qmining.js index 22f208c..b7d75df 100644 --- a/modules/qmining.js +++ b/modules/qmining.js @@ -1,7 +1,7 @@ /* ---------------------------------------------------------------------------- Question Server - GitLab: + GitLab: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -159,7 +159,7 @@ app.get('/scriptgit', function (req, res) { }) app.get('/servergit', function (req, res) { - res.redirect('https://gitlab.com/MrFry/question-node-server') + res.redirect('https://gitlab.com/MrFry/mrfrys-node-server') res.end() logger.LogReq(req) }) diff --git a/modules/sio.js b/modules/sio.js index fc3d106..4006016 100644 --- a/modules/sio.js +++ b/modules/sio.js @@ -1,7 +1,7 @@ /* ---------------------------------------------------------------------------- Question Server - GitLab: + GitLab: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/modules/stuff.js b/modules/stuff.js index 3c2ae17..4b6dc72 100644 --- a/modules/stuff.js +++ b/modules/stuff.js @@ -1,7 +1,7 @@ /* ---------------------------------------------------------------------------- Question Server - GitLab: + GitLab: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/server.js b/server.js index df745af..6eb7d7b 100644 --- a/server.js +++ b/server.js @@ -1,7 +1,7 @@ /* ---------------------------------------------------------------------------- Question Server - GitLab: + GitLab: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/utils/actions.js b/utils/actions.js index 7557c4b..b6e4311 100644 --- a/utils/actions.js +++ b/utils/actions.js @@ -1,6 +1,6 @@ /* ---------------------------------------------------------------------------- Question Server - GitLab: + GitLab: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/utils/logger.js b/utils/logger.js index 098264a..20435ff 100644 --- a/utils/logger.js +++ b/utils/logger.js @@ -1,7 +1,7 @@ /* ---------------------------------------------------------------------------- Question Server - GitLab: + GitLab: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/utils/merger.js b/utils/merger.js index 5895a2f..45796dc 100644 --- a/utils/merger.js +++ b/utils/merger.js @@ -1,7 +1,7 @@ /* ---------------------------------------------------------------------------- Question Server question file merger - GitLab: + GitLab: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/utils/stat.js b/utils/stat.js index dd9e322..11be1bb 100644 --- a/utils/stat.js +++ b/utils/stat.js @@ -1,7 +1,7 @@ /* ---------------------------------------------------------------------------- Question Server - GitLab: + GitLab: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by