diff --git a/ebin/gajumine.app b/ebin/gajumine.app index 2fa06ad..c7be8a7 100644 --- a/ebin/gajumine.app +++ b/ebin/gajumine.app @@ -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,[]}}]}. diff --git a/src/gajumine.erl b/src/gajumine.erl index 0385105..f11f36c 100644 --- a/src/gajumine.erl +++ b/src/gajumine.erl @@ -6,7 +6,7 @@ -vsn("0.2.0"). -behavior(application). -author("Craig Everett "). --copyright("Craig Everett "). +-copyright("QPQ AG "). -license("GPL-3.0-or-later"). -export([start/2, stop/1, exec_bin_dir/0]). diff --git a/src/gmc_con.erl b/src/gmc_con.erl index 4670086..2e9463f 100644 --- a/src/gmc_con.erl +++ b/src/gmc_con.erl @@ -5,7 +5,7 @@ -module(gmc_con). -vsn("0.2.0"). -author("Craig Everett "). --copyright("Craig Everett "). +-copyright("QPQ AG "). -license("GPL-3.0-or-later"). -behavior(gen_server). diff --git a/src/gmc_conf.erl b/src/gmc_conf.erl index 771b14e..8cdc35f 100644 --- a/src/gmc_conf.erl +++ b/src/gmc_conf.erl @@ -5,7 +5,7 @@ -module(gmc_conf). -vsn("0.2.0"). -author("Craig Everett "). --copyright("Craig Everett "). +-copyright("QPQ AG "). -license("GPL-3.0-or-later"). -behavior(wx_object). diff --git a/src/gmc_gui.erl b/src/gmc_gui.erl index a026f62..553f737 100644 --- a/src/gmc_gui.erl +++ b/src/gmc_gui.erl @@ -5,7 +5,7 @@ -module(gmc_gui). -vsn("0.2.0"). -author("Craig Everett "). --copyright("Craig Everett "). +-copyright("QPQ AG "). -license("GPL-3.0-or-later"). -behavior(wx_object). diff --git a/src/gmc_sup.erl b/src/gmc_sup.erl index 6573c91..04134af 100644 --- a/src/gmc_sup.erl +++ b/src/gmc_sup.erl @@ -15,7 +15,7 @@ -vsn("0.2.0"). -behaviour(supervisor). -author("Craig Everett "). --copyright("Craig Everett "). +-copyright("QPQ AG "). -license("GPL-3.0-or-later"). -export([start_link/0]). diff --git a/zomp.meta b/zomp.meta index cd1ccc2..37ad5e7 100644 --- a/zomp.meta +++ b/zomp.meta @@ -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"}.