Add tags, fix default notices
This commit is contained in:
parent
558c2d6920
commit
104f303a8a
@ -4,5 +4,5 @@
|
||||
{included_applications,[]},
|
||||
{applications,[stdlib,kernel]},
|
||||
{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,[]}}]}.
|
||||
|
@ -6,7 +6,7 @@
|
||||
-vsn("0.2.0").
|
||||
-behavior(application).
|
||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("QPQ AG <craigeverett@qpq.swiss>").
|
||||
-license("GPL-3.0-or-later").
|
||||
|
||||
-export([start/2, stop/1, exec_bin_dir/0]).
|
||||
|
@ -5,7 +5,7 @@
|
||||
-module(gmc_con).
|
||||
-vsn("0.2.0").
|
||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("QPQ AG <craigeverett@qpq.swiss>").
|
||||
-license("GPL-3.0-or-later").
|
||||
|
||||
-behavior(gen_server).
|
||||
|
@ -5,7 +5,7 @@
|
||||
-module(gmc_conf).
|
||||
-vsn("0.2.0").
|
||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("QPQ AG <craigeverett@qpq.swiss>").
|
||||
-license("GPL-3.0-or-later").
|
||||
|
||||
-behavior(wx_object).
|
||||
|
@ -5,7 +5,7 @@
|
||||
-module(gmc_gui).
|
||||
-vsn("0.2.0").
|
||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("QPQ AG <craigeverett@qpq.swiss>").
|
||||
-license("GPL-3.0-or-later").
|
||||
|
||||
-behavior(wx_object).
|
||||
|
@ -15,7 +15,7 @@
|
||||
-vsn("0.2.0").
|
||||
-behaviour(supervisor).
|
||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("QPQ AG <craigeverett@qpq.swiss>").
|
||||
-license("GPL-3.0-or-later").
|
||||
|
||||
-export([start_link/0]).
|
||||
|
@ -28,9 +28,9 @@
|
||||
{key_name,none}.
|
||||
{a_email,"craigeverett@qpq.swiss"}.
|
||||
{c_email,"craigeverett@qpq.swiss"}.
|
||||
{copyright,"Craig Everett"}.
|
||||
{copyright,"QPQ AG"}.
|
||||
{file_exts,[]}.
|
||||
{license,"GPL-3.0-or-later"}.
|
||||
{repo_url,"https://git.qpq.swiss/zxq9/GajuMine"}.
|
||||
{tags,[]}.
|
||||
{tags,["qpq","gaju","gajumaru","hive","mining","crypto"]}.
|
||||
{ws_url,"https://gajumining.com"}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user