diff --git a/COPYRIGHT b/COPYRIGHT index fdb9d5d7..28faff0f 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ Mgmt -Copyright (C) 2013-2022+ James Shubin and the project contributors +Copyright (C) 2013-2023+ James Shubin and the project 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 4e95895f..c188519f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2022+ James Shubin and the project contributors +# Copyright (C) 2013-2023+ James Shubin and the project 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 cf498c96..9115f632 100644 --- a/converger/converger.go +++ b/converger/converger.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 dd6361e7..0c3e0f96 100644 --- a/converger/converger_test.go +++ b/converger/converger_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 54b997f7..ea1bf3c8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: mgmt Source: Files: * -Copyright: Copyright (C) 2013-2022+ James Shubin and the project contributors +Copyright: Copyright (C) 2013-2023+ James Shubin and the project contributors License: GPL-3.0 License: GPL-3.0 diff --git a/doc.go b/doc.go index 6428cc7b..edb946e9 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 8e0df957..20e8db29 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-2022+ James Shubin and the project contributors' +copyright = u'2013-2023+ 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/documentation.md b/docs/documentation.md index af29eee0..21dd760d 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -486,7 +486,7 @@ To report any bugs, please file a ticket at: [https://github.com/purpleidea/mgmt ## Authors -Copyright (C) 2013-2022+ James Shubin and the project contributors +Copyright (C) 2013-2023+ James Shubin and the project contributors Please see the [AUTHORS](https://github.com/purpleidea/mgmt/tree/master/AUTHORS) file diff --git a/engine/autoedge.go b/engine/autoedge.go index 8ea2e2eb..54138c0e 100644 --- a/engine/autoedge.go +++ b/engine/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 bc7727c4..ce836baf 100644 --- a/engine/autoedge_test.go +++ b/engine/autoedge_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 112ae3d4..8b0f4079 100644 --- a/engine/autogroup.go +++ b/engine/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 9cbd276b..c6a84a29 100644 --- a/engine/cmp.go +++ b/engine/cmp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b1da4676..9f79ed2a 100644 --- a/engine/copy.go +++ b/engine/copy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 6ed3d83e..940a4c6d 100644 --- a/engine/doc.go +++ b/engine/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 32889127..7fb38205 100644 --- a/engine/edge.go +++ b/engine/edge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 fcec655e..9dcff239 100644 --- a/engine/error.go +++ b/engine/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 54822b55..0f1c2e54 100644 --- a/engine/fs.go +++ b/engine/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 41c87d81..53788ed2 100644 --- a/engine/graph/actions.go +++ b/engine/graph/actions.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 962186e5..5dd4808b 100644 --- a/engine/graph/autoedge.go +++ b/engine/graph/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 0216121d..4d45343d 100644 --- a/engine/graph/autoedge/autoedge.go +++ b/engine/graph/autoedge/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3cb129ed..3ae10a6a 100644 --- a/engine/graph/autogroup.go +++ b/engine/graph/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 7bfe6afc..bab72edb 100644 --- a/engine/graph/autogroup/autogroup.go +++ b/engine/graph/autogroup/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 e66d5567..0c66e2e7 100644 --- a/engine/graph/autogroup/autogroup_test.go +++ b/engine/graph/autogroup/autogroup_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 2fe4911c..afc6de55 100644 --- a/engine/graph/autogroup/base.go +++ b/engine/graph/autogroup/base.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 9a165202..5c3e0777 100644 --- a/engine/graph/autogroup/nonreachability.go +++ b/engine/graph/autogroup/nonreachability.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 e1411ac1..7fd42089 100644 --- a/engine/graph/autogroup/util.go +++ b/engine/graph/autogroup/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 9d3a2c21..66f2fd5f 100644 --- a/engine/graph/engine.go +++ b/engine/graph/engine.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b3b42f8d..ea3498e8 100644 --- a/engine/graph/graph_test.go +++ b/engine/graph/graph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 6cd4da2a..de5a5d17 100644 --- a/engine/graph/refresh.go +++ b/engine/graph/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 7ef36594..911ced6e 100644 --- a/engine/graph/reverse.go +++ b/engine/graph/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 8ba5672e..ab2976f4 100644 --- a/engine/graph/semaphore.go +++ b/engine/graph/semaphore.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 39095408..03887d49 100644 --- a/engine/graph/semaphore_test.go +++ b/engine/graph/semaphore_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 cb7a8f63..dc274bf8 100644 --- a/engine/graph/sendrecv.go +++ b/engine/graph/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b8424ab4..89ea189f 100644 --- a/engine/graph/state.go +++ b/engine/graph/state.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3db04ccc..54127c96 100644 --- a/engine/graph/vardir.go +++ b/engine/graph/vardir.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c5b31dae..d9c99435 100644 --- a/engine/graphqueryable.go +++ b/engine/graphqueryable.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 af20453a..d25e8256 100644 --- a/engine/metaparams.go +++ b/engine/metaparams.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 bc00b297..10e15470 100644 --- a/engine/metaparams_test.go +++ b/engine/metaparams_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 fa6f9913..cd277d10 100644 --- a/engine/refresh.go +++ b/engine/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3c591c63..c76a16e7 100644 --- a/engine/resources.go +++ b/engine/resources.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3292d03f..26f24a3d 100644 --- a/engine/resources/augeas.go +++ b/engine/resources/augeas.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 7995bcd8..bba0bd3e 100644 --- a/engine/resources/aws_ec2.go +++ b/engine/resources/aws_ec2.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b1e4159b..9f2c77c8 100644 --- a/engine/resources/config_etcd.go +++ b/engine/resources/config_etcd.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 d3633de9..b299b2be 100644 --- a/engine/resources/consul_kv.go +++ b/engine/resources/consul_kv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b6fc086f..3c17ed81 100644 --- a/engine/resources/consul_kv_test.go +++ b/engine/resources/consul_kv_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 e1501ba5..93cd092e 100644 --- a/engine/resources/cron.go +++ b/engine/resources/cron.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 fa1bc01a..6ef2a2e2 100644 --- a/engine/resources/dhcp.go +++ b/engine/resources/dhcp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 f8149252..ee4cafbd 100644 --- a/engine/resources/doc.go +++ b/engine/resources/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 d9fceefc..56cda452 100644 --- a/engine/resources/docker_container.go +++ b/engine/resources/docker_container.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 9bddc658..1d727a25 100644 --- a/engine/resources/docker_container_test.go +++ b/engine/resources/docker_container_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3a5ad7ce..c1b8d82d 100644 --- a/engine/resources/docker_image.go +++ b/engine/resources/docker_image.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 f4893437..b2c6fc43 100644 --- a/engine/resources/exec.go +++ b/engine/resources/exec.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 0eb05570..f1ddbe7c 100644 --- a/engine/resources/exec_test.go +++ b/engine/resources/exec_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 ba3e4f69..021a23a3 100644 --- a/engine/resources/file.go +++ b/engine/resources/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3b5f2029..c73717e6 100644 --- a/engine/resources/file_test.go +++ b/engine/resources/file_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 8fa104b5..fc5fc196 100644 --- a/engine/resources/group.go +++ b/engine/resources/group.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 1e9ca15d..039676ed 100644 --- a/engine/resources/hetzner_vm.go +++ b/engine/resources/hetzner_vm.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 28687120..89794aa0 100644 --- a/engine/resources/hostname.go +++ b/engine/resources/hostname.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 fe88eea7..91d0938a 100644 --- a/engine/resources/http.go +++ b/engine/resources/http.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 258b77a6..92429863 100644 --- a/engine/resources/kv.go +++ b/engine/resources/kv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 7f079f04..e923f8e5 100644 --- a/engine/resources/mount.go +++ b/engine/resources/mount.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 e32867e2..e56c74ff 100644 --- a/engine/resources/mount_linux_test.go +++ b/engine/resources/mount_linux_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 661c5c02..f9bfbb1a 100644 --- a/engine/resources/mount_test.go +++ b/engine/resources/mount_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 e8b5b06e..2bc4f17b 100644 --- a/engine/resources/msg.go +++ b/engine/resources/msg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c20c6236..b8a35bff 100644 --- a/engine/resources/msg_test.go +++ b/engine/resources/msg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 69bed26f..3d02f203 100644 --- a/engine/resources/net.go +++ b/engine/resources/net.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 804b9e67..c021bb92 100644 --- a/engine/resources/net_test.go +++ b/engine/resources/net_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 e4d37657..9b4ff993 100644 --- a/engine/resources/noop.go +++ b/engine/resources/noop.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 5446f30b..64ed405e 100644 --- a/engine/resources/noop_test.go +++ b/engine/resources/noop_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 fde0644f..6b6722ea 100644 --- a/engine/resources/nspawn.go +++ b/engine/resources/nspawn.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 865ea00f..9ac7c6ea 100644 --- a/engine/resources/packagekit/packagekit.go +++ b/engine/resources/packagekit/packagekit.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3d99d087..1ff31a7d 100644 --- a/engine/resources/password.go +++ b/engine/resources/password.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c8f90eb3..15cc1ffc 100644 --- a/engine/resources/pippet.go +++ b/engine/resources/pippet.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 d243c260..b345030e 100644 --- a/engine/resources/pippet_test.go +++ b/engine/resources/pippet_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 6cf37575..8349fda1 100644 --- a/engine/resources/pkg.go +++ b/engine/resources/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 6746ae2f..a8eec387 100644 --- a/engine/resources/pkg_test.go +++ b/engine/resources/pkg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 eb41fb88..04dd9745 100644 --- a/engine/resources/print.go +++ b/engine/resources/print.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 17a0127d..023ac39d 100644 --- a/engine/resources/resources_test.go +++ b/engine/resources/resources_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 80537814..f1fe9d19 100644 --- a/engine/resources/svc.go +++ b/engine/resources/svc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c1bc6948..93857eed 100644 --- a/engine/resources/test.go +++ b/engine/resources/test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 06eaa867..4a64fea3 100644 --- a/engine/resources/test_test.go +++ b/engine/resources/test_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 eb9fbc63..edd692f8 100644 --- a/engine/resources/tftp.go +++ b/engine/resources/tftp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b40e3e90..c1cfec75 100644 --- a/engine/resources/timer.go +++ b/engine/resources/timer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 26b069b3..0245cbe3 100644 --- a/engine/resources/user.go +++ b/engine/resources/user.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 edeec984..2e09f00c 100644 --- a/engine/resources/virt.go +++ b/engine/resources/virt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 151ec08f..b65874f1 100644 --- a/engine/reverse.go +++ b/engine/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 dd16ab01..dade2a17 100644 --- a/engine/sendrecv.go +++ b/engine/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 37776e6e..27ab8340 100644 --- a/engine/traits/autoedge.go +++ b/engine/traits/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 5795bc86..70dc7a66 100644 --- a/engine/traits/autogroup.go +++ b/engine/traits/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 0ea31d80..de261fd3 100644 --- a/engine/traits/base.go +++ b/engine/traits/base.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 60acf8b3..cc1bb447 100644 --- a/engine/traits/doc.go +++ b/engine/traits/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 0a99239c..ecffd79a 100644 --- a/engine/traits/graphqueryable.go +++ b/engine/traits/graphqueryable.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 caa1225b..e8e9dbaa 100644 --- a/engine/traits/kind.go +++ b/engine/traits/kind.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 e241712b..351184a0 100644 --- a/engine/traits/meta.go +++ b/engine/traits/meta.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 bedd4ba5..2ba1075a 100644 --- a/engine/traits/named.go +++ b/engine/traits/named.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 5b791c1e..d1c4f781 100644 --- a/engine/traits/refresh.go +++ b/engine/traits/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 2af119a0..ae2ef25b 100644 --- a/engine/traits/reverse.go +++ b/engine/traits/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 f0638d54..32ae0d5b 100644 --- a/engine/traits/sendrecv.go +++ b/engine/traits/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 09a02c0e..d4045c70 100644 --- a/engine/util.go +++ b/engine/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 9e414ae4..76f8d073 100644 --- a/engine/util/cmp.go +++ b/engine/util/cmp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 5d191f7a..72ea2dfa 100644 --- a/engine/util/mode.go +++ b/engine/util/mode.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3fee3a86..61f10724 100644 --- a/engine/util/mode_test.go +++ b/engine/util/mode_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 2bd94acf..25e8c4d9 100644 --- a/engine/util/util.go +++ b/engine/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 85e7e43b..f013c36a 100644 --- a/engine/util/util_test.go +++ b/engine/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 4efd8152..ad3e3e11 100644 --- a/engine/world.go +++ b/engine/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c4612fad..a0e6609a 100644 --- a/etcd/callback.go +++ b/etcd/callback.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 ff55f16a..50d07e6f 100644 --- a/etcd/chooser/chooser.go +++ b/etcd/chooser/chooser.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 7746d1b1..0a0dce30 100644 --- a/etcd/chooser/dynamicsize.go +++ b/etcd/chooser/dynamicsize.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 a684b412..07cf5a16 100644 --- a/etcd/client/resources/resources.go +++ b/etcd/client/resources/resources.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 769269ef..9569e190 100644 --- a/etcd/client/simple.go +++ b/etcd/client/simple.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 8d28cd59..53f39bc2 100644 --- a/etcd/client/str/str.go +++ b/etcd/client/str/str.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 781a0a16..7d2a7d6d 100644 --- a/etcd/client/strmap/strmap.go +++ b/etcd/client/strmap/strmap.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 210e5748..3b0e0884 100644 --- a/etcd/converger.go +++ b/etcd/converger.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 40017cac..073867e6 100644 --- a/etcd/deployer/deployer.go +++ b/etcd/deployer/deployer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c77ef103..e7a59e69 100644 --- a/etcd/error.go +++ b/etcd/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 2ffde577..d46a11e7 100644 --- a/etcd/etcd.go +++ b/etcd/etcd.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 43eea8d3..f5eda5e3 100644 --- a/etcd/etcd_test.go +++ b/etcd/etcd_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 4100cd1b..8a8593b5 100644 --- a/etcd/fs/file.go +++ b/etcd/fs/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 ad7adc74..d24849cc 100644 --- a/etcd/fs/fs.go +++ b/etcd/fs/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 750f68f6..5b9fa29b 100644 --- a/etcd/fs/fs_test.go +++ b/etcd/fs/fs_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 dac42e7b..19aab5e5 100644 --- a/etcd/fs/util.go +++ b/etcd/fs/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 81988564..8dc11dcc 100644 --- a/etcd/helpers.go +++ b/etcd/helpers.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 13442c37..b2087554 100644 --- a/etcd/interfaces/client.go +++ b/etcd/interfaces/client.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 abd633c0..940bf183 100644 --- a/etcd/interfaces/error.go +++ b/etcd/interfaces/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 69b9ab9a..73596ea7 100644 --- a/etcd/membership.go +++ b/etcd/membership.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 6184fe27..86746196 100644 --- a/etcd/methods.go +++ b/etcd/methods.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b0b375d8..2ced5967 100644 --- a/etcd/scheduler/alphastrategy.go +++ b/etcd/scheduler/alphastrategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 da8cea96..b7765a44 100644 --- a/etcd/scheduler/options.go +++ b/etcd/scheduler/options.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 f2bde221..41fab8e2 100644 --- a/etcd/scheduler/rrstrategy.go +++ b/etcd/scheduler/rrstrategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 db685eee..281a3798 100644 --- a/etcd/scheduler/scheduler.go +++ b/etcd/scheduler/scheduler.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 d808202c..2453baf6 100644 --- a/etcd/scheduler/strategy.go +++ b/etcd/scheduler/strategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b1f7f952..92a05680 100644 --- a/etcd/server.go +++ b/etcd/server.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 e1f798c0..66b3fbab 100644 --- a/etcd/tasks.go +++ b/etcd/tasks.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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.go b/etcd/util.go index dd237856..024651ae 100644 --- a/etcd/util.go +++ b/etcd/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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_test.go b/etcd/util_test.go index 0de69a71..5d6a59f5 100644 --- a/etcd/util_test.go +++ b/etcd/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 8d80541f..03eb8336 100644 --- a/etcd/world.go +++ b/etcd/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 6e81b614..b68698e8 100644 --- a/examples/dhcp_client/Makefile +++ b/examples/dhcp_client/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2022+ James Shubin and the project contributors +# Copyright (C) 2013-2023+ James Shubin and the project 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 d5eb1e5a..d2a4cd77 100644 --- a/examples/dhcp_client/dhcp_client.go +++ b/examples/dhcp_client/dhcp_client.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b380c72c..ea8fa67a 100644 --- a/gapi/deploy.go +++ b/gapi/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b03eec19..14b7092d 100644 --- a/gapi/empty/empty.go +++ b/gapi/empty/empty.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 491effbf..fbadc9c4 100644 --- a/gapi/gapi.go +++ b/gapi/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 13177022..4de86843 100644 --- a/gapi/helpers.go +++ b/gapi/helpers.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 ca03483e..4ac6c3a9 100644 --- a/integration/basic_test.go +++ b/integration/basic_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 ca4c87db..e6dc5bf1 100644 --- a/integration/cluster.go +++ b/integration/cluster.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 0965dc3a..57c3188b 100644 --- a/integration/instance.go +++ b/integration/instance.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 a29325b3..a0e0847b 100644 --- a/integration/patterns.go +++ b/integration/patterns.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 11c11fbd..b66392d8 100644 --- a/integration/util.go +++ b/integration/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 6f621834..76fcdb66 100644 --- a/integration/util_test.go +++ b/integration/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 cee9604c..39b64f90 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2022+ James Shubin and the project contributors +# Copyright (C) 2013-2023+ James Shubin and the project 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/scope_test.go b/lang/ast/scope_test.go index 5c46e83c..b2c01903 100644 --- a/lang/ast/scope_test.go +++ b/lang/ast/scope_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 331369bc..76f7b085 100644 --- a/lang/ast/structs.go +++ b/lang/ast/structs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 5e5ac453..1918cd68 100644 --- a/lang/ast/util.go +++ b/lang/ast/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 28f75b3d..f14dc677 100644 --- a/lang/download/download.go +++ b/lang/download/download.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/contains_polyfunc.go b/lang/funcs/contains_polyfunc.go index 3b9fe46c..c61e2455 100644 --- a/lang/funcs/contains_polyfunc.go +++ b/lang/funcs/contains_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/convert/convert.go b/lang/funcs/core/convert/convert.go index f8a29496..4d40847f 100644 --- a/lang/funcs/core/convert/convert.go +++ b/lang/funcs/core/convert/convert.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/convert/to_float.go b/lang/funcs/core/convert/to_float.go index 8f91ac5c..3fea0046 100644 --- a/lang/funcs/core/convert/to_float.go +++ b/lang/funcs/core/convert/to_float.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/convert/to_float_test.go b/lang/funcs/core/convert/to_float_test.go index 541a9a66..3f05a89d 100644 --- a/lang/funcs/core/convert/to_float_test.go +++ b/lang/funcs/core/convert/to_float_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/convert/to_int.go b/lang/funcs/core/convert/to_int.go index 3dc4bf01..18059f7f 100644 --- a/lang/funcs/core/convert/to_int.go +++ b/lang/funcs/core/convert/to_int.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/convert/to_int_test.go b/lang/funcs/core/convert/to_int_test.go index 9d911f38..05a261ea 100644 --- a/lang/funcs/core/convert/to_int_test.go +++ b/lang/funcs/core/convert/to_int_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/core.go b/lang/funcs/core/core.go index ecfa85b0..b08db521 100644 --- a/lang/funcs/core/core.go +++ b/lang/funcs/core/core.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/core_test.go b/lang/funcs/core/core_test.go index db354abe..d519f11d 100644 --- a/lang/funcs/core/core_test.go +++ b/lang/funcs/core/core_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/datetime/datetime.go b/lang/funcs/core/datetime/datetime.go index 7edb0e50..057d9dbb 100644 --- a/lang/funcs/core/datetime/datetime.go +++ b/lang/funcs/core/datetime/datetime.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/datetime/format_func.go b/lang/funcs/core/datetime/format_func.go index 018ab70f..e6f14f17 100644 --- a/lang/funcs/core/datetime/format_func.go +++ b/lang/funcs/core/datetime/format_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/datetime/format_func_test.go b/lang/funcs/core/datetime/format_func_test.go index b79f1752..d693c9c4 100644 --- a/lang/funcs/core/datetime/format_func_test.go +++ b/lang/funcs/core/datetime/format_func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/datetime/hour_func.go b/lang/funcs/core/datetime/hour_func.go index 826606dc..41591052 100644 --- a/lang/funcs/core/datetime/hour_func.go +++ b/lang/funcs/core/datetime/hour_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/datetime/now_fact.go b/lang/funcs/core/datetime/now_fact.go index be5bacc4..3d182a9c 100644 --- a/lang/funcs/core/datetime/now_fact.go +++ b/lang/funcs/core/datetime/now_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/datetime/print_func.go b/lang/funcs/core/datetime/print_func.go index 1e5f3285..1051015b 100644 --- a/lang/funcs/core/datetime/print_func.go +++ b/lang/funcs/core/datetime/print_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/datetime/weekday_func.go b/lang/funcs/core/datetime/weekday_func.go index 68f82e6f..b0b2b06f 100644 --- a/lang/funcs/core/datetime/weekday_func.go +++ b/lang/funcs/core/datetime/weekday_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/deploy/abspath_func.go b/lang/funcs/core/deploy/abspath_func.go index af22c956..185250da 100644 --- a/lang/funcs/core/deploy/abspath_func.go +++ b/lang/funcs/core/deploy/abspath_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/deploy/deploy.go b/lang/funcs/core/deploy/deploy.go index 30561054..bb43a553 100644 --- a/lang/funcs/core/deploy/deploy.go +++ b/lang/funcs/core/deploy/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/deploy/readfile_func.go b/lang/funcs/core/deploy/readfile_func.go index 176d6ebe..00a420e8 100644 --- a/lang/funcs/core/deploy/readfile_func.go +++ b/lang/funcs/core/deploy/readfile_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/deploy/readfileabs_func.go b/lang/funcs/core/deploy/readfileabs_func.go index 0f9fb748..f9230d67 100644 --- a/lang/funcs/core/deploy/readfileabs_func.go +++ b/lang/funcs/core/deploy/readfileabs_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/answer_func.go b/lang/funcs/core/example/answer_func.go index 7e442488..11b701ce 100644 --- a/lang/funcs/core/example/answer_func.go +++ b/lang/funcs/core/example/answer_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/errorbool_func.go b/lang/funcs/core/example/errorbool_func.go index 5974e76c..9a3332d8 100644 --- a/lang/funcs/core/example/errorbool_func.go +++ b/lang/funcs/core/example/errorbool_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/example.go b/lang/funcs/core/example/example.go index a1d6e5a2..4f8922d6 100644 --- a/lang/funcs/core/example/example.go +++ b/lang/funcs/core/example/example.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/flipflop_fact.go b/lang/funcs/core/example/flipflop_fact.go index 45a320f5..efd17c23 100644 --- a/lang/funcs/core/example/flipflop_fact.go +++ b/lang/funcs/core/example/flipflop_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/int2str_func.go b/lang/funcs/core/example/int2str_func.go index a621b51f..8ac29d27 100644 --- a/lang/funcs/core/example/int2str_func.go +++ b/lang/funcs/core/example/int2str_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/nativeanswer.mcl b/lang/funcs/core/example/nativeanswer.mcl index 1ca00a83..90e5375c 100644 --- a/lang/funcs/core/example/nativeanswer.mcl +++ b/lang/funcs/core/example/nativeanswer.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2022+ James Shubin and the project contributors +# Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/nested/hello_func.go b/lang/funcs/core/example/nested/hello_func.go index adc4bff8..a5f37a13 100644 --- a/lang/funcs/core/example/nested/hello_func.go +++ b/lang/funcs/core/example/nested/hello_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/nested/nested.go b/lang/funcs/core/example/nested/nested.go index 600dbb60..6d1e08a7 100644 --- a/lang/funcs/core/example/nested/nested.go +++ b/lang/funcs/core/example/nested/nested.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/plus_func.go b/lang/funcs/core/example/plus_func.go index 4ed3a5b3..d1c85b95 100644 --- a/lang/funcs/core/example/plus_func.go +++ b/lang/funcs/core/example/plus_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/str2int_func.go b/lang/funcs/core/example/str2int_func.go index 8ce6478c..c0bad612 100644 --- a/lang/funcs/core/example/str2int_func.go +++ b/lang/funcs/core/example/str2int_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/test1.mcl b/lang/funcs/core/example/test1.mcl index a505b8dc..38e6e3d3 100644 --- a/lang/funcs/core/example/test1.mcl +++ b/lang/funcs/core/example/test1.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2022+ James Shubin and the project contributors +# Copyright (C) 2013-2023+ James Shubin and the project 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/core/example/vumeter_func.go b/lang/funcs/core/example/vumeter_func.go index 55142fa7..3bd344dc 100644 --- a/lang/funcs/core/example/vumeter_func.go +++ b/lang/funcs/core/example/vumeter_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/fmt/fmt.go b/lang/funcs/core/fmt/fmt.go index d62c324c..8232880e 100644 --- a/lang/funcs/core/fmt/fmt.go +++ b/lang/funcs/core/fmt/fmt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/fmt/printf_func.go b/lang/funcs/core/fmt/printf_func.go index 7d9f06e8..04520804 100644 --- a/lang/funcs/core/fmt/printf_func.go +++ b/lang/funcs/core/fmt/printf_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/iter/iter.go b/lang/funcs/core/iter/iter.go index e3a77a4f..8977ba2b 100644 --- a/lang/funcs/core/iter/iter.go +++ b/lang/funcs/core/iter/iter.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/iter/map_func.go b/lang/funcs/core/iter/map_func.go index 970ec526..eafcfba7 100644 --- a/lang/funcs/core/iter/map_func.go +++ b/lang/funcs/core/iter/map_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/len_func.go b/lang/funcs/core/len_func.go index e647610f..9af7b316 100644 --- a/lang/funcs/core/len_func.go +++ b/lang/funcs/core/len_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/math/fortytwo_func.go b/lang/funcs/core/math/fortytwo_func.go index c8a9405e..fdebba10 100644 --- a/lang/funcs/core/math/fortytwo_func.go +++ b/lang/funcs/core/math/fortytwo_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/math/math.go b/lang/funcs/core/math/math.go index 5ed7bba1..78bb4905 100644 --- a/lang/funcs/core/math/math.go +++ b/lang/funcs/core/math/math.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/math/mod_func.go b/lang/funcs/core/math/mod_func.go index 33349601..8f2add93 100644 --- a/lang/funcs/core/math/mod_func.go +++ b/lang/funcs/core/math/mod_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/math/pow_func.go b/lang/funcs/core/math/pow_func.go index 7f8142a8..5f8691ab 100644 --- a/lang/funcs/core/math/pow_func.go +++ b/lang/funcs/core/math/pow_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/math/sqrt_func.go b/lang/funcs/core/math/sqrt_func.go index f5051c1a..d0186c08 100644 --- a/lang/funcs/core/math/sqrt_func.go +++ b/lang/funcs/core/math/sqrt_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/math/sqrt_func_test.go b/lang/funcs/core/math/sqrt_func_test.go index 4bda2eff..c3c0d1ba 100644 --- a/lang/funcs/core/math/sqrt_func_test.go +++ b/lang/funcs/core/math/sqrt_func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/net/cidr_to_ip_func.go b/lang/funcs/core/net/cidr_to_ip_func.go index bde8d9d7..0146816d 100644 --- a/lang/funcs/core/net/cidr_to_ip_func.go +++ b/lang/funcs/core/net/cidr_to_ip_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/net/cidr_to_ip_func_test.go b/lang/funcs/core/net/cidr_to_ip_func_test.go index 55c83727..8958d9ee 100644 --- a/lang/funcs/core/net/cidr_to_ip_func_test.go +++ b/lang/funcs/core/net/cidr_to_ip_func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/net/macfmt_func.go b/lang/funcs/core/net/macfmt_func.go index 73bde79a..bec50f1b 100644 --- a/lang/funcs/core/net/macfmt_func.go +++ b/lang/funcs/core/net/macfmt_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/net/macfmt_func_test.go b/lang/funcs/core/net/macfmt_func_test.go index aebca0c4..eff84249 100644 --- a/lang/funcs/core/net/macfmt_func_test.go +++ b/lang/funcs/core/net/macfmt_func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/net/net.go b/lang/funcs/core/net/net.go index 96c9150f..4859e651 100644 --- a/lang/funcs/core/net/net.go +++ b/lang/funcs/core/net/net.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/os/family_func.go b/lang/funcs/core/os/family_func.go index c9d0d7ae..674ccaf7 100644 --- a/lang/funcs/core/os/family_func.go +++ b/lang/funcs/core/os/family_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/os/os.go b/lang/funcs/core/os/os.go index ab568aa0..949ecf11 100644 --- a/lang/funcs/core/os/os.go +++ b/lang/funcs/core/os/os.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/os/readfile_func.go b/lang/funcs/core/os/readfile_func.go index 48201886..206ba798 100644 --- a/lang/funcs/core/os/readfile_func.go +++ b/lang/funcs/core/os/readfile_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/os/system_func.go b/lang/funcs/core/os/system_func.go index ceb8bdf8..2f5de057 100644 --- a/lang/funcs/core/os/system_func.go +++ b/lang/funcs/core/os/system_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/random1_func.go b/lang/funcs/core/random1_func.go index 9cd8cd9c..9288e92d 100644 --- a/lang/funcs/core/random1_func.go +++ b/lang/funcs/core/random1_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/regexp/match_func.go b/lang/funcs/core/regexp/match_func.go index 31792f12..ae2e5f9a 100644 --- a/lang/funcs/core/regexp/match_func.go +++ b/lang/funcs/core/regexp/match_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/regexp/match_func_test.go b/lang/funcs/core/regexp/match_func_test.go index a6510e21..b67085f9 100644 --- a/lang/funcs/core/regexp/match_func_test.go +++ b/lang/funcs/core/regexp/match_func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/regexp/regexp.go b/lang/funcs/core/regexp/regexp.go index f42212d0..881dd9e5 100644 --- a/lang/funcs/core/regexp/regexp.go +++ b/lang/funcs/core/regexp/regexp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/strings/split_func.go b/lang/funcs/core/strings/split_func.go index bc9c515d..63a6918c 100644 --- a/lang/funcs/core/strings/split_func.go +++ b/lang/funcs/core/strings/split_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/strings/split_func_test.go b/lang/funcs/core/strings/split_func_test.go index 72f2a7c6..8d6a5646 100644 --- a/lang/funcs/core/strings/split_func_test.go +++ b/lang/funcs/core/strings/split_func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/strings/strings.go b/lang/funcs/core/strings/strings.go index d65e5634..9369e237 100644 --- a/lang/funcs/core/strings/strings.go +++ b/lang/funcs/core/strings/strings.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/strings/to_lower_func.go b/lang/funcs/core/strings/to_lower_func.go index 30fa780c..537d1751 100644 --- a/lang/funcs/core/strings/to_lower_func.go +++ b/lang/funcs/core/strings/to_lower_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/strings/to_lower_func_test.go b/lang/funcs/core/strings/to_lower_func_test.go index 4340d529..a9b17117 100644 --- a/lang/funcs/core/strings/to_lower_func_test.go +++ b/lang/funcs/core/strings/to_lower_func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/sys/cpucount_fact.go b/lang/funcs/core/sys/cpucount_fact.go index af3d60a0..d8e0d03e 100644 --- a/lang/funcs/core/sys/cpucount_fact.go +++ b/lang/funcs/core/sys/cpucount_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/sys/cpucount_fact_test.go b/lang/funcs/core/sys/cpucount_fact_test.go index 39f08035..ea4a4424 100644 --- a/lang/funcs/core/sys/cpucount_fact_test.go +++ b/lang/funcs/core/sys/cpucount_fact_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/sys/env_func.go b/lang/funcs/core/sys/env_func.go index 5776d473..cfec08fd 100644 --- a/lang/funcs/core/sys/env_func.go +++ b/lang/funcs/core/sys/env_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/sys/hostname_fact.go b/lang/funcs/core/sys/hostname_fact.go index ee9bbf97..eed041f2 100644 --- a/lang/funcs/core/sys/hostname_fact.go +++ b/lang/funcs/core/sys/hostname_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/sys/load_fact.go b/lang/funcs/core/sys/load_fact.go index 5ea49370..3599cd0d 100644 --- a/lang/funcs/core/sys/load_fact.go +++ b/lang/funcs/core/sys/load_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/sys/load_fact_darwin.go b/lang/funcs/core/sys/load_fact_darwin.go index 2aee713c..d0ebab1e 100644 --- a/lang/funcs/core/sys/load_fact_darwin.go +++ b/lang/funcs/core/sys/load_fact_darwin.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/sys/load_fact_posix.go b/lang/funcs/core/sys/load_fact_posix.go index 9ae68ba6..058ea02b 100644 --- a/lang/funcs/core/sys/load_fact_posix.go +++ b/lang/funcs/core/sys/load_fact_posix.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/sys/sys.go b/lang/funcs/core/sys/sys.go index c15d38bf..03c45246 100644 --- a/lang/funcs/core/sys/sys.go +++ b/lang/funcs/core/sys/sys.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/sys/uptime_fact.go b/lang/funcs/core/sys/uptime_fact.go index b3694b74..0db7cda7 100644 --- a/lang/funcs/core/sys/uptime_fact.go +++ b/lang/funcs/core/sys/uptime_fact.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/sys/uptime_fact_darwin.go b/lang/funcs/core/sys/uptime_fact_darwin.go index 1f8a192c..e2970b82 100644 --- a/lang/funcs/core/sys/uptime_fact_darwin.go +++ b/lang/funcs/core/sys/uptime_fact_darwin.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/sys/uptime_fact_posix.go b/lang/funcs/core/sys/uptime_fact_posix.go index 6a92182c..598ec2cc 100644 --- a/lang/funcs/core/sys/uptime_fact_posix.go +++ b/lang/funcs/core/sys/uptime_fact_posix.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/template_func.go b/lang/funcs/core/template_func.go index f3b52bb6..9e01f7c4 100644 --- a/lang/funcs/core/template_func.go +++ b/lang/funcs/core/template_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/world/exchange_func.go b/lang/funcs/core/world/exchange_func.go index f7e3375c..b5035ebc 100644 --- a/lang/funcs/core/world/exchange_func.go +++ b/lang/funcs/core/world/exchange_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/world/kvlookup_func.go b/lang/funcs/core/world/kvlookup_func.go index 2ce7b143..88bf2a47 100644 --- a/lang/funcs/core/world/kvlookup_func.go +++ b/lang/funcs/core/world/kvlookup_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/world/schedule_func.go b/lang/funcs/core/world/schedule_func.go index f39b67dc..f98a3e18 100644 --- a/lang/funcs/core/world/schedule_func.go +++ b/lang/funcs/core/world/schedule_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/core/world/world.go b/lang/funcs/core/world/world.go index 0c840280..e91a04a5 100644 --- a/lang/funcs/core/world/world.go +++ b/lang/funcs/core/world/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/engine.go b/lang/funcs/engine.go index beed00ab..006d8891 100644 --- a/lang/funcs/engine.go +++ b/lang/funcs/engine.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 78f3e2ef..a86d29a2 100644 --- a/lang/funcs/facts/facts.go +++ b/lang/funcs/facts/facts.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 4601dfdd..60618f2c 100644 --- a/lang/funcs/facts/func.go +++ b/lang/funcs/facts/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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_test.go b/lang/funcs/facts/func_test.go index 4293f773..ced797e4 100644 --- a/lang/funcs/facts/func_test.go +++ b/lang/funcs/facts/func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 326c04d4..bd9861dc 100644 --- a/lang/funcs/funcgen/config.go +++ b/lang/funcs/funcgen/config.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 58848015..aa6d2b60 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-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3569c917..54282643 100644 --- a/lang/funcs/funcgen/func.go +++ b/lang/funcs/funcgen/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 d0755930..60ab8976 100644 --- a/lang/funcs/funcgen/func_test.go +++ b/lang/funcs/funcgen/func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3c85b0b5..ef5dd020 100644 --- a/lang/funcs/funcgen/main.go +++ b/lang/funcs/funcgen/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 94d17c7c..0edcb15b 100644 --- a/lang/funcs/funcgen/pkg.go +++ b/lang/funcs/funcgen/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 2f6570fc..5ad08400 100644 --- a/lang/funcs/funcgen/pkg_test.go +++ b/lang/funcs/funcgen/pkg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 24580549..7823dda2 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-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b4ed143d..4f0ee59c 100644 --- a/lang/funcs/funcs.go +++ b/lang/funcs/funcs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 0b8871ce..3565863b 100644 --- a/lang/funcs/funcs_test.go +++ b/lang/funcs/funcs_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/history_polyfunc.go b/lang/funcs/history_polyfunc.go index 7bfb87e8..1db76d98 100644 --- a/lang/funcs/history_polyfunc.go +++ b/lang/funcs/history_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/maplookup_polyfunc.go b/lang/funcs/maplookup_polyfunc.go index 8d1c1cd8..ebd28849 100644 --- a/lang/funcs/maplookup_polyfunc.go +++ b/lang/funcs/maplookup_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/operator_polyfunc.go b/lang/funcs/operator_polyfunc.go index 741d85ed..9f6c4067 100644 --- a/lang/funcs/operator_polyfunc.go +++ b/lang/funcs/operator_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 880d2ba0..e6e5fb2c 100644 --- a/lang/funcs/simple/simple.go +++ b/lang/funcs/simple/simple.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/simplepoly/simplepoly.go b/lang/funcs/simplepoly/simplepoly.go index 6ab85114..cafd7fec 100644 --- a/lang/funcs/simplepoly/simplepoly.go +++ b/lang/funcs/simplepoly/simplepoly.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/structlookup_polyfunc.go b/lang/funcs/structlookup_polyfunc.go index 64e02d0d..7f582db1 100644 --- a/lang/funcs/structlookup_polyfunc.go +++ b/lang/funcs/structlookup_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 194009a0..a77ab699 100644 --- a/lang/funcs/structs/call.go +++ b/lang/funcs/structs/call.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 58dbe604..6c967cd0 100644 --- a/lang/funcs/structs/composite.go +++ b/lang/funcs/structs/composite.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 280e576f..b8c03f06 100644 --- a/lang/funcs/structs/const.go +++ b/lang/funcs/structs/const.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/function.go b/lang/funcs/structs/function.go index 38d6cf0d..85707f03 100644 --- a/lang/funcs/structs/function.go +++ b/lang/funcs/structs/function.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 d177970b..80e1b803 100644 --- a/lang/funcs/structs/if.go +++ b/lang/funcs/structs/if.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/var.go b/lang/funcs/structs/var.go index 0481d5ff..9dd88aec 100644 --- a/lang/funcs/structs/var.go +++ b/lang/funcs/structs/var.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3a95dc82..3df6dcba 100644 --- a/lang/funcs/vars/vars.go +++ b/lang/funcs/vars/vars.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c1a7909a..2954e0ba 100644 --- a/lang/fuzz/Makefile +++ b/lang/fuzz/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2022+ James Shubin and the project contributors +# Copyright (C) 2013-2023+ James Shubin and the project 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 fd40930d..542e6d8d 100644 --- a/lang/fuzz/fuzz.go +++ b/lang/fuzz/fuzz.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 cd2f5c0c..bab4252e 100644 --- a/lang/gapi/gapi.go +++ b/lang/gapi/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 6298d5d3..3686aba6 100644 --- a/lang/inputs/inputs.go +++ b/lang/inputs/inputs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 fa706a19..0bf9fe2f 100644 --- a/lang/interfaces/ast.go +++ b/lang/interfaces/ast.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3ea75c29..3b425c08 100644 --- a/lang/interfaces/const.go +++ b/lang/interfaces/const.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 dbe4d141..03f7f1ba 100644 --- a/lang/interfaces/doc.go +++ b/lang/interfaces/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 531e7b7b..2d5f8199 100644 --- a/lang/interfaces/error.go +++ b/lang/interfaces/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 5217e90b..a879a41f 100644 --- a/lang/interfaces/func.go +++ b/lang/interfaces/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 8868008e..b278f683 100644 --- a/lang/interfaces/import.go +++ b/lang/interfaces/import.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c163a112..eb5aa6f8 100644 --- a/lang/interfaces/metadata.go +++ b/lang/interfaces/metadata.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 9e69ce53..2f60e8f9 100644 --- a/lang/interfaces/metadata_test.go +++ b/lang/interfaces/metadata_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 113a3638..d2a77157 100644 --- a/lang/interfaces/parser.go +++ b/lang/interfaces/parser.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/structs.go b/lang/interfaces/structs.go index 89e2f694..863b2262 100644 --- a/lang/interfaces/structs.go +++ b/lang/interfaces/structs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 9b95dc4f..8bbcebb3 100644 --- a/lang/interfaces/unification.go +++ b/lang/interfaces/unification.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b7ba7241..1160ca6e 100644 --- a/lang/interfaces/var.go +++ b/lang/interfaces/var.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 e2cbfe7e..8730a462 100644 --- a/lang/interpolate/interpolate.go +++ b/lang/interpolate/interpolate.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 cdc2d998..9a717918 100644 --- a/lang/interpolate/interpolate_test.go +++ b/lang/interpolate/interpolate_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 79546168..d6d4cbea 100644 --- a/lang/interpolate/parse.rl +++ b/lang/interpolate/parse.rl @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 be599e6e..13ab04da 100644 --- a/lang/interpolate/types.go +++ b/lang/interpolate/types.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3c6c2887..e0495117 100644 --- a/lang/interpret/interpret.go +++ b/lang/interpret/interpret.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 8c0d0f07..707fab68 100644 --- a/lang/interpret_test.go +++ b/lang/interpret_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 03818e64..3789edbe 100644 --- a/lang/lang.go +++ b/lang/lang.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 553cad4b..d2b51f14 100644 --- a/lang/lang_test.go +++ b/lang/lang_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 cf7a2089..86f89ba7 100644 --- a/lang/parser/lexer.nex +++ b/lang/parser/lexer.nex @@ -386,7 +386,7 @@ // // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 e8169207..382c73f7 100644 --- a/lang/parser/lexparse.go +++ b/lang/parser/lexparse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 d5adde30..a7569a89 100644 --- a/lang/parser/lexparse_test.go +++ b/lang/parser/lexparse_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 1dbfa170..5070c49f 100644 --- a/lang/parser/parser.y +++ b/lang/parser/parser.y @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/Makefile b/lang/types/Makefile index fedaa4ef..db3bcfa1 100644 --- a/lang/types/Makefile +++ b/lang/types/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2022+ James Shubin and the project contributors +# Copyright (C) 2013-2023+ James Shubin and the project 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 9cb1d7c6..926fa85f 100644 --- a/lang/types/doc.go +++ b/lang/types/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 876f4b2d..4bc4893e 100644 --- a/lang/types/type.go +++ b/lang/types/type.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 ed589370..3e92eeaf 100644 --- a/lang/types/type_test.go +++ b/lang/types/type_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 e071580e..24140fdc 100644 --- a/lang/types/util.go +++ b/lang/types/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 f736f739..152051f4 100644 --- a/lang/types/util_test.go +++ b/lang/types/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 4ea47266..a2077118 100644 --- a/lang/types/value.go +++ b/lang/types/value.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 24fe7cf2..98bf79e5 100644 --- a/lang/types/value_test.go +++ b/lang/types/value_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/simplesolver.go b/lang/unification/simplesolver.go index aba5ac1e..511b2fe3 100644 --- a/lang/unification/simplesolver.go +++ b/lang/unification/simplesolver.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 35846551..29d3ff51 100644 --- a/lang/unification/unification.go +++ b/lang/unification/unification.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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.go b/lang/unification/util.go index ff6c3894..15867c88 100644 --- a/lang/unification/util.go +++ b/lang/unification/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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_test.go b/lang/unification_test.go index fb8dd1c0..f8c9bff1 100644 --- a/lang/unification_test.go +++ b/lang/unification_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 daee7be2..1431eea2 100644 --- a/lang/util/util.go +++ b/lang/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 f14f42d6..a29249cd 100644 --- a/lang/util/util_test.go +++ b/lang/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/langpuppet/gapi.go b/langpuppet/gapi.go index 050a93dd..fa57807c 100644 --- a/langpuppet/gapi.go +++ b/langpuppet/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/langpuppet/merge.go b/langpuppet/merge.go index 154a6b15..dcab7b1a 100644 --- a/langpuppet/merge.go +++ b/langpuppet/merge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/cli.go b/lib/cli.go index 8e83d610..1f0ab8b5 100644 --- a/lib/cli.go +++ b/lib/cli.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 5cd44c25..9fd2601c 100644 --- a/lib/converged.go +++ b/lib/converged.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/deploy.go b/lib/deploy.go index ad5b8b97..6799a882 100644 --- a/lib/deploy.go +++ b/lib/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/get.go b/lib/get.go index d1d892ea..59174543 100644 --- a/lib/get.go +++ b/lib/get.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/hello.go b/lib/hello.go index e2a9cfb9..4e95600a 100644 --- a/lib/hello.go +++ b/lib/hello.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify @@ -40,7 +40,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-2022+ James Shubin and the project contributors") + fmt.Println("Copyright (C) 2013-2023+ James Shubin and the project contributors") fmt.Println("Written by James Shubin and the project contributors") log.Printf("main: start: %v", start) } diff --git a/lib/main.go b/lib/main.go index c591f817..762b138f 100644 --- a/lib/main.go +++ b/lib/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 ef81e684..f2ace9fb 100644 --- a/lib/main_test.go +++ b/lib/main_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/run.go b/lib/run.go index 7db82b48..e0856c2f 100644 --- a/lib/run.go +++ b/lib/run.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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/util.go b/lib/util.go index 7445e3ce..700c17a5 100644 --- a/lib/util.go +++ b/lib/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 5dd92a92..0a6e30eb 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 fc9d582c..939abc15 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-2022+ James Shubin and the project contributors +;; Copyright (C) 2013-2023+ James Shubin and the project 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 4a0c0e41..0665ceb6 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-2022+ James Shubin and the project contributors +# Copyright (C) 2013-2023+ James Shubin and the project 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 c6a7b1eb..2a1f1313 100644 --- a/misc/mkosi/Makefile +++ b/misc/mkosi/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2022+ James Shubin and the project contributors +# Copyright (C) 2013-2023+ James Shubin and the project 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 fce1424e..2b5326ff 100644 --- a/misc/sigtee.go +++ b/misc/sigtee.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 54326446..a757224a 100644 --- a/pgp/pgp.go +++ b/pgp/pgp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c3181f77..00ad1b31 100644 --- a/pgraph/graphsync.go +++ b/pgraph/graphsync.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 86d16447..273e4f8d 100644 --- a/pgraph/graphsync_test.go +++ b/pgraph/graphsync_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 364242f3..e6e90e29 100644 --- a/pgraph/graphviz.go +++ b/pgraph/graphviz.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 cf06529b..acb4a41d 100644 --- a/pgraph/pgraph.go +++ b/pgraph/pgraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b54f6da2..800e6a64 100644 --- a/pgraph/pgraph_test.go +++ b/pgraph/pgraph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 13077da2..79294350 100644 --- a/pgraph/selfvertex.go +++ b/pgraph/selfvertex.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 029cda30..4ea3d6dd 100644 --- a/pgraph/simpleedge.go +++ b/pgraph/simpleedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 93042be3..f338bb51 100644 --- a/pgraph/subgraph.go +++ b/pgraph/subgraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 8c66fea5..65a2423e 100644 --- a/pgraph/subgraph_test.go +++ b/pgraph/subgraph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b6a928c9..75d3a81a 100644 --- a/pgraph/util_test.go +++ b/pgraph/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 1db97be2..ec6152e3 100644 --- a/prometheus/prometheus.go +++ b/prometheus/prometheus.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3635a74c..39147dc2 100644 --- a/prometheus/prometheus_test.go +++ b/prometheus/prometheus_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 8f03d95c..35a740c1 100644 --- a/puppet/gapi.go +++ b/puppet/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 36e34a84..c93db546 100644 --- a/puppet/puppet.go +++ b/puppet/puppet.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/recwatch/flags.go b/recwatch/flags.go index 46b9f1cd..9621caa2 100644 --- a/recwatch/flags.go +++ b/recwatch/flags.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/recwatch/recwatch.go b/recwatch/recwatch.go index 82e2b131..37f858ab 100644 --- a/recwatch/recwatch.go +++ b/recwatch/recwatch.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 7e7527d3..a277a14a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2022+ James Shubin and the project contributors +# Copyright (C) 2013-2023+ James Shubin and the project 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 d9f2823a..40921256 100644 --- a/test/comment_parser.go +++ b/test/comment_parser.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 80ac2ae4..1e230ba0 100644 --- a/util/afero.go +++ b/util/afero.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 383cc368..93c861b2 100644 --- a/util/afero_test.go +++ b/util/afero_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 5f85551f..32afe91f 100644 --- a/util/code.go +++ b/util/code.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c8ca9a92..c0e949b3 100644 --- a/util/code_test.go +++ b/util/code_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 fcbbfb52..89965af0 100644 --- a/util/context.go +++ b/util/context.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c46e4dd7..328142e8 100644 --- a/util/context_test.go +++ b/util/context_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 72eb92d3..c142d67f 100644 --- a/util/errwrap/errwrap.go +++ b/util/errwrap/errwrap.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 9ca976e3..3917dc45 100644 --- a/util/errwrap/errwrap_test.go +++ b/util/errwrap/errwrap_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 39f870a9..d1cb8f6d 100644 --- a/util/fs.go +++ b/util/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 aafd4d34..242d9db2 100644 --- a/util/home.go +++ b/util/home.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 1ed43379..41d98fdf 100644 --- a/util/home_test.go +++ b/util/home_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 d52ab2f9..ef260aff 100644 --- a/util/interfaces.go +++ b/util/interfaces.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 76b4d9b9..e8f9f684 100644 --- a/util/log.go +++ b/util/log.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 c20fc025..c8614b1a 100644 --- a/util/root_test.go +++ b/util/root_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 80a0898c..547a6410 100644 --- a/util/safepath/interface_test.go +++ b/util/safepath/interface_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 4826a4a0..4e8f9e6c 100644 --- a/util/safepath/safepath.go +++ b/util/safepath/safepath.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 2120fac1..2094f5b6 100644 --- a/util/safepath/safepath_test.go +++ b/util/safepath/safepath_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 1a10d1b0..118d0df2 100644 --- a/util/semaphore/semaphore.go +++ b/util/semaphore/semaphore.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3099577c..2ad7d357 100644 --- a/util/socketset/socketset.go +++ b/util/socketset/socketset.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 7e082aed..f473f13b 100644 --- a/util/socketset/socketset_test.go +++ b/util/socketset/socketset_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 dce685a8..9d5a66ee 100644 --- a/util/sync.go +++ b/util/sync.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 f2bb2f60..e00022bf 100644 --- a/util/sync_test.go +++ b/util/sync_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 3a02b3f7..9dc8b026 100644 --- a/util/test.go +++ b/util/test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 10bb4c9b..e127f524 100644 --- a/util/util.go +++ b/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 b9f346c1..07609f08 100644 --- a/util/util_test.go +++ b/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 84c233f1..03f71b06 100644 --- a/yamlgraph/gapi.go +++ b/yamlgraph/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project 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 da64e639..0d57c99d 100644 --- a/yamlgraph/gconfig.go +++ b/yamlgraph/gconfig.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2022+ James Shubin and the project contributors +// Copyright (C) 2013-2023+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify