1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00

dev_scripts: rename copyright_updater

Rename copyright_updater to update_copyrights in order to mach the
naming convention of other scripts.
This commit is contained in:
Sergei Trofimov 2018-07-04 15:45:23 +01:00 committed by Marc Bonnici
parent 09d7d55772
commit 45b5de65d1
2 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,6 @@ Scripts
:clear_env: Clears ~/.workload_automation. :clear_env: Clears ~/.workload_automation.
:copyright_updater: Checks and updates the year of the copyright in Python files.
:get_apk_versions: Prints out a table of APKs and their versons found under the :get_apk_versions: Prints out a table of APKs and their versons found under the
path specified as the argument. path specified as the argument.
@ -26,3 +24,6 @@ Scripts
:rebuild_all_uiauto: Rebuild UIAutomator APKs for workloads that have them. This :rebuild_all_uiauto: Rebuild UIAutomator APKs for workloads that have them. This
is useful to make sure they're all using the latest is useful to make sure they're all using the latest
uiauto.arr after the latter has been updated. uiauto.arr after the latter has been updated.
:update_copyrights: Checks and updates the year of the copyright in source files,
adding a copyright header if it's not already there.