From 5fef6f344356889c72815fb72f5c3a91a1809a4b Mon Sep 17 00:00:00 2001 From: Japheth Lim Date: Wed, 12 Jun 2019 17:35:38 +1000 Subject: [PATCH] run_tests: use standard license header --- run_tests | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/run_tests b/run_tests index 078f18fd8..e2d46bca4 100755 --- a/run_tests +++ b/run_tests @@ -1,13 +1,15 @@ #!/usr/bin/env python # # -# Copyright 2017, CSIRO +# Copyright 2017, Data61 +# Commonwealth Scientific and Industrial Research Organisation (CSIRO) +# ABN 41 687 119 230. # # This software may be distributed and modified according to the terms of # the BSD 2-Clause license. Note that NO WARRANTY is provided. # See "LICENSE_BSD2.txt" for details. # -# @TAG(NICTA_BSD) +# @TAG(DATA61_BSD) # import os