aboutsummaryrefslogtreecommitdiff
path: root/wa/output_processors
diff options
context:
space:
mode:
authorSergei Trofimov <sergei.trofimov@arm.com>2018-07-04 15:39:44 +0100
committerMarc Bonnici <marc.bonnici@arm.com>2018-07-04 16:33:31 +0100
commit8878cc20d44d801c511d1843fea0da9e218eedd0 (patch)
tree4968a94d610a831bf410e9cad26d00591f2e5acd /wa/output_processors
parent5892b1de181dd1e14e2648972f4eb45e8680e5b3 (diff)
Update copyright headers.
- Add copyright headers to files that did not already have them - Update the year to the last year the file was modified in files with existing headers.
Diffstat (limited to 'wa/output_processors')
-rw-r--r--wa/output_processors/csvproc.py15
-rw-r--r--wa/output_processors/sqlite.py2
-rw-r--r--wa/output_processors/status.py2
-rw-r--r--wa/output_processors/targz.py15
-rw-r--r--wa/output_processors/uxperf.py15
5 files changed, 47 insertions, 2 deletions
diff --git a/wa/output_processors/csvproc.py b/wa/output_processors/csvproc.py
index 8d7f6887..4f26a6cd 100644
--- a/wa/output_processors/csvproc.py
+++ b/wa/output_processors/csvproc.py
@@ -1,3 +1,18 @@
+# Copyright 2018 ARM Limited
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
import sys
from devlib.utils.csvutil import csvwriter
diff --git a/wa/output_processors/sqlite.py b/wa/output_processors/sqlite.py
index 688fd70a..0b2f2076 100644
--- a/wa/output_processors/sqlite.py
+++ b/wa/output_processors/sqlite.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2015 ARM Limited
+# Copyright 2013-2018 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/wa/output_processors/status.py b/wa/output_processors/status.py
index f844255a..2b23e4be 100644
--- a/wa/output_processors/status.py
+++ b/wa/output_processors/status.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2015 ARM Limited
+# Copyright 2013-2018 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/wa/output_processors/targz.py b/wa/output_processors/targz.py
index caf427e0..17e8f39e 100644
--- a/wa/output_processors/targz.py
+++ b/wa/output_processors/targz.py
@@ -1,3 +1,18 @@
+# Copyright 2018 ARM Limited
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
import shutil
import tarfile
diff --git a/wa/output_processors/uxperf.py b/wa/output_processors/uxperf.py
index 6f53344f..830ec502 100644
--- a/wa/output_processors/uxperf.py
+++ b/wa/output_processors/uxperf.py
@@ -1,3 +1,18 @@
+# Copyright 2018 ARM Limited
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
from wa import OutputProcessor
from wa.utils.android import LogcatParser