aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2016-01-05 16:13:08 +0000
committerJavi Merino <javi.merino@arm.com>2016-01-05 16:13:08 +0000
commitc8b7cb8b69d7563b06e72a1abe9b91ee8e51711a (patch)
tree5da009d110b32284875db81d7ba177b619283e4f
parentaa7170d1568a71e31bd4b61f73bead70ffe5506c (diff)
downloadbart-c8b7cb8b69d7563b06e72a1abe9b91ee8e51711a.tar.gz
bart: update copyright to 2016
-rw-r--r--bart/__init__.py2
-rw-r--r--bart/common/Analyzer.py2
-rw-r--r--bart/common/Utils.py2
-rw-r--r--bart/common/__init__.py2
-rw-r--r--bart/common/signal.py2
-rwxr-xr-xbart/sched/SchedAssert.py2
-rwxr-xr-xbart/sched/SchedMatrix.py2
-rwxr-xr-xbart/sched/SchedMultiAssert.py2
-rw-r--r--bart/sched/__init__.py2
-rw-r--r--bart/sched/functions.py2
-rw-r--r--bart/thermal/ThermalAssert.py2
-rw-r--r--bart/thermal/__init__.py2
-rw-r--r--docs/api_reference/conf.py2
-rw-r--r--docs/examples/thermal.py2
-rw-r--r--setup.py2
-rw-r--r--tests/test_common_utils.py2
-rw-r--r--tests/test_sched_assert.py2
-rw-r--r--tests/test_signal.py2
-rw-r--r--tests/utils_tests.py2
19 files changed, 19 insertions, 19 deletions
diff --git a/bart/__init__.py b/bart/__init__.py
index b5bada9..c031ebb 100644
--- a/bart/__init__.py
+++ b/bart/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/bart/common/Analyzer.py b/bart/common/Analyzer.py
index f23ea26..51194d7 100644
--- a/bart/common/Analyzer.py
+++ b/bart/common/Analyzer.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/bart/common/Utils.py b/bart/common/Utils.py
index 137bf73..3ab99b6 100644
--- a/bart/common/Utils.py
+++ b/bart/common/Utils.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/bart/common/__init__.py b/bart/common/__init__.py
index ea66887..f42522b 100644
--- a/bart/common/__init__.py
+++ b/bart/common/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/bart/common/signal.py b/bart/common/signal.py
index 13b1644..6860144 100644
--- a/bart/common/signal.py
+++ b/bart/common/signal.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/bart/sched/SchedAssert.py b/bart/sched/SchedAssert.py
index 92dbc4a..bf141c7 100755
--- a/bart/sched/SchedAssert.py
+++ b/bart/sched/SchedAssert.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/bart/sched/SchedMatrix.py b/bart/sched/SchedMatrix.py
index 5088c7b..3c0a4ca 100755
--- a/bart/sched/SchedMatrix.py
+++ b/bart/sched/SchedMatrix.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/bart/sched/SchedMultiAssert.py b/bart/sched/SchedMultiAssert.py
index 62de8bd..492590a 100755
--- a/bart/sched/SchedMultiAssert.py
+++ b/bart/sched/SchedMultiAssert.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/bart/sched/__init__.py b/bart/sched/__init__.py
index c391ecb..68133da 100644
--- a/bart/sched/__init__.py
+++ b/bart/sched/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/bart/sched/functions.py b/bart/sched/functions.py
index 5353e39..7966f45 100644
--- a/bart/sched/functions.py
+++ b/bart/sched/functions.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/bart/thermal/ThermalAssert.py b/bart/thermal/ThermalAssert.py
index 1dd77a2..e7c3431 100644
--- a/bart/thermal/ThermalAssert.py
+++ b/bart/thermal/ThermalAssert.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/bart/thermal/__init__.py b/bart/thermal/__init__.py
index c9baee0..6eefbc2 100644
--- a/bart/thermal/__init__.py
+++ b/bart/thermal/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/docs/api_reference/conf.py b/docs/api_reference/conf.py
index cc75127..583a3fd 100644
--- a/docs/api_reference/conf.py
+++ b/docs/api_reference/conf.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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/docs/examples/thermal.py b/docs/examples/thermal.py
index 33c2afb..2b3e0bb 100644
--- a/docs/examples/thermal.py
+++ b/docs/examples/thermal.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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 87b0b21..4534060 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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_common_utils.py b/tests/test_common_utils.py
index 8f45fa9..56398be 100644
--- a/tests/test_common_utils.py
+++ b/tests/test_common_utils.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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_assert.py b/tests/test_sched_assert.py
index e65a94b..485326d 100644
--- a/tests/test_sched_assert.py
+++ b/tests/test_sched_assert.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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_signal.py b/tests/test_signal.py
index fa302d4..746f86c 100644
--- a/tests/test_signal.py
+++ b/tests/test_signal.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 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 8216ea5..6dadca1 100644
--- a/tests/utils_tests.py
+++ b/tests/utils_tests.py
@@ -1,4 +1,4 @@
-# Copyright 2015-2015 ARM Limited
+# Copyright 2015-2016 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.