From 4e0bea8e32159dcb8ee11c3969880f2848e1dce4 Mon Sep 17 00:00:00 2001 From: MrFry Date: Sat, 5 Oct 2019 15:46:36 +0200 Subject: [PATCH] Changed maintainer name (again) --- README.md | 2 +- modules/main.js | 2 +- modules/qmining.js | 6 +++--- 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, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 27ee895..2e1da5f 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ then Should auto generate needed folder structure -Client +Client diff --git a/modules/main.js b/modules/main.js index aded561..2c508de 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/qmining.js b/modules/qmining.js index a8a98b0..bafd10e 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 @@ -154,13 +154,13 @@ app.get('/greasy', function (req, res) { }) app.get('/scriptgit', function (req, res) { - res.redirect('https://gitlab.com/YourFriendlyNeighborhoodDealer/moodle-test-userscript') + res.redirect('https://gitlab.com/MrFry/moodle-test-userscript') res.end() logger.LogReq(req) }) app.get('/servergit', function (req, res) { - res.redirect('https://gitlab.com/YourFriendlyNeighborhoodDealer/question-node-server') + res.redirect('https://gitlab.com/MrFry/question-node-server') res.end() logger.LogReq(req) }) diff --git a/modules/sio.js b/modules/sio.js index da6cc68..fc3d106 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 da321c1..9657624 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 5aa764d..faf39fd 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 e691c7c..dd75f52 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 3ff1afd..27845ed 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 b3b0e07..ab1ed24 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 2539ec7..e7dd790 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