diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-01-02 18:52:46 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-01-02 18:52:46 +0200 |
commit | f4b69d553a249ace3694e3b4fd307ddffa156d7d (patch) | |
tree | 26dbcfe83c94350b492ccb5e1a0ba2f9d1582fc5 /utils/munin_plugins | |
parent | Merge pull request #203 (diff) | |
download | monero-f4b69d553a249ace3694e3b4fd307ddffa156d7d.tar.xz |
year updated in license
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 a37468b70..06b83c24a 100644 --- a/utils/munin_plugins/alt_blocks_count +++ b/utils/munin_plugins/alt_blocks_count @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014, The Monero Project +# Copyright (c) 2014-2015, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/difficulty b/utils/munin_plugins/difficulty index 6f0e07c3e..0045f2046 100644 --- a/utils/munin_plugins/difficulty +++ b/utils/munin_plugins/difficulty @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014, The Monero Project +# Copyright (c) 2014-2015, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/grey_peerlist_size b/utils/munin_plugins/grey_peerlist_size index 2df7bed06..65191a7fa 100644 --- a/utils/munin_plugins/grey_peerlist_size +++ b/utils/munin_plugins/grey_peerlist_size @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014, The Monero Project +# Copyright (c) 2014-2015, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/height b/utils/munin_plugins/height index dab798c53..76e261e7f 100644 --- a/utils/munin_plugins/height +++ b/utils/munin_plugins/height @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014, The Monero Project +# Copyright (c) 2014-2015, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/incoming_connections_count b/utils/munin_plugins/incoming_connections_count index bcf587fac..16d98edc1 100644 --- a/utils/munin_plugins/incoming_connections_count +++ b/utils/munin_plugins/incoming_connections_count @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014, The Monero Project +# Copyright (c) 2014-2015, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/outgoing_connections_count b/utils/munin_plugins/outgoing_connections_count index e6e971b86..7bae8d508 100644 --- a/utils/munin_plugins/outgoing_connections_count +++ b/utils/munin_plugins/outgoing_connections_count @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014, The Monero Project +# Copyright (c) 2014-2015, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/tx_count b/utils/munin_plugins/tx_count index 54eb2aca5..386c75249 100644 --- a/utils/munin_plugins/tx_count +++ b/utils/munin_plugins/tx_count @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014, The Monero Project +# Copyright (c) 2014-2015, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/tx_pool_size b/utils/munin_plugins/tx_pool_size index 5295fe263..9d7bc6d23 100644 --- a/utils/munin_plugins/tx_pool_size +++ b/utils/munin_plugins/tx_pool_size @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014, The Monero Project +# Copyright (c) 2014-2015, The Monero Project # # All rights reserved. # diff --git a/utils/munin_plugins/white_peerlist_size b/utils/munin_plugins/white_peerlist_size index 8a8f73bf1..e79dfa04c 100644 --- a/utils/munin_plugins/white_peerlist_size +++ b/utils/munin_plugins/white_peerlist_size @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2014, The Monero Project +# Copyright (c) 2014-2015, The Monero Project # # All rights reserved. # |