Add tags, fix default notices

This commit is contained in:
2025-05-27 22:48:40 +09:00
parent 558c2d6920
commit 104f303a8a
7 changed files with 8 additions and 8 deletions
+1 -1
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]).
+1 -1
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).
+1 -1
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).
+1 -1
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).
+1 -1
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]).