config #2

Merged
zxq9 merged 8 commits from config into master 2025-05-27 23:15:20 +09:00
7 changed files with 8 additions and 8 deletions
Showing only changes of commit 104f303a8a - Show all commits

View File

@ -4,5 +4,5 @@
{included_applications,[]}, {included_applications,[]},
{applications,[stdlib,kernel]}, {applications,[stdlib,kernel]},
{vsn,"0.2.0"}, {vsn,"0.2.0"},
{modules,[gajumine,gmc_con,gmc_gui,gmc_setup,gmc_sup]}, {modules,[gajumine,gmc_con,gmc_conf,gmc_gui,gmc_sup]},
{mod,{gajumine,[]}}]}. {mod,{gajumine,[]}}]}.

View File

@ -6,7 +6,7 @@
-vsn("0.2.0"). -vsn("0.2.0").
-behavior(application). -behavior(application).
-author("Craig Everett <craigeverett@qpq.swiss>"). -author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("Craig Everett <craigeverett@qpq.swiss>"). -copyright("QPQ AG <craigeverett@qpq.swiss>").
-license("GPL-3.0-or-later"). -license("GPL-3.0-or-later").
-export([start/2, stop/1, exec_bin_dir/0]). -export([start/2, stop/1, exec_bin_dir/0]).

View File

@ -5,7 +5,7 @@
-module(gmc_con). -module(gmc_con).
-vsn("0.2.0"). -vsn("0.2.0").
-author("Craig Everett <craigeverett@qpq.swiss>"). -author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("Craig Everett <craigeverett@qpq.swiss>"). -copyright("QPQ AG <craigeverett@qpq.swiss>").
-license("GPL-3.0-or-later"). -license("GPL-3.0-or-later").
-behavior(gen_server). -behavior(gen_server).

View File

@ -5,7 +5,7 @@
-module(gmc_conf). -module(gmc_conf).
-vsn("0.2.0"). -vsn("0.2.0").
-author("Craig Everett <craigeverett@qpq.swiss>"). -author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("Craig Everett <craigeverett@qpq.swiss>"). -copyright("QPQ AG <craigeverett@qpq.swiss>").
-license("GPL-3.0-or-later"). -license("GPL-3.0-or-later").
-behavior(wx_object). -behavior(wx_object).

View File

@ -5,7 +5,7 @@
-module(gmc_gui). -module(gmc_gui).
-vsn("0.2.0"). -vsn("0.2.0").
-author("Craig Everett <craigeverett@qpq.swiss>"). -author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("Craig Everett <craigeverett@qpq.swiss>"). -copyright("QPQ AG <craigeverett@qpq.swiss>").
-license("GPL-3.0-or-later"). -license("GPL-3.0-or-later").
-behavior(wx_object). -behavior(wx_object).

View File

@ -15,7 +15,7 @@
-vsn("0.2.0"). -vsn("0.2.0").
-behaviour(supervisor). -behaviour(supervisor).
-author("Craig Everett <craigeverett@qpq.swiss>"). -author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("Craig Everett <craigeverett@qpq.swiss>"). -copyright("QPQ AG <craigeverett@qpq.swiss>").
-license("GPL-3.0-or-later"). -license("GPL-3.0-or-later").
-export([start_link/0]). -export([start_link/0]).

View File

@ -28,9 +28,9 @@
{key_name,none}. {key_name,none}.
{a_email,"craigeverett@qpq.swiss"}. {a_email,"craigeverett@qpq.swiss"}.
{c_email,"craigeverett@qpq.swiss"}. {c_email,"craigeverett@qpq.swiss"}.
{copyright,"Craig Everett"}. {copyright,"QPQ AG"}.
{file_exts,[]}. {file_exts,[]}.
{license,"GPL-3.0-or-later"}. {license,"GPL-3.0-or-later"}.
{repo_url,"https://git.qpq.swiss/zxq9/GajuMine"}. {repo_url,"https://git.qpq.swiss/zxq9/GajuMine"}.
{tags,[]}. {tags,["qpq","gaju","gajumaru","hive","mining","crypto"]}.
{ws_url,"https://gajumining.com"}. {ws_url,"https://gajumining.com"}.