diff --git a/COPYRIGHT b/COPYRIGHT index fa761617..09068cb7 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ Mgmt -Copyright (C) 2013-2020+ James Shubin and the project contributors +Copyright (C) 2013-2021+ James Shubin and the project 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 f4796dc4..41682454 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project contributors # Written by James Shubin and the project contributors # # This program is free software: you can redistribute it and/or modify diff --git a/bindata/Makefile b/bindata/Makefile index 2db02e93..fe4de34d 100644 --- a/bindata/Makefile +++ b/bindata/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project 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 1d11efa8..806dc2bb 100644 --- a/converger/converger.go +++ b/converger/converger.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 88e5a1ec..62aafc19 100644 --- a/converger/converger_test.go +++ b/converger/converger_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 6f42cf2a..bf79c29e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: mgmt Source: Files: * -Copyright: Copyright (C) 2013-2020+ James Shubin and the project contributors +Copyright: Copyright (C) 2013-2021+ James Shubin and the project contributors License: GPL-3.0 License: GPL-3.0 diff --git a/doc.go b/doc.go index 7173e659..db0949c4 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 9ff75821..f5fafbbd 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-2020+ James Shubin and the project contributors' +copyright = u'2013-2021+ 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 144cc132..ed403d14 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-2020+ James Shubin and the project contributors +Copyright (C) 2013-2021+ 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 e17120f0..bf0ec29f 100644 --- a/engine/autoedge.go +++ b/engine/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 5faea239..4b60280c 100644 --- a/engine/autoedge_test.go +++ b/engine/autoedge_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 5a2178a5..b497625d 100644 --- a/engine/autogroup.go +++ b/engine/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 8ccddbb0..230aa6d6 100644 --- a/engine/cmp.go +++ b/engine/cmp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 8db6b927..f0e59c87 100644 --- a/engine/copy.go +++ b/engine/copy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 faea2186..e55b1f5f 100644 --- a/engine/edge.go +++ b/engine/edge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 97d1e25e..22d74d46 100644 --- a/engine/error.go +++ b/engine/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 a62ff755..de2b236b 100644 --- a/engine/fs.go +++ b/engine/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 70accf9f..bf388710 100644 --- a/engine/graph/actions.go +++ b/engine/graph/actions.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 8418b71b..148c13e8 100644 --- a/engine/graph/autoedge.go +++ b/engine/graph/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 2ceecc1b..eb3f377b 100644 --- a/engine/graph/autoedge/autoedge.go +++ b/engine/graph/autoedge/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 95adafd9..fda492f8 100644 --- a/engine/graph/autogroup.go +++ b/engine/graph/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 00b5efbe..251de990 100644 --- a/engine/graph/autogroup/autogroup.go +++ b/engine/graph/autogroup/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 55490864..3efb7ad3 100644 --- a/engine/graph/autogroup/autogroup_test.go +++ b/engine/graph/autogroup/autogroup_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 a837a191..575829fe 100644 --- a/engine/graph/autogroup/base.go +++ b/engine/graph/autogroup/base.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 2f0efb5c..228b3a71 100644 --- a/engine/graph/autogroup/nonreachability.go +++ b/engine/graph/autogroup/nonreachability.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 57d9a54f..b2cb2af7 100644 --- a/engine/graph/autogroup/util.go +++ b/engine/graph/autogroup/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 6382f9b6..26c3a4c2 100644 --- a/engine/graph/engine.go +++ b/engine/graph/engine.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 03f6a8ff..1465a1ca 100644 --- a/engine/graph/graph_test.go +++ b/engine/graph/graph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 48df60de..51010991 100644 --- a/engine/graph/refresh.go +++ b/engine/graph/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 18d0d6cd..cf4f3dab 100644 --- a/engine/graph/reverse.go +++ b/engine/graph/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 70ebd62b..f3b2158b 100644 --- a/engine/graph/semaphore.go +++ b/engine/graph/semaphore.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 ebaf2741..1fbb2963 100644 --- a/engine/graph/semaphore_test.go +++ b/engine/graph/semaphore_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 1b973ec7..5cfc558d 100644 --- a/engine/graph/sendrecv.go +++ b/engine/graph/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 cdd0d217..31c799c3 100644 --- a/engine/graph/state.go +++ b/engine/graph/state.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 86206a83..2f834c01 100644 --- a/engine/graph/vardir.go +++ b/engine/graph/vardir.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 2cfe7f22..4bb3427c 100644 --- a/engine/graphqueryable.go +++ b/engine/graphqueryable.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 ce3909f3..1a1a5a91 100644 --- a/engine/metaparams.go +++ b/engine/metaparams.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 c6b3de42..0f600243 100644 --- a/engine/metaparams_test.go +++ b/engine/metaparams_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 7971b64a..c2c09a98 100644 --- a/engine/refresh.go +++ b/engine/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 278a6398..22650fa1 100644 --- a/engine/resources.go +++ b/engine/resources.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 1287f254..4fba514e 100644 --- a/engine/resources/augeas.go +++ b/engine/resources/augeas.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 0e08b721..159d6771 100644 --- a/engine/resources/aws_ec2.go +++ b/engine/resources/aws_ec2.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 8e4e067a..3360b1e3 100644 --- a/engine/resources/config_etcd.go +++ b/engine/resources/config_etcd.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 54c2ac1e..8f789ae3 100644 --- a/engine/resources/consul_kv.go +++ b/engine/resources/consul_kv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 ab79ba7c..bd884fad 100644 --- a/engine/resources/consul_kv_test.go +++ b/engine/resources/consul_kv_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 0a0941fa..6fce78a9 100644 --- a/engine/resources/cron.go +++ b/engine/resources/cron.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 ec6dfecc..b02dac6e 100644 --- a/engine/resources/dhcp.go +++ b/engine/resources/dhcp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 bdc31ecd..a25d5d77 100644 --- a/engine/resources/docker_container.go +++ b/engine/resources/docker_container.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 df9c6bec..f4ac803e 100644 --- a/engine/resources/docker_container_test.go +++ b/engine/resources/docker_container_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 62f0932c..bbb4758d 100644 --- a/engine/resources/docker_image.go +++ b/engine/resources/docker_image.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 2e929ab8..9b83ebf0 100644 --- a/engine/resources/exec.go +++ b/engine/resources/exec.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 9720b4cb..e92459fa 100644 --- a/engine/resources/exec_test.go +++ b/engine/resources/exec_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 401f59b1..f593889b 100644 --- a/engine/resources/file.go +++ b/engine/resources/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 8fdd250b..1d081cd0 100644 --- a/engine/resources/file_test.go +++ b/engine/resources/file_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 b6b78fa5..eb5307c4 100644 --- a/engine/resources/group.go +++ b/engine/resources/group.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 3f23437f..7284eb95 100644 --- a/engine/resources/hostname.go +++ b/engine/resources/hostname.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 00de0b29..e24db9f7 100644 --- a/engine/resources/http.go +++ b/engine/resources/http.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 d984d8b2..f9cb1788 100644 --- a/engine/resources/kv.go +++ b/engine/resources/kv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 7c098d8b..6cf0d26a 100644 --- a/engine/resources/mount.go +++ b/engine/resources/mount.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 6ad0dc3c..11a910d7 100644 --- a/engine/resources/mount_linux_test.go +++ b/engine/resources/mount_linux_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 b3d4d4c9..fbd01069 100644 --- a/engine/resources/mount_test.go +++ b/engine/resources/mount_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 6a41dc1d..ca54d949 100644 --- a/engine/resources/msg.go +++ b/engine/resources/msg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 da07636f..5299eec3 100644 --- a/engine/resources/msg_test.go +++ b/engine/resources/msg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 911c452a..2150e11b 100644 --- a/engine/resources/net.go +++ b/engine/resources/net.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 079ca8a8..9ec3afdc 100644 --- a/engine/resources/net_test.go +++ b/engine/resources/net_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 f0f2ecfb..321bc498 100644 --- a/engine/resources/noop.go +++ b/engine/resources/noop.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 9c7c8ea2..9a6934a8 100644 --- a/engine/resources/noop_test.go +++ b/engine/resources/noop_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 119c188b..477d107c 100644 --- a/engine/resources/nspawn.go +++ b/engine/resources/nspawn.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 88ae481b..07df01fa 100644 --- a/engine/resources/packagekit/packagekit.go +++ b/engine/resources/packagekit/packagekit.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 cad1fcce..a26d015b 100644 --- a/engine/resources/password.go +++ b/engine/resources/password.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 7afaadb8..e09ef1b6 100644 --- a/engine/resources/pippet.go +++ b/engine/resources/pippet.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 70de2528..eeb8fa62 100644 --- a/engine/resources/pippet_test.go +++ b/engine/resources/pippet_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 8e7ab83a..3d0d69e8 100644 --- a/engine/resources/pkg.go +++ b/engine/resources/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 b6a3a425..20427616 100644 --- a/engine/resources/pkg_test.go +++ b/engine/resources/pkg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 b70062cc..fb07e2a4 100644 --- a/engine/resources/print.go +++ b/engine/resources/print.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 50c99d0e..cdcfc99c 100644 --- a/engine/resources/resources_test.go +++ b/engine/resources/resources_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 441f90a2..55c3f241 100644 --- a/engine/resources/svc.go +++ b/engine/resources/svc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 30c4d5b4..f1c2870d 100644 --- a/engine/resources/test.go +++ b/engine/resources/test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 54f91683..08755483 100644 --- a/engine/resources/test_test.go +++ b/engine/resources/test_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 da0d7b1e..69a343a8 100644 --- a/engine/resources/tftp.go +++ b/engine/resources/tftp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 906ef171..502bbb85 100644 --- a/engine/resources/timer.go +++ b/engine/resources/timer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 d33b2195..7a434772 100644 --- a/engine/resources/user.go +++ b/engine/resources/user.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 897b551d..0ba41287 100644 --- a/engine/resources/virt.go +++ b/engine/resources/virt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 aa688da9..2a97a0bb 100644 --- a/engine/reverse.go +++ b/engine/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 7bd0a8ab..0d489cfb 100644 --- a/engine/sendrecv.go +++ b/engine/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 3e46aec6..50cf5532 100644 --- a/engine/traits/autoedge.go +++ b/engine/traits/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 6e68b348..c6ba4043 100644 --- a/engine/traits/autogroup.go +++ b/engine/traits/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 e7b1b40d..bc9c5a97 100644 --- a/engine/traits/base.go +++ b/engine/traits/base.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 1f142bd5..c8dd2a2e 100644 --- a/engine/traits/graphqueryable.go +++ b/engine/traits/graphqueryable.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 824d8d26..842c9182 100644 --- a/engine/traits/kind.go +++ b/engine/traits/kind.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 1b38c90f..9665e8d6 100644 --- a/engine/traits/meta.go +++ b/engine/traits/meta.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 a0e28ec6..5ad835bb 100644 --- a/engine/traits/named.go +++ b/engine/traits/named.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 76319899..50178ccb 100644 --- a/engine/traits/refresh.go +++ b/engine/traits/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 5b0a6a91..11af2894 100644 --- a/engine/traits/reverse.go +++ b/engine/traits/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 809e0466..452ee8fb 100644 --- a/engine/traits/sendrecv.go +++ b/engine/traits/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 57eac1c5..241a4dc0 100644 --- a/engine/util.go +++ b/engine/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 2aa78235..d56cda4c 100644 --- a/engine/util/cmp.go +++ b/engine/util/cmp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 269af32d..b26aa11f 100644 --- a/engine/util/mode.go +++ b/engine/util/mode.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 8755e53d..7f4c4d38 100644 --- a/engine/util/mode_test.go +++ b/engine/util/mode_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 ed93c32c..19b2eaa5 100644 --- a/engine/util/util.go +++ b/engine/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 9616e60d..ddac2631 100644 --- a/engine/util/util_test.go +++ b/engine/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 74d94375..b74ea663 100644 --- a/engine/world.go +++ b/engine/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 b85894fe..bdb53493 100644 --- a/etcd/callback.go +++ b/etcd/callback.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 8f524615..3f788ba8 100644 --- a/etcd/chooser/chooser.go +++ b/etcd/chooser/chooser.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 86466b8b..4817d9f5 100644 --- a/etcd/chooser/dynamicsize.go +++ b/etcd/chooser/dynamicsize.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 53c6fb06..d2c09323 100644 --- a/etcd/client/resources/resources.go +++ b/etcd/client/resources/resources.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 975b1db0..302bbc44 100644 --- a/etcd/client/simple.go +++ b/etcd/client/simple.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 ba6eaf70..32f04458 100644 --- a/etcd/client/str/str.go +++ b/etcd/client/str/str.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 10ff07fd..8090f656 100644 --- a/etcd/client/strmap/strmap.go +++ b/etcd/client/strmap/strmap.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 1ba10981..f27c8682 100644 --- a/etcd/converger.go +++ b/etcd/converger.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 156298fa..53e0b226 100644 --- a/etcd/deployer/deployer.go +++ b/etcd/deployer/deployer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 710495b0..4bf40e7c 100644 --- a/etcd/error.go +++ b/etcd/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 2d1caabc..cda6d1c1 100644 --- a/etcd/etcd.go +++ b/etcd/etcd.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 fa05f33c..7056d954 100644 --- a/etcd/etcd_test.go +++ b/etcd/etcd_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 e7e3c8f9..5b72754f 100644 --- a/etcd/fs/file.go +++ b/etcd/fs/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 03645707..84f29b08 100644 --- a/etcd/fs/fs.go +++ b/etcd/fs/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 03c6a7b9..d3d775ad 100644 --- a/etcd/fs/fs_test.go +++ b/etcd/fs/fs_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 c8157f1e..f8998957 100644 --- a/etcd/fs/util.go +++ b/etcd/fs/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 9472a86b..8014a44a 100644 --- a/etcd/helpers.go +++ b/etcd/helpers.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 9a214107..0342a0ec 100644 --- a/etcd/interfaces/client.go +++ b/etcd/interfaces/client.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 07ea2c58..5d0d1483 100644 --- a/etcd/interfaces/error.go +++ b/etcd/interfaces/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 02ed5529..10fdf19c 100644 --- a/etcd/membership.go +++ b/etcd/membership.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 56bb196f..82a21e54 100644 --- a/etcd/methods.go +++ b/etcd/methods.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 286b10f0..defffc9b 100644 --- a/etcd/scheduler/alphastrategy.go +++ b/etcd/scheduler/alphastrategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 57b01dfb..adb482db 100644 --- a/etcd/scheduler/options.go +++ b/etcd/scheduler/options.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 f7958e96..0e9784eb 100644 --- a/etcd/scheduler/rrstrategy.go +++ b/etcd/scheduler/rrstrategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 4de049f7..efc6e0de 100644 --- a/etcd/scheduler/scheduler.go +++ b/etcd/scheduler/scheduler.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 fb856acb..a883144c 100644 --- a/etcd/scheduler/strategy.go +++ b/etcd/scheduler/strategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 077dff38..aeaaf094 100644 --- a/etcd/server.go +++ b/etcd/server.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 11de70da..3ac1b5d8 100644 --- a/etcd/tasks.go +++ b/etcd/tasks.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 f138ae18..28b96d08 100644 --- a/etcd/util.go +++ b/etcd/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 ca0a7771..8996d095 100644 --- a/etcd/util_test.go +++ b/etcd/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 96fc0927..540ffb95 100644 --- a/etcd/world.go +++ b/etcd/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 223efeaf..651e4910 100644 --- a/examples/dhcp_client/Makefile +++ b/examples/dhcp_client/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project 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 790ea8dc..53ae2159 100644 --- a/examples/dhcp_client/dhcp_client.go +++ b/examples/dhcp_client/dhcp_client.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 09b27b06..b927fe3e 100644 --- a/gapi/deploy.go +++ b/gapi/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 8eedca34..2513b4b9 100644 --- a/gapi/empty/empty.go +++ b/gapi/empty/empty.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 da131117..2621fc3b 100644 --- a/gapi/gapi.go +++ b/gapi/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 3c6b66c6..24902f49 100644 --- a/gapi/helpers.go +++ b/gapi/helpers.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 17836b24..c29c2b3f 100644 --- a/integration/basic_test.go +++ b/integration/basic_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 7d2293ec..91b7dae9 100644 --- a/integration/cluster.go +++ b/integration/cluster.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 505aefdc..434dd2b2 100644 --- a/integration/instance.go +++ b/integration/instance.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 ddf84420..be9cc891 100644 --- a/integration/patterns.go +++ b/integration/patterns.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 703815e0..6062bb64 100644 --- a/integration/util.go +++ b/integration/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 7d2e6ed7..365e3546 100644 --- a/integration/util_test.go +++ b/integration/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 7e2d49c5..06a10364 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project contributors # 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.go b/lang/download.go index 1f1c197a..555e5309 100644 --- a/lang/download.go +++ b/lang/download.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 7542f1c8..655d8c14 100644 --- a/lang/funcs/Makefile +++ b/lang/funcs/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project contributors # 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 016c28d7..239b55d0 100644 --- a/lang/funcs/bindata/doc.go +++ b/lang/funcs/bindata/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 f3293a92..2f0b3d99 100644 --- a/lang/funcs/contains_polyfunc.go +++ b/lang/funcs/contains_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 9e4e277e..987f5dfa 100644 --- a/lang/funcs/core/convert/convert.go +++ b/lang/funcs/core/convert/convert.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 814b6772..864ffe0a 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 81b04294..a9ed0a8d 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 10e031d1..76564583 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 4063bc93..13f4161c 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 ad539afa..4ecbf569 100644 --- a/lang/funcs/core/core.go +++ b/lang/funcs/core/core.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 c172a917..641bacc8 100644 --- a/lang/funcs/core/core_test.go +++ b/lang/funcs/core/core_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 db6e7357..85da542c 100644 --- a/lang/funcs/core/datetime/datetime.go +++ b/lang/funcs/core/datetime/datetime.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 eb25faf8..f90441ff 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 a3d821d9..3a08b1a2 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 718a5474..850946d2 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 ade6b47c..acaecc46 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 4a0169e6..01d568e0 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 64625a02..96053b15 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 cd717c40..cb210fd2 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 969a4a50..92fd8dbb 100644 --- a/lang/funcs/core/deploy/deploy.go +++ b/lang/funcs/core/deploy/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 e6f0e4e8..ad75194a 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 b4413398..edd83a81 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 8542f52b..5138336e 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 ec2927c2..ae3be696 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 4d8610ee..93ef9f10 100644 --- a/lang/funcs/core/example/example.go +++ b/lang/funcs/core/example/example.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 6e0cd29f..dcd049ad 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 a18b1854..8004f773 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 e217cc16..d6844e86 100644 --- a/lang/funcs/core/example/nativeanswer.mcl +++ b/lang/funcs/core/example/nativeanswer.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project contributors # 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 5150d7df..9d37e2e3 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 1257d037..205862df 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 4ba86fef..92ff49ed 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 acea6100..21d89502 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 801acd99..f2b82b21 100644 --- a/lang/funcs/core/example/test1.mcl +++ b/lang/funcs/core/example/test1.mcl @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project contributors # 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 4fafa86b..198b3c36 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 d768a2e9..95692bc5 100644 --- a/lang/funcs/core/fmt/fmt.go +++ b/lang/funcs/core/fmt/fmt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 3ddcc940..5ada7240 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 e7c22daa..1bd0bb82 100644 --- a/lang/funcs/core/len_func.go +++ b/lang/funcs/core/len_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 876596b3..ff50edb0 100644 --- a/lang/funcs/core/math/math.go +++ b/lang/funcs/core/math/math.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 430379ec..ee23f7d7 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 775f543a..c9ef15c0 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 e97b913a..a1cf2427 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 e0ea45ed..0da0908d 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 8a937834..21475c3d 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 7c3a9410..d3ac47ab 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 3787541f..0e45029c 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 bda16846..c9540daa 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 4f98ce8e..fe7327c4 100644 --- a/lang/funcs/core/net/net.go +++ b/lang/funcs/core/net/net.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 481e83f6..acd3d84e 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 2935e8d4..22016ed6 100644 --- a/lang/funcs/core/os/os.go +++ b/lang/funcs/core/os/os.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 a0f88347..4483ea03 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 5f1eee22..eab56830 100644 --- a/lang/funcs/core/random1_func.go +++ b/lang/funcs/core/random1_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 2f172c34..c82a8cab 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 61e60a67..c57f279d 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 fd94ce47..2c7b55af 100644 --- a/lang/funcs/core/regexp/regexp.go +++ b/lang/funcs/core/regexp/regexp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 1259bac5..cb00b150 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 65622ae6..d01674ac 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 04865f2c..d7c17df8 100644 --- a/lang/funcs/core/strings/strings.go +++ b/lang/funcs/core/strings/strings.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 d9549184..9089a81d 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 c11b1d02..f6e8cc70 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 00bb2311..c1fd3c25 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 cc17e14f..bbbad3cb 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 97796416..98faaa48 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 b4d00e76..1534d17f 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 4ad50110..0552b05c 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 a0e3c2bd..5e1b614a 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 a429e9e6..d5ffff3f 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 3e4314f1..333c7e9d 100644 --- a/lang/funcs/core/sys/sys.go +++ b/lang/funcs/core/sys/sys.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 11aa0398..128a9eb1 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 f077e334..3a71fd3d 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 a91e9720..999349bf 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 da7a16e1..4e26fa12 100644 --- a/lang/funcs/core/template_func.go +++ b/lang/funcs/core/template_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 815b632b..515e5f80 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 5e1f1a14..61d9fc32 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 1258536b..7f043ef0 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 f5f97e07..71307ad1 100644 --- a/lang/funcs/core/world/world.go +++ b/lang/funcs/core/world/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 16534ab6..9ab4ad81 100644 --- a/lang/funcs/engine.go +++ b/lang/funcs/engine.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 6034b94f..4ab4a463 100644 --- a/lang/funcs/facts/facts.go +++ b/lang/funcs/facts/facts.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 4020734a..a1956914 100644 --- a/lang/funcs/facts/func.go +++ b/lang/funcs/facts/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 6adc268f..803f3193 100644 --- a/lang/funcs/facts/func_test.go +++ b/lang/funcs/facts/func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 bb05707f..79891555 100644 --- a/lang/funcs/funcgen/config.go +++ b/lang/funcs/funcgen/config.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 c2637831..5cb5dffa 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 f44f7b67..2ef6d9b8 100644 --- a/lang/funcs/funcgen/func.go +++ b/lang/funcs/funcgen/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 f4d8e5fc..d8347c6b 100644 --- a/lang/funcs/funcgen/func_test.go +++ b/lang/funcs/funcgen/func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 57f08497..0d4fbcc8 100644 --- a/lang/funcs/funcgen/main.go +++ b/lang/funcs/funcgen/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 ca24a2e6..f4c5cbdb 100644 --- a/lang/funcs/funcgen/pkg.go +++ b/lang/funcs/funcgen/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 b5ab9799..2569a91f 100644 --- a/lang/funcs/funcgen/pkg_test.go +++ b/lang/funcs/funcgen/pkg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 f173a20e..5a680265 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-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 912facc0..7647f88f 100644 --- a/lang/funcs/funcs.go +++ b/lang/funcs/funcs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 8be549bd..b7b94b3e 100644 --- a/lang/funcs/funcs_test.go +++ b/lang/funcs/funcs_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 d2b4dced..5eba1019 100644 --- a/lang/funcs/history_polyfunc.go +++ b/lang/funcs/history_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 84fbd0af..ab1b9eac 100644 --- a/lang/funcs/maplookup_polyfunc.go +++ b/lang/funcs/maplookup_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 e287f917..4aacefc3 100644 --- a/lang/funcs/operator_polyfunc.go +++ b/lang/funcs/operator_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 c2526346..bea07b2f 100644 --- a/lang/funcs/simple/simple.go +++ b/lang/funcs/simple/simple.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 b4888159..24084254 100644 --- a/lang/funcs/simplepoly/simplepoly.go +++ b/lang/funcs/simplepoly/simplepoly.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 07888e70..94bd35e6 100644 --- a/lang/funcs/structlookup_polyfunc.go +++ b/lang/funcs/structlookup_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 51ddc364..4dd0a599 100644 --- a/lang/funcs/structs/call.go +++ b/lang/funcs/structs/call.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 80c521a1..7fccd505 100644 --- a/lang/funcs/structs/composite.go +++ b/lang/funcs/structs/composite.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 de5e36e9..407dcb9c 100644 --- a/lang/funcs/structs/const.go +++ b/lang/funcs/structs/const.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 61cb4cd7..2e0b9b87 100644 --- a/lang/funcs/structs/function.go +++ b/lang/funcs/structs/function.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 da87d8c5..cca4ab66 100644 --- a/lang/funcs/structs/if.go +++ b/lang/funcs/structs/if.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 42911194..2d8bb294 100644 --- a/lang/funcs/structs/var.go +++ b/lang/funcs/structs/var.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 b8f7efe2..24cd9fc1 100644 --- a/lang/funcs/vars/vars.go +++ b/lang/funcs/vars/vars.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 508aac7d..a02ee948 100644 --- a/lang/fuzz/Makefile +++ b/lang/fuzz/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project contributors # 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 d00858a2..37e7a7a9 100644 --- a/lang/fuzz/fuzz.go +++ b/lang/fuzz/fuzz.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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.go b/lang/gapi.go index d57774a0..64bf58dc 100644 --- a/lang/gapi.go +++ b/lang/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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.go b/lang/inputs.go index deee45e6..6c763a2b 100644 --- a/lang/inputs.go +++ b/lang/inputs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 7d737ebb..c7b6605e 100644 --- a/lang/interfaces/ast.go +++ b/lang/interfaces/ast.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 ab4d2a17..1c1f5dc8 100644 --- a/lang/interfaces/const.go +++ b/lang/interfaces/const.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 119c52ad..05d6ceb3 100644 --- a/lang/interfaces/error.go +++ b/lang/interfaces/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 8ceffb7d..bc12c17b 100644 --- a/lang/interfaces/func.go +++ b/lang/interfaces/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 3d64b3ab..c128f90e 100644 --- a/lang/interfaces/import.go +++ b/lang/interfaces/import.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 0659d24a..5ecc9119 100644 --- a/lang/interfaces/metadata.go +++ b/lang/interfaces/metadata.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 c97f46a7..de299af6 100644 --- a/lang/interfaces/metadata_test.go +++ b/lang/interfaces/metadata_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 116d0f23..ab2b6c7a 100644 --- a/lang/interfaces/unification.go +++ b/lang/interfaces/unification.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 98dfe39a..d3f5b8da 100644 --- a/lang/interfaces/var.go +++ b/lang/interfaces/var.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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.go b/lang/interpolate.go index 38ee9c9c..4630021a 100644 --- a/lang/interpolate.go +++ b/lang/interpolate.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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_test.go b/lang/interpolate_test.go index 851a4c4f..32f7c5b1 100644 --- a/lang/interpolate_test.go +++ b/lang/interpolate_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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.go b/lang/interpret.go index 62dbfb1f..3be3b74d 100644 --- a/lang/interpret.go +++ b/lang/interpret.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 d229d31b..8706261a 100644 --- a/lang/interpret_test.go +++ b/lang/interpret_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 c05ecfc7..6c0c5fc9 100644 --- a/lang/lang.go +++ b/lang/lang.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 7c3b7fb3..3f907e52 100644 --- a/lang/lang_test.go +++ b/lang/lang_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/lexer.nex b/lang/lexer.nex index dc68b14d..aa790f98 100644 --- a/lang/lexer.nex +++ b/lang/lexer.nex @@ -399,7 +399,7 @@ // // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/lexparse.go b/lang/lexparse.go index b395694a..010a16b7 100644 --- a/lang/lexparse.go +++ b/lang/lexparse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/lexparse_test.go b/lang/lexparse_test.go index 0789d919..f0c0319e 100644 --- a/lang/lexparse_test.go +++ b/lang/lexparse_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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.y b/lang/parser.y index 6ea9c5cf..07b273fd 100644 --- a/lang/parser.y +++ b/lang/parser.y @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/scope_test.go b/lang/scope_test.go index 5404805a..55870a29 100644 --- a/lang/scope_test.go +++ b/lang/scope_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lang/structs.go b/lang/structs.go index b80d11c5..38984fff 100644 --- a/lang/structs.go +++ b/lang/structs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 d3c7dda7..6cec1bd6 100644 --- a/lang/types/Makefile +++ b/lang/types/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project contributors # 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 ce25e3d4..bbfa53f8 100644 --- a/lang/types/doc.go +++ b/lang/types/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 e51bafb7..e1ac1065 100644 --- a/lang/types/type.go +++ b/lang/types/type.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 2a13dd81..17dcdd67 100644 --- a/lang/types/type_test.go +++ b/lang/types/type_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 dd097b4e..23981dae 100644 --- a/lang/types/value.go +++ b/lang/types/value.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 4eea54be..65be3888 100644 --- a/lang/types/value_test.go +++ b/lang/types/value_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 fb3ae652..28a12080 100644 --- a/lang/unification/simplesolver.go +++ b/lang/unification/simplesolver.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 97c0d064..cb36b347 100644 --- a/lang/unification/unification.go +++ b/lang/unification/unification.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 a8d85123..9d52a5da 100644 --- a/lang/unification/util.go +++ b/lang/unification/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 67f13aea..733ed33f 100644 --- a/lang/unification_test.go +++ b/lang/unification_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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.go b/lang/util.go index ac50aa60..4a22e33f 100644 --- a/lang/util.go +++ b/lang/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // 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 a2151128..8bb4f379 100644 --- a/lang/util/util.go +++ b/lang/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 5084f972..24091ff4 100644 --- a/langpuppet/gapi.go +++ b/langpuppet/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 6ccdce34..645e4cd6 100644 --- a/langpuppet/merge.go +++ b/langpuppet/merge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 1d9bd4ba..d8e54f7d 100644 --- a/lib/cli.go +++ b/lib/cli.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 a5f3285a..311a19a3 100644 --- a/lib/converged.go +++ b/lib/converged.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 917651ab..8476c2e7 100644 --- a/lib/deploy.go +++ b/lib/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 5df68b9d..46e0e28c 100644 --- a/lib/get.go +++ b/lib/get.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 59a6db11..29192459 100644 --- a/lib/hello.go +++ b/lib/hello.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin 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-2020+ James Shubin and the project contributors") + fmt.Println("Copyright (C) 2013-2021+ 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 f01131f6..5f76ac5b 100644 --- a/lib/main.go +++ b/lib/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 b0d4fee6..6bce73b7 100644 --- a/lib/main_test.go +++ b/lib/main_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 da112bb6..d34db302 100644 --- a/lib/run.go +++ b/lib/run.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 2f294259..73da04e2 100644 --- a/lib/util.go +++ b/lib/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 76aa4e97..87f78928 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 d8365354..2c0de90f 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-2020+ James Shubin and the project contributors +;; Copyright (C) 2013-2021+ James Shubin and the project 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 8c05a019..2144dc3f 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-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project 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 acde5109..9234263d 100644 --- a/misc/mkosi/Makefile +++ b/misc/mkosi/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project 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 7473cac1..3c3f6b28 100644 --- a/misc/sigtee.go +++ b/misc/sigtee.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 46df0d88..fb62093b 100644 --- a/pgp/pgp.go +++ b/pgp/pgp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 f9d3d164..72c6fa4e 100644 --- a/pgraph/graphsync.go +++ b/pgraph/graphsync.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 441d0dc2..2af41f81 100644 --- a/pgraph/graphsync_test.go +++ b/pgraph/graphsync_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 a6b544e5..eb7b908d 100644 --- a/pgraph/graphviz.go +++ b/pgraph/graphviz.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 48038841..f1a5c864 100644 --- a/pgraph/pgraph.go +++ b/pgraph/pgraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 caa5016d..58cf1328 100644 --- a/pgraph/pgraph_test.go +++ b/pgraph/pgraph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 551eaf03..e4d369f0 100644 --- a/pgraph/selfvertex.go +++ b/pgraph/selfvertex.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 5f9ad496..d4ad13b0 100644 --- a/pgraph/simpleedge.go +++ b/pgraph/simpleedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 5c2699bf..808c8f92 100644 --- a/pgraph/subgraph.go +++ b/pgraph/subgraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 6837f7a2..86fde4ef 100644 --- a/pgraph/subgraph_test.go +++ b/pgraph/subgraph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 806b455d..060aaf84 100644 --- a/pgraph/util_test.go +++ b/pgraph/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 8227d216..800be237 100644 --- a/prometheus/prometheus.go +++ b/prometheus/prometheus.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 004c84e2..0086d247 100644 --- a/prometheus/prometheus_test.go +++ b/prometheus/prometheus_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 9c0d8dfc..ae9eb6ce 100644 --- a/puppet/gapi.go +++ b/puppet/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 a4f9b455..6afb5198 100644 --- a/puppet/puppet.go +++ b/puppet/puppet.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 e9954766..24d2970c 100644 --- a/recwatch/flags.go +++ b/recwatch/flags.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 a063e949..65a668be 100644 --- a/recwatch/recwatch.go +++ b/recwatch/recwatch.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 433ba329..7b79480d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2020+ James Shubin and the project contributors +# Copyright (C) 2013-2021+ James Shubin and the project 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 2551e20c..21627c43 100644 --- a/test/comment_parser.go +++ b/test/comment_parser.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 06f116da..4a191a98 100644 --- a/util/afero.go +++ b/util/afero.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 2cf9fdd2..b88a20db 100644 --- a/util/afero_test.go +++ b/util/afero_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 c9148875..d339411d 100644 --- a/util/code.go +++ b/util/code.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 c22f727f..a37767eb 100644 --- a/util/code_test.go +++ b/util/code_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 d0ab7a9d..1ddca8c3 100644 --- a/util/context.go +++ b/util/context.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 108ceb9f..3e1e621a 100644 --- a/util/context_test.go +++ b/util/context_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 37224248..3bd64e32 100644 --- a/util/errwrap/errwrap.go +++ b/util/errwrap/errwrap.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 e22d9967..b4cc9b1e 100644 --- a/util/errwrap/errwrap_test.go +++ b/util/errwrap/errwrap_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 24a1d38c..c32e61a3 100644 --- a/util/fs.go +++ b/util/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 432653ed..565ea4d9 100644 --- a/util/home.go +++ b/util/home.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 b243e6bd..d71e0d2b 100644 --- a/util/home_test.go +++ b/util/home_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 cf4e3caa..ca7f65eb 100644 --- a/util/interfaces.go +++ b/util/interfaces.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 b683b4db..cb1f4098 100644 --- a/util/root_test.go +++ b/util/root_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 df55abfd..0d8e82e6 100644 --- a/util/semaphore/semaphore.go +++ b/util/semaphore/semaphore.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 1c4ce807..bf249276 100644 --- a/util/socketset/socketset.go +++ b/util/socketset/socketset.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 a68690b5..da3cfa5a 100644 --- a/util/socketset/socketset_test.go +++ b/util/socketset/socketset_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 54e87d30..432e429a 100644 --- a/util/sync.go +++ b/util/sync.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 ad6c8e40..215f02d0 100644 --- a/util/sync_test.go +++ b/util/sync_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 0ee43fdd..5112a56e 100644 --- a/util/test.go +++ b/util/test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 95c90fd8..80e86736 100644 --- a/util/util.go +++ b/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 ec289d67..0b41668c 100644 --- a/util/util_test.go +++ b/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 7b78ea77..4c914b15 100644 --- a/yamlgraph/gapi.go +++ b/yamlgraph/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project 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 50cfbef6..9c01f210 100644 --- a/yamlgraph/gconfig.go +++ b/yamlgraph/gconfig.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2020+ James Shubin and the project contributors +// Copyright (C) 2013-2021+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify