manual: fix script licenses
This commit is contained in:
parent
4d7c272ba7
commit
93d2ed6a77
3 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
#
|
||||
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
#
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue