From 8878cc20d44d801c511d1843fea0da9e218eedd0 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Wed, 4 Jul 2018 15:39:44 +0100 Subject: 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. --- wa/output_processors/csvproc.py | 15 +++++++++++++++ wa/output_processors/sqlite.py | 2 +- wa/output_processors/status.py | 2 +- wa/output_processors/targz.py | 15 +++++++++++++++ wa/output_processors/uxperf.py | 15 +++++++++++++++ 5 files changed, 47 insertions(+), 2 deletions(-) (limited to 'wa/output_processors') 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 -- cgit v1.2.3