From ad050c0a576ff03a6f9844c3508eef311913df3d Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 12 Mar 2017 18:25:20 +0100 Subject: first mvp rating experiments --- analyzer | 2 +- vaindock | 2 +- vainsocial | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/analyzer b/analyzer index 9f7062f..15f24ca 160000 --- a/analyzer +++ b/analyzer @@ -1 +1 @@ -Subproject commit 9f7062f14d8904c1ac8bcdc0ba3dd855f2b36122 +Subproject commit 15f24ca3c01cb99704c872476763a393506c2a5b diff --git a/vaindock b/vaindock index 5ce83a2..95e83d5 160000 --- a/vaindock +++ b/vaindock @@ -1 +1 @@ -Subproject commit 5ce83a22303a759ae3b26b1f901fbb9bad232f88 +Subproject commit 95e83d5d423323e8178d5a5526d7957dbc9143f1 diff --git a/vainsocial b/vainsocial index 2ecf4d1..4c0edcb 160000 --- a/vainsocial +++ b/vainsocial @@ -1 +1 @@ -Subproject commit 2ecf4d1f91c0a623295e6c4985c3be9eaa675d41 +Subproject commit 4c0edcb045ad248c3ae028ebb6c70987ecfb6f6e -- cgit v1.3.1 From 6c452a8988d91b055f7e32b0a9319a37c6338aea Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 14 Mar 2017 17:52:49 +0100 Subject: add MIT license --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6a70657 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Vainsocial + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -- cgit v1.3.1 From 94a3a3a133ffab189db4e632be0c054b9b2a0ee7 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 14 Mar 2017 18:52:08 +0100 Subject: update services and web after breaking joblib change --- analyzer | 2 +- apigrabber | 2 +- discordbot | 2 +- processor | 2 +- statscompiler | 2 +- vainsocial | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/analyzer b/analyzer index 15f24ca..d58e203 160000 --- a/analyzer +++ b/analyzer @@ -1 +1 @@ -Subproject commit 15f24ca3c01cb99704c872476763a393506c2a5b +Subproject commit d58e20387392642adb10f24934923954842d0e3f diff --git a/apigrabber b/apigrabber index 6186dbc..74f667b 160000 --- a/apigrabber +++ b/apigrabber @@ -1 +1 @@ -Subproject commit 6186dbc0e46df0d4e55f2f8bb179489ae00bfe41 +Subproject commit 74f667b311a525b367f61d82cdb26b6e60c45711 diff --git a/discordbot b/discordbot index 413820d..a134ef3 160000 --- a/discordbot +++ b/discordbot @@ -1 +1 @@ -Subproject commit 413820d53747043823bc110efb281ec7669d9f75 +Subproject commit a134ef3c7367269a1baafca86b1b69acdc06587b diff --git a/processor b/processor index 582c4b2..e1277af 160000 --- a/processor +++ b/processor @@ -1 +1 @@ -Subproject commit 582c4b2708d2d18a276905598296acd6bca95411 +Subproject commit e1277af939c30e3f2e4bb74cc7792a8764dca1cb diff --git a/statscompiler b/statscompiler index 378cca5..0a3421d 160000 --- a/statscompiler +++ b/statscompiler @@ -1 +1 @@ -Subproject commit 378cca5371e3488f4de320ef59d3a630cb9d52bc +Subproject commit 0a3421d87d7e55707062f1186cf64f2c54734444 diff --git a/vainsocial b/vainsocial index 4c0edcb..4858f44 160000 --- a/vainsocial +++ b/vainsocial @@ -1 +1 @@ -Subproject commit 4c0edcb045ad248c3ae028ebb6c70987ecfb6f6e +Subproject commit 4858f4455b652834a3da39e4459c1f6b13a99a65 -- cgit v1.3.1