diff --git a/COPYRIGHT b/COPYRIGHT index 09068cb7..fdb9d5d7 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ Mgmt -Copyright (C) 2013-2021+ James Shubin and the project contributors +Copyright (C) 2013-2022+ James Shubin and the project 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 954dc746..1d43adf5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2021+ James Shubin and the project contributors +# Copyright (C) 2013-2022+ James Shubin and the project 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 806dc2bb..cf498c96 100644 --- a/converger/converger.go +++ b/converger/converger.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 50b2c372..dd6361e7 100644 --- a/converger/converger_test.go +++ b/converger/converger_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 bf79c29e..54b997f7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: mgmt Source: Files: * -Copyright: Copyright (C) 2013-2021+ James Shubin and the project contributors +Copyright: Copyright (C) 2013-2022+ James Shubin and the project contributors License: GPL-3.0 License: GPL-3.0 diff --git a/doc.go b/doc.go index db0949c4..6428cc7b 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 f5fafbbd..8e0df957 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-2021+ James Shubin and the project contributors' +copyright = u'2013-2022+ 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 ed403d14..af29eee0 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-2021+ James Shubin and the project contributors +Copyright (C) 2013-2022+ 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 bf0ec29f..8ea2e2eb 100644 --- a/engine/autoedge.go +++ b/engine/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 1bd5b875..bc7727c4 100644 --- a/engine/autoedge_test.go +++ b/engine/autoedge_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 1be7d1d1..112ae3d4 100644 --- a/engine/autogroup.go +++ b/engine/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 230aa6d6..9cbd276b 100644 --- a/engine/cmp.go +++ b/engine/cmp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 f0e59c87..b1da4676 100644 --- a/engine/copy.go +++ b/engine/copy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 97a15163..6ed3d83e 100644 --- a/engine/doc.go +++ b/engine/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 e55b1f5f..32889127 100644 --- a/engine/edge.go +++ b/engine/edge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 22d74d46..fcec655e 100644 --- a/engine/error.go +++ b/engine/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 de2b236b..54822b55 100644 --- a/engine/fs.go +++ b/engine/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 bf388710..41c87d81 100644 --- a/engine/graph/actions.go +++ b/engine/graph/actions.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 148c13e8..962186e5 100644 --- a/engine/graph/autoedge.go +++ b/engine/graph/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 eb3f377b..0216121d 100644 --- a/engine/graph/autoedge/autoedge.go +++ b/engine/graph/autoedge/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 fda492f8..3cb129ed 100644 --- a/engine/graph/autogroup.go +++ b/engine/graph/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 64fd58bf..7bfe6afc 100644 --- a/engine/graph/autogroup/autogroup.go +++ b/engine/graph/autogroup/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 69f4e179..e66d5567 100644 --- a/engine/graph/autogroup/autogroup_test.go +++ b/engine/graph/autogroup/autogroup_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 38caaa19..2fe4911c 100644 --- a/engine/graph/autogroup/base.go +++ b/engine/graph/autogroup/base.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 228b3a71..9a165202 100644 --- a/engine/graph/autogroup/nonreachability.go +++ b/engine/graph/autogroup/nonreachability.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 a0499ded..e1411ac1 100644 --- a/engine/graph/autogroup/util.go +++ b/engine/graph/autogroup/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 eb8076bb..9d3a2c21 100644 --- a/engine/graph/engine.go +++ b/engine/graph/engine.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 abf0e90a..b3b42f8d 100644 --- a/engine/graph/graph_test.go +++ b/engine/graph/graph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 51010991..6cd4da2a 100644 --- a/engine/graph/refresh.go +++ b/engine/graph/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 cf4f3dab..7ef36594 100644 --- a/engine/graph/reverse.go +++ b/engine/graph/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 f3b2158b..8ba5672e 100644 --- a/engine/graph/semaphore.go +++ b/engine/graph/semaphore.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 7bfa3724..39095408 100644 --- a/engine/graph/semaphore_test.go +++ b/engine/graph/semaphore_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 5cfc558d..cb7a8f63 100644 --- a/engine/graph/sendrecv.go +++ b/engine/graph/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 0d532bfe..b8424ab4 100644 --- a/engine/graph/state.go +++ b/engine/graph/state.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 2f834c01..3db04ccc 100644 --- a/engine/graph/vardir.go +++ b/engine/graph/vardir.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 4bb3427c..c5b31dae 100644 --- a/engine/graphqueryable.go +++ b/engine/graphqueryable.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 1a1a5a91..af20453a 100644 --- a/engine/metaparams.go +++ b/engine/metaparams.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 ecb34128..bc00b297 100644 --- a/engine/metaparams_test.go +++ b/engine/metaparams_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 c2c09a98..fa6f9913 100644 --- a/engine/refresh.go +++ b/engine/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 54831899..3c591c63 100644 --- a/engine/resources.go +++ b/engine/resources.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 9d47bd88..3292d03f 100644 --- a/engine/resources/augeas.go +++ b/engine/resources/augeas.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 159d6771..7995bcd8 100644 --- a/engine/resources/aws_ec2.go +++ b/engine/resources/aws_ec2.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 3360b1e3..b1e4159b 100644 --- a/engine/resources/config_etcd.go +++ b/engine/resources/config_etcd.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 8f789ae3..d3633de9 100644 --- a/engine/resources/consul_kv.go +++ b/engine/resources/consul_kv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 bd884fad..b6fc086f 100644 --- a/engine/resources/consul_kv_test.go +++ b/engine/resources/consul_kv_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 e395fcda..e1501ba5 100644 --- a/engine/resources/cron.go +++ b/engine/resources/cron.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 b02dac6e..fa1bc01a 100644 --- a/engine/resources/dhcp.go +++ b/engine/resources/dhcp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 06e44c88..f8149252 100644 --- a/engine/resources/doc.go +++ b/engine/resources/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 d4a9a667..d9fceefc 100644 --- a/engine/resources/docker_container.go +++ b/engine/resources/docker_container.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 dd791e47..9bddc658 100644 --- a/engine/resources/docker_container_test.go +++ b/engine/resources/docker_container_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 524529c7..3a5ad7ce 100644 --- a/engine/resources/docker_image.go +++ b/engine/resources/docker_image.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 c96b7a08..f4893437 100644 --- a/engine/resources/exec.go +++ b/engine/resources/exec.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 b256188d..0eb05570 100644 --- a/engine/resources/exec_test.go +++ b/engine/resources/exec_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 f593889b..ba3e4f69 100644 --- a/engine/resources/file.go +++ b/engine/resources/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 e6acae92..3b5f2029 100644 --- a/engine/resources/file_test.go +++ b/engine/resources/file_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 eb5307c4..8fa104b5 100644 --- a/engine/resources/group.go +++ b/engine/resources/group.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 fbece336..1e9ca15d 100644 --- a/engine/resources/hetzner_vm.go +++ b/engine/resources/hetzner_vm.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 fbb2a5ba..28687120 100644 --- a/engine/resources/hostname.go +++ b/engine/resources/hostname.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 e24db9f7..fe88eea7 100644 --- a/engine/resources/http.go +++ b/engine/resources/http.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 f9cb1788..258b77a6 100644 --- a/engine/resources/kv.go +++ b/engine/resources/kv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 48e122c9..7f079f04 100644 --- a/engine/resources/mount.go +++ b/engine/resources/mount.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 ed3142e2..e32867e2 100644 --- a/engine/resources/mount_linux_test.go +++ b/engine/resources/mount_linux_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 ee80457b..661c5c02 100644 --- a/engine/resources/mount_test.go +++ b/engine/resources/mount_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 01c2bd21..e8b5b06e 100644 --- a/engine/resources/msg.go +++ b/engine/resources/msg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 f357e91c..c20c6236 100644 --- a/engine/resources/msg_test.go +++ b/engine/resources/msg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 88a81191..69bed26f 100644 --- a/engine/resources/net.go +++ b/engine/resources/net.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 e3ccbb53..804b9e67 100644 --- a/engine/resources/net_test.go +++ b/engine/resources/net_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 321bc498..e4d37657 100644 --- a/engine/resources/noop.go +++ b/engine/resources/noop.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 c22b2d49..5446f30b 100644 --- a/engine/resources/noop_test.go +++ b/engine/resources/noop_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 faf548a8..fde0644f 100644 --- a/engine/resources/nspawn.go +++ b/engine/resources/nspawn.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 fc4632fe..865ea00f 100644 --- a/engine/resources/packagekit/packagekit.go +++ b/engine/resources/packagekit/packagekit.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 a26d015b..3d99d087 100644 --- a/engine/resources/password.go +++ b/engine/resources/password.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 2693e65b..c8f90eb3 100644 --- a/engine/resources/pippet.go +++ b/engine/resources/pippet.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 fa18accf..d243c260 100644 --- a/engine/resources/pippet_test.go +++ b/engine/resources/pippet_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 3d0d69e8..6cf37575 100644 --- a/engine/resources/pkg.go +++ b/engine/resources/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 a08faa74..6746ae2f 100644 --- a/engine/resources/pkg_test.go +++ b/engine/resources/pkg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 fb07e2a4..eb41fb88 100644 --- a/engine/resources/print.go +++ b/engine/resources/print.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 e4684753..17a0127d 100644 --- a/engine/resources/resources_test.go +++ b/engine/resources/resources_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 d63f4870..80537814 100644 --- a/engine/resources/svc.go +++ b/engine/resources/svc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 f1c2870d..c1bc6948 100644 --- a/engine/resources/test.go +++ b/engine/resources/test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 9c175df9..06eaa867 100644 --- a/engine/resources/test_test.go +++ b/engine/resources/test_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 69a343a8..eb9fbc63 100644 --- a/engine/resources/tftp.go +++ b/engine/resources/tftp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 502bbb85..b40e3e90 100644 --- a/engine/resources/timer.go +++ b/engine/resources/timer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 7dc53be6..26b069b3 100644 --- a/engine/resources/user.go +++ b/engine/resources/user.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 1497d615..edeec984 100644 --- a/engine/resources/virt.go +++ b/engine/resources/virt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 2a97a0bb..151ec08f 100644 --- a/engine/reverse.go +++ b/engine/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 92cb6d94..dd16ab01 100644 --- a/engine/sendrecv.go +++ b/engine/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 50cf5532..37776e6e 100644 --- a/engine/traits/autoedge.go +++ b/engine/traits/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 c6ba4043..5795bc86 100644 --- a/engine/traits/autogroup.go +++ b/engine/traits/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 bc9c5a97..0ea31d80 100644 --- a/engine/traits/base.go +++ b/engine/traits/base.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 bf3f71f1..60acf8b3 100644 --- a/engine/traits/doc.go +++ b/engine/traits/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 c8dd2a2e..0a99239c 100644 --- a/engine/traits/graphqueryable.go +++ b/engine/traits/graphqueryable.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 842c9182..caa1225b 100644 --- a/engine/traits/kind.go +++ b/engine/traits/kind.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 9665e8d6..e241712b 100644 --- a/engine/traits/meta.go +++ b/engine/traits/meta.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 5ad835bb..bedd4ba5 100644 --- a/engine/traits/named.go +++ b/engine/traits/named.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 50178ccb..5b791c1e 100644 --- a/engine/traits/refresh.go +++ b/engine/traits/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 11af2894..2af119a0 100644 --- a/engine/traits/reverse.go +++ b/engine/traits/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 452ee8fb..f0638d54 100644 --- a/engine/traits/sendrecv.go +++ b/engine/traits/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 241a4dc0..09a02c0e 100644 --- a/engine/util.go +++ b/engine/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 d56cda4c..9e414ae4 100644 --- a/engine/util/cmp.go +++ b/engine/util/cmp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 b26aa11f..5d191f7a 100644 --- a/engine/util/mode.go +++ b/engine/util/mode.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 29edf524..3fee3a86 100644 --- a/engine/util/mode_test.go +++ b/engine/util/mode_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 63029dd7..5e856ff0 100644 --- a/engine/util/util.go +++ b/engine/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 2971a5ed..85e7e43b 100644 --- a/engine/util/util_test.go +++ b/engine/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 b74ea663..4efd8152 100644 --- a/engine/world.go +++ b/engine/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 aac97a50..c4612fad 100644 --- a/etcd/callback.go +++ b/etcd/callback.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 aa1e00aa..ff55f16a 100644 --- a/etcd/chooser/chooser.go +++ b/etcd/chooser/chooser.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 0f636f28..7746d1b1 100644 --- a/etcd/chooser/dynamicsize.go +++ b/etcd/chooser/dynamicsize.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 9e697564..a684b412 100644 --- a/etcd/client/resources/resources.go +++ b/etcd/client/resources/resources.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 7e9e92a1..769269ef 100644 --- a/etcd/client/simple.go +++ b/etcd/client/simple.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 479ae7d3..8d28cd59 100644 --- a/etcd/client/str/str.go +++ b/etcd/client/str/str.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 183f7720..781a0a16 100644 --- a/etcd/client/strmap/strmap.go +++ b/etcd/client/strmap/strmap.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 89820cc9..210e5748 100644 --- a/etcd/converger.go +++ b/etcd/converger.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 8fb5ea5c..40017cac 100644 --- a/etcd/deployer/deployer.go +++ b/etcd/deployer/deployer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 4bf40e7c..c77ef103 100644 --- a/etcd/error.go +++ b/etcd/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 ca949b1e..2ffde577 100644 --- a/etcd/etcd.go +++ b/etcd/etcd.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 700a35bd..43eea8d3 100644 --- a/etcd/etcd_test.go +++ b/etcd/etcd_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 1f77b842..4100cd1b 100644 --- a/etcd/fs/file.go +++ b/etcd/fs/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 cc62ced0..ad7adc74 100644 --- a/etcd/fs/fs.go +++ b/etcd/fs/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 6106bf17..750f68f6 100644 --- a/etcd/fs/fs_test.go +++ b/etcd/fs/fs_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 f8998957..dac42e7b 100644 --- a/etcd/fs/util.go +++ b/etcd/fs/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 b1d0da29..81988564 100644 --- a/etcd/helpers.go +++ b/etcd/helpers.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 1ae7ecb7..13442c37 100644 --- a/etcd/interfaces/client.go +++ b/etcd/interfaces/client.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 5d0d1483..abd633c0 100644 --- a/etcd/interfaces/error.go +++ b/etcd/interfaces/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 4e30882a..69b9ab9a 100644 --- a/etcd/membership.go +++ b/etcd/membership.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 b95ff4f5..6184fe27 100644 --- a/etcd/methods.go +++ b/etcd/methods.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 defffc9b..b0b375d8 100644 --- a/etcd/scheduler/alphastrategy.go +++ b/etcd/scheduler/alphastrategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 adb482db..da8cea96 100644 --- a/etcd/scheduler/options.go +++ b/etcd/scheduler/options.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 0e9784eb..f2bde221 100644 --- a/etcd/scheduler/rrstrategy.go +++ b/etcd/scheduler/rrstrategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 b88510b3..db685eee 100644 --- a/etcd/scheduler/scheduler.go +++ b/etcd/scheduler/scheduler.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 a883144c..d808202c 100644 --- a/etcd/scheduler/strategy.go +++ b/etcd/scheduler/strategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 f4cb5e67..b1f7f952 100644 --- a/etcd/server.go +++ b/etcd/server.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 3ac1b5d8..e1f798c0 100644 --- a/etcd/tasks.go +++ b/etcd/tasks.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 bfafc4d0..dd237856 100644 --- a/etcd/util.go +++ b/etcd/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 d749f10a..0de69a71 100644 --- a/etcd/util_test.go +++ b/etcd/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 540ffb95..8d80541f 100644 --- a/etcd/world.go +++ b/etcd/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 651e4910..6e81b614 100644 --- a/examples/dhcp_client/Makefile +++ b/examples/dhcp_client/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2021+ James Shubin and the project contributors +# Copyright (C) 2013-2022+ James Shubin and the project 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 53ae2159..d5eb1e5a 100644 --- a/examples/dhcp_client/dhcp_client.go +++ b/examples/dhcp_client/dhcp_client.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 b927fe3e..b380c72c 100644 --- a/gapi/deploy.go +++ b/gapi/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 a3147722..b03eec19 100644 --- a/gapi/empty/empty.go +++ b/gapi/empty/empty.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 24d3e328..491effbf 100644 --- a/gapi/gapi.go +++ b/gapi/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 24902f49..13177022 100644 --- a/gapi/helpers.go +++ b/gapi/helpers.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 759091ca..ca03483e 100644 --- a/integration/basic_test.go +++ b/integration/basic_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 91b7dae9..ca4c87db 100644 --- a/integration/cluster.go +++ b/integration/cluster.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 434dd2b2..0965dc3a 100644 --- a/integration/instance.go +++ b/integration/instance.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 be9cc891..a29325b3 100644 --- a/integration/patterns.go +++ b/integration/patterns.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 6062bb64..11c11fbd 100644 --- a/integration/util.go +++ b/integration/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 164e463b..6f621834 100644 --- a/integration/util_test.go +++ b/integration/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 684bb156..cee9604c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2021+ James Shubin and the project contributors +# Copyright (C) 2013-2022+ James Shubin and the project contributors # 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 0592f240..5c46e83c 100644 --- a/lang/ast/scope_test.go +++ b/lang/ast/scope_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 03ca2fcd..eadcff11 100644 --- a/lang/ast/structs.go +++ b/lang/ast/structs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 c69e46ef..5e5ac453 100644 --- a/lang/ast/util.go +++ b/lang/ast/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 4f361127..28f75b3d 100644 --- a/lang/download/download.go +++ b/lang/download/download.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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/Makefile b/lang/funcs/Makefile index 655d8c14..8a0de2dc 100644 --- a/lang/funcs/Makefile +++ b/lang/funcs/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2021+ James Shubin and the project contributors +# Copyright (C) 2013-2022+ James Shubin and the project contributors # 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/bindata/doc.go b/lang/funcs/bindata/doc.go index 239b55d0..9de1bf23 100644 --- a/lang/funcs/bindata/doc.go +++ b/lang/funcs/bindata/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 8e8e889a..916ca657 100644 --- a/lang/funcs/contains_polyfunc.go +++ b/lang/funcs/contains_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 987f5dfa..f8a29496 100644 --- a/lang/funcs/core/convert/convert.go +++ b/lang/funcs/core/convert/convert.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 864ffe0a..8f91ac5c 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 a9ed0a8d..541a9a66 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 76564583..3dc4bf01 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 13f4161c..9d911f38 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 90ea9fd1..0d059403 100644 --- a/lang/funcs/core/core.go +++ b/lang/funcs/core/core.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 3fbaca0a..db354abe 100644 --- a/lang/funcs/core/core_test.go +++ b/lang/funcs/core/core_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 85da542c..7edb0e50 100644 --- a/lang/funcs/core/datetime/datetime.go +++ b/lang/funcs/core/datetime/datetime.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 f90441ff..018ab70f 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 a10a3fcf..b79f1752 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 850946d2..826606dc 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 acaecc46..055b4cc4 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 01d568e0..1e5f3285 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 96053b15..68f82e6f 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 cb210fd2..0fdf2054 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 92fd8dbb..30561054 100644 --- a/lang/funcs/core/deploy/deploy.go +++ b/lang/funcs/core/deploy/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 ad75194a..b3e74ed9 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 edd83a81..2e6d93ac 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 5138336e..7e442488 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 ae3be696..5974e76c 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 93ef9f10..a1d6e5a2 100644 --- a/lang/funcs/core/example/example.go +++ b/lang/funcs/core/example/example.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 dcd049ad..cdd38bfa 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 8004f773..a621b51f 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 d6844e86..1ca00a83 100644 --- a/lang/funcs/core/example/nativeanswer.mcl +++ b/lang/funcs/core/example/nativeanswer.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2021+ James Shubin and the project contributors +# Copyright (C) 2013-2022+ James Shubin and the project contributors # 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 9d37e2e3..adc4bff8 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 205862df..600dbb60 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 92ff49ed..4ed3a5b3 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 21d89502..8ce6478c 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 f2b82b21..a505b8dc 100644 --- a/lang/funcs/core/example/test1.mcl +++ b/lang/funcs/core/example/test1.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2021+ James Shubin and the project contributors +# Copyright (C) 2013-2022+ James Shubin and the project contributors # 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 7f0f7104..dde0bea4 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 95692bc5..d62c324c 100644 --- a/lang/funcs/core/fmt/fmt.go +++ b/lang/funcs/core/fmt/fmt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 5dd41b3f..f8f34a68 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 6cbc3e2e..e3a77a4f 100644 --- a/lang/funcs/core/iter/iter.go +++ b/lang/funcs/core/iter/iter.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 923e783b..d4329186 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 1bd0bb82..e647610f 100644 --- a/lang/funcs/core/len_func.go +++ b/lang/funcs/core/len_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 02bd268e..c8a9405e 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 ff50edb0..5ed7bba1 100644 --- a/lang/funcs/core/math/math.go +++ b/lang/funcs/core/math/math.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 ee23f7d7..33349601 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 c9ef15c0..7f8142a8 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 a1cf2427..f5051c1a 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 0da0908d..4bda2eff 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 21475c3d..bde8d9d7 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 d3ac47ab..55c83727 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 0e45029c..73bde79a 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 c9540daa..aebca0c4 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 fe7327c4..96c9150f 100644 --- a/lang/funcs/core/net/net.go +++ b/lang/funcs/core/net/net.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 acd3d84e..c9d0d7ae 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 22016ed6..ab568aa0 100644 --- a/lang/funcs/core/os/os.go +++ b/lang/funcs/core/os/os.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 4483ea03..66394388 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 eab56830..02205aa6 100644 --- a/lang/funcs/core/random1_func.go +++ b/lang/funcs/core/random1_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 c82a8cab..31792f12 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 c57f279d..a6510e21 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 2c7b55af..f42212d0 100644 --- a/lang/funcs/core/regexp/regexp.go +++ b/lang/funcs/core/regexp/regexp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 cb00b150..bc9c515d 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 d01674ac..72f2a7c6 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 d7c17df8..d65e5634 100644 --- a/lang/funcs/core/strings/strings.go +++ b/lang/funcs/core/strings/strings.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 9089a81d..30fa780c 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 f6e8cc70..4340d529 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 1bfda26a..e4b7ef13 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 b280ad9c..39f08035 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 98faaa48..5776d473 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 1534d17f..a6899429 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 0552b05c..6b8e5dc9 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 234116b7..2aee713c 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 0a657186..9ae68ba6 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 333c7e9d..c15d38bf 100644 --- a/lang/funcs/core/sys/sys.go +++ b/lang/funcs/core/sys/sys.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 128a9eb1..bfe17290 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 ced2463c..1f8a192c 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 934078d3..6a92182c 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 a55a3ba3..2b0622c2 100644 --- a/lang/funcs/core/template_func.go +++ b/lang/funcs/core/template_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 515e5f80..92c7fc39 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 61d9fc32..ff288c6c 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 c930dbf1..2ff8f06f 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 71307ad1..0c840280 100644 --- a/lang/funcs/core/world/world.go +++ b/lang/funcs/core/world/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 e5a06d76..a38949a7 100644 --- a/lang/funcs/engine.go +++ b/lang/funcs/engine.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 4ab4a463..417939ad 100644 --- a/lang/funcs/facts/facts.go +++ b/lang/funcs/facts/facts.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 a1956914..9adad7c7 100644 --- a/lang/funcs/facts/func.go +++ b/lang/funcs/facts/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 ff319dda..4293f773 100644 --- a/lang/funcs/facts/func_test.go +++ b/lang/funcs/facts/func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 79891555..326c04d4 100644 --- a/lang/funcs/funcgen/config.go +++ b/lang/funcs/funcgen/config.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 5cb5dffa..58848015 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 c50bed63..3569c917 100644 --- a/lang/funcs/funcgen/func.go +++ b/lang/funcs/funcgen/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 d8347c6b..d0755930 100644 --- a/lang/funcs/funcgen/func_test.go +++ b/lang/funcs/funcgen/func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 0d4fbcc8..3c85b0b5 100644 --- a/lang/funcs/funcgen/main.go +++ b/lang/funcs/funcgen/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 f4c5cbdb..94d17c7c 100644 --- a/lang/funcs/funcgen/pkg.go +++ b/lang/funcs/funcgen/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 2569a91f..2f6570fc 100644 --- a/lang/funcs/funcgen/pkg_test.go +++ b/lang/funcs/funcgen/pkg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 5a680265..24580549 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-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 63dcde9d..60cef143 100644 --- a/lang/funcs/funcs.go +++ b/lang/funcs/funcs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 24d65e4c..0b8871ce 100644 --- a/lang/funcs/funcs_test.go +++ b/lang/funcs/funcs_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 9e4f3879..dcaa5ae4 100644 --- a/lang/funcs/history_polyfunc.go +++ b/lang/funcs/history_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 519dc74f..89436353 100644 --- a/lang/funcs/maplookup_polyfunc.go +++ b/lang/funcs/maplookup_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 0b4b71c5..f82430a7 100644 --- a/lang/funcs/operator_polyfunc.go +++ b/lang/funcs/operator_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 03f7b39e..d84d8ad9 100644 --- a/lang/funcs/simple/simple.go +++ b/lang/funcs/simple/simple.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 03a7deb4..30c498e7 100644 --- a/lang/funcs/simplepoly/simplepoly.go +++ b/lang/funcs/simplepoly/simplepoly.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 ed6688d9..375c03fd 100644 --- a/lang/funcs/structlookup_polyfunc.go +++ b/lang/funcs/structlookup_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 03e40716..e35af2f1 100644 --- a/lang/funcs/structs/call.go +++ b/lang/funcs/structs/call.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 1e906181..7af7f679 100644 --- a/lang/funcs/structs/composite.go +++ b/lang/funcs/structs/composite.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 f93e8f29..e89e18a5 100644 --- a/lang/funcs/structs/const.go +++ b/lang/funcs/structs/const.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 3064a188..e26f7bbb 100644 --- a/lang/funcs/structs/function.go +++ b/lang/funcs/structs/function.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 f0241794..dade9f44 100644 --- a/lang/funcs/structs/if.go +++ b/lang/funcs/structs/if.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 176df0cf..faf075f8 100644 --- a/lang/funcs/structs/var.go +++ b/lang/funcs/structs/var.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 24cd9fc1..3a95dc82 100644 --- a/lang/funcs/vars/vars.go +++ b/lang/funcs/vars/vars.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 a02ee948..c1a7909a 100644 --- a/lang/fuzz/Makefile +++ b/lang/fuzz/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2021+ James Shubin and the project contributors +# Copyright (C) 2013-2022+ James Shubin and the project contributors # 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 763836f1..fd40930d 100644 --- a/lang/fuzz/fuzz.go +++ b/lang/fuzz/fuzz.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 610ceba0..e7648911 100644 --- a/lang/gapi/gapi.go +++ b/lang/gapi/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 bd22cddc..6298d5d3 100644 --- a/lang/inputs/inputs.go +++ b/lang/inputs/inputs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 a1bb55ce..fa706a19 100644 --- a/lang/interfaces/ast.go +++ b/lang/interfaces/ast.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 1f91879b..3ea75c29 100644 --- a/lang/interfaces/const.go +++ b/lang/interfaces/const.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 8ec0bdd7..dbe4d141 100644 --- a/lang/interfaces/doc.go +++ b/lang/interfaces/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 05d6ceb3..531e7b7b 100644 --- a/lang/interfaces/error.go +++ b/lang/interfaces/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 c8690f2d..27e42a2b 100644 --- a/lang/interfaces/func.go +++ b/lang/interfaces/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 c128f90e..8868008e 100644 --- a/lang/interfaces/import.go +++ b/lang/interfaces/import.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 5ecc9119..c163a112 100644 --- a/lang/interfaces/metadata.go +++ b/lang/interfaces/metadata.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 7096bd55..9e69ce53 100644 --- a/lang/interfaces/metadata_test.go +++ b/lang/interfaces/metadata_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 5e608761..113a3638 100644 --- a/lang/interfaces/parser.go +++ b/lang/interfaces/parser.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 690afb53..89e2f694 100644 --- a/lang/interfaces/structs.go +++ b/lang/interfaces/structs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 43d10ab3..9b95dc4f 100644 --- a/lang/interfaces/unification.go +++ b/lang/interfaces/unification.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 d3f5b8da..b7ba7241 100644 --- a/lang/interfaces/var.go +++ b/lang/interfaces/var.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 5fb6cb41..e2cbfe7e 100644 --- a/lang/interpolate/interpolate.go +++ b/lang/interpolate/interpolate.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 31263723..cdc2d998 100644 --- a/lang/interpolate/interpolate_test.go +++ b/lang/interpolate/interpolate_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 e006df4e..79546168 100644 --- a/lang/interpolate/parse.rl +++ b/lang/interpolate/parse.rl @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 106df4b7..be599e6e 100644 --- a/lang/interpolate/types.go +++ b/lang/interpolate/types.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 df9e0daa..3c6c2887 100644 --- a/lang/interpret/interpret.go +++ b/lang/interpret/interpret.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 5bbb411d..418edbb9 100644 --- a/lang/interpret_test.go +++ b/lang/interpret_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 e9bd31f2..03818e64 100644 --- a/lang/lang.go +++ b/lang/lang.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 a6974e1e..553cad4b 100644 --- a/lang/lang_test.go +++ b/lang/lang_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 ed737e76..cf7a2089 100644 --- a/lang/parser/lexer.nex +++ b/lang/parser/lexer.nex @@ -386,7 +386,7 @@ // // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 2aa6925f..e8169207 100644 --- a/lang/parser/lexparse.go +++ b/lang/parser/lexparse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 e9a1ca22..d5adde30 100644 --- a/lang/parser/lexparse_test.go +++ b/lang/parser/lexparse_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 5ed2acbd..1dbfa170 100644 --- a/lang/parser/parser.y +++ b/lang/parser/parser.y @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 6cec1bd6..fedaa4ef 100644 --- a/lang/types/Makefile +++ b/lang/types/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2021+ James Shubin and the project contributors +# Copyright (C) 2013-2022+ James Shubin and the project contributors # 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 ba9a8cb6..9cb1d7c6 100644 --- a/lang/types/doc.go +++ b/lang/types/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 e9bb2356..876f4b2d 100644 --- a/lang/types/type.go +++ b/lang/types/type.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 eea54d56..ed589370 100644 --- a/lang/types/type_test.go +++ b/lang/types/type_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 7c986275..e071580e 100644 --- a/lang/types/util.go +++ b/lang/types/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 828a82be..f736f739 100644 --- a/lang/types/util_test.go +++ b/lang/types/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 7022c0d5..4ea47266 100644 --- a/lang/types/value.go +++ b/lang/types/value.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 b46a351e..24fe7cf2 100644 --- a/lang/types/value_test.go +++ b/lang/types/value_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 9660215f..aba5ac1e 100644 --- a/lang/unification/simplesolver.go +++ b/lang/unification/simplesolver.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 8d6c7b56..35846551 100644 --- a/lang/unification/unification.go +++ b/lang/unification/unification.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 9d52a5da..ff6c3894 100644 --- a/lang/unification/util.go +++ b/lang/unification/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 48496a31..fb8dd1c0 100644 --- a/lang/unification_test.go +++ b/lang/unification_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 03f5c3ec..daee7be2 100644 --- a/lang/util/util.go +++ b/lang/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // 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 04e55afb..f14f42d6 100644 --- a/lang/util/util_test.go +++ b/lang/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 0333858b..050a93dd 100644 --- a/langpuppet/gapi.go +++ b/langpuppet/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 3942174c..154a6b15 100644 --- a/langpuppet/merge.go +++ b/langpuppet/merge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 2d02da0b..8e83d610 100644 --- a/lib/cli.go +++ b/lib/cli.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 311a19a3..5cd44c25 100644 --- a/lib/converged.go +++ b/lib/converged.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 9f54cb99..ad5b8b97 100644 --- a/lib/deploy.go +++ b/lib/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 0197d8f6..d1d892ea 100644 --- a/lib/get.go +++ b/lib/get.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 29192459..e2a9cfb9 100644 --- a/lib/hello.go +++ b/lib/hello.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin 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-2021+ James Shubin and the project contributors") + fmt.Println("Copyright (C) 2013-2022+ 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 7816bad0..c591f817 100644 --- a/lib/main.go +++ b/lib/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 16d5df5e..ef81e684 100644 --- a/lib/main_test.go +++ b/lib/main_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 e4ed6001..7db82b48 100644 --- a/lib/run.go +++ b/lib/run.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 73da04e2..7445e3ce 100644 --- a/lib/util.go +++ b/lib/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 8c36be1e..5dd92a92 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 2c0de90f..fc9d582c 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-2021+ James Shubin and the project contributors +;; Copyright (C) 2013-2022+ James Shubin and the project 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 2144dc3f..4a0c0e41 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-2021+ James Shubin and the project contributors +# Copyright (C) 2013-2022+ James Shubin and the project 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 9234263d..c6a7b1eb 100644 --- a/misc/mkosi/Makefile +++ b/misc/mkosi/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2021+ James Shubin and the project contributors +# Copyright (C) 2013-2022+ James Shubin and the project 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 3c3f6b28..fce1424e 100644 --- a/misc/sigtee.go +++ b/misc/sigtee.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 1f84c41e..54326446 100644 --- a/pgp/pgp.go +++ b/pgp/pgp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 72c6fa4e..c3181f77 100644 --- a/pgraph/graphsync.go +++ b/pgraph/graphsync.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 d0910687..86d16447 100644 --- a/pgraph/graphsync_test.go +++ b/pgraph/graphsync_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 eb7b908d..364242f3 100644 --- a/pgraph/graphviz.go +++ b/pgraph/graphviz.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 921cbe7f..4261dace 100644 --- a/pgraph/pgraph.go +++ b/pgraph/pgraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 175d27fa..b54f6da2 100644 --- a/pgraph/pgraph_test.go +++ b/pgraph/pgraph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 e4d369f0..13077da2 100644 --- a/pgraph/selfvertex.go +++ b/pgraph/selfvertex.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 d4ad13b0..029cda30 100644 --- a/pgraph/simpleedge.go +++ b/pgraph/simpleedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 808c8f92..93042be3 100644 --- a/pgraph/subgraph.go +++ b/pgraph/subgraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 84decddd..8c66fea5 100644 --- a/pgraph/subgraph_test.go +++ b/pgraph/subgraph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 795fd6f6..b6a928c9 100644 --- a/pgraph/util_test.go +++ b/pgraph/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 800be237..1db97be2 100644 --- a/prometheus/prometheus.go +++ b/prometheus/prometheus.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 5435d06f..3635a74c 100644 --- a/prometheus/prometheus_test.go +++ b/prometheus/prometheus_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 2e04e953..8f03d95c 100644 --- a/puppet/gapi.go +++ b/puppet/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 6afb5198..36e34a84 100644 --- a/puppet/puppet.go +++ b/puppet/puppet.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 24d2970c..46b9f1cd 100644 --- a/recwatch/flags.go +++ b/recwatch/flags.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 192a1358..82e2b131 100644 --- a/recwatch/recwatch.go +++ b/recwatch/recwatch.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 7b79480d..7e7527d3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2021+ James Shubin and the project contributors +# Copyright (C) 2013-2022+ James Shubin and the project 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 f96bf0f1..d9f2823a 100644 --- a/test/comment_parser.go +++ b/test/comment_parser.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 4a191a98..80ac2ae4 100644 --- a/util/afero.go +++ b/util/afero.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 f70d0309..383cc368 100644 --- a/util/afero_test.go +++ b/util/afero_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 d339411d..5f85551f 100644 --- a/util/code.go +++ b/util/code.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 32cad7c0..c8ca9a92 100644 --- a/util/code_test.go +++ b/util/code_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 1ddca8c3..fcbbfb52 100644 --- a/util/context.go +++ b/util/context.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 20dd8387..c46e4dd7 100644 --- a/util/context_test.go +++ b/util/context_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 3bd64e32..72eb92d3 100644 --- a/util/errwrap/errwrap.go +++ b/util/errwrap/errwrap.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 badacf5f..9ca976e3 100644 --- a/util/errwrap/errwrap_test.go +++ b/util/errwrap/errwrap_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 c32e61a3..39f870a9 100644 --- a/util/fs.go +++ b/util/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 565ea4d9..aafd4d34 100644 --- a/util/home.go +++ b/util/home.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 dbdba680..1ed43379 100644 --- a/util/home_test.go +++ b/util/home_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 ca7f65eb..d52ab2f9 100644 --- a/util/interfaces.go +++ b/util/interfaces.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 380861b1..76b4d9b9 100644 --- a/util/log.go +++ b/util/log.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 b5f04d73..c20fc025 100644 --- a/util/root_test.go +++ b/util/root_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 5d799527..80a0898c 100644 --- a/util/safepath/interface_test.go +++ b/util/safepath/interface_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 704f3fd3..4826a4a0 100644 --- a/util/safepath/safepath.go +++ b/util/safepath/safepath.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 e4fbea1d..2120fac1 100644 --- a/util/safepath/safepath_test.go +++ b/util/safepath/safepath_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 0d8e82e6..1a10d1b0 100644 --- a/util/semaphore/semaphore.go +++ b/util/semaphore/semaphore.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 2d8ed644..3099577c 100644 --- a/util/socketset/socketset.go +++ b/util/socketset/socketset.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 1c11b691..7e082aed 100644 --- a/util/socketset/socketset_test.go +++ b/util/socketset/socketset_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 432e429a..dce685a8 100644 --- a/util/sync.go +++ b/util/sync.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 9df6560c..f2bb2f60 100644 --- a/util/sync_test.go +++ b/util/sync_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 5112a56e..3a02b3f7 100644 --- a/util/test.go +++ b/util/test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 2e20ec5b..10bb4c9b 100644 --- a/util/util.go +++ b/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 ab997a1c..b9f346c1 100644 --- a/util/util_test.go +++ b/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 97d9ae2a..84c233f1 100644 --- a/yamlgraph/gapi.go +++ b/yamlgraph/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project 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 2f79204f..da64e639 100644 --- a/yamlgraph/gconfig.go +++ b/yamlgraph/gconfig.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2021+ James Shubin and the project contributors +// Copyright (C) 2013-2022+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify