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/commands/create.py | 15 +++++++++++++++ wa/commands/list.py | 2 +- wa/commands/revent.py | 2 +- wa/commands/run.py | 2 +- wa/commands/show.py | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) (limited to 'wa/commands') diff --git a/wa/commands/create.py b/wa/commands/create.py index 415bfa39..eb4397c6 100644 --- a/wa/commands/create.py +++ b/wa/commands/create.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 os import sys import stat diff --git a/wa/commands/list.py b/wa/commands/list.py index 8a890d59..ab31fc8d 100644 --- a/wa/commands/list.py +++ b/wa/commands/list.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 ARM Limited +# Copyright 2014-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/commands/revent.py b/wa/commands/revent.py index 107b7284..79db3812 100644 --- a/wa/commands/revent.py +++ b/wa/commands/revent.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 ARM Limited +# Copyright 2014-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/commands/run.py b/wa/commands/run.py index 6bb067e0..5cb5738d 100644 --- a/wa/commands/run.py +++ b/wa/commands/run.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 ARM Limited +# Copyright 2014-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/commands/show.py b/wa/commands/show.py index e5fdd38c..ebda053e 100644 --- a/wa/commands/show.py +++ b/wa/commands/show.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 ARM Limited +# Copyright 2014-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. -- cgit v1.2.3