diff --git a/tests/data/extensions/devices/test_device.py b/tests/data/extensions/devices/test_device.py index e2c9d278..cc0c215e 100644 --- a/tests/data/extensions/devices/test_device.py +++ b/tests/data/extensions/devices/test_device.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015 ARM Limited +# Copyright 2013-2017 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/data/test-config.py b/tests/data/test-config.py index 56c3288b..a7f94b2c 100644 --- a/tests/data/test-config.py +++ b/tests/data/test-config.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015 ARM Limited +# Copyright 2013-2017 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_agenda_parser.py b/tests/test_agenda_parser.py index e4fb40c3..c14d212f 100644 --- a/tests/test_agenda_parser.py +++ b/tests/test_agenda_parser.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/tests/test_config.py b/tests/test_config.py index a46d2dd7..3d202e9c 100644 --- a/tests/test_config.py +++ b/tests/test_config.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 unittest from nose.tools import assert_equal diff --git a/tests/test_diff.py b/tests/test_diff.py index 49f6440d..80cc91b3 100644 --- a/tests/test_diff.py +++ b/tests/test_diff.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/tests/test_exec_control.py b/tests/test_exec_control.py index 7c619f6e..8e551146 100644 --- a/tests/test_exec_control.py +++ b/tests/test_exec_control.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/tests/test_plugin.py b/tests/test_plugin.py index a8bc5c24..684c1d5f 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 ARM Limited +# Copyright 2014-2017 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_runtime_param_utils.py b/tests/test_runtime_param_utils.py index 5fca2f5b..02993719 100644 --- a/tests/test_runtime_param_utils.py +++ b/tests/test_runtime_param_utils.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 unittest from nose.tools import assert_equal from mock.mock import Mock diff --git a/tests/test_signal.py b/tests/test_signal.py index fe90d0d4..ed4597b6 100644 --- a/tests/test_signal.py +++ b/tests/test_signal.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 unittest from nose.tools import assert_equal, assert_true, assert_false diff --git a/tests/test_utils.py b/tests/test_utils.py index 6708a0fe..644dd749 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.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/__init__.py b/wa/__init__.py index 52cdb7de..455ab7c7 100644 --- a/wa/__init__.py +++ b/wa/__init__.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.framework import pluginloader, signal from wa.framework.command import Command, ComplexCommand, SubCommand from wa.framework.configuration import settings 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. diff --git a/wa/framework/command.py b/wa/framework/command.py index 3a8c7730..7c481896 100644 --- a/wa/framework/command.py +++ b/wa/framework/command.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/framework/configuration/__init__.py b/wa/framework/configuration/__init__.py index 697a4811..acfc39ff 100644 --- a/wa/framework/configuration/__init__.py +++ b/wa/framework/configuration/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2016 ARM Limited +# Copyright 2013-2017 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/framework/configuration/core.py b/wa/framework/configuration/core.py index 2e01df77..7d7cf1fa 100644 --- a/wa/framework/configuration/core.py +++ b/wa/framework/configuration/core.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 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/framework/configuration/default.py b/wa/framework/configuration/default.py index b115aa36..5d70ad06 100644 --- a/wa/framework/configuration/default.py +++ b/wa/framework/configuration/default.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.framework.configuration.core import MetaConfiguration, RunConfiguration from wa.framework.configuration.plugin_cache import PluginCache from wa.utils.serializer import yaml diff --git a/wa/framework/configuration/execution.py b/wa/framework/configuration/execution.py index 13ed81af..b516e910 100644 --- a/wa/framework/configuration/execution.py +++ b/wa/framework/configuration/execution.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 random from itertools import groupby, chain diff --git a/wa/framework/configuration/parsers.py b/wa/framework/configuration/parsers.py index 7fc6fa41..4909169c 100644 --- a/wa/framework/configuration/parsers.py +++ b/wa/framework/configuration/parsers.py @@ -1,4 +1,4 @@ -# Copyright 2015 ARM Limited +# Copyright 2015-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/framework/configuration/plugin_cache.py b/wa/framework/configuration/plugin_cache.py index c0f766bf..f18748df 100644 --- a/wa/framework/configuration/plugin_cache.py +++ b/wa/framework/configuration/plugin_cache.py @@ -1,4 +1,4 @@ -# Copyright 2016 ARM Limited +# Copyright 2016-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/framework/configuration/tree.py b/wa/framework/configuration/tree.py index 4cf32e32..dfc33c0c 100644 --- a/wa/framework/configuration/tree.py +++ b/wa/framework/configuration/tree.py @@ -1,4 +1,4 @@ -# Copyright 2016 ARM Limited +# Copyright 2016-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/framework/entrypoint.py b/wa/framework/entrypoint.py index 744490d4..29a6e904 100644 --- a/wa/framework/entrypoint.py +++ b/wa/framework/entrypoint.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/framework/exception.py b/wa/framework/exception.py index 9bdc31ce..97072c2b 100644 --- a/wa/framework/exception.py +++ b/wa/framework/exception.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/framework/execution.py b/wa/framework/execution.py index 8d261ecb..bb7da1ee 100644 --- a/wa/framework/execution.py +++ b/wa/framework/execution.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/framework/getters.py b/wa/framework/getters.py index d82b78aa..a7429613 100644 --- a/wa/framework/getters.py +++ b/wa/framework/getters.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/framework/host.py b/wa/framework/host.py index 32e34732..b3df6a6a 100644 --- a/wa/framework/host.py +++ b/wa/framework/host.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 shutil diff --git a/wa/framework/instrument.py b/wa/framework/instrument.py index 73bc7146..78b0c44e 100644 --- a/wa/framework/instrument.py +++ b/wa/framework/instrument.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/framework/job.py b/wa/framework/job.py index 2be52fc9..54724614 100644 --- a/wa/framework/job.py +++ b/wa/framework/job.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 logging from copy import copy from datetime import datetime diff --git a/wa/framework/output.py b/wa/framework/output.py index 3176fa49..8029aca4 100644 --- a/wa/framework/output.py +++ b/wa/framework/output.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 logging import os import shutil diff --git a/wa/framework/output_processor.py b/wa/framework/output_processor.py index 22dc1a87..9ba1627d 100644 --- a/wa/framework/output_processor.py +++ b/wa/framework/output_processor.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 logging from wa.framework import pluginloader diff --git a/wa/framework/plugin.py b/wa/framework/plugin.py index 904de198..e6c5dcb7 100644 --- a/wa/framework/plugin.py +++ b/wa/framework/plugin.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/framework/pluginloader.py b/wa/framework/pluginloader.py index c702a2d0..bb091715 100644 --- a/wa/framework/pluginloader.py +++ b/wa/framework/pluginloader.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/framework/resource.py b/wa/framework/resource.py index 98c1f285..9630c80a 100644 --- a/wa/framework/resource.py +++ b/wa/framework/resource.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/framework/run.py b/wa/framework/run.py index 579c9973..57c03d20 100644 --- a/wa/framework/run.py +++ b/wa/framework/run.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/framework/signal.py b/wa/framework/signal.py index b24f2d0d..0b81aec8 100644 --- a/wa/framework/signal.py +++ b/wa/framework/signal.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/framework/target/assistant.py b/wa/framework/target/assistant.py index ea45484a..ccbac24e 100644 --- a/wa/framework/target/assistant.py +++ b/wa/framework/target/assistant.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 logging import os import shutil diff --git a/wa/framework/target/config.py b/wa/framework/target/config.py index 8a1a4cfb..7cde5ee6 100644 --- a/wa/framework/target/config.py +++ b/wa/framework/target/config.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 copy import copy #Not going to be used for now. diff --git a/wa/framework/target/descriptor.py b/wa/framework/target/descriptor.py index 22aa61be..5345451a 100644 --- a/wa/framework/target/descriptor.py +++ b/wa/framework/target/descriptor.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 inspect from collections import OrderedDict from copy import copy diff --git a/wa/framework/target/info.py b/wa/framework/target/info.py index a96af240..e7e3cb2a 100644 --- a/wa/framework/target/info.py +++ b/wa/framework/target/info.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 copy import copy from devlib import AndroidTarget, TargetError diff --git a/wa/framework/target/manager.py b/wa/framework/target/manager.py index fc0c16bf..166531ea 100644 --- a/wa/framework/target/manager.py +++ b/wa/framework/target/manager.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 logging from wa.framework import signal diff --git a/wa/framework/target/runtime_config.py b/wa/framework/target/runtime_config.py index 4353eb7b..cd980ba1 100644 --- a/wa/framework/target/runtime_config.py +++ b/wa/framework/target/runtime_config.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 logging import time from collections import defaultdict, OrderedDict diff --git a/wa/framework/target/runtime_parameter_manager.py b/wa/framework/target/runtime_parameter_manager.py index c2340ace..605b56d7 100644 --- a/wa/framework/target/runtime_parameter_manager.py +++ b/wa/framework/target/runtime_parameter_manager.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 collections import namedtuple from wa.framework.exception import ConfigError diff --git a/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/ActionLogger.java b/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/ActionLogger.java index b0d1fbfa..f5376184 100644 --- a/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/ActionLogger.java +++ b/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/ActionLogger.java @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 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/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/ApplaunchInterface.java b/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/ApplaunchInterface.java index 4b2a499a..c9d8b918 100644 --- a/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/ApplaunchInterface.java +++ b/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/ApplaunchInterface.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2016 ARM Limited +/* Copyright 2013-2017 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/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/BaseUiAutomation.java b/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/BaseUiAutomation.java index 6dc36bfa..a386a8e8 100644 --- a/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/BaseUiAutomation.java +++ b/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/BaseUiAutomation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2016 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/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutoUtils.java b/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutoUtils.java index a3a88af3..c1674109 100644 --- a/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutoUtils.java +++ b/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutoUtils.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2016 ARM Limited +/* Copyright 2013-2017 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/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/UxPerfUiAutomation.java b/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/UxPerfUiAutomation.java index c0572b08..3eac9dc3 100644 --- a/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/UxPerfUiAutomation.java +++ b/wa/framework/uiauto/app/src/main/java/com/arm/wa/uiauto/UxPerfUiAutomation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2016 ARM Limited +/* Copyright 2013-2017 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/framework/uiauto/build.sh b/wa/framework/uiauto/build.sh index bc2790d6..1ae5d61a 100755 --- a/wa/framework/uiauto/build.sh +++ b/wa/framework/uiauto/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2013-2015 ARM Limited +# Copyright 2013-2017 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/framework/version.py b/wa/framework/version.py index 0ed5e7c3..b9474f40 100644 --- a/wa/framework/version.py +++ b/wa/framework/version.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/framework/workload.py b/wa/framework/workload.py index e4ae7d6c..e06e66bd 100644 --- a/wa/framework/workload.py +++ b/wa/framework/workload.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/instruments/dmesg.py b/wa/instruments/dmesg.py index cae48180..5099242a 100644 --- a/wa/instruments/dmesg.py +++ b/wa/instruments/dmesg.py @@ -1,4 +1,4 @@ -# Copyright 2014-2017 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/instruments/energy_measurement.py b/wa/instruments/energy_measurement.py index f46f62a3..22472b27 100644 --- a/wa/instruments/energy_measurement.py +++ b/wa/instruments/energy_measurement.py @@ -1,4 +1,4 @@ -# Copyright 2013-2017 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/instruments/fps.py b/wa/instruments/fps.py index dedade29..a999be6c 100644 --- a/wa/instruments/fps.py +++ b/wa/instruments/fps.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 shutil diff --git a/wa/instruments/hwmon.py b/wa/instruments/hwmon.py index aa838543..e037bab4 100644 --- a/wa/instruments/hwmon.py +++ b/wa/instruments/hwmon.py @@ -1,4 +1,4 @@ -# Copyright 2017 ARM Limited +# Copyright 2017-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/instruments/misc.py b/wa/instruments/misc.py index 0610717e..c8e64848 100644 --- a/wa/instruments/misc.py +++ b/wa/instruments/misc.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/instruments/poller/__init__.py b/wa/instruments/poller/__init__.py index 6a76c48a..7c670683 100644 --- a/wa/instruments/poller/__init__.py +++ b/wa/instruments/poller/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 ARM Limited +# Copyright 2015-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/instruments/poller/poller.c b/wa/instruments/poller/poller.c index bfc26fe8..08400754 100644 --- a/wa/instruments/poller/poller.c +++ b/wa/instruments/poller/poller.c @@ -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. +*/ + #include #include #include diff --git a/wa/instruments/serialmon.py b/wa/instruments/serialmon.py index 3d528a5b..292fba9c 100644 --- a/wa/instruments/serialmon.py +++ b/wa/instruments/serialmon.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 from devlib import SerialTraceCollector diff --git a/wa/instruments/trace_cmd.py b/wa/instruments/trace_cmd.py index 6ecd1a37..ada9693c 100644 --- a/wa/instruments/trace_cmd.py +++ b/wa/instruments/trace_cmd.py @@ -1,4 +1,4 @@ -# Copyright 2013-2017 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/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 diff --git a/wa/tools/revent/revent.c b/wa/tools/revent/revent.c index 7126496d..ff9d16ef 100644 --- a/wa/tools/revent/revent.c +++ b/wa/tools/revent/revent.c @@ -1,4 +1,4 @@ -/* Copyright 2012-2015 ARM Limited +/* Copyright 2012-2017 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/utils/android.py b/wa/utils/android.py index d1b59394..3e016dd4 100644 --- a/wa/utils/android.py +++ b/wa/utils/android.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 logging from datetime import datetime diff --git a/wa/utils/diff.py b/wa/utils/diff.py index 23774147..b234c2c8 100644 --- a/wa/utils/diff.py +++ b/wa/utils/diff.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 re import logging diff --git a/wa/utils/doc.py b/wa/utils/doc.py index c0589e66..55715cc1 100644 --- a/wa/utils/doc.py +++ b/wa/utils/doc.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/utils/exec_control.py b/wa/utils/exec_control.py index a23336a4..2dcf4fb7 100644 --- a/wa/utils/exec_control.py +++ b/wa/utils/exec_control.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. +# + # "environment" management: __environments = {} __active_environment = None diff --git a/wa/utils/formatter.py b/wa/utils/formatter.py index de5af654..97050868 100644 --- a/wa/utils/formatter.py +++ b/wa/utils/formatter.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015 ARM Limited +# Copyright 2013-2017 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/utils/log.py b/wa/utils/log.py index 1012e7ab..243bff20 100644 --- a/wa/utils/log.py +++ b/wa/utils/log.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/utils/misc.py b/wa/utils/misc.py index 2090c24a..1da5e166 100644 --- a/wa/utils/misc.py +++ b/wa/utils/misc.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/utils/revent.py b/wa/utils/revent.py index 50552277..d94daacb 100644 --- a/wa/utils/revent.py +++ b/wa/utils/revent.py @@ -1,4 +1,4 @@ -# Copyright 2016 ARM Limited +# Copyright 2016-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/utils/serializer.py b/wa/utils/serializer.py index 9a01e5d7..ed2fcbc1 100644 --- a/wa/utils/serializer.py +++ b/wa/utils/serializer.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. +# + """ This module contains wrappers for Python serialization modules for common formats that make it easier to serialize/deserialize WA diff --git a/wa/utils/terminalsize.py b/wa/utils/terminalsize.py index f211b795..530f59c8 100644 --- a/wa/utils/terminalsize.py +++ b/wa/utils/terminalsize.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. +# + # Adapted from # https://gist.github.com/jtriley/1108174 # pylint: disable=bare-except,unpacking-non-sequence diff --git a/wa/utils/trace_cmd.py b/wa/utils/trace_cmd.py index 65900c79..6aa23b2c 100644 --- a/wa/utils/trace_cmd.py +++ b/wa/utils/trace_cmd.py @@ -1,4 +1,4 @@ -# Copyright 2015 ARM Limited +# Copyright 2015-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/utils/types.py b/wa/utils/types.py index 17282f8d..1209eb19 100644 --- a/wa/utils/types.py +++ b/wa/utils/types.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/workloads/adobereader/__init__.py b/wa/workloads/adobereader/__init__.py index f403d50b..0044865f 100755 --- a/wa/workloads/adobereader/__init__.py +++ b/wa/workloads/adobereader/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 ARM Limited +# Copyright 2014-2017 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/workloads/adobereader/uiauto/app/src/main/java/com/arm/wa/uiauto/adobereader/UiAutomation.java b/wa/workloads/adobereader/uiauto/app/src/main/java/com/arm/wa/uiauto/adobereader/UiAutomation.java index 03318d3b..4b468c92 100755 --- a/wa/workloads/adobereader/uiauto/app/src/main/java/com/arm/wa/uiauto/adobereader/UiAutomation.java +++ b/wa/workloads/adobereader/uiauto/app/src/main/java/com/arm/wa/uiauto/adobereader/UiAutomation.java @@ -1,6 +1,6 @@ package com.arm.wa.uiauto.adobereader; -/* Copyright 2014-2016 ARM Limited +/* Copyright 2014-2017 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/workloads/adobereader/uiauto/build.sh b/wa/workloads/adobereader/uiauto/build.sh index 2ea0c622..8420bd81 100755 --- a/wa/workloads/adobereader/uiauto/build.sh +++ b/wa/workloads/adobereader/uiauto/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2013-2015 ARM Limited +# Copyright 2013-2017 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/workloads/androbench/__init__.py b/wa/workloads/androbench/__init__.py index 3417ae98..26273bb4 100755 --- a/wa/workloads/androbench/__init__.py +++ b/wa/workloads/androbench/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 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/workloads/androbench/uiauto/app/src/main/java/com/arm/wa/uiauto/androbench/UiAutomation.java b/wa/workloads/androbench/uiauto/app/src/main/java/com/arm/wa/uiauto/androbench/UiAutomation.java index 5edde433..d5841b0f 100755 --- a/wa/workloads/androbench/uiauto/app/src/main/java/com/arm/wa/uiauto/androbench/UiAutomation.java +++ b/wa/workloads/androbench/uiauto/app/src/main/java/com/arm/wa/uiauto/androbench/UiAutomation.java @@ -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/workloads/androbench/uiauto/build.sh b/wa/workloads/androbench/uiauto/build.sh index 858f3c50..ffd34cbb 100755 --- a/wa/workloads/androbench/uiauto/build.sh +++ b/wa/workloads/androbench/uiauto/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# 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/workloads/angrybirds_rio/__init__.py b/wa/workloads/angrybirds_rio/__init__.py index 71cc90b2..fe870fa3 100644 --- a/wa/workloads/angrybirds_rio/__init__.py +++ b/wa/workloads/angrybirds_rio/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015 ARM Limited +# Copyright 2013-2017 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/workloads/antutu/__init__.py b/wa/workloads/antutu/__init__.py index a5724bda..8cd46ac2 100755 --- a/wa/workloads/antutu/__init__.py +++ b/wa/workloads/antutu/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 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/workloads/antutu/uiauto/app/src/main/java/com/arm/wa/uiauto/antutu/UiAutomation.java b/wa/workloads/antutu/uiauto/app/src/main/java/com/arm/wa/uiauto/antutu/UiAutomation.java index 23f575ae..a5edebaa 100755 --- a/wa/workloads/antutu/uiauto/app/src/main/java/com/arm/wa/uiauto/antutu/UiAutomation.java +++ b/wa/workloads/antutu/uiauto/app/src/main/java/com/arm/wa/uiauto/antutu/UiAutomation.java @@ -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/workloads/antutu/uiauto/build.sh b/wa/workloads/antutu/uiauto/build.sh index 5d792fe5..c2823b39 100755 --- a/wa/workloads/antutu/uiauto/build.sh +++ b/wa/workloads/antutu/uiauto/build.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. +# + # CD into build dir if possible - allows building from any directory script_path='.' diff --git a/wa/workloads/apache.py b/wa/workloads/apache.py index b9d3c11d..a5201e23 100644 --- a/wa/workloads/apache.py +++ b/wa/workloads/apache.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 __future__ import division import os diff --git a/wa/workloads/applaunch/__init__.py b/wa/workloads/applaunch/__init__.py index 9389920d..89cb0884 100644 --- a/wa/workloads/applaunch/__init__.py +++ b/wa/workloads/applaunch/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 ARM Limited +# Copyright 2015-2017 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/workloads/applaunch/uiauto/app/src/main/java/com/arm/wa/uiauto/applaunch/UiAutomation.java b/wa/workloads/applaunch/uiauto/app/src/main/java/com/arm/wa/uiauto/applaunch/UiAutomation.java index 1d6697cf..32dbd867 100755 --- a/wa/workloads/applaunch/uiauto/app/src/main/java/com/arm/wa/uiauto/applaunch/UiAutomation.java +++ b/wa/workloads/applaunch/uiauto/app/src/main/java/com/arm/wa/uiauto/applaunch/UiAutomation.java @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 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/workloads/applaunch/uiauto/build.sh b/wa/workloads/applaunch/uiauto/build.sh index 699ac53f..2e82b1e5 100755 --- a/wa/workloads/applaunch/uiauto/build.sh +++ b/wa/workloads/applaunch/uiauto/build.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. +# + # CD into build dir if possible - allows building from any directory script_path='.' diff --git a/wa/workloads/benchmarkpi/__init__.py b/wa/workloads/benchmarkpi/__init__.py index b48cce70..2984d904 100644 --- a/wa/workloads/benchmarkpi/__init__.py +++ b/wa/workloads/benchmarkpi/__init__.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/workloads/benchmarkpi/uiauto/app/src/main/java/com/arm/wa/uiauto/benchmarkpi/UiAutomation.java b/wa/workloads/benchmarkpi/uiauto/app/src/main/java/com/arm/wa/uiauto/benchmarkpi/UiAutomation.java index 134582c9..fd3bd111 100644 --- a/wa/workloads/benchmarkpi/uiauto/app/src/main/java/com/arm/wa/uiauto/benchmarkpi/UiAutomation.java +++ b/wa/workloads/benchmarkpi/uiauto/app/src/main/java/com/arm/wa/uiauto/benchmarkpi/UiAutomation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 ARM Limited +/* Copyright 2013-2017 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/workloads/benchmarkpi/uiauto/build.sh b/wa/workloads/benchmarkpi/uiauto/build.sh index b2901c48..86a7ec0f 100755 --- a/wa/workloads/benchmarkpi/uiauto/build.sh +++ b/wa/workloads/benchmarkpi/uiauto/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2013-2015 ARM Limited +# Copyright 2013-2017 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/workloads/chrome/__init__.py b/wa/workloads/chrome/__init__.py index 412a71d3..8de36a14 100644 --- a/wa/workloads/chrome/__init__.py +++ b/wa/workloads/chrome/__init__.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 Parameter, ApkUiautoWorkload from wa.framework.exception import WorkloadError diff --git a/wa/workloads/chrome/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutomation.java b/wa/workloads/chrome/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutomation.java index 573758e6..3d7c5e2a 100644 --- a/wa/workloads/chrome/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutomation.java +++ b/wa/workloads/chrome/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutomation.java @@ -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. +*/ + package com.arm.wa.uiauto.chrome; import android.app.Activity; diff --git a/wa/workloads/chrome/uiauto/build.sh b/wa/workloads/chrome/uiauto/build.sh index 5a0959e6..1a3cd48d 100755 --- a/wa/workloads/chrome/uiauto/build.sh +++ b/wa/workloads/chrome/uiauto/build.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. +# + # CD into build dir if possible - allows building from any directory script_path='.' diff --git a/wa/workloads/dhrystone/__init__.py b/wa/workloads/dhrystone/__init__.py index 7e194194..92085a6d 100644 --- a/wa/workloads/dhrystone/__init__.py +++ b/wa/workloads/dhrystone/__init__.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/workloads/dhrystone/src/dhrystone.c b/wa/workloads/dhrystone/src/dhrystone.c index 7a55c67c..3d64a75b 100644 --- a/wa/workloads/dhrystone/src/dhrystone.c +++ b/wa/workloads/dhrystone/src/dhrystone.c @@ -1,5 +1,5 @@ /* ARM modifications to the original Dhrystone are */ -/* Copyright 2013-2015 ARM Limited +/* Copyright 2013-2017 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/workloads/geekbench/__init__.py b/wa/workloads/geekbench/__init__.py index 53a2f850..23a62ce9 100644 --- a/wa/workloads/geekbench/__init__.py +++ b/wa/workloads/geekbench/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2017 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/workloads/geekbench/uiauto/app/src/main/java/com/arm/wa/uiauto/geekbench/UiAutomation.java b/wa/workloads/geekbench/uiauto/app/src/main/java/com/arm/wa/uiauto/geekbench/UiAutomation.java index c5d36cb5..aad4be2d 100644 --- a/wa/workloads/geekbench/uiauto/app/src/main/java/com/arm/wa/uiauto/geekbench/UiAutomation.java +++ b/wa/workloads/geekbench/uiauto/app/src/main/java/com/arm/wa/uiauto/geekbench/UiAutomation.java @@ -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/workloads/geekbench/uiauto/build.sh b/wa/workloads/geekbench/uiauto/build.sh index 4a7ce38b..5d4553df 100755 --- a/wa/workloads/geekbench/uiauto/build.sh +++ b/wa/workloads/geekbench/uiauto/build.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. +# + set -eux diff --git a/wa/workloads/gmail/__init__.py b/wa/workloads/gmail/__init__.py index 3e302e8b..53cfb81c 100755 --- a/wa/workloads/gmail/__init__.py +++ b/wa/workloads/gmail/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 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/workloads/gmail/uiauto/app/src/main/java/com/arm/wa/uiauto/gmail/UiAutomation.java b/wa/workloads/gmail/uiauto/app/src/main/java/com/arm/wa/uiauto/gmail/UiAutomation.java index db60c503..e52d1523 100755 --- a/wa/workloads/gmail/uiauto/app/src/main/java/com/arm/wa/uiauto/gmail/UiAutomation.java +++ b/wa/workloads/gmail/uiauto/app/src/main/java/com/arm/wa/uiauto/gmail/UiAutomation.java @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 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/workloads/gmail/uiauto/build.sh b/wa/workloads/gmail/uiauto/build.sh index b2f099f0..ebb6774a 100755 --- a/wa/workloads/gmail/uiauto/build.sh +++ b/wa/workloads/gmail/uiauto/build.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. +# + # CD into build dir if possible - allows building from any directory script_path='.' diff --git a/wa/workloads/googlemaps/__init__.py b/wa/workloads/googlemaps/__init__.py index 32e2b984..d865d990 100644 --- a/wa/workloads/googlemaps/__init__.py +++ b/wa/workloads/googlemaps/__init__.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 Parameter, ApkUiautoWorkload from wa.framework.exception import WorkloadError diff --git a/wa/workloads/googlemaps/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutomation.java b/wa/workloads/googlemaps/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutomation.java index d9e85f97..2397775e 100644 --- a/wa/workloads/googlemaps/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutomation.java +++ b/wa/workloads/googlemaps/uiauto/app/src/main/java/com/arm/wa/uiauto/UiAutomation.java @@ -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. +*/ + package com.arm.wa.uiauto.googlemaps; import android.app.Activity; diff --git a/wa/workloads/googlemaps/uiauto/build.sh b/wa/workloads/googlemaps/uiauto/build.sh index 98b7cd95..f2bf50a6 100755 --- a/wa/workloads/googlemaps/uiauto/build.sh +++ b/wa/workloads/googlemaps/uiauto/build.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. +# + # CD into build dir if possible - allows building from any directory script_path='.' diff --git a/wa/workloads/googlephotos/__init__.py b/wa/workloads/googlephotos/__init__.py index 251af23f..e498ff04 100755 --- a/wa/workloads/googlephotos/__init__.py +++ b/wa/workloads/googlephotos/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 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/workloads/googlephotos/uiauto/app/src/main/java/com/arm/wa/uiauto/googlephotos/UiAutomation.java b/wa/workloads/googlephotos/uiauto/app/src/main/java/com/arm/wa/uiauto/googlephotos/UiAutomation.java index d3cec5e8..f678f9f8 100755 --- a/wa/workloads/googlephotos/uiauto/app/src/main/java/com/arm/wa/uiauto/googlephotos/UiAutomation.java +++ b/wa/workloads/googlephotos/uiauto/app/src/main/java/com/arm/wa/uiauto/googlephotos/UiAutomation.java @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 ARM Limited +/* Copyright 2014-2017 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/workloads/googlephotos/uiauto/build.sh b/wa/workloads/googlephotos/uiauto/build.sh index 78641a62..3161c4d8 100755 --- a/wa/workloads/googlephotos/uiauto/build.sh +++ b/wa/workloads/googlephotos/uiauto/build.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. +# + # CD into build dir if possible - allows building from any directory script_path='.' diff --git a/wa/workloads/googleplaybooks/__init__.py b/wa/workloads/googleplaybooks/__init__.py index b9fa32e6..9b856fde 100755 --- a/wa/workloads/googleplaybooks/__init__.py +++ b/wa/workloads/googleplaybooks/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 ARM Limited +# Copyright 2014-2017 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/workloads/googleplaybooks/uiauto/app/src/main/java/com/arm/wa/uiauto/googleplaybooks/UiAutomation.java b/wa/workloads/googleplaybooks/uiauto/app/src/main/java/com/arm/wa/uiauto/googleplaybooks/UiAutomation.java index 524bd509..f8a666b6 100755 --- a/wa/workloads/googleplaybooks/uiauto/app/src/main/java/com/arm/wa/uiauto/googleplaybooks/UiAutomation.java +++ b/wa/workloads/googleplaybooks/uiauto/app/src/main/java/com/arm/wa/uiauto/googleplaybooks/UiAutomation.java @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 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/workloads/googleplaybooks/uiauto/build.sh b/wa/workloads/googleplaybooks/uiauto/build.sh index 36b60cc4..6a3e222c 100755 --- a/wa/workloads/googleplaybooks/uiauto/build.sh +++ b/wa/workloads/googleplaybooks/uiauto/build.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. +# + # CD into build dir if possible - allows building from any directory script_path='.' diff --git a/wa/workloads/googleslides/__init__.py b/wa/workloads/googleslides/__init__.py index 904b7b8b..26cbc585 100755 --- a/wa/workloads/googleslides/__init__.py +++ b/wa/workloads/googleslides/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 ARM Limited +# Copyright 2014-2017 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/workloads/googleslides/uiauto/app/src/main/java/com/arm/wa/uiauto/googleslides/UiAutomation.java b/wa/workloads/googleslides/uiauto/app/src/main/java/com/arm/wa/uiauto/googleslides/UiAutomation.java index 78c676f2..fadc2dcb 100755 --- a/wa/workloads/googleslides/uiauto/app/src/main/java/com/arm/wa/uiauto/googleslides/UiAutomation.java +++ b/wa/workloads/googleslides/uiauto/app/src/main/java/com/arm/wa/uiauto/googleslides/UiAutomation.java @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 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/workloads/googleslides/uiauto/build.sh b/wa/workloads/googleslides/uiauto/build.sh index 531b4ed1..2be38737 100755 --- a/wa/workloads/googleslides/uiauto/build.sh +++ b/wa/workloads/googleslides/uiauto/build.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. +# + # CD into build dir if possible - allows building from any directory script_path='.' diff --git a/wa/workloads/hackbench/__init__.py b/wa/workloads/hackbench/__init__.py index 8ba54a19..19020f48 100644 --- a/wa/workloads/hackbench/__init__.py +++ b/wa/workloads/hackbench/__init__.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/workloads/idle.py b/wa/workloads/idle.py index 3f7ba9c0..ba23b79f 100644 --- a/wa/workloads/idle.py +++ b/wa/workloads/idle.py @@ -1,4 +1,4 @@ -# Copyright 2014-2015 ARM Limited +# Copyright 2014-2017 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/workloads/lmbench/__init__.py b/wa/workloads/lmbench/__init__.py index a777f695..211a114c 100755 --- a/wa/workloads/lmbench/__init__.py +++ b/wa/workloads/lmbench/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015-2016 ARM Limited +# Copyright 2015-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/workloads/manual/__init__.py b/wa/workloads/manual/__init__.py index 482cae7e..0f2257d2 100644 --- a/wa/workloads/manual/__init__.py +++ b/wa/workloads/manual/__init__.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/workloads/meabo/__init__.py b/wa/workloads/meabo/__init__.py index 84761668..5fa9d618 100644 --- a/wa/workloads/meabo/__init__.py +++ b/wa/workloads/meabo/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016 ARM Limited +# Copyright 2016-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/workloads/memcpy/__init__.py b/wa/workloads/memcpy/__init__.py index d97f7969..5bc9fe34 100644 --- a/wa/workloads/memcpy/__init__.py +++ b/wa/workloads/memcpy/__init__.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/workloads/memcpy/src/build.sh b/wa/workloads/memcpy/src/build.sh index bb1895c5..a5ffd262 100755 --- a/wa/workloads/memcpy/src/build.sh +++ b/wa/workloads/memcpy/src/build.sh @@ -1,4 +1,4 @@ -# Copyright 2013-2015 ARM Limited +# Copyright 2013-2017 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/workloads/memcpy/src/memcopy.c b/wa/workloads/memcpy/src/memcopy.c index 19f569d3..7eebed22 100644 --- a/wa/workloads/memcpy/src/memcopy.c +++ b/wa/workloads/memcpy/src/memcopy.c @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 ARM Limited +/* Copyright 2013-2017 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/workloads/mongoperf/__init__.py b/wa/workloads/mongoperf/__init__.py index e734d78d..167b458a 100644 --- a/wa/workloads/mongoperf/__init__.py +++ b/wa/workloads/mongoperf/__init__.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 json import os from collections import defaultdict diff --git a/wa/workloads/openssl/__init__.py b/wa/workloads/openssl/__init__.py index 264ceeb6..88a274ec 100644 --- a/wa/workloads/openssl/__init__.py +++ b/wa/workloads/openssl/__init__.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 from wa import Workload, Parameter, TargetError, WorkloadError, Executable, Alias diff --git a/wa/workloads/pcmark/__init__.py b/wa/workloads/pcmark/__init__.py index d580e437..62c6db11 100755 --- a/wa/workloads/pcmark/__init__.py +++ b/wa/workloads/pcmark/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 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/workloads/pcmark/uiauto/app/src/main/java/com/arm/wa/uiauto/pcmark/UiAutomation.java b/wa/workloads/pcmark/uiauto/app/src/main/java/com/arm/wa/uiauto/pcmark/UiAutomation.java index 7bd6e96e..ae4f653b 100755 --- a/wa/workloads/pcmark/uiauto/app/src/main/java/com/arm/wa/uiauto/pcmark/UiAutomation.java +++ b/wa/workloads/pcmark/uiauto/app/src/main/java/com/arm/wa/uiauto/pcmark/UiAutomation.java @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 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/workloads/pcmark/uiauto/build.sh b/wa/workloads/pcmark/uiauto/build.sh index 073d7393..1ccff9f7 100755 --- a/wa/workloads/pcmark/uiauto/build.sh +++ b/wa/workloads/pcmark/uiauto/build.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. +# + # CD into build dir if possible - allows building from any directory script_path='.' diff --git a/wa/workloads/recentfling/__init__.py b/wa/workloads/recentfling/__init__.py index 31e5437a..f9c72f9a 100644 --- a/wa/workloads/recentfling/__init__.py +++ b/wa/workloads/recentfling/__init__.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/workloads/rt_app/__init__.py b/wa/workloads/rt_app/__init__.py index 217e3249..1b426e50 100644 --- a/wa/workloads/rt_app/__init__.py +++ b/wa/workloads/rt_app/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 ARM Limited +# Copyright 2015-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/workloads/shellscript/__init__.py b/wa/workloads/shellscript/__init__.py index a8ab2773..becd26a3 100644 --- a/wa/workloads/shellscript/__init__.py +++ b/wa/workloads/shellscript/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2017 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/workloads/speedometer/__init__.py b/wa/workloads/speedometer/__init__.py index 026b9be3..8f162045 100755 --- a/wa/workloads/speedometer/__init__.py +++ b/wa/workloads/speedometer/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 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/workloads/speedometer/uiauto/app/src/main/java/com/arm/wa/uiauto/speedometer/UiAutomation.java b/wa/workloads/speedometer/uiauto/app/src/main/java/com/arm/wa/uiauto/speedometer/UiAutomation.java index 9a87a7cd..8862fdfd 100755 --- a/wa/workloads/speedometer/uiauto/app/src/main/java/com/arm/wa/uiauto/speedometer/UiAutomation.java +++ b/wa/workloads/speedometer/uiauto/app/src/main/java/com/arm/wa/uiauto/speedometer/UiAutomation.java @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 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/workloads/speedometer/uiauto/build.sh b/wa/workloads/speedometer/uiauto/build.sh index 7dcd6cc2..e9041ea9 100755 --- a/wa/workloads/speedometer/uiauto/build.sh +++ b/wa/workloads/speedometer/uiauto/build.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. +# + # CD into build dir if possible - allows building from any directory script_path='.' diff --git a/wa/workloads/sysbench/__init__.py b/wa/workloads/sysbench/__init__.py index 4a26f261..d430a9da 100644 --- a/wa/workloads/sysbench/__init__.py +++ b/wa/workloads/sysbench/__init__.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/workloads/templerun2/__init__.py b/wa/workloads/templerun2/__init__.py index 5e98261a..fd1a4da5 100644 --- a/wa/workloads/templerun2/__init__.py +++ b/wa/workloads/templerun2/__init__.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/workloads/the_chase/__init__.py b/wa/workloads/the_chase/__init__.py index 56b3d3ea..d4e8ab59 100644 --- a/wa/workloads/the_chase/__init__.py +++ b/wa/workloads/the_chase/__init__.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/workloads/vellamo/__init__.py b/wa/workloads/vellamo/__init__.py index fdfb81d8..c18a8cfc 100644 --- a/wa/workloads/vellamo/__init__.py +++ b/wa/workloads/vellamo/__init__.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/workloads/vellamo/uiauto/app/src/main/java/com/arm/wa/uiauto/vellamo/UiAutomation.java b/wa/workloads/vellamo/uiauto/app/src/main/java/com/arm/wa/uiauto/vellamo/UiAutomation.java index 048ff266..57885238 100644 --- a/wa/workloads/vellamo/uiauto/app/src/main/java/com/arm/wa/uiauto/vellamo/UiAutomation.java +++ b/wa/workloads/vellamo/uiauto/app/src/main/java/com/arm/wa/uiauto/vellamo/UiAutomation.java @@ -1,5 +1,5 @@ -/* Copyright 2014-2015 ARM Limited +/* Copyright 2014-2017 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/workloads/vellamo/uiauto/build.sh b/wa/workloads/vellamo/uiauto/build.sh index 01af95e4..bd7aff44 100755 --- a/wa/workloads/vellamo/uiauto/build.sh +++ b/wa/workloads/vellamo/uiauto/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2013-2015 ARM Limited +# Copyright 2013-2017 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/workloads/youtube/__init__.py b/wa/workloads/youtube/__init__.py index 2f88f310..c021b85b 100755 --- a/wa/workloads/youtube/__init__.py +++ b/wa/workloads/youtube/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 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/workloads/youtube/uiauto/app/src/main/java/com/arm/wa/uiauto/youtube/UiAutomation.java b/wa/workloads/youtube/uiauto/app/src/main/java/com/arm/wa/uiauto/youtube/UiAutomation.java index ccc17585..8f39300c 100755 --- a/wa/workloads/youtube/uiauto/app/src/main/java/com/arm/wa/uiauto/youtube/UiAutomation.java +++ b/wa/workloads/youtube/uiauto/app/src/main/java/com/arm/wa/uiauto/youtube/UiAutomation.java @@ -1,4 +1,4 @@ -/* Copyright 2014-2016 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/workloads/youtube/uiauto/build.sh b/wa/workloads/youtube/uiauto/build.sh index 80d89005..7742d31b 100755 --- a/wa/workloads/youtube/uiauto/build.sh +++ b/wa/workloads/youtube/uiauto/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2013-2015 ARM Limited +# Copyright 2013-2017 ARM Limited # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.