diff --git a/COPYRIGHT b/COPYRIGHT index 6c7f5a82..95abe33a 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ Mgmt -Copyright (C) 2013-2018+ James Shubin and the project contributors +Copyright (C) 2013-2019+ James Shubin and the project 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 65c292cc..7f68dff9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2018+ James Shubin and the project contributors +# Copyright (C) 2013-2019+ James Shubin and the project 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 00a7f796..588cb0b6 100644 --- a/bindata/Makefile +++ b/bindata/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2018+ James Shubin and the project contributors +# Copyright (C) 2013-2019+ James Shubin and the project 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 caa900b8..565846cb 100644 --- a/converger/converger.go +++ b/converger/converger.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 6da2497a..bfe845c5 100644 --- a/converger/converger_test.go +++ b/converger/converger_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 cf598358..7c6356f4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: mgmt Source: Files: * -Copyright: Copyright (C) 2013-2018+ James Shubin and the project contributors +Copyright: Copyright (C) 2013-2019+ James Shubin and the project contributors License: GPL-3.0 License: GPL-3.0 diff --git a/doc.go b/doc.go index 76d3b582..c69a70b6 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 055b6599..b4a79779 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-2018+ James Shubin and the project contributors' +copyright = u'2013-2019+ 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 ff5e4ae3..31eb0621 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -455,7 +455,7 @@ To report any bugs, please file a ticket at: [https://github.com/purpleidea/mgmt ## Authors -Copyright (C) 2013-2018+ James Shubin and the project contributors +Copyright (C) 2013-2019+ 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 2e51931e..c873b4a8 100644 --- a/engine/autoedge.go +++ b/engine/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 5b4fd4da..113229d7 100644 --- a/engine/autoedge_test.go +++ b/engine/autoedge_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 f0005de6..bf9e32c4 100644 --- a/engine/autogroup.go +++ b/engine/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 72724634..4f1f0076 100644 --- a/engine/cmp.go +++ b/engine/cmp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 bd137d2c..195b23c9 100644 --- a/engine/copy.go +++ b/engine/copy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 68eeedc1..69011050 100644 --- a/engine/edge.go +++ b/engine/edge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 74b3fb30..644ca2d9 100644 --- a/engine/error.go +++ b/engine/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 9cc176f6..0d7e601e 100644 --- a/engine/fs.go +++ b/engine/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 791d7627..11eacadf 100644 --- a/engine/graph/actions.go +++ b/engine/graph/actions.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 f5969ea4..2e5aab59 100644 --- a/engine/graph/autoedge.go +++ b/engine/graph/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 44f3736d..7d14f75a 100644 --- a/engine/graph/autoedge/autoedge.go +++ b/engine/graph/autoedge/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 f74c7189..43f38bef 100644 --- a/engine/graph/autogroup.go +++ b/engine/graph/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 39f1a4c8..54387368 100644 --- a/engine/graph/autogroup/autogroup.go +++ b/engine/graph/autogroup/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 f7dabb5f..ae2a7589 100644 --- a/engine/graph/autogroup/autogroup_test.go +++ b/engine/graph/autogroup/autogroup_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 6f32a481..f0b0adc4 100644 --- a/engine/graph/autogroup/base.go +++ b/engine/graph/autogroup/base.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 19e2e654..da8d144e 100644 --- a/engine/graph/autogroup/nonreachability.go +++ b/engine/graph/autogroup/nonreachability.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 393f39b4..7ba788ce 100644 --- a/engine/graph/autogroup/util.go +++ b/engine/graph/autogroup/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 779738f4..11738792 100644 --- a/engine/graph/engine.go +++ b/engine/graph/engine.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 d3517db8..380e94f6 100644 --- a/engine/graph/graph_test.go +++ b/engine/graph/graph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 e38e398b..8c77ea1a 100644 --- a/engine/graph/refresh.go +++ b/engine/graph/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 525a6403..d905a785 100644 --- a/engine/graph/semaphore.go +++ b/engine/graph/semaphore.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 6b03c7ca..7be00161 100644 --- a/engine/graph/semaphore_test.go +++ b/engine/graph/semaphore_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 3aa0badc..012a9dab 100644 --- a/engine/graph/sendrecv.go +++ b/engine/graph/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 dd758093..ae3c7fba 100644 --- a/engine/graph/state.go +++ b/engine/graph/state.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 4206e130..7ba37b82 100644 --- a/engine/graph/vardir.go +++ b/engine/graph/vardir.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 68309437..9f3164f4 100644 --- a/engine/metaparams.go +++ b/engine/metaparams.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 5c12790e..b88fdd43 100644 --- a/engine/metaparams_test.go +++ b/engine/metaparams_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 e19c684d..2407c531 100644 --- a/engine/refresh.go +++ b/engine/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 f68ea6e2..a9aec465 100644 --- a/engine/resources.go +++ b/engine/resources.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 2f5f2508..1354b0f0 100644 --- a/engine/resources/augeas.go +++ b/engine/resources/augeas.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 3d1d8a35..698090cb 100644 --- a/engine/resources/aws_ec2.go +++ b/engine/resources/aws_ec2.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 5338f966..a7ea9d39 100644 --- a/engine/resources/cron.go +++ b/engine/resources/cron.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 f1416b42..30494355 100644 --- a/engine/resources/docker_container.go +++ b/engine/resources/docker_container.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 83ace3e6..06278ae0 100644 --- a/engine/resources/docker_container_test.go +++ b/engine/resources/docker_container_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 b2867a4a..bd296fed 100644 --- a/engine/resources/exec.go +++ b/engine/resources/exec.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 c419e0b4..fe658ef5 100644 --- a/engine/resources/exec_test.go +++ b/engine/resources/exec_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 7db760e2..390bd06c 100644 --- a/engine/resources/file.go +++ b/engine/resources/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 2c779149..69684607 100644 --- a/engine/resources/file_test.go +++ b/engine/resources/file_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 4e750e71..01b104fd 100644 --- a/engine/resources/group.go +++ b/engine/resources/group.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 648b36e1..51147929 100644 --- a/engine/resources/hostname.go +++ b/engine/resources/hostname.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 a2a54609..b0b7f70c 100644 --- a/engine/resources/kv.go +++ b/engine/resources/kv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 7ea29128..f39ea5fa 100644 --- a/engine/resources/mount.go +++ b/engine/resources/mount.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 89b295af..20aba6a3 100644 --- a/engine/resources/mount_linux_test.go +++ b/engine/resources/mount_linux_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 8abb70fe..353e5fbd 100644 --- a/engine/resources/mount_test.go +++ b/engine/resources/mount_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 6b82d541..0ee52e4e 100644 --- a/engine/resources/msg.go +++ b/engine/resources/msg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 909a9056..d74a8f4a 100644 --- a/engine/resources/msg_test.go +++ b/engine/resources/msg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 54a59c4c..276bdd8e 100644 --- a/engine/resources/net.go +++ b/engine/resources/net.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 86ab7d07..338f9705 100644 --- a/engine/resources/net_test.go +++ b/engine/resources/net_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 990d0df1..5c162cde 100644 --- a/engine/resources/noop.go +++ b/engine/resources/noop.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 28cbb473..21df58ac 100644 --- a/engine/resources/noop_test.go +++ b/engine/resources/noop_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 a18e5e3a..fbbfc291 100644 --- a/engine/resources/nspawn.go +++ b/engine/resources/nspawn.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 1b92031c..9beb6385 100644 --- a/engine/resources/packagekit/packagekit.go +++ b/engine/resources/packagekit/packagekit.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 14801e32..552f1301 100644 --- a/engine/resources/password.go +++ b/engine/resources/password.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 86fbe0f6..5847f9fd 100644 --- a/engine/resources/pkg.go +++ b/engine/resources/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 16e72ddb..6759dd85 100644 --- a/engine/resources/pkg_test.go +++ b/engine/resources/pkg_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 7dfbfbd2..ba8d9d25 100644 --- a/engine/resources/print.go +++ b/engine/resources/print.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 53f8dabf..f662eb94 100644 --- a/engine/resources/resources_test.go +++ b/engine/resources/resources_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 aeef5f5b..172c7a43 100644 --- a/engine/resources/svc.go +++ b/engine/resources/svc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 57a6c1f4..54358fe2 100644 --- a/engine/resources/test.go +++ b/engine/resources/test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 49dd3d74..d508436a 100644 --- a/engine/resources/test_test.go +++ b/engine/resources/test_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 58738a6e..ce098bbc 100644 --- a/engine/resources/timer.go +++ b/engine/resources/timer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 f4c7e80e..a3235c35 100644 --- a/engine/resources/user.go +++ b/engine/resources/user.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 23f39171..07f814d4 100644 --- a/engine/resources/virt.go +++ b/engine/resources/virt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 61befbf3..21f62cdb 100644 --- a/engine/reverse.go +++ b/engine/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 b59bf6f9..a55bef3e 100644 --- a/engine/sendrecv.go +++ b/engine/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 5bcc036b..632dbff3 100644 --- a/engine/traits/autoedge.go +++ b/engine/traits/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 ef50167d..c20985cb 100644 --- a/engine/traits/autogroup.go +++ b/engine/traits/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 eb402786..b23e1962 100644 --- a/engine/traits/base.go +++ b/engine/traits/base.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 1d2c3830..814d8476 100644 --- a/engine/traits/kind.go +++ b/engine/traits/kind.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 5c1ebf3a..ecbb0dd3 100644 --- a/engine/traits/meta.go +++ b/engine/traits/meta.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 550156be..797eb28d 100644 --- a/engine/traits/named.go +++ b/engine/traits/named.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 a2ed85e9..546801db 100644 --- a/engine/traits/refresh.go +++ b/engine/traits/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 d3752d58..133871ae 100644 --- a/engine/traits/reverse.go +++ b/engine/traits/reverse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 184a556f..c6884c8b 100644 --- a/engine/traits/sendrecv.go +++ b/engine/traits/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 5f4b9571..19c4486c 100644 --- a/engine/util.go +++ b/engine/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 63bd0a28..6f102976 100644 --- a/engine/util/cmp.go +++ b/engine/util/cmp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 7298a033..a798c55d 100644 --- a/engine/util/util.go +++ b/engine/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 c6ebdc00..40388c9c 100644 --- a/engine/util/util_test.go +++ b/engine/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 e5890ef4..50fb1431 100644 --- a/engine/world.go +++ b/engine/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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.go b/etcd/client.go index a27d8183..e1d34839 100644 --- a/etcd/client.go +++ b/etcd/client.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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/deploy.go b/etcd/deploy.go index 11b7061d..b9c3fccc 100644 --- a/etcd/deploy.go +++ b/etcd/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 840c113f..6042781f 100644 --- a/etcd/etcd.go +++ b/etcd/etcd.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 c4ef222f..8a794461 100644 --- a/etcd/etcd_test.go +++ b/etcd/etcd_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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/event/event.go b/etcd/event/event.go index 282f2041..4601d2c3 100644 --- a/etcd/event/event.go +++ b/etcd/event/event.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 4b676ae5..22d48d3a 100644 --- a/etcd/fs/file.go +++ b/etcd/fs/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 807a5bef..2ece4389 100644 --- a/etcd/fs/fs.go +++ b/etcd/fs/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 95176062..fd864063 100644 --- a/etcd/fs/fs_test.go +++ b/etcd/fs/fs_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 8101109b..25ff210a 100644 --- a/etcd/fs/util.go +++ b/etcd/fs/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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.go b/etcd/interfaces.go index e44a78ad..71bf049f 100644 --- a/etcd/interfaces.go +++ b/etcd/interfaces.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 d4d7234a..3563f4f8 100644 --- a/etcd/methods.go +++ b/etcd/methods.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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/resources.go b/etcd/resources.go index b9c4ca5e..c5c52883 100644 --- a/etcd/resources.go +++ b/etcd/resources.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 cd96258e..5df390d2 100644 --- a/etcd/scheduler/alphastrategy.go +++ b/etcd/scheduler/alphastrategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 b70d6dd6..821a8d08 100644 --- a/etcd/scheduler/options.go +++ b/etcd/scheduler/options.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 87585213..39eeb6de 100644 --- a/etcd/scheduler/rrstrategy.go +++ b/etcd/scheduler/rrstrategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 a228a694..67edccb4 100644 --- a/etcd/scheduler/scheduler.go +++ b/etcd/scheduler/scheduler.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 e0786146..04760935 100644 --- a/etcd/scheduler/strategy.go +++ b/etcd/scheduler/strategy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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/str.go b/etcd/str.go index 18713a83..0b5fb740 100644 --- a/etcd/str.go +++ b/etcd/str.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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/strmap.go b/etcd/strmap.go index 388e21c2..9d92ffac 100644 --- a/etcd/strmap.go +++ b/etcd/strmap.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 d88b2aab..0240bcab 100644 --- a/etcd/world.go +++ b/etcd/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 5447795b..31616063 100644 --- a/gapi/deploy.go +++ b/gapi/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 80715a46..2d2bd4e1 100644 --- a/gapi/empty/empty.go +++ b/gapi/empty/empty.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 4c1bc656..31aa146f 100644 --- a/gapi/gapi.go +++ b/gapi/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 17054e56..1a8cf999 100644 --- a/gapi/helpers.go +++ b/gapi/helpers.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 cee2cb28..f20f79a5 100644 --- a/integration/basic_test.go +++ b/integration/basic_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 e5187bf8..4ffe2393 100644 --- a/integration/cluster.go +++ b/integration/cluster.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 d272b89a..29dfc065 100644 --- a/integration/instance.go +++ b/integration/instance.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 e8788911..d9c68c49 100644 --- a/integration/patterns.go +++ b/integration/patterns.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 8fffcebd..20dfc443 100644 --- a/integration/util.go +++ b/integration/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 059ecb7d..d60e7aad 100644 --- a/integration/util_test.go +++ b/integration/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 33f5ded2..daed3a03 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2018+ James Shubin and the project contributors +# Copyright (C) 2013-2019+ James Shubin and the project contributors # 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 dc68373c..09853e73 100644 --- a/lang/download.go +++ b/lang/download.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 a51b32e2..e1f4c72b 100644 --- a/lang/funcs/Makefile +++ b/lang/funcs/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2018+ James Shubin and the project contributors +# Copyright (C) 2013-2019+ James Shubin and the project contributors # Written 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 5cab4a4b..c328745c 100644 --- a/lang/funcs/bindata/doc.go +++ b/lang/funcs/bindata/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 94b03514..8d9c2e5a 100644 --- a/lang/funcs/contains_polyfunc.go +++ b/lang/funcs/contains_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 b818979c..3b272012 100644 --- a/lang/funcs/core/core.go +++ b/lang/funcs/core/core.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 8555fcd4..9f482b25 100644 --- a/lang/funcs/core/core_test.go +++ b/lang/funcs/core/core_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 a6f2065a..d0fe0e6f 100644 --- a/lang/funcs/core/datetime/datetime.go +++ b/lang/funcs/core/datetime/datetime.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 22e8229a..91ad4c6a 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 3340afef..b92a3188 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 4841c500..ff870ab0 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 4fe01ab6..949d6bfc 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 e90c5db0..f04e4ec0 100644 --- a/lang/funcs/core/example/example.go +++ b/lang/funcs/core/example/example.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 cace4d2f..4e7d5849 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 f3e007a4..ebbcc3e1 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 cb3cea2a..b66dc6c0 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 b3696920..831a38b2 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 84ece4c7..0d7e5341 100644 --- a/lang/funcs/core/fmt/fmt.go +++ b/lang/funcs/core/fmt/fmt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 2d0e5075..96f348c0 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 641c7137..36016198 100644 --- a/lang/funcs/core/len_func.go +++ b/lang/funcs/core/len_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 89721ead..414fb274 100644 --- a/lang/funcs/core/math/math.go +++ b/lang/funcs/core/math/math.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 6629d7d9..295a4542 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 0bcd9ccc..dcd3d20b 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 f7fb46d8..56b444c3 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 7ff64dc9..6aaf7908 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 8d6b712e..137d4dd0 100644 --- a/lang/funcs/core/os/os.go +++ b/lang/funcs/core/os/os.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 a979ff00..3dd3b868 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 cc4ff515..ae8558e8 100644 --- a/lang/funcs/core/random1_func.go +++ b/lang/funcs/core/random1_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 bb79da8d..2bc58e31 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 4724d990..51c4ee22 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 ba76ede3..a0e9156b 100644 --- a/lang/funcs/core/strings/strings.go +++ b/lang/funcs/core/strings/strings.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 102efb3e..9d584181 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 11dcae95..9a6d4237 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 6b4e8c6c..44d14974 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 52485c85..7733f9c9 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 8e24dd3f..45437b73 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 5ea555c7..7bdef101 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 cdee9680..68812033 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 6d27b484..f4864b84 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 d9e80720..54c21025 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 d202bf0f..b62d370a 100644 --- a/lang/funcs/core/sys/sys.go +++ b/lang/funcs/core/sys/sys.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 77eb807e..375b215d 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 23032a13..74fa88fe 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 10653df5..09c3d0e5 100644 --- a/lang/funcs/core/template_func.go +++ b/lang/funcs/core/template_func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 b38a9863..bb1af6ad 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 73719606..ec0e8a11 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 0b604f5a..8bf5a7c2 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 d9d27df7..2fab3cbf 100644 --- a/lang/funcs/core/world/world.go +++ b/lang/funcs/core/world/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 e9e8cd9f..ab789d55 100644 --- a/lang/funcs/engine.go +++ b/lang/funcs/engine.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 9ea98ce5..b50f76e3 100644 --- a/lang/funcs/facts/facts.go +++ b/lang/funcs/facts/facts.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 5abbe3b6..acd3463e 100644 --- a/lang/funcs/facts/func.go +++ b/lang/funcs/facts/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 7a54b2aa..679c7fba 100644 --- a/lang/funcs/facts/func_test.go +++ b/lang/funcs/facts/func_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 394c7f1f..a2091a35 100644 --- a/lang/funcs/funcgen/config.go +++ b/lang/funcs/funcgen/config.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 d66aad8b..5d569588 100644 --- a/lang/funcs/funcgen/func.go +++ b/lang/funcs/funcgen/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 50e2a81b..3d327bb0 100644 --- a/lang/funcs/funcgen/main.go +++ b/lang/funcs/funcgen/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 9745e193..5c3b8494 100644 --- a/lang/funcs/funcgen/pkg.go +++ b/lang/funcs/funcgen/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 0864518a..6c512bd4 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-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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_test.go.tpl b/lang/funcs/funcgen/templates/generated_funcs_test.go.tpl index e4000337..34fc2916 100644 --- a/lang/funcs/funcgen/templates/generated_funcs_test.go.tpl +++ b/lang/funcs/funcgen/templates/generated_funcs_test.go.tpl @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 864a5c59..1841085a 100644 --- a/lang/funcs/funcs.go +++ b/lang/funcs/funcs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 f447508d..231720e1 100644 --- a/lang/funcs/funcs_test.go +++ b/lang/funcs/funcs_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 3d2dd7af..af00fbd3 100644 --- a/lang/funcs/history_polyfunc.go +++ b/lang/funcs/history_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 c13c3011..876f5701 100644 --- a/lang/funcs/maplookup_polyfunc.go +++ b/lang/funcs/maplookup_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 fc7f1cd1..a4c4d8ac 100644 --- a/lang/funcs/operator_polyfunc.go +++ b/lang/funcs/operator_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 262c6259..5f4abdad 100644 --- a/lang/funcs/simple/simple.go +++ b/lang/funcs/simple/simple.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 f0470d51..b54883fd 100644 --- a/lang/funcs/simplepoly/simplepoly.go +++ b/lang/funcs/simplepoly/simplepoly.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 0d5736da..213df183 100644 --- a/lang/funcs/structlookup_polyfunc.go +++ b/lang/funcs/structlookup_polyfunc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 2e2e3dc4..a92a4168 100644 --- a/lang/funcs/structs/composite.go +++ b/lang/funcs/structs/composite.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 a5e096c7..f26b652d 100644 --- a/lang/funcs/structs/const.go +++ b/lang/funcs/structs/const.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 153568f1..4142b542 100644 --- a/lang/funcs/structs/if.go +++ b/lang/funcs/structs/if.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written 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 ffe9e079..27bd7dee 100644 --- a/lang/funcs/structs/var.go +++ b/lang/funcs/structs/var.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 32c8b9da..d78241d2 100644 --- a/lang/gapi.go +++ b/lang/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 514b1e3d..3d245a04 100644 --- a/lang/inputs.go +++ b/lang/inputs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 d96ba4ba..44bf1127 100644 --- a/lang/interfaces/ast.go +++ b/lang/interfaces/ast.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 38d2687d..b81113e9 100644 --- a/lang/interfaces/const.go +++ b/lang/interfaces/const.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 b05a7540..31eae22e 100644 --- a/lang/interfaces/error.go +++ b/lang/interfaces/error.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 2c8410b9..2387215c 100644 --- a/lang/interfaces/func.go +++ b/lang/interfaces/func.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 ca711b74..b04dd34b 100644 --- a/lang/interfaces/import.go +++ b/lang/interfaces/import.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 403d9b32..654f22cd 100644 --- a/lang/interfaces/metadata.go +++ b/lang/interfaces/metadata.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 f58f0e2d..6c0c5da9 100644 --- a/lang/interfaces/metadata_test.go +++ b/lang/interfaces/metadata_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 0e3cceb5..6290869f 100644 --- a/lang/interfaces/unification.go +++ b/lang/interfaces/unification.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 62676d94..6d53f937 100644 --- a/lang/interpolate.go +++ b/lang/interpolate.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 24f7e81d..b0b88b80 100644 --- a/lang/interpolate_test.go +++ b/lang/interpolate_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 40fa8a45..10a2695b 100644 --- a/lang/interpret.go +++ b/lang/interpret.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 97c0472b..0e8c41e0 100644 --- a/lang/interpret_test.go +++ b/lang/interpret_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 8be74dee..acee229d 100644 --- a/lang/lang.go +++ b/lang/lang.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 854523d4..b3198cd9 100644 --- a/lang/lang_test.go +++ b/lang/lang_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 255b3330..967285c3 100644 --- a/lang/lexer.nex +++ b/lang/lexer.nex @@ -395,7 +395,7 @@ // // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 bd41b2c5..1541796d 100644 --- a/lang/lexparse.go +++ b/lang/lexparse.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 1aff1ba7..83ed6a0e 100644 --- a/lang/lexparse_test.go +++ b/lang/lexparse_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 5a3e32a7..1935c2d1 100644 --- a/lang/parser.y +++ b/lang/parser.y @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 306c2c25..419bdf28 100644 --- a/lang/structs.go +++ b/lang/structs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 9a5b9676..63d49b96 100644 --- a/lang/types/doc.go +++ b/lang/types/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 d06aadc7..c883b9d3 100644 --- a/lang/types/type.go +++ b/lang/types/type.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 9494dde4..cf0654fb 100644 --- a/lang/types/type_test.go +++ b/lang/types/type_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 0ad9fdeb..a0fd893f 100644 --- a/lang/types/value.go +++ b/lang/types/value.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 dce4d708..e46d1a85 100644 --- a/lang/types/value_test.go +++ b/lang/types/value_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 b871b14a..50c72208 100644 --- a/lang/unification/simplesolver.go +++ b/lang/unification/simplesolver.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 df650145..987c1963 100644 --- a/lang/unification/unification.go +++ b/lang/unification/unification.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // 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 7e2ec383..db5ee957 100644 --- a/lang/unification_test.go +++ b/lang/unification_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 e9980506..98a7c4f8 100644 --- a/langpuppet/gapi.go +++ b/langpuppet/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 5aa789cb..5e5f6c8b 100644 --- a/langpuppet/merge.go +++ b/langpuppet/merge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 9456a237..3c9d87ae 100644 --- a/lib/cli.go +++ b/lib/cli.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 29fca776..10c0cc02 100644 --- a/lib/converged.go +++ b/lib/converged.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 af3c4558..55b9d46c 100644 --- a/lib/deploy.go +++ b/lib/deploy.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 72f360a7..f9ed1f8e 100644 --- a/lib/get.go +++ b/lib/get.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 b75bb73a..764ec467 100644 --- a/lib/hello.go +++ b/lib/hello.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/lib/main.go b/lib/main.go index aeac11d4..a378c712 100644 --- a/lib/main.go +++ b/lib/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 0c477cb1..55fe25cc 100644 --- a/lib/main_test.go +++ b/lib/main_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 75848f05..e30b66bf 100644 --- a/lib/run.go +++ b/lib/run.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 58201ea7..fef6d6fa 100644 --- a/lib/util.go +++ b/lib/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 cf7e1d0c..7faea99a 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 1ac1ed02..61972c2f 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-2018+ James Shubin and the project contributors +;; Copyright (C) 2013-2019+ James Shubin and the project 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 7779675e..a5df93b4 100644 --- a/pgp/pgp.go +++ b/pgp/pgp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 34798b62..6153cf0b 100644 --- a/pgraph/graphsync.go +++ b/pgraph/graphsync.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 67cfa0f5..b673cb31 100644 --- a/pgraph/graphsync_test.go +++ b/pgraph/graphsync_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 0ee5ed51..759b3de0 100644 --- a/pgraph/graphviz.go +++ b/pgraph/graphviz.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 e435c7d0..4347a8b8 100644 --- a/pgraph/pgraph.go +++ b/pgraph/pgraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 f693944e..c769f561 100644 --- a/pgraph/pgraph_test.go +++ b/pgraph/pgraph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 e845f2eb..c3a56d2c 100644 --- a/pgraph/selfvertex.go +++ b/pgraph/selfvertex.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 2bfd49b9..b9e28630 100644 --- a/pgraph/simpleedge.go +++ b/pgraph/simpleedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 df1df587..6a4e9dca 100644 --- a/pgraph/subgraph.go +++ b/pgraph/subgraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 b73c813b..c21a8d2a 100644 --- a/pgraph/subgraph_test.go +++ b/pgraph/subgraph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 9698c941..241f3a93 100644 --- a/pgraph/util_test.go +++ b/pgraph/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 e7d635aa..7ce5b516 100644 --- a/prometheus/prometheus.go +++ b/prometheus/prometheus.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 27cac0b2..9c3235e1 100644 --- a/prometheus/prometheus_test.go +++ b/prometheus/prometheus_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 ec9e9488..7c6afe3a 100644 --- a/puppet/gapi.go +++ b/puppet/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 26205c73..0edc8f16 100644 --- a/puppet/puppet.go +++ b/puppet/puppet.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 c76162c9..a5a2d3a2 100644 --- a/recwatch/flags.go +++ b/recwatch/flags.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 f4b72b7e..e93c7244 100644 --- a/recwatch/recwatch.go +++ b/recwatch/recwatch.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 d6d340bc..3d3ba14b 100644 --- a/util/afero.go +++ b/util/afero.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 d5138288..978988be 100644 --- a/util/afero_test.go +++ b/util/afero_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 f692de3f..e8752748 100644 --- a/util/code.go +++ b/util/code.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 e68c2d97..aecacf99 100644 --- a/util/code_test.go +++ b/util/code_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 a09ac6c7..289fdad5 100644 --- a/util/errwrap/errwrap.go +++ b/util/errwrap/errwrap.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 682ee4c6..19abfdde 100644 --- a/util/errwrap/errwrap_test.go +++ b/util/errwrap/errwrap_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 e50e784a..fcf3b6bd 100644 --- a/util/fs.go +++ b/util/fs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 0980326b..48b3ef44 100644 --- a/util/home.go +++ b/util/home.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 f0727352..f8625a80 100644 --- a/util/home_test.go +++ b/util/home_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 dfa4a57b..824d79a6 100644 --- a/util/interfaces.go +++ b/util/interfaces.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 e5b3e0bd..4b0d792d 100644 --- a/util/root_test.go +++ b/util/root_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 e8f770fc..ee3e808b 100644 --- a/util/semaphore/semaphore.go +++ b/util/semaphore/semaphore.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 4910cad0..ac76e55b 100644 --- a/util/socketset/socketset.go +++ b/util/socketset/socketset.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 144cf949..9b9b43c7 100644 --- a/util/socketset/socketset_test.go +++ b/util/socketset/socketset_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 cc93d1da..894f88af 100644 --- a/util/sync.go +++ b/util/sync.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 89ec2e2e..aa3e2c8b 100644 --- a/util/sync_test.go +++ b/util/sync_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 695fb372..49bdf6bc 100644 --- a/util/test.go +++ b/util/test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 0ceb6420..e39c9da1 100644 --- a/util/util.go +++ b/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 7ed323b8..acbbf87c 100644 --- a/util/util_test.go +++ b/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 b59a9a68..d433f5fe 100644 --- a/yamlgraph/gapi.go +++ b/yamlgraph/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project 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 0a257cfc..d668fe5e 100644 --- a/yamlgraph/gconfig.go +++ b/yamlgraph/gconfig.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2018+ James Shubin and the project contributors +// Copyright (C) 2013-2019+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify