aboutsummaryrefslogtreecommitdiff
path: root/wa/commands
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/commands
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/commands')
-rw-r--r--wa/commands/create.py15
-rw-r--r--wa/commands/list.py2
-rw-r--r--wa/commands/revent.py2
-rw-r--r--wa/commands/run.py2
-rw-r--r--wa/commands/show.py2
5 files changed, 19 insertions, 4 deletions
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.