Add tags, fix default notices

This commit is contained in:
Craig Everett 2025-05-27 22:48:40 +09:00
parent 558c2d6920
commit 104f303a8a
7 changed files with 8 additions and 8 deletions

View File

@ -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,[]}}]}.

View File

@ -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]).

View File

@ -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).

View File

@ -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).

View File

@ -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).

View File

@ -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]).

View File

@ -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"}.