SSL fix. Whoops!

This commit is contained in:
2025-01-31 19:14:59 +09:00
parent c904ed66f3
commit 82c23bbfe6
13 changed files with 14 additions and 15 deletions
+1 -2
View File
@@ -3,7 +3,7 @@
%%% @end
-module(clutch).
-vsn("0.1.4").
-vsn("0.1.5").
-behavior(application).
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
@@ -57,7 +57,6 @@ start(normal, _Args) ->
ok = tell(error, "DANGER! This node is in distributed mode!"),
init:stop(1)
end,
ok = application:ensure_started(sasl),
ok = application:ensure_started(hakuzaru),
ok = application:ensure_started(zxwidgets),
gmc_sup:start_link().
+1 -1
View File
@@ -3,7 +3,7 @@
%%% @end
-module(gmc_con).
-vsn("0.1.4").
-vsn("0.1.5").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -37,7 +37,7 @@
%%% @end
-module(gmc_grids).
-vsn("0.1.4").
-vsn("0.1.5").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -3,7 +3,7 @@
%%% @end
-module(gmc_gui).
-vsn("0.1.4").
-vsn("0.1.5").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -15,7 +15,7 @@
%%% translation library is retained).
-module(gmc_jt).
-vsn("0.1.4").
-vsn("0.1.5").
-export([read_translations/1, j/2, oneshot_j/2]).
+1 -1
View File
@@ -8,7 +8,7 @@
%%% @end
-module(gmc_key_master).
-vsn("0.1.4").
-vsn("0.1.5").
-export([make_key/2, encode/1, decode/1]).
+1 -1
View File
@@ -12,7 +12,7 @@
%%% @end
-module(gmc_sup).
-vsn("0.1.4").
-vsn("0.1.5").
-behaviour(supervisor).
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
+1 -1
View File
@@ -1,5 +1,5 @@
-module(gmc_v).
-vsn("0.1.4").
-vsn("0.1.5").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -1,5 +1,5 @@
-module(gmc_v_devman).
-vsn("0.1.4").
-vsn("0.1.5").
-author("Craig Everett <zxq9@zxq9.com>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -1,5 +1,5 @@
-module(gmc_v_netman).
-vsn("0.1.4").
-vsn("0.1.5").
-author("Craig Everett <zxq9@zxq9.com>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -1,5 +1,5 @@
-module(gmc_v_wallman).
-vsn("0.1.4").
-vsn("0.1.5").
-author("Craig Everett <zxq9@zxq9.com>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").