diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-02-22 09:55:06 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-02-22 09:55:06 +0200 |
commit | 27b477f68d4174750d6bfb3ec1ca3c7d6efb1fd8 (patch) | |
tree | 03de6a3b4cdedf94744a8687b061fee63b5bd2aa /utils/munin_plugins | |
parent | Merge pull request #1765 (diff) | |
download | monero-27b477f68d4174750d6bfb3ec1ca3c7d6efb1fd8.tar.xz |
update last few copyright year references
Diffstat (limited to 'utils/munin_plugins')
-rw-r--r-- | utils/munin_plugins/alt_blocks_count | 2 | ||||
-rw-r--r-- | utils/munin_plugins/difficulty | 2 | ||||
-rw-r--r-- | utils/munin_plugins/grey_peerlist_size | 2 | ||||
-rw-r--r-- | utils/munin_plugins/height | 2 | ||||
-rw-r--r-- | utils/munin_plugins/incoming_connections_count | 2 | ||||
-rw-r--r-- | utils/munin_plugins/outgoing_connections_count | 2 | ||||
-rw-r--r-- | utils/munin_plugins/tx_count | 2 | ||||
-rw-r--r-- | utils/munin_plugins/tx_pool_size | 2 | ||||
-rw-r--r-- | utils/munin_plugins/white_peerlist_size | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/utils/munin_plugins/alt_blocks_count b/utils/munin_plugins/alt_blocks_count index cf6b3651b..bcdb01936 100644 --- a/utils/munin_plugins/alt_blocks_count +++ b/utils/munin_plugins/alt_blocks_count @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014-2016, The Monero Project +# Copyright (c) 2014-2017, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/difficulty b/utils/munin_plugins/difficulty index edfd2bf16..0c020ee8d 100644 --- a/utils/munin_plugins/difficulty +++ b/utils/munin_plugins/difficulty @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014-2016, The Monero Project +# Copyright (c) 2014-2017, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/grey_peerlist_size b/utils/munin_plugins/grey_peerlist_size index d7b1bd6a7..579918b03 100644 --- a/utils/munin_plugins/grey_peerlist_size +++ b/utils/munin_plugins/grey_peerlist_size @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014-2016, The Monero Project +# Copyright (c) 2014-2017, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/height b/utils/munin_plugins/height index 3f79fa302..e092ef6e1 100644 --- a/utils/munin_plugins/height +++ b/utils/munin_plugins/height @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014-2016, The Monero Project +# Copyright (c) 2014-2017, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/incoming_connections_count b/utils/munin_plugins/incoming_connections_count index 7232e5736..709be835e 100644 --- a/utils/munin_plugins/incoming_connections_count +++ b/utils/munin_plugins/incoming_connections_count @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014-2016, The Monero Project +# Copyright (c) 2014-2017, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/outgoing_connections_count b/utils/munin_plugins/outgoing_connections_count index 773ce4624..7055d7f84 100644 --- a/utils/munin_plugins/outgoing_connections_count +++ b/utils/munin_plugins/outgoing_connections_count @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014-2016, The Monero Project +# Copyright (c) 2014-2017, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/tx_count b/utils/munin_plugins/tx_count index f2504cd5f..21f7bc1c7 100644 --- a/utils/munin_plugins/tx_count +++ b/utils/munin_plugins/tx_count @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014-2016, The Monero Project +# Copyright (c) 2014-2017, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/tx_pool_size b/utils/munin_plugins/tx_pool_size index 3bf952071..56a0a78a9 100644 --- a/utils/munin_plugins/tx_pool_size +++ b/utils/munin_plugins/tx_pool_size @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014-2016, The Monero Project +# Copyright (c) 2014-2017, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/white_peerlist_size b/utils/munin_plugins/white_peerlist_size index 9e5771cc3..5120ec011 100644 --- a/utils/munin_plugins/white_peerlist_size +++ b/utils/munin_plugins/white_peerlist_size @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014-2016, The Monero Project +# Copyright (c) 2014-2017, The Monero Project # # All rights reserved. # |