From a981cfa053df5018bde81f03b29ef3afffcd3522 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Thu, 16 Feb 2017 01:34:32 -0500 Subject: [PATCH] legal: Oh yeah, it is 2017 --- COPYRIGHT | 2 +- Makefile | 2 +- converger/converger.go | 2 +- doc.go | 2 +- docs/conf.py | 2 +- docs/documentation.md | 2 +- etcd/etcd.go | 2 +- etcd/world.go | 2 +- event/event.go | 2 +- gapi/gapi.go | 2 +- lib/cli.go | 2 +- lib/main.go | 2 +- main.go | 2 +- pgp/pgp.go | 2 +- pgraph/actions.go | 2 +- pgraph/autoedge.go | 2 +- pgraph/autogroup.go | 2 +- pgraph/graphviz.go | 2 +- pgraph/pgraph.go | 2 +- pgraph/pgraph_test.go | 2 +- prometheus/prometheus.go | 2 +- puppet/gapi.go | 2 +- puppet/puppet.go | 2 +- recwatch/configwatch.go | 2 +- recwatch/flags.go | 2 +- recwatch/recwatch.go | 2 +- remote/remote.go | 2 +- resources/augeas.go | 2 +- resources/augeas_disabled.go | 2 +- resources/exec.go | 2 +- resources/file.go | 2 +- resources/file_attrs.go | 2 +- resources/file_attrs_go1.6.go | 2 +- resources/hostname.go | 2 +- resources/msg.go | 2 +- resources/noop.go | 2 +- resources/nspawn.go | 2 +- resources/packagekit/packagekit.go | 2 +- resources/password.go | 2 +- resources/pkg.go | 2 +- resources/refresh.go | 2 +- resources/resources.go | 2 +- resources/resources_test.go | 2 +- resources/sendrecv.go | 2 +- resources/svc.go | 2 +- resources/timer.go | 2 +- resources/virt.go | 2 +- resources/virt_disabled.go | 2 +- util/util.go | 2 +- util/util_test.go | 2 +- yamlgraph/gapi.go | 2 +- yamlgraph/gconfig.go | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 6d5b2638..ae06febd 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ Mgmt -Copyright (C) 2013-2016+ James Shubin and the project contributors +Copyright (C) 2013-2017+ James Shubin and the project 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 e17449dc..c79f21f0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Mgmt -# Copyright (C) 2013-2016+ James Shubin and the project contributors +# Copyright (C) 2013-2017+ James Shubin and the project 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 460095e0..613e9660 100644 --- a/converger/converger.go +++ b/converger/converger.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/doc.go b/doc.go index 23ac778c..f05fc2f2 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 737bd03a..a6946082 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'2017, James Shubin' +copyright = u'2013-2017+ 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 480b5846..dd440364 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -589,7 +589,7 @@ To report any bugs, please file a ticket at: [https://github.com/purpleidea/mgmt ## Authors -Copyright (C) 2013-2016+ James Shubin and the project contributors +Copyright (C) 2013-2017+ James Shubin and the project contributors Please see the [AUTHORS](https://github.com/purpleidea/mgmt/tree/master/AUTHORS) file diff --git a/etcd/etcd.go b/etcd/etcd.go index b5c4f0f4..512e0f14 100644 --- a/etcd/etcd.go +++ b/etcd/etcd.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 4fbebd38..17c0c375 100644 --- a/etcd/world.go +++ b/etcd/world.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/event/event.go b/event/event.go index 4d619be5..05cc2f13 100644 --- a/event/event.go +++ b/event/event.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 d1fbd8fe..50300f2b 100644 --- a/gapi/gapi.go +++ b/gapi/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 fce8b30a..0ec2e1fb 100644 --- a/lib/cli.go +++ b/lib/cli.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 0294da0a..4f9f8147 100644 --- a/lib/main.go +++ b/lib/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 3f4fe610..7ab40469 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 d8e3b086..ba1ae656 100644 --- a/pgp/pgp.go +++ b/pgp/pgp.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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/actions.go b/pgraph/actions.go index fd82d566..dc77aba9 100644 --- a/pgraph/actions.go +++ b/pgraph/actions.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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/autoedge.go b/pgraph/autoedge.go index d58daddf..f7a86763 100644 --- a/pgraph/autoedge.go +++ b/pgraph/autoedge.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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/autogroup.go b/pgraph/autogroup.go index d67bc74d..13457131 100644 --- a/pgraph/autogroup.go +++ b/pgraph/autogroup.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 eacb0ada..c6689e58 100644 --- a/pgraph/graphviz.go +++ b/pgraph/graphviz.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 ba0053ab..706289d0 100644 --- a/pgraph/pgraph.go +++ b/pgraph/pgraph.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 4515c33e..2956c48c 100644 --- a/pgraph/pgraph_test.go +++ b/pgraph/pgraph_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 c2edb412..3a3cfbf5 100644 --- a/prometheus/prometheus.go +++ b/prometheus/prometheus.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 a278e9ac..6ba5f1ea 100644 --- a/puppet/gapi.go +++ b/puppet/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 c8f23bc7..c45699e9 100644 --- a/puppet/puppet.go +++ b/puppet/puppet.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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/configwatch.go b/recwatch/configwatch.go index 8e6f99e8..36cb9b2d 100644 --- a/recwatch/configwatch.go +++ b/recwatch/configwatch.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 8b89ef5f..c8d8f55d 100644 --- a/recwatch/flags.go +++ b/recwatch/flags.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 afafa1f4..451bdf38 100644 --- a/recwatch/recwatch.go +++ b/recwatch/recwatch.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/remote/remote.go b/remote/remote.go index 24d926b3..094d78cd 100644 --- a/remote/remote.go +++ b/remote/remote.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/augeas.go b/resources/augeas.go index 9e5ef586..544f7556 100644 --- a/resources/augeas.go +++ b/resources/augeas.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/augeas_disabled.go b/resources/augeas_disabled.go index afce86b6..152c54a8 100644 --- a/resources/augeas_disabled.go +++ b/resources/augeas_disabled.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/exec.go b/resources/exec.go index 1bd7edf0..f14dc960 100644 --- a/resources/exec.go +++ b/resources/exec.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/file.go b/resources/file.go index 580791d0..0f985338 100644 --- a/resources/file.go +++ b/resources/file.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/file_attrs.go b/resources/file_attrs.go index 45a7202c..13c15d4a 100644 --- a/resources/file_attrs.go +++ b/resources/file_attrs.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/file_attrs_go1.6.go b/resources/file_attrs_go1.6.go index b0983f28..cd1ff2ef 100644 --- a/resources/file_attrs_go1.6.go +++ b/resources/file_attrs_go1.6.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/hostname.go b/resources/hostname.go index 747394fe..f50ba908 100644 --- a/resources/hostname.go +++ b/resources/hostname.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/msg.go b/resources/msg.go index 7c6c4e35..b121cdc1 100644 --- a/resources/msg.go +++ b/resources/msg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/noop.go b/resources/noop.go index af2f7bf7..83714b7d 100644 --- a/resources/noop.go +++ b/resources/noop.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/nspawn.go b/resources/nspawn.go index 577fffc2..b26ed37e 100644 --- a/resources/nspawn.go +++ b/resources/nspawn.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/packagekit/packagekit.go b/resources/packagekit/packagekit.go index b18e6195..36971018 100644 --- a/resources/packagekit/packagekit.go +++ b/resources/packagekit/packagekit.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/password.go b/resources/password.go index afea32eb..b1f034b0 100644 --- a/resources/password.go +++ b/resources/password.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/pkg.go b/resources/pkg.go index 09741fc7..67ddfa72 100644 --- a/resources/pkg.go +++ b/resources/pkg.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/refresh.go b/resources/refresh.go index 74696620..b6cbf45e 100644 --- a/resources/refresh.go +++ b/resources/refresh.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/resources.go b/resources/resources.go index 346ae25b..dff23411 100644 --- a/resources/resources.go +++ b/resources/resources.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/resources_test.go b/resources/resources_test.go index 05b17c80..5a962116 100644 --- a/resources/resources_test.go +++ b/resources/resources_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/sendrecv.go b/resources/sendrecv.go index 86bb77b8..bde89c74 100644 --- a/resources/sendrecv.go +++ b/resources/sendrecv.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/svc.go b/resources/svc.go index ff4571b0..ec8b4009 100644 --- a/resources/svc.go +++ b/resources/svc.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/timer.go b/resources/timer.go index 5d87280f..cf07083b 100644 --- a/resources/timer.go +++ b/resources/timer.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/virt.go b/resources/virt.go index b5b26af5..fab188c5 100644 --- a/resources/virt.go +++ b/resources/virt.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify diff --git a/resources/virt_disabled.go b/resources/virt_disabled.go index 1a477930..a6cb1d7c 100644 --- a/resources/virt_disabled.go +++ b/resources/virt_disabled.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 42162c75..d49cafcf 100644 --- a/util/util.go +++ b/util/util.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 0a003c32..13d9106e 100644 --- a/util/util_test.go +++ b/util/util_test.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 f00bbaee..f4b4739b 100644 --- a/yamlgraph/gapi.go +++ b/yamlgraph/gapi.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project 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 3f7caf29..d901e835 100644 --- a/yamlgraph/gconfig.go +++ b/yamlgraph/gconfig.go @@ -1,5 +1,5 @@ // Mgmt -// Copyright (C) 2013-2016+ James Shubin and the project contributors +// Copyright (C) 2013-2017+ James Shubin and the project contributors // Written by James Shubin and the project contributors // // This program is free software: you can redistribute it and/or modify