aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Jackman <brendan.jackman@arm.com>2017-01-04 17:10:29 +0000
committerBrendan Jackman <brendan.jackman@arm.com>2017-01-04 17:22:58 +0000
commite81fdcb135d0325e3bc22fae0583555d20aae280 (patch)
treedf290bb3ecf5899bc11d582952c3f98aa10fa573
parent2d3a944933d125bbdd61ba52e04d4400941f052f (diff)
downloadtrappy-e81fdcb135d0325e3bc22fae0583555d20aae280.tar.gz
Update ARM Ltd. copyright to 2017
-rw-r--r--doc/api_reference/conf.py4
-rwxr-xr-xscripts/publish_interactive_plots.py2
-rw-r--r--setup.py2
-rw-r--r--tests/test_baretrace.py2
-rw-r--r--tests/test_base.py2
-rw-r--r--tests/test_constraint.py2
-rw-r--r--tests/test_copyright.py2
-rw-r--r--tests/test_cpu_power.py2
-rw-r--r--tests/test_devfreq.py2
-rw-r--r--tests/test_duplicates.py2
-rw-r--r--tests/test_dynamic.py2
-rw-r--r--tests/test_ftrace.py2
-rw-r--r--tests/test_idle.py2
-rw-r--r--tests/test_pid.py2
-rw-r--r--tests/test_plot_utils.py2
-rw-r--r--tests/test_plotter.py2
-rw-r--r--tests/test_results.py2
-rw-r--r--tests/test_sched.py2
-rw-r--r--tests/test_stats.py2
-rw-r--r--tests/test_stats_grammar.py2
-rw-r--r--tests/test_systrace.py2
-rw-r--r--tests/test_thermal.py2
-rw-r--r--tests/test_trappy.py2
-rw-r--r--tests/test_utils.py2
-rw-r--r--tests/test_wa_sysfs_extractor.py2
-rw-r--r--tests/utils_tests.py2
-rw-r--r--trappy/__init__.py2
-rw-r--r--trappy/bare_trace.py2
-rw-r--r--trappy/base.py2
-rw-r--r--trappy/compare_runs.py2
-rw-r--r--trappy/cpu_power.py2
-rw-r--r--trappy/devfreq_power.py2
-rw-r--r--trappy/dynamic.py2
-rw-r--r--trappy/ftrace.py2
-rw-r--r--trappy/idle.py2
-rw-r--r--trappy/nbexport/__init__.py2
-rw-r--r--trappy/nbexport/exporter.py2
-rw-r--r--trappy/pid_controller.py2
-rw-r--r--trappy/plot_utils.py2
-rw-r--r--trappy/plotter/AbstractDataPlotter.py2
-rw-r--r--trappy/plotter/AttrConf.py2
-rw-r--r--trappy/plotter/BarPlot.py2
-rw-r--r--trappy/plotter/ColorMap.py2
-rw-r--r--trappy/plotter/Constraint.py2
-rw-r--r--trappy/plotter/EventPlot.py2
-rw-r--r--trappy/plotter/ILinePlot.py2
-rw-r--r--trappy/plotter/ILinePlotGen.py2
-rw-r--r--trappy/plotter/IPythonConf.py2
-rw-r--r--trappy/plotter/LinePlot.py2
-rw-r--r--trappy/plotter/PlotLayout.py2
-rw-r--r--trappy/plotter/StaticPlot.py2
-rw-r--r--trappy/plotter/Utils.py2
-rw-r--r--trappy/plotter/__init__.py2
-rw-r--r--trappy/plotter/css/EventPlot.css2
-rw-r--r--trappy/plotter/js/EventPlot.js2
-rw-r--r--trappy/plotter/js/ILinePlot.js2
-rw-r--r--trappy/sched.py2
-rw-r--r--trappy/stats/Aggregator.py2
-rw-r--r--trappy/stats/Correlator.py2
-rw-r--r--trappy/stats/Indexer.py2
-rw-r--r--trappy/stats/StatConf.py2
-rw-r--r--trappy/stats/Topology.py2
-rw-r--r--trappy/stats/Trigger.py2
-rw-r--r--trappy/stats/__init__.py2
-rw-r--r--trappy/stats/grammar.py2
-rw-r--r--trappy/systrace.py2
-rw-r--r--trappy/thermal.py2
-rw-r--r--trappy/utils.py2
-rw-r--r--trappy/version.py2
-rw-r--r--trappy/wa/__init__.py2
-rw-r--r--trappy/wa/results.py2
-rw-r--r--trappy/wa/sysfs_extractor.py2
72 files changed, 73 insertions, 73 deletions
diff --git a/doc/api_reference/conf.py b/doc/api_reference/conf.py
index fa92fc0..ea2c909 100644
--- a/doc/api_reference/conf.py
+++ b/doc/api_reference/conf.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -74,7 +74,7 @@ master_doc = 'index'
# General information about the project.
project = u'TRAPpy'
-copyright = u'2016, ARM Ltd.'
+copyright = u'2017, ARM Ltd.'
author = u'Javi Merino, Kapileshwar Singh(KP)'
# The version info for the project you're documenting, acts as replacement for
diff --git a/scripts/publish_interactive_plots.py b/scripts/publish_interactive_plots.py
index 3266158..7711556 100755
--- a/scripts/publish_interactive_plots.py
+++ b/scripts/publish_interactive_plots.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/setup.py b/setup.py
index fe60a33..b3a93dd 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_baretrace.py b/tests/test_baretrace.py
index 2746007..33d872c 100644
--- a/tests/test_baretrace.py
+++ b/tests/test_baretrace.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_base.py b/tests/test_base.py
index af3ec69..9a4aaa3 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_constraint.py b/tests/test_constraint.py
index f75b61a..29ed79a 100644
--- a/tests/test_constraint.py
+++ b/tests/test_constraint.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_copyright.py b/tests/test_copyright.py
index 118b7f0..888cd6e 100644
--- a/tests/test_copyright.py
+++ b/tests/test_copyright.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_cpu_power.py b/tests/test_cpu_power.py
index f8d4641..3ab3114 100644
--- a/tests/test_cpu_power.py
+++ b/tests/test_cpu_power.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_devfreq.py b/tests/test_devfreq.py
index 619998c..dc91fbf 100644
--- a/tests/test_devfreq.py
+++ b/tests/test_devfreq.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_duplicates.py b/tests/test_duplicates.py
index 7819587..32ce8e3 100644
--- a/tests/test_duplicates.py
+++ b/tests/test_duplicates.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_dynamic.py b/tests/test_dynamic.py
index 43c7128..d69dbcd 100644
--- a/tests/test_dynamic.py
+++ b/tests/test_dynamic.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_ftrace.py b/tests/test_ftrace.py
index 234ec1c..a912ff7 100644
--- a/tests/test_ftrace.py
+++ b/tests/test_ftrace.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_idle.py b/tests/test_idle.py
index dec1b43..483d528 100644
--- a/tests/test_idle.py
+++ b/tests/test_idle.py
@@ -1,4 +1,4 @@
-# Copyright 2016 ARM Limited
+# Copyright 2016-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_pid.py b/tests/test_pid.py
index 8e47d6f..6a11280 100644
--- a/tests/test_pid.py
+++ b/tests/test_pid.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_plot_utils.py b/tests/test_plot_utils.py
index c1383a0..8ecae2f 100644
--- a/tests/test_plot_utils.py
+++ b/tests/test_plot_utils.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_plotter.py b/tests/test_plotter.py
index a24ad1e..6a9a9f0 100644
--- a/tests/test_plotter.py
+++ b/tests/test_plotter.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_results.py b/tests/test_results.py
index ed113f3..e375daf 100644
--- a/tests/test_results.py
+++ b/tests/test_results.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_sched.py b/tests/test_sched.py
index 7d38be2..6527779 100644
--- a/tests/test_sched.py
+++ b/tests/test_sched.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_stats.py b/tests/test_stats.py
index 888e82c..e15046e 100644
--- a/tests/test_stats.py
+++ b/tests/test_stats.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_stats_grammar.py b/tests/test_stats_grammar.py
index 1050763..de62f21 100644
--- a/tests/test_stats_grammar.py
+++ b/tests/test_stats_grammar.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_systrace.py b/tests/test_systrace.py
index c498002..608ed8e 100644
--- a/tests/test_systrace.py
+++ b/tests/test_systrace.py
@@ -1,4 +1,4 @@
-# Copyright 2016 ARM Limited
+# Copyright 2016-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_thermal.py b/tests/test_thermal.py
index b3a5003..d564639 100644
--- a/tests/test_thermal.py
+++ b/tests/test_thermal.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_trappy.py b/tests/test_trappy.py
index d66b96d..9204c07 100644
--- a/tests/test_trappy.py
+++ b/tests/test_trappy.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 739d862..bf53091 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/test_wa_sysfs_extractor.py b/tests/test_wa_sysfs_extractor.py
index e976f90..25ef8c7 100644
--- a/tests/test_wa_sysfs_extractor.py
+++ b/tests/test_wa_sysfs_extractor.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/utils_tests.py b/tests/utils_tests.py
index 8223b24..617cfa3 100644
--- a/tests/utils_tests.py
+++ b/tests/utils_tests.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/__init__.py b/trappy/__init__.py
index b6fcfcf..9442a98 100644
--- a/trappy/__init__.py
+++ b/trappy/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/bare_trace.py b/trappy/bare_trace.py
index 2c7ca1a..f3fbd58 100644
--- a/trappy/bare_trace.py
+++ b/trappy/bare_trace.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/base.py b/trappy/base.py
index 1b4081d..dbc4ae7 100644
--- a/trappy/base.py
+++ b/trappy/base.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/compare_runs.py b/trappy/compare_runs.py
index 42337e6..c99f2f3 100644
--- a/trappy/compare_runs.py
+++ b/trappy/compare_runs.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/cpu_power.py b/trappy/cpu_power.py
index ccc8ed4..9cd0bba 100644
--- a/trappy/cpu_power.py
+++ b/trappy/cpu_power.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/devfreq_power.py b/trappy/devfreq_power.py
index 0b46c15..a8a0ac1 100644
--- a/trappy/devfreq_power.py
+++ b/trappy/devfreq_power.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/dynamic.py b/trappy/dynamic.py
index 346dcc0..f764232 100644
--- a/trappy/dynamic.py
+++ b/trappy/dynamic.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/ftrace.py b/trappy/ftrace.py
index 55c795e..6a5fce0 100644
--- a/trappy/ftrace.py
+++ b/trappy/ftrace.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/idle.py b/trappy/idle.py
index e264e51..a2c5069 100644
--- a/trappy/idle.py
+++ b/trappy/idle.py
@@ -1,4 +1,4 @@
-# Copyright 2016 ARM Limited
+# Copyright 2016-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/nbexport/__init__.py b/trappy/nbexport/__init__.py
index 050a357..548ef6d 100644
--- a/trappy/nbexport/__init__.py
+++ b/trappy/nbexport/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
# Copyright 2016 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/trappy/nbexport/exporter.py b/trappy/nbexport/exporter.py
index d83ca96..c271fa8 100644
--- a/trappy/nbexport/exporter.py
+++ b/trappy/nbexport/exporter.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
# Copyright 2016 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/trappy/pid_controller.py b/trappy/pid_controller.py
index 976aab2..16fe00b 100644
--- a/trappy/pid_controller.py
+++ b/trappy/pid_controller.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plot_utils.py b/trappy/plot_utils.py
index 850d51f..412d554 100644
--- a/trappy/plot_utils.py
+++ b/trappy/plot_utils.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/AbstractDataPlotter.py b/trappy/plotter/AbstractDataPlotter.py
index cae037d..e4891d8 100644
--- a/trappy/plotter/AbstractDataPlotter.py
+++ b/trappy/plotter/AbstractDataPlotter.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/AttrConf.py b/trappy/plotter/AttrConf.py
index a02ec0d..3342939 100644
--- a/trappy/plotter/AttrConf.py
+++ b/trappy/plotter/AttrConf.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/BarPlot.py b/trappy/plotter/BarPlot.py
index 6931592..6c45104 100644
--- a/trappy/plotter/BarPlot.py
+++ b/trappy/plotter/BarPlot.py
@@ -1,4 +1,4 @@
-# Copyright 2016-2016 ARM Limited
+# Copyright 2016-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/ColorMap.py b/trappy/plotter/ColorMap.py
index bec8540..bbd571c 100644
--- a/trappy/plotter/ColorMap.py
+++ b/trappy/plotter/ColorMap.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/Constraint.py b/trappy/plotter/Constraint.py
index 2949738..1a5adc9 100644
--- a/trappy/plotter/Constraint.py
+++ b/trappy/plotter/Constraint.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/EventPlot.py b/trappy/plotter/EventPlot.py
index 382d325..a360e60 100644
--- a/trappy/plotter/EventPlot.py
+++ b/trappy/plotter/EventPlot.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/ILinePlot.py b/trappy/plotter/ILinePlot.py
index 9199a6c..2bcd6aa 100644
--- a/trappy/plotter/ILinePlot.py
+++ b/trappy/plotter/ILinePlot.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/ILinePlotGen.py b/trappy/plotter/ILinePlotGen.py
index 2859a16..a748e19 100644
--- a/trappy/plotter/ILinePlotGen.py
+++ b/trappy/plotter/ILinePlotGen.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/IPythonConf.py b/trappy/plotter/IPythonConf.py
index 56f3192..1cfb72f 100644
--- a/trappy/plotter/IPythonConf.py
+++ b/trappy/plotter/IPythonConf.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/LinePlot.py b/trappy/plotter/LinePlot.py
index 582a191..7f96594 100644
--- a/trappy/plotter/LinePlot.py
+++ b/trappy/plotter/LinePlot.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/PlotLayout.py b/trappy/plotter/PlotLayout.py
index 70453bd..78bbda9 100644
--- a/trappy/plotter/PlotLayout.py
+++ b/trappy/plotter/PlotLayout.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/StaticPlot.py b/trappy/plotter/StaticPlot.py
index 81ade6d..9b58108 100644
--- a/trappy/plotter/StaticPlot.py
+++ b/trappy/plotter/StaticPlot.py
@@ -1,4 +1,4 @@
-# Copyright 2016-2016 ARM Limited
+# Copyright 2016-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/Utils.py b/trappy/plotter/Utils.py
index e36ac60..2a47580 100644
--- a/trappy/plotter/Utils.py
+++ b/trappy/plotter/Utils.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/__init__.py b/trappy/plotter/__init__.py
index 851e4d1..a628b9b 100644
--- a/trappy/plotter/__init__.py
+++ b/trappy/plotter/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/css/EventPlot.css b/trappy/plotter/css/EventPlot.css
index d165124..98bb51d 100644
--- a/trappy/plotter/css/EventPlot.css
+++ b/trappy/plotter/css/EventPlot.css
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2016 ARM Limited
+ * Copyright 2015-2017 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/js/EventPlot.js b/trappy/plotter/js/EventPlot.js
index 6a9a255..14a0024 100644
--- a/trappy/plotter/js/EventPlot.js
+++ b/trappy/plotter/js/EventPlot.js
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2016 ARM Limited
+ * Copyright 2015-2017 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/trappy/plotter/js/ILinePlot.js b/trappy/plotter/js/ILinePlot.js
index 7967405..309e90d 100644
--- a/trappy/plotter/js/ILinePlot.js
+++ b/trappy/plotter/js/ILinePlot.js
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2016 ARM Limited
+ * Copyright 2015-2017 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/trappy/sched.py b/trappy/sched.py
index e618bf0..4a68f6a 100644
--- a/trappy/sched.py
+++ b/trappy/sched.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/stats/Aggregator.py b/trappy/stats/Aggregator.py
index 4c33abf..0ca9525 100644
--- a/trappy/stats/Aggregator.py
+++ b/trappy/stats/Aggregator.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/stats/Correlator.py b/trappy/stats/Correlator.py
index 9a0a8fc..191cb06 100644
--- a/trappy/stats/Correlator.py
+++ b/trappy/stats/Correlator.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/stats/Indexer.py b/trappy/stats/Indexer.py
index acf5ec9..32b5ee1 100644
--- a/trappy/stats/Indexer.py
+++ b/trappy/stats/Indexer.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/stats/StatConf.py b/trappy/stats/StatConf.py
index 061fa0a..1437af4 100644
--- a/trappy/stats/StatConf.py
+++ b/trappy/stats/StatConf.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/stats/Topology.py b/trappy/stats/Topology.py
index 0551e45..014581e 100644
--- a/trappy/stats/Topology.py
+++ b/trappy/stats/Topology.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/stats/Trigger.py b/trappy/stats/Trigger.py
index 4fd3505..b2860d7 100644
--- a/trappy/stats/Trigger.py
+++ b/trappy/stats/Trigger.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/stats/__init__.py b/trappy/stats/__init__.py
index ae37990..82de515 100644
--- a/trappy/stats/__init__.py
+++ b/trappy/stats/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/stats/grammar.py b/trappy/stats/grammar.py
index 025bb53..05a6315 100644
--- a/trappy/stats/grammar.py
+++ b/trappy/stats/grammar.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/systrace.py b/trappy/systrace.py
index 9800ade..6e917a6 100644
--- a/trappy/systrace.py
+++ b/trappy/systrace.py
@@ -1,4 +1,4 @@
-# Copyright 2016 ARM Limited
+# Copyright 2016-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/thermal.py b/trappy/thermal.py
index 375a65d..bde69be 100644
--- a/trappy/thermal.py
+++ b/trappy/thermal.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/utils.py b/trappy/utils.py
index 80953e3..eb73752 100644
--- a/trappy/utils.py
+++ b/trappy/utils.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/version.py b/trappy/version.py
index 8bfc5a0..76a3dd3 100644
--- a/trappy/version.py
+++ b/trappy/version.py
@@ -1,4 +1,4 @@
-# Copyright 2016-2016 ARM Limited
+# Copyright 2016-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/wa/__init__.py b/trappy/wa/__init__.py
index 1271a1a..cb29fd3 100644
--- a/trappy/wa/__init__.py
+++ b/trappy/wa/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/wa/results.py b/trappy/wa/results.py
index 0beb915..4b0889c 100644
--- a/trappy/wa/results.py
+++ b/trappy/wa/results.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/trappy/wa/sysfs_extractor.py b/trappy/wa/sysfs_extractor.py
index fbffa6f..f45ed77 100644
--- a/trappy/wa/sysfs_extractor.py
+++ b/trappy/wa/sysfs_extractor.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 ARM Limited
+# Copyright 2015-2017 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.