diff --git a/COPYRIGHT b/COPYRIGHT index 280a5a55..f6bc02bb 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ Mgmt -Copyright (C) 2013-2024+ James Shubin and the project contributors +Copyright (C) James Shubin and the project contributors Written by James Shubin and the project contributors This program is free software: you can redistribute it and/or modify diff --git a/Makefile b/Makefile index b8972000..e36d2df7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/cli/cli.go b/cli/cli.go index 08c854c8..1d06307e 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/cli/deploy.go b/cli/deploy.go index 648f791e..340145f7 100644 --- a/cli/deploy.go +++ b/cli/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/cli/docs.go b/cli/docs.go index 91059b09..311c8ef8 100644 --- a/cli/docs.go +++ b/cli/docs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/cli/firstboot.go b/cli/firstboot.go index f8ab81a4..6dec4257 100644 --- a/cli/firstboot.go +++ b/cli/firstboot.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/cli/run.go b/cli/run.go index d124517d..61185a24 100644 --- a/cli/run.go +++ b/cli/run.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/cli/setup.go b/cli/setup.go index a20647e2..a166cbb3 100644 --- a/cli/setup.go +++ b/cli/setup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/cli/util/args.go b/cli/util/args.go index 1c800094..b636de37 100644 --- a/cli/util/args.go +++ b/cli/util/args.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/cli/util/hello.go b/cli/util/hello.go index d4734805..932a4929 100644 --- a/cli/util/hello.go +++ b/cli/util/hello.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify @@ -41,7 +41,7 @@ func Hello(program, version string, flags Flags) { program = "" } fmt.Println(fmt.Sprintf("This is: %s, version: %s", program, version)) - fmt.Println("Copyright (C) 2013-2024+ James Shubin and the project contributors") + fmt.Println("Copyright (C) James Shubin and the project contributors") fmt.Println("Written by James Shubin and the project contributors") flags.Logf("main: start: %v", start) } diff --git a/cli/util/util.go b/cli/util/util.go index 8cd92521..9f278ae2 100644 --- a/cli/util/util.go +++ b/cli/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/converger/converger.go b/converger/converger.go index ee53c761..a3ecc12c 100644 --- a/converger/converger.go +++ b/converger/converger.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/converger/converger_test.go b/converger/converger_test.go index 4925ce42..e49ecf1c 100644 --- a/converger/converger_test.go +++ b/converger/converger_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/debian/copyright b/debian/copyright index 6c424f16..8621f895 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: mgmt Source: Files: * -Copyright: Copyright (C) 2013-2024+ James Shubin and the project contributors +Copyright: Copyright (C) James Shubin and the project contributors License: GPL-3.0 License: GPL-3.0 diff --git a/doc.go b/doc.go index 1812a80a..79a27761 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/docs/conf.py b/docs/conf.py index 2adeefb6..869dc01d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ master_doc = 'index' # General information about the project. project = u'mgmt' -copyright = u'2013-2024+ James Shubin and the project contributors' +copyright = u'Copyright (C) James Shubin and the project contributors' author = u'James Shubin' # The version info for the project you're documenting, acts as replacement for diff --git a/docs/docs.go b/docs/docs.go index 3b78e026..4be9d8ea 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/docs/documentation.md b/docs/documentation.md index 75d5194b..744cb36d 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -493,7 +493,7 @@ To report any bugs, please file a ticket at: [https://github.com/purpleidea/mgmt ## Authors -Copyright (C) 2013-2024+ James Shubin and the project contributors +Copyright (C) James Shubin and the project contributors Please see the [AUTHORS](https://github.com/purpleidea/mgmt/tree/master/AUTHORS) file diff --git a/docs/generate.go b/docs/generate.go index 61cdd6ce..9336dda1 100644 --- a/docs/generate.go +++ b/docs/generate.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/docs/util/metadata.go b/docs/util/metadata.go index c4f61087..2be633a3 100644 --- a/docs/util/metadata.go +++ b/docs/util/metadata.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/autoedge.go b/engine/autoedge.go index 7e1f4855..915a111c 100644 --- a/engine/autoedge.go +++ b/engine/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/autoedge_test.go b/engine/autoedge_test.go index 71578356..fb1aa705 100644 --- a/engine/autoedge_test.go +++ b/engine/autoedge_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/autogroup.go b/engine/autogroup.go index 4f17ce97..b1dd4cd1 100644 --- a/engine/autogroup.go +++ b/engine/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/cmp.go b/engine/cmp.go index 166b4c7e..093c1373 100644 --- a/engine/cmp.go +++ b/engine/cmp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/copy.go b/engine/copy.go index 2f69dd7b..ad956cf4 100644 --- a/engine/copy.go +++ b/engine/copy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/doc.go b/engine/doc.go index f6bf58c2..83bd0150 100644 --- a/engine/doc.go +++ b/engine/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/edge.go b/engine/edge.go index 270d33ec..32402e20 100644 --- a/engine/edge.go +++ b/engine/edge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/error.go b/engine/error.go index bdfef1b6..d6580f7e 100644 --- a/engine/error.go +++ b/engine/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/fs.go b/engine/fs.go index 7f83942a..4549aff9 100644 --- a/engine/fs.go +++ b/engine/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/actions.go b/engine/graph/actions.go index d1aa78f0..fbdc948e 100644 --- a/engine/graph/actions.go +++ b/engine/graph/actions.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/autoedge.go b/engine/graph/autoedge.go index 0a216d15..c11249dc 100644 --- a/engine/graph/autoedge.go +++ b/engine/graph/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/autoedge/autoedge.go b/engine/graph/autoedge/autoedge.go index 5787ff42..e11df9d7 100644 --- a/engine/graph/autoedge/autoedge.go +++ b/engine/graph/autoedge/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/autogroup.go b/engine/graph/autogroup.go index 6c393ded..6426e6e7 100644 --- a/engine/graph/autogroup.go +++ b/engine/graph/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/autogroup/autogroup.go b/engine/graph/autogroup/autogroup.go index 8692bc7f..569c328b 100644 --- a/engine/graph/autogroup/autogroup.go +++ b/engine/graph/autogroup/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/autogroup/autogroup_test.go b/engine/graph/autogroup/autogroup_test.go index 96236892..0e584e50 100644 --- a/engine/graph/autogroup/autogroup_test.go +++ b/engine/graph/autogroup/autogroup_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/autogroup/base.go b/engine/graph/autogroup/base.go index c6546c77..ccf417fe 100644 --- a/engine/graph/autogroup/base.go +++ b/engine/graph/autogroup/base.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/autogroup/nonreachability.go b/engine/graph/autogroup/nonreachability.go index d1a82662..e3746473 100644 --- a/engine/graph/autogroup/nonreachability.go +++ b/engine/graph/autogroup/nonreachability.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/autogroup/util.go b/engine/graph/autogroup/util.go index 817d06fa..04309dbf 100644 --- a/engine/graph/autogroup/util.go +++ b/engine/graph/autogroup/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/engine.go b/engine/graph/engine.go index 5394dc1c..5bd83341 100644 --- a/engine/graph/engine.go +++ b/engine/graph/engine.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/graph_test.go b/engine/graph/graph_test.go index ebec2ae5..2d9a4ba1 100644 --- a/engine/graph/graph_test.go +++ b/engine/graph/graph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/refresh.go b/engine/graph/refresh.go index 45c584d1..36ff0008 100644 --- a/engine/graph/refresh.go +++ b/engine/graph/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/reverse.go b/engine/graph/reverse.go index f645b68c..2253462d 100644 --- a/engine/graph/reverse.go +++ b/engine/graph/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/semaphore.go b/engine/graph/semaphore.go index 3ba820c0..42570ac6 100644 --- a/engine/graph/semaphore.go +++ b/engine/graph/semaphore.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/semaphore_test.go b/engine/graph/semaphore_test.go index 1aa6b71c..29693799 100644 --- a/engine/graph/semaphore_test.go +++ b/engine/graph/semaphore_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/sendrecv.go b/engine/graph/sendrecv.go index 8b968ea6..93bec00b 100644 --- a/engine/graph/sendrecv.go +++ b/engine/graph/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/state.go b/engine/graph/state.go index 1ebb6d98..701b3b30 100644 --- a/engine/graph/state.go +++ b/engine/graph/state.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graph/vardir.go b/engine/graph/vardir.go index aa53d03f..f73e8a9c 100644 --- a/engine/graph/vardir.go +++ b/engine/graph/vardir.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/graphqueryable.go b/engine/graphqueryable.go index 90d4b09b..7a504973 100644 --- a/engine/graphqueryable.go +++ b/engine/graphqueryable.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/local/local.go b/engine/local/local.go index 45ed1f55..620898d8 100644 --- a/engine/local/local.go +++ b/engine/local/local.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/local/local_test.go b/engine/local/local_test.go index cfb7fa06..734b1f80 100644 --- a/engine/local/local_test.go +++ b/engine/local/local_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/metaparams.go b/engine/metaparams.go index 015a94fa..d4d82f7e 100644 --- a/engine/metaparams.go +++ b/engine/metaparams.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/metaparams_test.go b/engine/metaparams_test.go index 86801819..122352ad 100644 --- a/engine/metaparams_test.go +++ b/engine/metaparams_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/refresh.go b/engine/refresh.go index d51b6a18..b9437455 100644 --- a/engine/refresh.go +++ b/engine/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources.go b/engine/resources.go index f2f17046..8e733a4c 100644 --- a/engine/resources.go +++ b/engine/resources.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/augeas.go b/engine/resources/augeas.go index 23510393..24fa8dec 100644 --- a/engine/resources/augeas.go +++ b/engine/resources/augeas.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/aws_ec2.go b/engine/resources/aws_ec2.go index d819a5f2..e6431896 100644 --- a/engine/resources/aws_ec2.go +++ b/engine/resources/aws_ec2.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/bmc_power.go b/engine/resources/bmc_power.go index 4ff4edc4..c81e6e97 100644 --- a/engine/resources/bmc_power.go +++ b/engine/resources/bmc_power.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/config_etcd.go b/engine/resources/config_etcd.go index 6b1973c8..aebaf33a 100644 --- a/engine/resources/config_etcd.go +++ b/engine/resources/config_etcd.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/consul_kv.go b/engine/resources/consul_kv.go index 29d914c7..0f67121f 100644 --- a/engine/resources/consul_kv.go +++ b/engine/resources/consul_kv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/consul_kv_test.go b/engine/resources/consul_kv_test.go index 3bdd01e0..3eb85628 100644 --- a/engine/resources/consul_kv_test.go +++ b/engine/resources/consul_kv_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/cron.go b/engine/resources/cron.go index 35357c59..b2feaca3 100644 --- a/engine/resources/cron.go +++ b/engine/resources/cron.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/deploy_tar.go b/engine/resources/deploy_tar.go index 3b5648c7..773cfa80 100644 --- a/engine/resources/deploy_tar.go +++ b/engine/resources/deploy_tar.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/dhcp.go b/engine/resources/dhcp.go index 4ebbd82f..6247bae0 100644 --- a/engine/resources/dhcp.go +++ b/engine/resources/dhcp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/doc.go b/engine/resources/doc.go index add1b0a4..2226dc59 100644 --- a/engine/resources/doc.go +++ b/engine/resources/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/docker_container.go b/engine/resources/docker_container.go index 8d0c6119..2da8eb39 100644 --- a/engine/resources/docker_container.go +++ b/engine/resources/docker_container.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/docker_container_test.go b/engine/resources/docker_container_test.go index 3da512b9..7843f67d 100644 --- a/engine/resources/docker_container_test.go +++ b/engine/resources/docker_container_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/docker_image.go b/engine/resources/docker_image.go index 75e1c1c9..2636a65a 100644 --- a/engine/resources/docker_image.go +++ b/engine/resources/docker_image.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/exec.go b/engine/resources/exec.go index fcdcd401..434fe59e 100644 --- a/engine/resources/exec.go +++ b/engine/resources/exec.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/exec_test.go b/engine/resources/exec_test.go index b6d6b758..43bc2af8 100644 --- a/engine/resources/exec_test.go +++ b/engine/resources/exec_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/file.go b/engine/resources/file.go index 59bf5c04..95c8f783 100644 --- a/engine/resources/file.go +++ b/engine/resources/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/file_test.go b/engine/resources/file_test.go index f4d7872a..61bf84ec 100644 --- a/engine/resources/file_test.go +++ b/engine/resources/file_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/firewalld.go b/engine/resources/firewalld.go index f08cde0f..b6438eec 100644 --- a/engine/resources/firewalld.go +++ b/engine/resources/firewalld.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/group.go b/engine/resources/group.go index 92953892..2b080ab2 100644 --- a/engine/resources/group.go +++ b/engine/resources/group.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/gzip.go b/engine/resources/gzip.go index 5c2cb885..2256e2f8 100644 --- a/engine/resources/gzip.go +++ b/engine/resources/gzip.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/hetzner_vm.go b/engine/resources/hetzner_vm.go index 494c041e..367be823 100644 --- a/engine/resources/hetzner_vm.go +++ b/engine/resources/hetzner_vm.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/hostname.go b/engine/resources/hostname.go index bc827eba..61be33e1 100644 --- a/engine/resources/hostname.go +++ b/engine/resources/hostname.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/http.go b/engine/resources/http.go index befda0f0..bd80da03 100644 --- a/engine/resources/http.go +++ b/engine/resources/http.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/http_flag.go b/engine/resources/http_flag.go index 6e73c942..13db670e 100644 --- a/engine/resources/http_flag.go +++ b/engine/resources/http_flag.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/http_proxy.go b/engine/resources/http_proxy.go index 48137440..fffe8a7f 100644 --- a/engine/resources/http_proxy.go +++ b/engine/resources/http_proxy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/http_proxy_test.go b/engine/resources/http_proxy_test.go index 1176aaf0..5bf7fdb9 100644 --- a/engine/resources/http_proxy_test.go +++ b/engine/resources/http_proxy_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/kv.go b/engine/resources/kv.go index 25320dca..bfe4e4b1 100644 --- a/engine/resources/kv.go +++ b/engine/resources/kv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/mount.go b/engine/resources/mount.go index 711233e8..d47871d2 100644 --- a/engine/resources/mount.go +++ b/engine/resources/mount.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/mount_linux_test.go b/engine/resources/mount_linux_test.go index 3ec1c4e1..60e9d9da 100644 --- a/engine/resources/mount_linux_test.go +++ b/engine/resources/mount_linux_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/mount_test.go b/engine/resources/mount_test.go index 9c530a83..4f3d40eb 100644 --- a/engine/resources/mount_test.go +++ b/engine/resources/mount_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/msg.go b/engine/resources/msg.go index 1dbabd06..7d2d19ec 100644 --- a/engine/resources/msg.go +++ b/engine/resources/msg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/msg_test.go b/engine/resources/msg_test.go index 28fc8c33..312cc19d 100644 --- a/engine/resources/msg_test.go +++ b/engine/resources/msg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/net.go b/engine/resources/net.go index 8f3d1263..a6d4282d 100644 --- a/engine/resources/net.go +++ b/engine/resources/net.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/net_test.go b/engine/resources/net_test.go index f7cf3821..729cbda9 100644 --- a/engine/resources/net_test.go +++ b/engine/resources/net_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/noop.go b/engine/resources/noop.go index b5475df2..cab43e13 100644 --- a/engine/resources/noop.go +++ b/engine/resources/noop.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/noop_test.go b/engine/resources/noop_test.go index 9d13e1d3..0a8d88f8 100644 --- a/engine/resources/noop_test.go +++ b/engine/resources/noop_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/nspawn.go b/engine/resources/nspawn.go index e435bd16..6ab16977 100644 --- a/engine/resources/nspawn.go +++ b/engine/resources/nspawn.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/packagekit/packagekit.go b/engine/resources/packagekit/packagekit.go index 4e46cf42..af989ca0 100644 --- a/engine/resources/packagekit/packagekit.go +++ b/engine/resources/packagekit/packagekit.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/panic.go b/engine/resources/panic.go index b7dc7b2a..40386b28 100644 --- a/engine/resources/panic.go +++ b/engine/resources/panic.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/password.go b/engine/resources/password.go index ac8281c8..7e8ee28a 100644 --- a/engine/resources/password.go +++ b/engine/resources/password.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/pippet.go b/engine/resources/pippet.go index c8f1f7ab..f139a407 100644 --- a/engine/resources/pippet.go +++ b/engine/resources/pippet.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/pippet_test.go b/engine/resources/pippet_test.go index 6f11e64a..ecfffff4 100644 --- a/engine/resources/pippet_test.go +++ b/engine/resources/pippet_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/pkg.go b/engine/resources/pkg.go index 4057d47f..c6d9ff3b 100644 --- a/engine/resources/pkg.go +++ b/engine/resources/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/pkg_test.go b/engine/resources/pkg_test.go index acabad3f..df6c790b 100644 --- a/engine/resources/pkg_test.go +++ b/engine/resources/pkg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/print.go b/engine/resources/print.go index 90e97df3..c7d3ad6f 100644 --- a/engine/resources/print.go +++ b/engine/resources/print.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/resources_test.go b/engine/resources/resources_test.go index a41cbec6..d8e41fea 100644 --- a/engine/resources/resources_test.go +++ b/engine/resources/resources_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/svc.go b/engine/resources/svc.go index c0be5c50..e15b9743 100644 --- a/engine/resources/svc.go +++ b/engine/resources/svc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/sysctl.go b/engine/resources/sysctl.go index a8076902..aaf0f88a 100644 --- a/engine/resources/sysctl.go +++ b/engine/resources/sysctl.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/tar.go b/engine/resources/tar.go index 6410e131..cbd306b3 100644 --- a/engine/resources/tar.go +++ b/engine/resources/tar.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/test.go b/engine/resources/test.go index f8e7d182..2764a25c 100644 --- a/engine/resources/test.go +++ b/engine/resources/test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/test_test.go b/engine/resources/test_test.go index 608f8fa9..37c3b18d 100644 --- a/engine/resources/test_test.go +++ b/engine/resources/test_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/tftp.go b/engine/resources/tftp.go index 80e76510..756c843b 100644 --- a/engine/resources/tftp.go +++ b/engine/resources/tftp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/timer.go b/engine/resources/timer.go index dc7b248b..6db7fd3d 100644 --- a/engine/resources/timer.go +++ b/engine/resources/timer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/user.go b/engine/resources/user.go index bef0b568..e4d5cd66 100644 --- a/engine/resources/user.go +++ b/engine/resources/user.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/value.go b/engine/resources/value.go index 0083896d..2fd3b89c 100644 --- a/engine/resources/value.go +++ b/engine/resources/value.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/virt.go b/engine/resources/virt.go index 9827aa65..8151eafb 100644 --- a/engine/resources/virt.go +++ b/engine/resources/virt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/resources/virt_builder.go b/engine/resources/virt_builder.go index 8adcc576..f36c3017 100644 --- a/engine/resources/virt_builder.go +++ b/engine/resources/virt_builder.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/reverse.go b/engine/reverse.go index df5384b9..f7c00c21 100644 --- a/engine/reverse.go +++ b/engine/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/sendrecv.go b/engine/sendrecv.go index 94cabb51..a3527496 100644 --- a/engine/sendrecv.go +++ b/engine/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/traits/autoedge.go b/engine/traits/autoedge.go index 9f4023fd..defff3af 100644 --- a/engine/traits/autoedge.go +++ b/engine/traits/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/traits/autogroup.go b/engine/traits/autogroup.go index 82cb5635..36704735 100644 --- a/engine/traits/autogroup.go +++ b/engine/traits/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/traits/base.go b/engine/traits/base.go index 3e733469..f72a0a79 100644 --- a/engine/traits/base.go +++ b/engine/traits/base.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/traits/doc.go b/engine/traits/doc.go index 422cb40b..9ed9405b 100644 --- a/engine/traits/doc.go +++ b/engine/traits/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/traits/graphqueryable.go b/engine/traits/graphqueryable.go index ab81dc46..bdddf79b 100644 --- a/engine/traits/graphqueryable.go +++ b/engine/traits/graphqueryable.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/traits/kind.go b/engine/traits/kind.go index aa77dffd..d932a230 100644 --- a/engine/traits/kind.go +++ b/engine/traits/kind.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/traits/meta.go b/engine/traits/meta.go index 462ffd0a..90ad1d63 100644 --- a/engine/traits/meta.go +++ b/engine/traits/meta.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/traits/named.go b/engine/traits/named.go index 9402f1c3..07737666 100644 --- a/engine/traits/named.go +++ b/engine/traits/named.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/traits/refresh.go b/engine/traits/refresh.go index 291efad5..685daa58 100644 --- a/engine/traits/refresh.go +++ b/engine/traits/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/traits/reverse.go b/engine/traits/reverse.go index 373f87fe..49b07773 100644 --- a/engine/traits/reverse.go +++ b/engine/traits/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/traits/sendrecv.go b/engine/traits/sendrecv.go index 2197ec8b..0f4bb61b 100644 --- a/engine/traits/sendrecv.go +++ b/engine/traits/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/util.go b/engine/util.go index c4eea4bb..4684ae4f 100644 --- a/engine/util.go +++ b/engine/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/util/cmp.go b/engine/util/cmp.go index f2e0d79b..b8ccde39 100644 --- a/engine/util/cmp.go +++ b/engine/util/cmp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/util/mode.go b/engine/util/mode.go index 898e2651..6cee5167 100644 --- a/engine/util/mode.go +++ b/engine/util/mode.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/util/mode_test.go b/engine/util/mode_test.go index 3a04dad8..26b6d4e3 100644 --- a/engine/util/mode_test.go +++ b/engine/util/mode_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/util/util.go b/engine/util/util.go index 928cb127..85bfdd34 100644 --- a/engine/util/util.go +++ b/engine/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/util/util_test.go b/engine/util/util_test.go index affff637..e2184f2c 100644 --- a/engine/util/util_test.go +++ b/engine/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/engine/world.go b/engine/world.go index c57d2f94..21462d99 100644 --- a/engine/world.go +++ b/engine/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/entry/entry.go b/entry/entry.go index f12b5228..535262bf 100644 --- a/entry/entry.go +++ b/entry/entry.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/callback.go b/etcd/callback.go index f2119be9..e8cbecad 100644 --- a/etcd/callback.go +++ b/etcd/callback.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/chooser/chooser.go b/etcd/chooser/chooser.go index 9519c289..dc8f3a26 100644 --- a/etcd/chooser/chooser.go +++ b/etcd/chooser/chooser.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/chooser/dynamicsize.go b/etcd/chooser/dynamicsize.go index 51a1a1fb..b501d7ae 100644 --- a/etcd/chooser/dynamicsize.go +++ b/etcd/chooser/dynamicsize.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/client/resources/resources.go b/etcd/client/resources/resources.go index bbc7add9..e8a2de97 100644 --- a/etcd/client/resources/resources.go +++ b/etcd/client/resources/resources.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/client/simple.go b/etcd/client/simple.go index 2febbe1c..7d4ab94b 100644 --- a/etcd/client/simple.go +++ b/etcd/client/simple.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/client/str/str.go b/etcd/client/str/str.go index d09b40c8..ce0a94a9 100644 --- a/etcd/client/str/str.go +++ b/etcd/client/str/str.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/client/strmap/strmap.go b/etcd/client/strmap/strmap.go index 7bbbdacd..30f25eb6 100644 --- a/etcd/client/strmap/strmap.go +++ b/etcd/client/strmap/strmap.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/converger.go b/etcd/converger.go index 01f54eaf..a35699f6 100644 --- a/etcd/converger.go +++ b/etcd/converger.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/deployer/deployer.go b/etcd/deployer/deployer.go index f2f9d02c..012ee4a7 100644 --- a/etcd/deployer/deployer.go +++ b/etcd/deployer/deployer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/error.go b/etcd/error.go index d6f78ecb..789b36f6 100644 --- a/etcd/error.go +++ b/etcd/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/etcd.go b/etcd/etcd.go index 7f26aba6..9dee5c0e 100644 --- a/etcd/etcd.go +++ b/etcd/etcd.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/etcd_test.go b/etcd/etcd_test.go index ee2b84c3..6bc4169b 100644 --- a/etcd/etcd_test.go +++ b/etcd/etcd_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/fs/file.go b/etcd/fs/file.go index 20da4e28..1db2128c 100644 --- a/etcd/fs/file.go +++ b/etcd/fs/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/fs/fs.go b/etcd/fs/fs.go index 2952eba5..339b7fda 100644 --- a/etcd/fs/fs.go +++ b/etcd/fs/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/fs/fs_test.go b/etcd/fs/fs_test.go index de9bd0f6..5e26ae13 100644 --- a/etcd/fs/fs_test.go +++ b/etcd/fs/fs_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/fs/util.go b/etcd/fs/util.go index 5284653e..c5fbdd16 100644 --- a/etcd/fs/util.go +++ b/etcd/fs/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/helpers.go b/etcd/helpers.go index fe58f417..62b3d173 100644 --- a/etcd/helpers.go +++ b/etcd/helpers.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/interfaces/client.go b/etcd/interfaces/client.go index 1198102f..5c0934d1 100644 --- a/etcd/interfaces/client.go +++ b/etcd/interfaces/client.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/interfaces/const.go b/etcd/interfaces/const.go index f45a5b58..366cfe6c 100644 --- a/etcd/interfaces/const.go +++ b/etcd/interfaces/const.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/interfaces/error.go b/etcd/interfaces/error.go index 85ee0586..56d7e8b8 100644 --- a/etcd/interfaces/error.go +++ b/etcd/interfaces/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/interfaces/structs.go b/etcd/interfaces/structs.go index d156f7cd..46e78405 100644 --- a/etcd/interfaces/structs.go +++ b/etcd/interfaces/structs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/membership.go b/etcd/membership.go index d9fd76ab..8d1920bd 100644 --- a/etcd/membership.go +++ b/etcd/membership.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/methods.go b/etcd/methods.go index af781253..70be2f8d 100644 --- a/etcd/methods.go +++ b/etcd/methods.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/scheduler/alphastrategy.go b/etcd/scheduler/alphastrategy.go index 94675d21..35125a5f 100644 --- a/etcd/scheduler/alphastrategy.go +++ b/etcd/scheduler/alphastrategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/scheduler/options.go b/etcd/scheduler/options.go index 4493d822..aaa9ccfd 100644 --- a/etcd/scheduler/options.go +++ b/etcd/scheduler/options.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/scheduler/rrstrategy.go b/etcd/scheduler/rrstrategy.go index 12821409..4e722ec9 100644 --- a/etcd/scheduler/rrstrategy.go +++ b/etcd/scheduler/rrstrategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/scheduler/scheduler.go b/etcd/scheduler/scheduler.go index fb9b6345..1ee622ca 100644 --- a/etcd/scheduler/scheduler.go +++ b/etcd/scheduler/scheduler.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/scheduler/strategy.go b/etcd/scheduler/strategy.go index 0f6a74f4..7c2374c2 100644 --- a/etcd/scheduler/strategy.go +++ b/etcd/scheduler/strategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/server.go b/etcd/server.go index d3d460d1..81e0bfb1 100644 --- a/etcd/server.go +++ b/etcd/server.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/tasks.go b/etcd/tasks.go index 0e7d5830..9be9ec1f 100644 --- a/etcd/tasks.go +++ b/etcd/tasks.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/util/util.go b/etcd/util/util.go index abdbe2cc..eed156d9 100644 --- a/etcd/util/util.go +++ b/etcd/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/util/util_test.go b/etcd/util/util_test.go index 30f8a6aa..d884b1cf 100644 --- a/etcd/util/util_test.go +++ b/etcd/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/etcd/world.go b/etcd/world.go index 015759ba..965a956c 100644 --- a/etcd/world.go +++ b/etcd/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/examples/dhcp_client/Makefile b/examples/dhcp_client/Makefile index f0b22f6e..7659b539 100644 --- a/examples/dhcp_client/Makefile +++ b/examples/dhcp_client/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/examples/dhcp_client/dhcp_client.go b/examples/dhcp_client/dhcp_client.go index d55f8773..27efa7d9 100644 --- a/examples/dhcp_client/dhcp_client.go +++ b/examples/dhcp_client/dhcp_client.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/firstboot/firstboot.go b/firstboot/firstboot.go index a6336dd2..501b91c7 100644 --- a/firstboot/firstboot.go +++ b/firstboot/firstboot.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/firstboot/start.go b/firstboot/start.go index aaee821f..57dcb4e0 100644 --- a/firstboot/start.go +++ b/firstboot/start.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/gapi/deploy.go b/gapi/deploy.go index 09b2edfa..7362853d 100644 --- a/gapi/deploy.go +++ b/gapi/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/gapi/empty/empty.go b/gapi/empty/empty.go index 9c7b7418..c12d99e6 100644 --- a/gapi/empty/empty.go +++ b/gapi/empty/empty.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/gapi/gapi.go b/gapi/gapi.go index eb03780b..98075e87 100644 --- a/gapi/gapi.go +++ b/gapi/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/gapi/helpers.go b/gapi/helpers.go index 51f25bcc..a06bc98b 100644 --- a/gapi/helpers.go +++ b/gapi/helpers.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/integration/basic_test.go b/integration/basic_test.go index da66f015..1dadda9c 100644 --- a/integration/basic_test.go +++ b/integration/basic_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/integration/cluster.go b/integration/cluster.go index 632de3d4..e978a9c2 100644 --- a/integration/cluster.go +++ b/integration/cluster.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/integration/instance.go b/integration/instance.go index 66a47f53..e2448b0f 100644 --- a/integration/instance.go +++ b/integration/instance.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/integration/patterns.go b/integration/patterns.go index 253d1d02..be55fe35 100644 --- a/integration/patterns.go +++ b/integration/patterns.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/integration/util.go b/integration/util.go index c171c238..17516d85 100644 --- a/integration/util.go +++ b/integration/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/integration/util_test.go b/integration/util_test.go index d6cbb49c..46ec8170 100644 --- a/integration/util_test.go +++ b/integration/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/Makefile b/lang/Makefile index 5b2dc401..bb919e06 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/lang/ast/scopegraph.go b/lang/ast/scopegraph.go index 13bd2e2d..9eb3d3eb 100644 --- a/lang/ast/scopegraph.go +++ b/lang/ast/scopegraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/ast/structs.go b/lang/ast/structs.go index 37be5103..cdabda29 100644 --- a/lang/ast/structs.go +++ b/lang/ast/structs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/ast/util.go b/lang/ast/util.go index 4c4e7123..d382afa4 100644 --- a/lang/ast/util.go +++ b/lang/ast/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/concat.go b/lang/core/concat.go index 93b8b423..749bdcbf 100644 --- a/lang/core/concat.go +++ b/lang/core/concat.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/contains.go b/lang/core/contains.go index 3b0e182b..229ddc1e 100644 --- a/lang/core/contains.go +++ b/lang/core/contains.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/convert/convert.go b/lang/core/convert/convert.go index 937b374f..647d8b35 100644 --- a/lang/core/convert/convert.go +++ b/lang/core/convert/convert.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/convert/format_bool.go b/lang/core/convert/format_bool.go index 3c69de64..b7000049 100644 --- a/lang/core/convert/format_bool.go +++ b/lang/core/convert/format_bool.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/convert/parse_bool.go b/lang/core/convert/parse_bool.go index 29b1248b..eeff5f72 100644 --- a/lang/core/convert/parse_bool.go +++ b/lang/core/convert/parse_bool.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/convert/to_float.go b/lang/core/convert/to_float.go index 71c0ef0f..44cc3e36 100644 --- a/lang/core/convert/to_float.go +++ b/lang/core/convert/to_float.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/convert/to_float_test.go b/lang/core/convert/to_float_test.go index 887f5ceb..b09d1bc9 100644 --- a/lang/core/convert/to_float_test.go +++ b/lang/core/convert/to_float_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/convert/to_int.go b/lang/core/convert/to_int.go index 3cc414b8..9894a25a 100644 --- a/lang/core/convert/to_int.go +++ b/lang/core/convert/to_int.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/convert/to_int_test.go b/lang/core/convert/to_int_test.go index 1814bca7..f6ca9603 100644 --- a/lang/core/convert/to_int_test.go +++ b/lang/core/convert/to_int_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/convert/to_str.go b/lang/core/convert/to_str.go index ca77f59b..494bbf6c 100644 --- a/lang/core/convert/to_str.go +++ b/lang/core/convert/to_str.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/core.go b/lang/core/core.go index 9f1f273e..d20898d1 100644 --- a/lang/core/core.go +++ b/lang/core/core.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/core_test.go b/lang/core/core_test.go index 9612c2f4..6181c59f 100644 --- a/lang/core/core_test.go +++ b/lang/core/core_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/datetime/datetime.go b/lang/core/datetime/datetime.go index 56d88f27..85eaf474 100644 --- a/lang/core/datetime/datetime.go +++ b/lang/core/datetime/datetime.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/datetime/format.go b/lang/core/datetime/format.go index 5f088696..e90ded82 100644 --- a/lang/core/datetime/format.go +++ b/lang/core/datetime/format.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/datetime/format_test.go b/lang/core/datetime/format_test.go index d3e63d35..a3df942c 100644 --- a/lang/core/datetime/format_test.go +++ b/lang/core/datetime/format_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/datetime/hour.go b/lang/core/datetime/hour.go index 00511787..4635dbe6 100644 --- a/lang/core/datetime/hour.go +++ b/lang/core/datetime/hour.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/datetime/now_fact.go b/lang/core/datetime/now_fact.go index a54c9fe7..c2a76168 100644 --- a/lang/core/datetime/now_fact.go +++ b/lang/core/datetime/now_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/datetime/print.go b/lang/core/datetime/print.go index 9e4b69ae..3b247437 100644 --- a/lang/core/datetime/print.go +++ b/lang/core/datetime/print.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/datetime/weekday.go b/lang/core/datetime/weekday.go index bf938b9a..e0520133 100644 --- a/lang/core/datetime/weekday.go +++ b/lang/core/datetime/weekday.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/deploy/abspath.go b/lang/core/deploy/abspath.go index 5cf748cc..0cde7663 100644 --- a/lang/core/deploy/abspath.go +++ b/lang/core/deploy/abspath.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/deploy/binary.go b/lang/core/deploy/binary.go index 803b2d3b..f9141076 100644 --- a/lang/core/deploy/binary.go +++ b/lang/core/deploy/binary.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/deploy/bootstrap_packages.go b/lang/core/deploy/bootstrap_packages.go index 8ae95934..4fb88708 100644 --- a/lang/core/deploy/bootstrap_packages.go +++ b/lang/core/deploy/bootstrap_packages.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/deploy/deploy.go b/lang/core/deploy/deploy.go index 7ba69dda..2ca71f6a 100644 --- a/lang/core/deploy/deploy.go +++ b/lang/core/deploy/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/deploy/readfile.go b/lang/core/deploy/readfile.go index 2729fa0b..0588de4a 100644 --- a/lang/core/deploy/readfile.go +++ b/lang/core/deploy/readfile.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/deploy/readfileabs.go b/lang/core/deploy/readfileabs.go index 2ff354d3..29cf332a 100644 --- a/lang/core/deploy/readfileabs.go +++ b/lang/core/deploy/readfileabs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/embedded/embedded.go b/lang/core/embedded/embedded.go index 7b00b0b1..ebedae81 100644 --- a/lang/core/embedded/embedded.go +++ b/lang/core/embedded/embedded.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/embedded/provisioner.go b/lang/core/embedded/provisioner.go index daa4f0cf..1ef70dd4 100644 --- a/lang/core/embedded/provisioner.go +++ b/lang/core/embedded/provisioner.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/embedded/provisioner/main.mcl b/lang/core/embedded/provisioner/main.mcl index eb98952c..6a817fd0 100644 --- a/lang/core/embedded/provisioner/main.mcl +++ b/lang/core/embedded/provisioner/main.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/lang/core/embedded/provisioner/provisioner.go b/lang/core/embedded/provisioner/provisioner.go index 978e18d7..38adb815 100644 --- a/lang/core/embedded/provisioner/provisioner.go +++ b/lang/core/embedded/provisioner/provisioner.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/embedded/provisioner/top.mcl b/lang/core/embedded/provisioner/top.mcl index 770bde0b..5cdcf644 100644 --- a/lang/core/embedded/provisioner/top.mcl +++ b/lang/core/embedded/provisioner/top.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/answer.go b/lang/core/example/answer.go index 0aa41f2e..307ebe3e 100644 --- a/lang/core/example/answer.go +++ b/lang/core/example/answer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/errorbool.go b/lang/core/example/errorbool.go index 3dd8e6ab..61ae4170 100644 --- a/lang/core/example/errorbool.go +++ b/lang/core/example/errorbool.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/example.go b/lang/core/example/example.go index 097379b0..50bb7f49 100644 --- a/lang/core/example/example.go +++ b/lang/core/example/example.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/flipflop_fact.go b/lang/core/example/flipflop_fact.go index c471347f..8747030b 100644 --- a/lang/core/example/flipflop_fact.go +++ b/lang/core/example/flipflop_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/int2str.go b/lang/core/example/int2str.go index c4400978..a4fb0636 100644 --- a/lang/core/example/int2str.go +++ b/lang/core/example/int2str.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/nativeanswer.mcl b/lang/core/example/nativeanswer.mcl index 27e5d8c9..6f4edb09 100644 --- a/lang/core/example/nativeanswer.mcl +++ b/lang/core/example/nativeanswer.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/nested/hello_func.go b/lang/core/example/nested/hello_func.go index 08f58fbb..4d47f7be 100644 --- a/lang/core/example/nested/hello_func.go +++ b/lang/core/example/nested/hello_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/nested/nested.go b/lang/core/example/nested/nested.go index 9c53a4dd..988ec855 100644 --- a/lang/core/example/nested/nested.go +++ b/lang/core/example/nested/nested.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/plus.go b/lang/core/example/plus.go index bea11147..24bbc2f0 100644 --- a/lang/core/example/plus.go +++ b/lang/core/example/plus.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/str2int.go b/lang/core/example/str2int.go index 0dc36d34..90b2459c 100644 --- a/lang/core/example/str2int.go +++ b/lang/core/example/str2int.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/test1.mcl b/lang/core/example/test1.mcl index da113a66..3799462c 100644 --- a/lang/core/example/test1.mcl +++ b/lang/core/example/test1.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/lang/core/example/vumeter.go b/lang/core/example/vumeter.go index dc849b18..ec9e0075 100644 --- a/lang/core/example/vumeter.go +++ b/lang/core/example/vumeter.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/fmt/fmt.go b/lang/core/fmt/fmt.go index 9a6d86fa..013eb16a 100644 --- a/lang/core/fmt/fmt.go +++ b/lang/core/fmt/fmt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/fmt/printf.go b/lang/core/fmt/printf.go index d465cc5d..43e436af 100644 --- a/lang/core/fmt/printf.go +++ b/lang/core/fmt/printf.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/golang/golang.go b/lang/core/golang/golang.go index 7ecbbf52..a865c95d 100644 --- a/lang/core/golang/golang.go +++ b/lang/core/golang/golang.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/golang/template.go b/lang/core/golang/template.go index e249f8c8..a0ca05ea 100644 --- a/lang/core/golang/template.go +++ b/lang/core/golang/template.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/history.go b/lang/core/history.go index 49ac22a5..e80fc2b0 100644 --- a/lang/core/history.go +++ b/lang/core/history.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/iter/filter.go b/lang/core/iter/filter.go index 58702626..0f8743ed 100644 --- a/lang/core/iter/filter.go +++ b/lang/core/iter/filter.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/iter/iter.go b/lang/core/iter/iter.go index 297b2c2a..d7ff0492 100644 --- a/lang/core/iter/iter.go +++ b/lang/core/iter/iter.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/iter/map.go b/lang/core/iter/map.go index 486663dd..c2282fff 100644 --- a/lang/core/iter/map.go +++ b/lang/core/iter/map.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/len.go b/lang/core/len.go index 47dc8071..36a88296 100644 --- a/lang/core/len.go +++ b/lang/core/len.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/list/list.go b/lang/core/list/list.go index 47c5b529..528b2a62 100644 --- a/lang/core/list/list.go +++ b/lang/core/list/list.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/list/list_concat.go b/lang/core/list/list_concat.go index 227deaa1..84c2e011 100644 --- a/lang/core/list/list_concat.go +++ b/lang/core/list/list_concat.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/list/list_lookup.go b/lang/core/list/list_lookup.go index 73f6e8a7..fdcff68b 100644 --- a/lang/core/list/list_lookup.go +++ b/lang/core/list/list_lookup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/list_lookup.go b/lang/core/list_lookup.go index 752eb99e..7baf33fb 100644 --- a/lang/core/list_lookup.go +++ b/lang/core/list_lookup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/list_lookup_default.go b/lang/core/list_lookup_default.go index 54fbca06..119866cc 100644 --- a/lang/core/list_lookup_default.go +++ b/lang/core/list_lookup_default.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/local/local.go b/lang/core/local/local.go index 8114fa47..6838a52b 100644 --- a/lang/core/local/local.go +++ b/lang/core/local/local.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/local/pool.go b/lang/core/local/pool.go index dc2f3f4d..4faaec25 100644 --- a/lang/core/local/pool.go +++ b/lang/core/local/pool.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/local/vardir.go b/lang/core/local/vardir.go index f35d92b6..7352ff57 100644 --- a/lang/core/local/vardir.go +++ b/lang/core/local/vardir.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/lookup.go b/lang/core/lookup.go index 28d5304b..e27c3811 100644 --- a/lang/core/lookup.go +++ b/lang/core/lookup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/lookup_default.go b/lang/core/lookup_default.go index 4a4c2bbb..afe2ec04 100644 --- a/lang/core/lookup_default.go +++ b/lang/core/lookup_default.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/map/map.go b/lang/core/map/map.go index a647a8aa..722143e1 100644 --- a/lang/core/map/map.go +++ b/lang/core/map/map.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/map/map_keys.go b/lang/core/map/map_keys.go index dcd50f46..f9f04870 100644 --- a/lang/core/map/map_keys.go +++ b/lang/core/map/map_keys.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/map/map_lookup.go b/lang/core/map/map_lookup.go index 0c732cf6..b5cef9da 100644 --- a/lang/core/map/map_lookup.go +++ b/lang/core/map/map_lookup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/map/map_values.go b/lang/core/map/map_values.go index cde41112..7c1df3e0 100644 --- a/lang/core/map/map_values.go +++ b/lang/core/map/map_values.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/map_lookup.go b/lang/core/map_lookup.go index a2076615..3ba65a59 100644 --- a/lang/core/map_lookup.go +++ b/lang/core/map_lookup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/map_lookup_default.go b/lang/core/map_lookup_default.go index 9eb34665..d5ed47f6 100644 --- a/lang/core/map_lookup_default.go +++ b/lang/core/map_lookup_default.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/math/fortytwo.go b/lang/core/math/fortytwo.go index a8cbfff5..ddd229bf 100644 --- a/lang/core/math/fortytwo.go +++ b/lang/core/math/fortytwo.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/math/math.go b/lang/core/math/math.go index c004173c..97859fcb 100644 --- a/lang/core/math/math.go +++ b/lang/core/math/math.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/math/minus1.go b/lang/core/math/minus1.go index 218c7155..0eaaf414 100644 --- a/lang/core/math/minus1.go +++ b/lang/core/math/minus1.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/math/mod.go b/lang/core/math/mod.go index 9d6502af..bea43e9e 100644 --- a/lang/core/math/mod.go +++ b/lang/core/math/mod.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/math/pow.go b/lang/core/math/pow.go index cc9df126..b0e37f7a 100644 --- a/lang/core/math/pow.go +++ b/lang/core/math/pow.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/math/sqrt.go b/lang/core/math/sqrt.go index 1724b84c..f6a67338 100644 --- a/lang/core/math/sqrt.go +++ b/lang/core/math/sqrt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/math/sqrt_test.go b/lang/core/math/sqrt_test.go index 0f55eac0..a04d4019 100644 --- a/lang/core/math/sqrt_test.go +++ b/lang/core/math/sqrt_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/net/cidr_to_ip.go b/lang/core/net/cidr_to_ip.go index f833728f..cde44be4 100644 --- a/lang/core/net/cidr_to_ip.go +++ b/lang/core/net/cidr_to_ip.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/net/cidr_to_ip_test.go b/lang/core/net/cidr_to_ip_test.go index d86340cd..e5aff678 100644 --- a/lang/core/net/cidr_to_ip_test.go +++ b/lang/core/net/cidr_to_ip_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/net/macfmt.go b/lang/core/net/macfmt.go index 0796e267..abb42559 100644 --- a/lang/core/net/macfmt.go +++ b/lang/core/net/macfmt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/net/macfmt_test.go b/lang/core/net/macfmt_test.go index c2a8eb07..e85a5d3c 100644 --- a/lang/core/net/macfmt_test.go +++ b/lang/core/net/macfmt_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/net/macs.go b/lang/core/net/macs.go index 44cc2303..58bbfe20 100644 --- a/lang/core/net/macs.go +++ b/lang/core/net/macs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/net/net.go b/lang/core/net/net.go index d4e1c22d..28ac952e 100644 --- a/lang/core/net/net.go +++ b/lang/core/net/net.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/os/args.go b/lang/core/os/args.go index ab876505..ca0a0c3a 100644 --- a/lang/core/os/args.go +++ b/lang/core/os/args.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/os/distro.go b/lang/core/os/distro.go index 07dedd6b..364c5999 100644 --- a/lang/core/os/distro.go +++ b/lang/core/os/distro.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/os/expand_home.go b/lang/core/os/expand_home.go index fdd07ba1..20eeb088 100644 --- a/lang/core/os/expand_home.go +++ b/lang/core/os/expand_home.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/os/family.go b/lang/core/os/family.go index 1f6c4882..4cddc94d 100644 --- a/lang/core/os/family.go +++ b/lang/core/os/family.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/os/os.go b/lang/core/os/os.go index efca917c..850ec64d 100644 --- a/lang/core/os/os.go +++ b/lang/core/os/os.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/os/readfile.go b/lang/core/os/readfile.go index 5a9d9555..2774a7e1 100644 --- a/lang/core/os/readfile.go +++ b/lang/core/os/readfile.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/os/system.go b/lang/core/os/system.go index 2c9efae6..fca6a156 100644 --- a/lang/core/os/system.go +++ b/lang/core/os/system.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/panic.go b/lang/core/panic.go index 7c7aaaf0..6efdf6b7 100644 --- a/lang/core/panic.go +++ b/lang/core/panic.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/random1.go b/lang/core/random1.go index 35680015..7967665c 100644 --- a/lang/core/random1.go +++ b/lang/core/random1.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/regexp/match.go b/lang/core/regexp/match.go index 69ba56e8..6a597bc7 100644 --- a/lang/core/regexp/match.go +++ b/lang/core/regexp/match.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/regexp/match_test.go b/lang/core/regexp/match_test.go index 41e8951f..2725f5b1 100644 --- a/lang/core/regexp/match_test.go +++ b/lang/core/regexp/match_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/regexp/regexp.go b/lang/core/regexp/regexp.go index d0a3cade..da469d20 100644 --- a/lang/core/regexp/regexp.go +++ b/lang/core/regexp/regexp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/strings/join_nonempty.go b/lang/core/strings/join_nonempty.go index 7d3e36cc..d450b6b1 100644 --- a/lang/core/strings/join_nonempty.go +++ b/lang/core/strings/join_nonempty.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/strings/pad.go b/lang/core/strings/pad.go index b92f85e8..0c7dac76 100644 --- a/lang/core/strings/pad.go +++ b/lang/core/strings/pad.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/strings/split.go b/lang/core/strings/split.go index ef4ef56e..5070c17b 100644 --- a/lang/core/strings/split.go +++ b/lang/core/strings/split.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/strings/split_test.go b/lang/core/strings/split_test.go index 6102eba5..e1acde16 100644 --- a/lang/core/strings/split_test.go +++ b/lang/core/strings/split_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/strings/strings.go b/lang/core/strings/strings.go index aa1983c8..f7c7c34d 100644 --- a/lang/core/strings/strings.go +++ b/lang/core/strings/strings.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/strings/substring.go b/lang/core/strings/substring.go index 22f50dfe..e92290f1 100644 --- a/lang/core/strings/substring.go +++ b/lang/core/strings/substring.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/strings/to_lower.go b/lang/core/strings/to_lower.go index c1053391..d8f88119 100644 --- a/lang/core/strings/to_lower.go +++ b/lang/core/strings/to_lower.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/strings/to_lower_test.go b/lang/core/strings/to_lower_test.go index 764090b8..14963ed4 100644 --- a/lang/core/strings/to_lower_test.go +++ b/lang/core/strings/to_lower_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/struct_lookup.go b/lang/core/struct_lookup.go index d6fbd849..57e7f099 100644 --- a/lang/core/struct_lookup.go +++ b/lang/core/struct_lookup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/struct_lookup_optional.go b/lang/core/struct_lookup_optional.go index 26c75f19..4576f8da 100644 --- a/lang/core/struct_lookup_optional.go +++ b/lang/core/struct_lookup_optional.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/sys/cpucount_fact.go b/lang/core/sys/cpucount_fact.go index ac69f027..7bec5fb7 100644 --- a/lang/core/sys/cpucount_fact.go +++ b/lang/core/sys/cpucount_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/sys/cpucount_fact_test.go b/lang/core/sys/cpucount_fact_test.go index ce388f34..e4f93c51 100644 --- a/lang/core/sys/cpucount_fact_test.go +++ b/lang/core/sys/cpucount_fact_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/sys/env.go b/lang/core/sys/env.go index 2ef11247..e1f2f86b 100644 --- a/lang/core/sys/env.go +++ b/lang/core/sys/env.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/sys/hostname_fact.go b/lang/core/sys/hostname_fact.go index 63985970..cc8109a9 100644 --- a/lang/core/sys/hostname_fact.go +++ b/lang/core/sys/hostname_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/sys/load_fact.go b/lang/core/sys/load_fact.go index 7dfb9ca4..460ee470 100644 --- a/lang/core/sys/load_fact.go +++ b/lang/core/sys/load_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/sys/load_fact_darwin.go b/lang/core/sys/load_fact_darwin.go index eb221c3f..b980ff5a 100644 --- a/lang/core/sys/load_fact_darwin.go +++ b/lang/core/sys/load_fact_darwin.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/sys/load_fact_posix.go b/lang/core/sys/load_fact_posix.go index 1ad9e76a..9437fcdd 100644 --- a/lang/core/sys/load_fact_posix.go +++ b/lang/core/sys/load_fact_posix.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/sys/sys.go b/lang/core/sys/sys.go index c4d23104..71f16272 100644 --- a/lang/core/sys/sys.go +++ b/lang/core/sys/sys.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/sys/uptime_fact.go b/lang/core/sys/uptime_fact.go index fb67e3c2..eabb54ac 100644 --- a/lang/core/sys/uptime_fact.go +++ b/lang/core/sys/uptime_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/sys/uptime_fact_darwin.go b/lang/core/sys/uptime_fact_darwin.go index b4798292..280d9290 100644 --- a/lang/core/sys/uptime_fact_darwin.go +++ b/lang/core/sys/uptime_fact_darwin.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/sys/uptime_fact_posix.go b/lang/core/sys/uptime_fact_posix.go index 3449e3c2..1911c03c 100644 --- a/lang/core/sys/uptime_fact_posix.go +++ b/lang/core/sys/uptime_fact_posix.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/test/fastcount_fact.go b/lang/core/test/fastcount_fact.go index aea7635b..65a5c5c2 100644 --- a/lang/core/test/fastcount_fact.go +++ b/lang/core/test/fastcount_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/test/oneinstance_fact.go b/lang/core/test/oneinstance_fact.go index 5e3e9d09..f8f2d034 100644 --- a/lang/core/test/oneinstance_fact.go +++ b/lang/core/test/oneinstance_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/test/test.go b/lang/core/test/test.go index 8b4bc78e..b38a1afa 100644 --- a/lang/core/test/test.go +++ b/lang/core/test/test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/util/hostname_mapper.go b/lang/core/util/hostname_mapper.go index 782aa064..53cb1e16 100644 --- a/lang/core/util/hostname_mapper.go +++ b/lang/core/util/hostname_mapper.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/util/util.go b/lang/core/util/util.go index bcb9ced5..cff759f3 100644 --- a/lang/core/util/util.go +++ b/lang/core/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/value/get.go b/lang/core/value/get.go index def3a58e..83534e78 100644 --- a/lang/core/value/get.go +++ b/lang/core/value/get.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/value/value.go b/lang/core/value/value.go index 0b1ff83d..dd31df57 100644 --- a/lang/core/value/value.go +++ b/lang/core/value/value.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/world/exchange.go b/lang/core/world/exchange.go index d52a4622..11cb2336 100644 --- a/lang/core/world/exchange.go +++ b/lang/core/world/exchange.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/world/getval.go b/lang/core/world/getval.go index 4272e4e6..bcbbc10f 100644 --- a/lang/core/world/getval.go +++ b/lang/core/world/getval.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/world/kvlookup.go b/lang/core/world/kvlookup.go index ad6a5950..39f45ed5 100644 --- a/lang/core/world/kvlookup.go +++ b/lang/core/world/kvlookup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/world/schedule.go b/lang/core/world/schedule.go index 289c4ea3..e9748001 100644 --- a/lang/core/world/schedule.go +++ b/lang/core/world/schedule.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/core/world/world.go b/lang/core/world/world.go index c0f8738f..830b1ef6 100644 --- a/lang/core/world/world.go +++ b/lang/core/world/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/download/download.go b/lang/download/download.go index df691a90..a3ee8d1d 100644 --- a/lang/download/download.go +++ b/lang/download/download.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/embedded/embedded.go b/lang/embedded/embedded.go index c981667a..ebc5cd85 100644 --- a/lang/embedded/embedded.go +++ b/lang/embedded/embedded.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/dage/dage.go b/lang/funcs/dage/dage.go index de0bd42a..7abd2adc 100644 --- a/lang/funcs/dage/dage.go +++ b/lang/funcs/dage/dage.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/dage/dage_test.go b/lang/funcs/dage/dage_test.go index 6e17897c..84dd93b4 100644 --- a/lang/funcs/dage/dage_test.go +++ b/lang/funcs/dage/dage_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/dage/util_test.go b/lang/funcs/dage/util_test.go index 8e4c1ba0..2a1ec244 100644 --- a/lang/funcs/dage/util_test.go +++ b/lang/funcs/dage/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/facts/facts.go b/lang/funcs/facts/facts.go index 2d796cbe..72668516 100644 --- a/lang/funcs/facts/facts.go +++ b/lang/funcs/facts/facts.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/facts/func.go b/lang/funcs/facts/func.go index a9026b91..dd731fe0 100644 --- a/lang/funcs/facts/func.go +++ b/lang/funcs/facts/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/funcgen/config.go b/lang/funcs/funcgen/config.go index 85e3c472..226adfac 100644 --- a/lang/funcs/funcgen/config.go +++ b/lang/funcs/funcgen/config.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/funcgen/fixtures/func_base.tpl b/lang/funcs/funcgen/fixtures/func_base.tpl index d50773d4..19867878 100644 --- a/lang/funcs/funcgen/fixtures/func_base.tpl +++ b/lang/funcs/funcgen/fixtures/func_base.tpl @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/funcgen/func.go b/lang/funcs/funcgen/func.go index da949307..f282207c 100644 --- a/lang/funcs/funcgen/func.go +++ b/lang/funcs/funcgen/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/funcgen/func_test.go b/lang/funcs/funcgen/func_test.go index cac67bfb..a901718e 100644 --- a/lang/funcs/funcgen/func_test.go +++ b/lang/funcs/funcgen/func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/funcgen/main.go b/lang/funcs/funcgen/main.go index e84ffe4a..c6f61004 100644 --- a/lang/funcs/funcgen/main.go +++ b/lang/funcs/funcgen/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/funcgen/pkg.go b/lang/funcs/funcgen/pkg.go index 06934289..d6a9bbc5 100644 --- a/lang/funcs/funcgen/pkg.go +++ b/lang/funcs/funcgen/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/funcgen/pkg_test.go b/lang/funcs/funcgen/pkg_test.go index c064cdb6..0dba84bf 100644 --- a/lang/funcs/funcgen/pkg_test.go +++ b/lang/funcs/funcgen/pkg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/funcgen/templates/generated_funcs.go.tpl b/lang/funcs/funcgen/templates/generated_funcs.go.tpl index ad33c73e..4a4fde00 100644 --- a/lang/funcs/funcgen/templates/generated_funcs.go.tpl +++ b/lang/funcs/funcgen/templates/generated_funcs.go.tpl @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/funcgen/util/util.go b/lang/funcs/funcgen/util/util.go index 448d7cac..a379827a 100644 --- a/lang/funcs/funcgen/util/util.go +++ b/lang/funcs/funcgen/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/funcs.go b/lang/funcs/funcs.go index e26d7772..172fde7e 100644 --- a/lang/funcs/funcs.go +++ b/lang/funcs/funcs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/funcs_test.go b/lang/funcs/funcs_test.go index 9d7d711a..8f531928 100644 --- a/lang/funcs/funcs_test.go +++ b/lang/funcs/funcs_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/multi/multi.go b/lang/funcs/multi/multi.go index e9d7e496..08bc3940 100644 --- a/lang/funcs/multi/multi.go +++ b/lang/funcs/multi/multi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/operators/operators.go b/lang/funcs/operators/operators.go index 3870b6a9..f37b7fb5 100644 --- a/lang/funcs/operators/operators.go +++ b/lang/funcs/operators/operators.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/ref/ref.go b/lang/funcs/ref/ref.go index 7f395943..6b8043b1 100644 --- a/lang/funcs/ref/ref.go +++ b/lang/funcs/ref/ref.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/simple/simple.go b/lang/funcs/simple/simple.go index 236fcb7f..b6c7effb 100644 --- a/lang/funcs/simple/simple.go +++ b/lang/funcs/simple/simple.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/structs/call.go b/lang/funcs/structs/call.go index c36da4ca..e471ace6 100644 --- a/lang/funcs/structs/call.go +++ b/lang/funcs/structs/call.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/structs/channel_based_sink.go b/lang/funcs/structs/channel_based_sink.go index 217d8fc9..b05575c2 100644 --- a/lang/funcs/structs/channel_based_sink.go +++ b/lang/funcs/structs/channel_based_sink.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/structs/channel_based_source.go b/lang/funcs/structs/channel_based_source.go index 2e34757e..e1e63b5d 100644 --- a/lang/funcs/structs/channel_based_source.go +++ b/lang/funcs/structs/channel_based_source.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/structs/composite.go b/lang/funcs/structs/composite.go index e893dd50..eba396c0 100644 --- a/lang/funcs/structs/composite.go +++ b/lang/funcs/structs/composite.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/structs/const.go b/lang/funcs/structs/const.go index d5d1ab3f..38965b89 100644 --- a/lang/funcs/structs/const.go +++ b/lang/funcs/structs/const.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/structs/if.go b/lang/funcs/structs/if.go index b0fcec84..14cc72ef 100644 --- a/lang/funcs/structs/if.go +++ b/lang/funcs/structs/if.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/structs/util.go b/lang/funcs/structs/util.go index 4e7ace54..932192b9 100644 --- a/lang/funcs/structs/util.go +++ b/lang/funcs/structs/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/txn/graph.go b/lang/funcs/txn/graph.go index d6b0366b..687ae856 100644 --- a/lang/funcs/txn/graph.go +++ b/lang/funcs/txn/graph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/txn/txn.go b/lang/funcs/txn/txn.go index 2995e12b..7f6708b0 100644 --- a/lang/funcs/txn/txn.go +++ b/lang/funcs/txn/txn.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/txn/txn_test.go b/lang/funcs/txn/txn_test.go index 1f072249..ff6a05b5 100644 --- a/lang/funcs/txn/txn_test.go +++ b/lang/funcs/txn/txn_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/txn/util_test.go b/lang/funcs/txn/util_test.go index 9a0463cf..8f4ffb39 100644 --- a/lang/funcs/txn/util_test.go +++ b/lang/funcs/txn/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/vars/vars.go b/lang/funcs/vars/vars.go index a28737af..3534ff17 100644 --- a/lang/funcs/vars/vars.go +++ b/lang/funcs/vars/vars.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/funcs/wrapped/wrapped.go b/lang/funcs/wrapped/wrapped.go index bb76db22..96d409e8 100644 --- a/lang/funcs/wrapped/wrapped.go +++ b/lang/funcs/wrapped/wrapped.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/fuzz/Makefile b/lang/fuzz/Makefile index 25d66519..fb27a4a5 100644 --- a/lang/fuzz/Makefile +++ b/lang/fuzz/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/lang/fuzz/fuzz.go b/lang/fuzz/fuzz.go index e0dcae45..2f83f6d6 100644 --- a/lang/fuzz/fuzz.go +++ b/lang/fuzz/fuzz.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/gapi/gapi.go b/lang/gapi/gapi.go index 3d2fb6e9..64328fd2 100644 --- a/lang/gapi/gapi.go +++ b/lang/gapi/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/inputs/inputs.go b/lang/inputs/inputs.go index 3cabae87..c168442f 100644 --- a/lang/inputs/inputs.go +++ b/lang/inputs/inputs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interfaces/ast.go b/lang/interfaces/ast.go index c5fbc752..86d9a550 100644 --- a/lang/interfaces/ast.go +++ b/lang/interfaces/ast.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interfaces/const.go b/lang/interfaces/const.go index 83078f22..dc787902 100644 --- a/lang/interfaces/const.go +++ b/lang/interfaces/const.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interfaces/doc.go b/lang/interfaces/doc.go index cf934053..dae879c2 100644 --- a/lang/interfaces/doc.go +++ b/lang/interfaces/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interfaces/error.go b/lang/interfaces/error.go index 913881bd..16cad110 100644 --- a/lang/interfaces/error.go +++ b/lang/interfaces/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interfaces/func.go b/lang/interfaces/func.go index 40a0cd54..ed111776 100644 --- a/lang/interfaces/func.go +++ b/lang/interfaces/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interfaces/import.go b/lang/interfaces/import.go index 57c924b7..1d8ae445 100644 --- a/lang/interfaces/import.go +++ b/lang/interfaces/import.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interfaces/metadata.go b/lang/interfaces/metadata.go index 902b6a00..befc724a 100644 --- a/lang/interfaces/metadata.go +++ b/lang/interfaces/metadata.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interfaces/metadata_test.go b/lang/interfaces/metadata_test.go index 7c33bbe6..e1340d9f 100644 --- a/lang/interfaces/metadata_test.go +++ b/lang/interfaces/metadata_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interfaces/parser.go b/lang/interfaces/parser.go index 6241791e..d6062ef6 100644 --- a/lang/interfaces/parser.go +++ b/lang/interfaces/parser.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interfaces/unification.go b/lang/interfaces/unification.go index 59bd854a..0985d895 100644 --- a/lang/interfaces/unification.go +++ b/lang/interfaces/unification.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interfaces/var.go b/lang/interfaces/var.go index bd8d22fa..6e5f0b77 100644 --- a/lang/interfaces/var.go +++ b/lang/interfaces/var.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interpolate/interpolate.go b/lang/interpolate/interpolate.go index b26e46cf..187eacb3 100644 --- a/lang/interpolate/interpolate.go +++ b/lang/interpolate/interpolate.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interpolate/interpolate_test.go b/lang/interpolate/interpolate_test.go index 49e2068f..b0d08bae 100644 --- a/lang/interpolate/interpolate_test.go +++ b/lang/interpolate/interpolate_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interpolate/parse.rl b/lang/interpolate/parse.rl index 18ef303d..7ca3614d 100644 --- a/lang/interpolate/parse.rl +++ b/lang/interpolate/parse.rl @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interpolate/types.go b/lang/interpolate/types.go index 4756033b..ad855a86 100644 --- a/lang/interpolate/types.go +++ b/lang/interpolate/types.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interpret/interpret.go b/lang/interpret/interpret.go index 027e21f3..d233f0a1 100644 --- a/lang/interpret/interpret.go +++ b/lang/interpret/interpret.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/interpret_test.go b/lang/interpret_test.go index e4796f43..790b5e7e 100644 --- a/lang/interpret_test.go +++ b/lang/interpret_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/lang.go b/lang/lang.go index a378707a..c3bd82a4 100644 --- a/lang/lang.go +++ b/lang/lang.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/lang_test.go b/lang/lang_test.go index 79fcdd0a..0a77b696 100644 --- a/lang/lang_test.go +++ b/lang/lang_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/parser/lexer.nex b/lang/parser/lexer.nex index b0f1a9b7..aad2cbd8 100644 --- a/lang/parser/lexer.nex +++ b/lang/parser/lexer.nex @@ -358,7 +358,7 @@ // // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/parser/lexparse.go b/lang/parser/lexparse.go index 892afad2..4249ff92 100644 --- a/lang/parser/lexparse.go +++ b/lang/parser/lexparse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/parser/lexparse_test.go b/lang/parser/lexparse_test.go index e93f1f6d..94f9956a 100644 --- a/lang/parser/lexparse_test.go +++ b/lang/parser/lexparse_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/parser/parser.y b/lang/parser/parser.y index f08c0a9b..6db680e9 100644 --- a/lang/parser/parser.y +++ b/lang/parser/parser.y @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/types/doc.go b/lang/types/doc.go index d3c0d2ec..7fa811e0 100644 --- a/lang/types/doc.go +++ b/lang/types/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/types/full/full.go b/lang/types/full/full.go index 326006a7..b6500477 100644 --- a/lang/types/full/full.go +++ b/lang/types/full/full.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/types/stringer.go b/lang/types/stringer.go index 61b80922..95231087 100644 --- a/lang/types/stringer.go +++ b/lang/types/stringer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/types/type.go b/lang/types/type.go index f035637a..b8f03561 100644 --- a/lang/types/type.go +++ b/lang/types/type.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/types/type_test.go b/lang/types/type_test.go index b8b3c57c..e3dd427c 100644 --- a/lang/types/type_test.go +++ b/lang/types/type_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/types/util.go b/lang/types/util.go index 5ce8f27b..d521b113 100644 --- a/lang/types/util.go +++ b/lang/types/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/types/util_test.go b/lang/types/util_test.go index 97d2b856..fa079bf5 100644 --- a/lang/types/util_test.go +++ b/lang/types/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/types/value.go b/lang/types/value.go index ea1091c2..69b9e817 100644 --- a/lang/types/value.go +++ b/lang/types/value.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/types/value_test.go b/lang/types/value_test.go index 40b39358..08ea6de1 100644 --- a/lang/types/value_test.go +++ b/lang/types/value_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/unification/fastsolver/fastsolver.go b/lang/unification/fastsolver/fastsolver.go index a2ebd0b8..1775e922 100644 --- a/lang/unification/fastsolver/fastsolver.go +++ b/lang/unification/fastsolver/fastsolver.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/unification/interfaces.go b/lang/unification/interfaces.go index 76838efa..af68e153 100644 --- a/lang/unification/interfaces.go +++ b/lang/unification/interfaces.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/unification/solvers/solvers.go b/lang/unification/solvers/solvers.go index 5036d585..9c67f2df 100644 --- a/lang/unification/solvers/solvers.go +++ b/lang/unification/solvers/solvers.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/unification/solvers/unification_test.go b/lang/unification/solvers/unification_test.go index 63f09e3e..b4181d2e 100644 --- a/lang/unification/solvers/unification_test.go +++ b/lang/unification/solvers/unification_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/unification/unification.go b/lang/unification/unification.go index 876603d7..86893a5a 100644 --- a/lang/unification/unification.go +++ b/lang/unification/unification.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/unification/util/util.go b/lang/unification/util/util.go index 8a873165..be97b2e3 100644 --- a/lang/unification/util/util.go +++ b/lang/unification/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/unification/util/util_test.go b/lang/unification/util/util_test.go index 1e2fc7df..919ec56b 100644 --- a/lang/unification/util/util_test.go +++ b/lang/unification/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/util/util.go b/lang/util/util.go index 0e165896..e8b18b84 100644 --- a/lang/util/util.go +++ b/lang/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/util/util_test.go b/lang/util/util_test.go index d6cba5b3..7966fe83 100644 --- a/lang/util/util_test.go +++ b/lang/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lib/converged.go b/lib/converged.go index be9c732a..6c9516b2 100644 --- a/lib/converged.go +++ b/lib/converged.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lib/main.go b/lib/main.go index 14a228c6..86780f84 100644 --- a/lib/main.go +++ b/lib/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lib/main_test.go b/lib/main_test.go index 727292dc..d0df652b 100644 --- a/lib/main_test.go +++ b/lib/main_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/main.go b/main.go index 19358b30..ca8264c9 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/misc/emacs/mgmtconfig-mode.el b/misc/emacs/mgmtconfig-mode.el index 33185f72..3ca231bf 100644 --- a/misc/emacs/mgmtconfig-mode.el +++ b/misc/emacs/mgmtconfig-mode.el @@ -1,6 +1,6 @@ ;;; mgmtconfig-mode.el --- mgmt configuration management language -;; Copyright (C) 2013-2024+ James Shubin and the project contributors +;; Copyright (C) James Shubin and the project contributors ;; Written by James Shubin and the project contributors ;; ;; This program is free software: you can redistribute it and/or modify diff --git a/misc/filter-golang-stack.py b/misc/filter-golang-stack.py index 71134a06..8ec53a3a 100755 --- a/misc/filter-golang-stack.py +++ b/misc/filter-golang-stack.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/misc/mkosi/Makefile b/misc/mkosi/Makefile index 05265422..0a62df21 100644 --- a/misc/mkosi/Makefile +++ b/misc/mkosi/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/misc/sigtee.go b/misc/sigtee.go index db8cd2ac..c6653bf4 100644 --- a/misc/sigtee.go +++ b/misc/sigtee.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/modules/dhcp/main.mcl b/modules/dhcp/main.mcl index a4ef24f0..21031c15 100644 --- a/modules/dhcp/main.mcl +++ b/modules/dhcp/main.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/modules/meta/main.mcl b/modules/meta/main.mcl index 9112448f..514087a9 100644 --- a/modules/meta/main.mcl +++ b/modules/meta/main.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/modules/meta/router.mcl b/modules/meta/router.mcl index 80901c0e..b0c1ac9d 100644 --- a/modules/meta/router.mcl +++ b/modules/meta/router.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/modules/misc/main.mcl b/modules/misc/main.mcl index 22d70cca..143e1c93 100644 --- a/modules/misc/main.mcl +++ b/modules/misc/main.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/modules/purpleidea/main.mcl b/modules/purpleidea/main.mcl index fba8f92e..2f7ecff4 100644 --- a/modules/purpleidea/main.mcl +++ b/modules/purpleidea/main.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/modules/shorewall/main.mcl b/modules/shorewall/main.mcl index bf4fbb1d..fa857e48 100644 --- a/modules/shorewall/main.mcl +++ b/modules/shorewall/main.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/pgp/pgp.go b/pgp/pgp.go index cb373091..68a1d3c7 100644 --- a/pgp/pgp.go +++ b/pgp/pgp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/pgraph/graphsync.go b/pgraph/graphsync.go index 73df9abb..14db9156 100644 --- a/pgraph/graphsync.go +++ b/pgraph/graphsync.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/pgraph/graphsync_test.go b/pgraph/graphsync_test.go index 265d3f6d..2e586f05 100644 --- a/pgraph/graphsync_test.go +++ b/pgraph/graphsync_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/pgraph/graphviz.go b/pgraph/graphviz.go index 3bccfae2..deb36d1a 100644 --- a/pgraph/graphviz.go +++ b/pgraph/graphviz.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/pgraph/pgraph.go b/pgraph/pgraph.go index a4e5e60d..c46bf231 100644 --- a/pgraph/pgraph.go +++ b/pgraph/pgraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/pgraph/pgraph_test.go b/pgraph/pgraph_test.go index abe4bdd5..291a1243 100644 --- a/pgraph/pgraph_test.go +++ b/pgraph/pgraph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/pgraph/selfvertex.go b/pgraph/selfvertex.go index 42872618..95722a56 100644 --- a/pgraph/selfvertex.go +++ b/pgraph/selfvertex.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/pgraph/simpleedge.go b/pgraph/simpleedge.go index 65919783..44c750be 100644 --- a/pgraph/simpleedge.go +++ b/pgraph/simpleedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/pgraph/subgraph.go b/pgraph/subgraph.go index cb923543..c9e73fd1 100644 --- a/pgraph/subgraph.go +++ b/pgraph/subgraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/pgraph/subgraph_test.go b/pgraph/subgraph_test.go index 9374bc64..212c2f72 100644 --- a/pgraph/subgraph_test.go +++ b/pgraph/subgraph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/pgraph/util_test.go b/pgraph/util_test.go index 09238a97..1b8159c1 100644 --- a/pgraph/util_test.go +++ b/pgraph/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/prometheus/prometheus.go b/prometheus/prometheus.go index d90b8d2a..506f413b 100644 --- a/prometheus/prometheus.go +++ b/prometheus/prometheus.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/prometheus/prometheus_test.go b/prometheus/prometheus_test.go index 506d9113..f20406b5 100644 --- a/prometheus/prometheus_test.go +++ b/prometheus/prometheus_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/puppet/gapi.go b/puppet/gapi.go index 0f9cedea..a5303f2b 100644 --- a/puppet/gapi.go +++ b/puppet/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/puppet/langpuppet/gapi.go b/puppet/langpuppet/gapi.go index 6bc45c8c..5cab01c6 100644 --- a/puppet/langpuppet/gapi.go +++ b/puppet/langpuppet/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/puppet/langpuppet/merge.go b/puppet/langpuppet/merge.go index 8b5044e0..be09734e 100644 --- a/puppet/langpuppet/merge.go +++ b/puppet/langpuppet/merge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/puppet/puppet.go b/puppet/puppet.go index 5e8abda9..4cfe57c1 100644 --- a/puppet/puppet.go +++ b/puppet/puppet.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/setup/firstboot.go b/setup/firstboot.go index b7c88f9a..5b968d79 100644 --- a/setup/firstboot.go +++ b/setup/firstboot.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/setup/pkg.go b/setup/pkg.go index 13fcfda7..b2698485 100644 --- a/setup/pkg.go +++ b/setup/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/setup/setup.go b/setup/setup.go index c83cdc6e..fe795c41 100644 --- a/setup/setup.go +++ b/setup/setup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/setup/svc.go b/setup/svc.go index ec681f51..f00c8037 100644 --- a/setup/svc.go +++ b/setup/svc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/test/Makefile b/test/Makefile index f91e7bfd..869e1e54 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2024+ James Shubin and the project contributors +# Copyright (C) James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/test/comment_parser.go b/test/comment_parser.go index 131f77b8..33dd84d3 100644 --- a/test/comment_parser.go +++ b/test/comment_parser.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/afero.go b/util/afero.go index b8c624e7..ed75fb76 100644 --- a/util/afero.go +++ b/util/afero.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/afero_relpath.go b/util/afero_relpath.go index 7a903c09..5cdec1c6 100644 --- a/util/afero_relpath.go +++ b/util/afero_relpath.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/afero_test.go b/util/afero_test.go index 029c0312..ab81ddbe 100644 --- a/util/afero_test.go +++ b/util/afero_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/arch/arch.go b/util/arch/arch.go index 0ba236b2..e76d7a76 100644 --- a/util/arch/arch.go +++ b/util/arch/arch.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/bt.go b/util/bt.go index b229d0ea..88358f84 100644 --- a/util/bt.go +++ b/util/bt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/bt_test.go b/util/bt_test.go index cc490ae8..4b4f2df3 100644 --- a/util/bt_test.go +++ b/util/bt_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/code.go b/util/code.go index bab17c6e..9f802501 100644 --- a/util/code.go +++ b/util/code.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/code_test.go b/util/code_test.go index fc6e2c03..fb1e367f 100644 --- a/util/code_test.go +++ b/util/code_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/context.go b/util/context.go index f29d534a..e4c2a663 100644 --- a/util/context.go +++ b/util/context.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/context_test.go b/util/context_test.go index 3fd04b84..74c72e2c 100644 --- a/util/context_test.go +++ b/util/context_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/deadline/deadline_test.go b/util/deadline/deadline_test.go index dbac6d55..278119bf 100644 --- a/util/deadline/deadline_test.go +++ b/util/deadline/deadline_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/disjoint/disjoint.go b/util/disjoint/disjoint.go index b210bcc1..b7776eb3 100644 --- a/util/disjoint/disjoint.go +++ b/util/disjoint/disjoint.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/disjoint/disjoint_test.go b/util/disjoint/disjoint_test.go index 8a9b34b8..dc633545 100644 --- a/util/disjoint/disjoint_test.go +++ b/util/disjoint/disjoint_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/distro.go b/util/distro.go index 97ec54b9..e0d3aa86 100644 --- a/util/distro.go +++ b/util/distro.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/distro/distro.go b/util/distro/distro.go index 22c80300..5f9e8844 100644 --- a/util/distro/distro.go +++ b/util/distro/distro.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/errwrap/errwrap.go b/util/errwrap/errwrap.go index 8e16579d..687ed89b 100644 --- a/util/errwrap/errwrap.go +++ b/util/errwrap/errwrap.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/errwrap/errwrap_test.go b/util/errwrap/errwrap_test.go index abad9e5c..568e9ccb 100644 --- a/util/errwrap/errwrap_test.go +++ b/util/errwrap/errwrap_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/exec.go b/util/exec.go index 5b850899..f46d253a 100644 --- a/util/exec.go +++ b/util/exec.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/executable.go b/util/executable.go index da223673..fef5f65b 100644 --- a/util/executable.go +++ b/util/executable.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/file.go b/util/file.go index 1483a7ac..51694187 100644 --- a/util/file.go +++ b/util/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/flock.go b/util/flock.go index af3da58c..8aa11c90 100644 --- a/util/flock.go +++ b/util/flock.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/flock_test.go b/util/flock_test.go index 5f707955..24835897 100644 --- a/util/flock_test.go +++ b/util/flock_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/fs.go b/util/fs.go index 37c52074..426ea57e 100644 --- a/util/fs.go +++ b/util/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/generics.go b/util/generics.go index 2935c1bb..07de0b63 100644 --- a/util/generics.go +++ b/util/generics.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/generics_test.go b/util/generics_test.go index a75f6364..8090ec8b 100644 --- a/util/generics_test.go +++ b/util/generics_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/home.go b/util/home.go index 681df04c..53f16ccd 100644 --- a/util/home.go +++ b/util/home.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/home_test.go b/util/home_test.go index bc3cf012..8fe1f017 100644 --- a/util/home_test.go +++ b/util/home_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/interfaces.go b/util/interfaces.go index da965f6c..57562bf2 100644 --- a/util/interfaces.go +++ b/util/interfaces.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/log.go b/util/log.go index 6c75ed89..68998bf1 100644 --- a/util/log.go +++ b/util/log.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/net.go b/util/net.go index cf016119..2617895c 100644 --- a/util/net.go +++ b/util/net.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/pad.go b/util/pad.go index faf80ab7..0d82d51f 100644 --- a/util/pad.go +++ b/util/pad.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/pad_test.go b/util/pad_test.go index bf371233..281f7aa8 100644 --- a/util/pad_test.go +++ b/util/pad_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/password/password.go b/util/password/password.go index 07044dd3..b8e90bb7 100644 --- a/util/password/password.go +++ b/util/password/password.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/password/password_test.go b/util/password/password_test.go index a23a0eca..dd2a5be9 100644 --- a/util/password/password_test.go +++ b/util/password/password_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/pprof/pprof.go b/util/pprof/pprof.go index 74cb426b..8dd68636 100644 --- a/util/pprof/pprof.go +++ b/util/pprof/pprof.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/recwatch/recwatch.go b/util/recwatch/recwatch.go index bade846b..9b1007f0 100644 --- a/util/recwatch/recwatch.go +++ b/util/recwatch/recwatch.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/root_test.go b/util/root_test.go index 1ba9d6b2..9d844a82 100644 --- a/util/root_test.go +++ b/util/root_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/safepath/interface_test.go b/util/safepath/interface_test.go index 42e2800c..f68e9216 100644 --- a/util/safepath/interface_test.go +++ b/util/safepath/interface_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/safepath/safepath.go b/util/safepath/safepath.go index 9d65a2fe..dbbe3ead 100644 --- a/util/safepath/safepath.go +++ b/util/safepath/safepath.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/safepath/safepath_test.go b/util/safepath/safepath_test.go index 4b575f21..e89e6eac 100644 --- a/util/safepath/safepath_test.go +++ b/util/safepath/safepath_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/semaphore/semaphore.go b/util/semaphore/semaphore.go index 09809cbb..f82571df 100644 --- a/util/semaphore/semaphore.go +++ b/util/semaphore/semaphore.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/socketset/socketset.go b/util/socketset/socketset.go index e8636f79..e928b710 100644 --- a/util/socketset/socketset.go +++ b/util/socketset/socketset.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/socketset/socketset_test.go b/util/socketset/socketset_test.go index c5c9127c..3d4b87c2 100644 --- a/util/socketset/socketset_test.go +++ b/util/socketset/socketset_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/sync.go b/util/sync.go index 81174347..3403c6c1 100644 --- a/util/sync.go +++ b/util/sync.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/sync_test.go b/util/sync_test.go index c91642bd..49a2d4e2 100644 --- a/util/sync_test.go +++ b/util/sync_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/systemd_unit.go b/util/systemd_unit.go index b4b937a9..62bdbcb7 100644 --- a/util/systemd_unit.go +++ b/util/systemd_unit.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/test.go b/util/test.go index 2cbabad7..13e28977 100644 --- a/util/test.go +++ b/util/test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/tls.go b/util/tls.go index 00aa0e5e..65ad2056 100644 --- a/util/tls.go +++ b/util/tls.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/util.go b/util/util.go index fa1d7ce8..3a3c9d63 100644 --- a/util/util.go +++ b/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/util/util_test.go b/util/util_test.go index a06006ec..ef5960e1 100644 --- a/util/util_test.go +++ b/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/yamlgraph/gapi.go b/yamlgraph/gapi.go index dce28601..d398fb4e 100644 --- a/yamlgraph/gapi.go +++ b/yamlgraph/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/yamlgraph/gconfig.go b/yamlgraph/gconfig.go index 2d8e4118..7693dbde 100644 --- a/yamlgraph/gconfig.go +++ b/yamlgraph/gconfig.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2024+ James Shubin and the project contributors +// Copyright (C) James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify