summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2017-01-09 12:09:17 +0100
committerAlessio Sergi <al3hex@gmail.com>2017-01-09 12:09:17 +0100
commit0f2824fd6a03f770d5f470400b39cc9e54ea682a (patch)
treedc5b75af511007aff10d1c293fa9fd6b95f851ba
parente4b7e7397020f0d2ad17602aeb7bf6983a2aeea3 (diff)
Copyright 2017
-rw-r--r--glances/__init__.py2
-rw-r--r--glances/__main__.py2
-rw-r--r--glances/actions.py2
-rw-r--r--glances/amps/glances_amp.py2
-rw-r--r--glances/amps/glances_default.py2
-rw-r--r--glances/amps/glances_nginx.py2
-rw-r--r--glances/amps/glances_systemd.py2
-rw-r--r--glances/amps/glances_systemv.py2
-rw-r--r--glances/amps_list.py2
-rw-r--r--glances/attribute.py2
-rw-r--r--glances/autodiscover.py2
-rw-r--r--glances/client.py2
-rw-r--r--glances/client_browser.py2
-rw-r--r--glances/compat.py2
-rw-r--r--glances/config.py2
-rw-r--r--glances/cpu_percent.py2
-rw-r--r--glances/exports/glances_cassandra.py2
-rw-r--r--glances/exports/glances_couchdb.py2
-rw-r--r--glances/exports/glances_csv.py2
-rw-r--r--glances/exports/glances_elasticsearch.py2
-rw-r--r--glances/exports/glances_export.py2
-rw-r--r--glances/exports/glances_influxdb.py2
-rw-r--r--glances/exports/glances_opentsdb.py2
-rw-r--r--glances/exports/glances_rabbitmq.py2
-rw-r--r--glances/exports/glances_riemann.py2
-rw-r--r--glances/exports/glances_statsd.py2
-rw-r--r--glances/exports/glances_zeromq.py2
-rw-r--r--glances/exports/graph.py2
-rw-r--r--glances/filter.py2
-rw-r--r--glances/folder_list.py2
-rw-r--r--glances/globals.py2
-rw-r--r--glances/history.py2
-rw-r--r--glances/logger.py2
-rw-r--r--glances/logs.py2
-rw-r--r--glances/main.py2
-rw-r--r--glances/outdated.py2
-rw-r--r--glances/outputs/glances_bars.py2
-rw-r--r--glances/outputs/glances_bottle.py2
-rw-r--r--glances/outputs/glances_curses.py2
-rw-r--r--glances/outputs/glances_curses_browser.py2
-rw-r--r--glances/password.py2
-rw-r--r--glances/password_list.py2
-rw-r--r--glances/plugins/glances_alert.py2
-rw-r--r--glances/plugins/glances_amps.py2
-rw-r--r--glances/plugins/glances_batpercent.py2
-rw-r--r--glances/plugins/glances_core.py2
-rw-r--r--glances/plugins/glances_cpu.py2
-rw-r--r--glances/plugins/glances_diskio.py2
-rw-r--r--glances/plugins/glances_docker.py2
-rw-r--r--glances/plugins/glances_folders.py2
-rw-r--r--glances/plugins/glances_fs.py2
-rw-r--r--glances/plugins/glances_gpu.py2
-rw-r--r--glances/plugins/glances_hddtemp.py2
-rw-r--r--glances/plugins/glances_help.py2
-rw-r--r--glances/plugins/glances_ip.py2
-rw-r--r--glances/plugins/glances_irq.py2
-rw-r--r--glances/plugins/glances_load.py2
-rw-r--r--glances/plugins/glances_mem.py2
-rw-r--r--glances/plugins/glances_memswap.py2
-rw-r--r--glances/plugins/glances_network.py2
-rw-r--r--glances/plugins/glances_now.py2
-rw-r--r--glances/plugins/glances_percpu.py2
-rw-r--r--glances/plugins/glances_plugin.py2
-rw-r--r--glances/plugins/glances_ports.py2
-rw-r--r--glances/plugins/glances_processcount.py2
-rw-r--r--glances/plugins/glances_processlist.py2
-rw-r--r--glances/plugins/glances_psutilversion.py2
-rw-r--r--glances/plugins/glances_quicklook.py2
-rw-r--r--glances/plugins/glances_raid.py2
-rw-r--r--glances/plugins/glances_sensors.py2
-rw-r--r--glances/plugins/glances_system.py2
-rw-r--r--glances/plugins/glances_uptime.py2
-rw-r--r--glances/plugins/glances_wifi.py2
-rw-r--r--glances/ports_list.py2
-rw-r--r--glances/processes.py2
-rw-r--r--glances/processes_tree.py2
-rw-r--r--glances/server.py2
-rw-r--r--glances/snmp.py2
-rw-r--r--glances/standalone.py2
-rw-r--r--glances/static_list.py2
-rw-r--r--glances/stats.py2
-rw-r--r--glances/stats_client.py2
-rw-r--r--glances/stats_client_snmp.py2
-rw-r--r--glances/stats_server.py2
-rw-r--r--glances/timer.py2
-rw-r--r--glances/webserver.py2
-rwxr-xr-xunitest-restful.py2
-rwxr-xr-xunitest-xmlrpc.py2
-rwxr-xr-xunitest.py2
89 files changed, 89 insertions, 89 deletions
diff --git a/glances/__init__.py b/glances/__init__.py
index a52d987d..58b834a8 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/__main__.py b/glances/__main__.py
index 70465bba..1385f92f 100644
--- a/glances/__main__.py
+++ b/glances/__main__.py
@@ -3,7 +3,7 @@
#
# Glances - An eye on your system
#
-# Copyright (C) 2015 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/actions.py b/glances/actions.py
index 3ad1dd2b..e50376d0 100644
--- a/glances/actions.py
+++ b/glances/actions.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2015 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/amps/glances_amp.py b/glances/amps/glances_amp.py
index 2c6c4031..b814aaa2 100644
--- a/glances/amps/glances_amp.py
+++ b/glances/amps/glances_amp.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/amps/glances_default.py b/glances/amps/glances_default.py
index 8b388c46..a7bb8ce6 100644
--- a/glances/amps/glances_default.py
+++ b/glances/amps/glances_default.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/amps/glances_nginx.py b/glances/amps/glances_nginx.py
index da665cc1..fccd2cd6 100644
--- a/glances/amps/glances_nginx.py
+++ b/glances/amps/glances_nginx.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/amps/glances_systemd.py b/glances/amps/glances_systemd.py
index 2c1cde79..afc3eba3 100644
--- a/glances/amps/glances_systemd.py
+++ b/glances/amps/glances_systemd.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/amps/glances_systemv.py b/glances/amps/glances_systemv.py
index 53e8cc48..8393e517 100644
--- a/glances/amps/glances_systemv.py
+++ b/glances/amps/glances_systemv.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/amps_list.py b/glances/amps_list.py
index cbb0fe22..127b52de 100644
--- a/glances/amps_list.py
+++ b/glances/amps_list.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/attribute.py b/glances/attribute.py
index e38dda27..5f008650 100644
--- a/glances/attribute.py
+++ b/glances/attribute.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/autodiscover.py b/glances/autodiscover.py
index ab2aa12f..d13a3f29 100644
--- a/glances/autodiscover.py
+++ b/glances/autodiscover.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/client.py b/glances/client.py
index 10e407ac..ae980b6a 100644
--- a/glances/client.py
+++ b/glances/client.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2015 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/client_browser.py b/glances/client_browser.py
index e16b430b..b21867f1 100644
--- a/glances/client_browser.py
+++ b/glances/client_browser.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/compat.py b/glances/compat.py
index 76fb7f1e..ab742557 100644
--- a/glances/compat.py
+++ b/glances/compat.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/config.py b/glances/config.py
index 5ed7e4be..981bf5b1 100644
--- a/glances/config.py
+++ b/glances/config.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/cpu_percent.py b/glances/cpu_percent.py
index e39ab653..6939d2ff 100644
--- a/glances/cpu_percent.py
+++ b/glances/cpu_percent.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2015 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/exports/glances_cassandra.py b/glances/exports/glances_cassandra.py
index 10feb873..8666b2c0 100644
--- a/glances/exports/glances_cassandra.py
+++ b/glances/exports/glances_cassandra.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/exports/glances_couchdb.py b/glances/exports/glances_couchdb.py
index 68eb9489..f6d76c48 100644
--- a/glances/exports/glances_couchdb.py
+++ b/glances/exports/glances_couchdb.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/exports/glances_csv.py b/glances/exports/glances_csv.py
index b854e51b..2348881f 100644
--- a/glances/exports/glances_csv.py
+++ b/glances/exports/glances_csv.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2015 Nicolargo <nicolas@nicolargo.com>
+# Copyright (C) 2017 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
diff --git a/glances/exports/glances_elasticsearch.py b/glances/exports/glances_elasticsearch.py
index 9519c789..69d294e1 100644
--- a/glances/exports/glances_elasticsearch.py
+++ b/glances/exports/glances_elasticsearch.py
@@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
-# Copyright (C) 2016 Nicolargo <nicolas@nicolargo.com>