From 104f303a8ade008bcd085cab0eb31533d9ab961c Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Tue, 27 May 2025 22:48:40 +0900 Subject: [PATCH] Add tags, fix default notices --- ebin/gajumine.app | 2 +- src/gajumine.erl | 2 +- src/gmc_con.erl | 2 +- src/gmc_conf.erl | 2 +- src/gmc_gui.erl | 2 +- src/gmc_sup.erl | 2 +- zomp.meta | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) 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"}.