From 93d2ed6a77ff1f57e5f3296dfd4863eeeb1513ce Mon Sep 17 00:00:00 2001 From: Anna Lyons Date: Mon, 19 Jun 2017 10:51:06 +1000 Subject: [PATCH] manual: fix script licenses --- manual/tools/gen_env.py | 6 ++++-- manual/tools/gen_invocations.py | 4 ++-- manual/tools/parse_doxygen_xml.py | 6 ++++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/manual/tools/gen_env.py b/manual/tools/gen_env.py index 9602d39c8..ff0435f56 100755 --- a/manual/tools/gen_env.py +++ b/manual/tools/gen_env.py @@ -1,12 +1,14 @@ #!/usr/bin/env python # -# Copyright 2014, NICTA +# 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 subprocess diff --git a/manual/tools/gen_invocations.py b/manual/tools/gen_invocations.py index 10c9b371b..54324de63 100755 --- a/manual/tools/gen_invocations.py +++ b/manual/tools/gen_invocations.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2016, Data 61 +# Copyright 2017, Data61 # Commonwealth Scientific and Industrial Research Organisation (CSIRO) # ABN 41 687 119 230. # @@ -8,7 +8,7 @@ # the BSD 2-Clause license. Note that NO WARRANTY is provided. # See "LICENSE_BSD2.txt" for details. # -# @TAG(D61_BSD) +# @TAG(DATA61_BSD) # """ diff --git a/manual/tools/parse_doxygen_xml.py b/manual/tools/parse_doxygen_xml.py index a261bff28..a9f5b05e8 100755 --- a/manual/tools/parse_doxygen_xml.py +++ b/manual/tools/parse_doxygen_xml.py @@ -1,12 +1,14 @@ #!/usr/bin/env python # -# Copyright 2014, NICTA +# 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) # """