1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 02:01:16 +00:00

Updating copyrights in scripts.

This commit is contained in:
Sergei Trofimov 2015-06-03 16:14:10 +01:00
parent e9b21e2ef3
commit 9971041e45
4 changed files with 52 additions and 52 deletions

View File

@ -1,17 +1,17 @@
#!/bin/bash #!/bin/bash
# $Copyright: # Copyright 2013-2015 ARM Limited
# ---------------------------------------------------------------- #
# This confidential and proprietary software may be used only as # Licensed under the Apache License, Version 2.0 (the "License");
# authorised by a licensing agreement from ARM Limited # you may not use this file except in compliance with the License.
# (C) COPYRIGHT 2013 ARM Limited # You may obtain a copy of the License at
# ALL RIGHTS RESERVED #
# The entire notice above must be reproduced on all authorised # http://www.apache.org/licenses/LICENSE-2.0
# copies and copies may only be made to the extent permitted #
# by a licensing agreement from ARM Limited. # Unless required by applicable law or agreed to in writing, software
# ---------------------------------------------------------------- # distributed under the License is distributed on an "AS IS" BASIS,
# File: create_workload # 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.
# #
wa create workload $@ wa create workload $@

View File

@ -1,16 +1,16 @@
#!/bin/bash #!/bin/bash
# $Copyright: # Copyright 2013-2015 ARM Limited
# ---------------------------------------------------------------- #
# This confidential and proprietary software may be used only as # Licensed under the Apache License, Version 2.0 (the "License");
# authorised by a licensing agreement from ARM Limited # you may not use this file except in compliance with the License.
# (C) COPYRIGHT 2013 ARM Limited # You may obtain a copy of the License at
# ALL RIGHTS RESERVED #
# The entire notice above must be reproduced on all authorised # http://www.apache.org/licenses/LICENSE-2.0
# copies and copies may only be made to the extent permitted #
# by a licensing agreement from ARM Limited. # Unless required by applicable law or agreed to in writing, software
# ---------------------------------------------------------------- # distributed under the License is distributed on an "AS IS" BASIS,
# File: list_extensions # 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.
# #
wa list $@ wa list $@

View File

@ -1,17 +1,17 @@
#!/bin/bash #!/bin/bash
# $Copyright: # Copyright 2013-2015 ARM Limited
# ---------------------------------------------------------------- #
# This confidential and proprietary software may be used only as # Licensed under the Apache License, Version 2.0 (the "License");
# authorised by a licensing agreement from ARM Limited # you may not use this file except in compliance with the License.
# (C) COPYRIGHT 2013 ARM Limited # You may obtain a copy of the License at
# ALL RIGHTS RESERVED #
# The entire notice above must be reproduced on all authorised # http://www.apache.org/licenses/LICENSE-2.0
# copies and copies may only be made to the extent permitted #
# by a licensing agreement from ARM Limited. # Unless required by applicable law or agreed to in writing, software
# ---------------------------------------------------------------- # distributed under the License is distributed on an "AS IS" BASIS,
# File: run_workloads # 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.
# #
wa run $@ wa run $@

View File

@ -1,17 +1,17 @@
#!/usr/bin/env python #!/usr/bin/env python
# $Copyright: # Copyright 2013-2015 ARM Limited
# ---------------------------------------------------------------- #
# This confidential and proprietary software may be used only as # Licensed under the Apache License, Version 2.0 (the "License");
# authorised by a licensing agreement from ARM Limited # you may not use this file except in compliance with the License.
# (C) COPYRIGHT 2013 ARM Limited # You may obtain a copy of the License at
# ALL RIGHTS RESERVED #
# The entire notice above must be reproduced on all authorised # http://www.apache.org/licenses/LICENSE-2.0
# copies and copies may only be made to the extent permitted #
# by a licensing agreement from ARM Limited. # Unless required by applicable law or agreed to in writing, software
# ---------------------------------------------------------------- # distributed under the License is distributed on an "AS IS" BASIS,
# File: run_workloads # 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 wlauto.core.entry_point import main from wlauto.core.entry_point import main
main() main()