diff --git a/.astyle/astyle-wrap.sh b/.astyle/astyle-wrap.sh index 488611822cd..d530450a2d0 100755 --- a/.astyle/astyle-wrap.sh +++ b/.astyle/astyle-wrap.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/.travis.yml b/.travis.yml index 24ebf944a27..98cc7c511cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/.travis/before_install.sh b/.travis/before_install.sh index 59e330fca49..173f9ffb794 100755 --- a/.travis/before_install.sh +++ b/.travis/before_install.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/.travis/script.sh b/.travis/script.sh index 9bc5d038bd7..b8ccb197fb3 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000000..09734971ab0 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,11 @@ +# This is the official list of OpenThread authors for copyright purposes. +# +# This does not necessarily list everyone who has contributed code, since in +# some cases, their employer may be the copyright holder. To see the full list +# of contributors, see the revision history in source control or +# https://github.com/openthread/openthread/graphs/contributors +# +# Authors who wish to be recognized in this file should add themselves (or +# their employer, as appropriate). + +Nest Labs, Inc. diff --git a/LICENSE b/LICENSE index c9f66ded06a..84170088783 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016, Nest Labs, Inc. +Copyright (c) 2016, The OpenThread Authors. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Makefile.am b/Makefile.am index ec817370b00..46fdfdc419d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -54,7 +54,6 @@ EXTRA_DIST = \ .astyle/astyle-wrap.sh \ .default-version \ bootstrap \ - bootstrap-configure \ README.md \ NOTICE \ CONTRIBUTING.md \ diff --git a/bootstrap b/bootstrap index 64910bd89de..b6f8ee03b30 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/bootstrap-configure b/bootstrap-configure deleted file mode 100755 index b745e1ec832..00000000000 --- a/bootstrap-configure +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh - -# -# Copyright 2014-2016 Nest Labs Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# 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. -# - -# -# Description: -# This file implements a script which, when run from a project -# build directory (either disparate or colocated with the -# source), will attempt to clean the build directory, rebootstrap -# the package, and then rerun the configuration script for the -# package with the provided arguments. -# -# This script is particularly useful when you are changing the -# configuration script and testing those changes. -# - -srcdir=`dirname ${0}` -builddir=. - -# Bring the package build back to a pristine state. - -if [ -f config.status ]; then - make maintainer-clean -fi - -# Change directories to the package source and rebootstrap the package. - -pushd ${srcdir} - -./bootstrap -bootstrap_status=$? - -popd - -# If the package was successfully bootstrapped, configure it. - -if [ ${bootstrap_status} -eq 0 ]; then - ${srcdir}/configure $* -else - exit ${bootstrap_status} -fi diff --git a/configure.ac b/configure.ac index 85567a32736..85ab75483ac 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 83e400694c0..9b81c1af2cd 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1,7 +1,7 @@ # Doxyfile 1.8.6 # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/doc/Makefile.am b/doc/Makefile.am index b4a24e211f5..9a1768a0088 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/examples/Makefile-cc2538 b/examples/Makefile-cc2538 index 4206c9d5c01..20bf53dc624 100644 --- a/examples/Makefile-cc2538 +++ b/examples/Makefile-cc2538 @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/examples/Makefile-posix b/examples/Makefile-posix index dbc6a3299f3..b12c5b76410 100644 --- a/examples/Makefile-posix +++ b/examples/Makefile-posix @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/examples/Makefile.am b/examples/Makefile.am index 99a9764a5bc..3a082af28c2 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/examples/apps/Makefile.am b/examples/apps/Makefile.am index 62699053235..60345f668ef 100644 --- a/examples/apps/Makefile.am +++ b/examples/apps/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/examples/apps/cli/Makefile.am b/examples/apps/cli/Makefile.am index ede5d5b03f5..4107604f479 100644 --- a/examples/apps/cli/Makefile.am +++ b/examples/apps/cli/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/examples/apps/cli/main.c b/examples/apps/cli/main.c index 775295a1a0f..6a5428e0396 100644 --- a/examples/apps/cli/main.c +++ b/examples/apps/cli/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/apps/ncp/Makefile.am b/examples/apps/ncp/Makefile.am index 1824b7296b3..dbe242d4375 100644 --- a/examples/apps/ncp/Makefile.am +++ b/examples/apps/ncp/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/examples/apps/ncp/main.c b/examples/apps/ncp/main.c index 6764dbd08ac..6f4169b07ac 100644 --- a/examples/apps/ncp/main.c +++ b/examples/apps/ncp/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/Makefile.am b/examples/platforms/Makefile.am index 9dab26be2a5..8ee1859ed10 100644 --- a/examples/platforms/Makefile.am +++ b/examples/platforms/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/Makefile.am b/examples/platforms/cc2538/Makefile.am index 1416d48ded7..cb2118f5114 100644 --- a/examples/platforms/cc2538/Makefile.am +++ b/examples/platforms/cc2538/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/alarm.c b/examples/platforms/cc2538/alarm.c index d03086341df..ecff3c7b079 100644 --- a/examples/platforms/cc2538/alarm.c +++ b/examples/platforms/cc2538/alarm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/cc2538-reg.h b/examples/platforms/cc2538/cc2538-reg.h index 132e859f8dd..6330bf5ac89 100644 --- a/examples/platforms/cc2538/cc2538-reg.h +++ b/examples/platforms/cc2538/cc2538-reg.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/cc2538.ld b/examples/platforms/cc2538/cc2538.ld index bd5aceb55c8..e4ec16837cb 100644 --- a/examples/platforms/cc2538/cc2538.ld +++ b/examples/platforms/cc2538/cc2538.ld @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/diag.c b/examples/platforms/cc2538/diag.c index cf8b67d4e92..2379c7b99e2 100644 --- a/examples/platforms/cc2538/diag.c +++ b/examples/platforms/cc2538/diag.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/logging.c b/examples/platforms/cc2538/logging.c index 64779490498..e7c263580d2 100644 --- a/examples/platforms/cc2538/logging.c +++ b/examples/platforms/cc2538/logging.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/misc.c b/examples/platforms/cc2538/misc.c index 312257bad81..511499cd540 100644 --- a/examples/platforms/cc2538/misc.c +++ b/examples/platforms/cc2538/misc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/platform-cc2538.h b/examples/platforms/cc2538/platform-cc2538.h index e136d15f6ac..3436bb67f01 100644 --- a/examples/platforms/cc2538/platform-cc2538.h +++ b/examples/platforms/cc2538/platform-cc2538.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/platform.c b/examples/platforms/cc2538/platform.c index 302524ca71c..72bcea2b2a2 100644 --- a/examples/platforms/cc2538/platform.c +++ b/examples/platforms/cc2538/platform.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/radio.c b/examples/platforms/cc2538/radio.c index 02c95c28b30..48bd9a2aae0 100644 --- a/examples/platforms/cc2538/radio.c +++ b/examples/platforms/cc2538/radio.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/random.c b/examples/platforms/cc2538/random.c index b6d6f1eedde..a904c5c8d28 100644 --- a/examples/platforms/cc2538/random.c +++ b/examples/platforms/cc2538/random.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/startup-gcc.c b/examples/platforms/cc2538/startup-gcc.c index ba6e55a0778..06b09cad026 100644 --- a/examples/platforms/cc2538/startup-gcc.c +++ b/examples/platforms/cc2538/startup-gcc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/cc2538/uart.c b/examples/platforms/cc2538/uart.c index 9c5c48a1364..e6576a8cdb1 100644 --- a/examples/platforms/cc2538/uart.c +++ b/examples/platforms/cc2538/uart.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/posix/Makefile.am b/examples/platforms/posix/Makefile.am index d0fc7e39b5b..76bde8371d8 100644 --- a/examples/platforms/posix/Makefile.am +++ b/examples/platforms/posix/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/posix/alarm.c b/examples/platforms/posix/alarm.c index b5d7cef54a5..90d945493dd 100644 --- a/examples/platforms/posix/alarm.c +++ b/examples/platforms/posix/alarm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/posix/diag.c b/examples/platforms/posix/diag.c index 69e08a76c67..a84897a3c80 100644 --- a/examples/platforms/posix/diag.c +++ b/examples/platforms/posix/diag.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/posix/logging.c b/examples/platforms/posix/logging.c index 912fb775413..baf5b217876 100644 --- a/examples/platforms/posix/logging.c +++ b/examples/platforms/posix/logging.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/posix/misc.c b/examples/platforms/posix/misc.c index 1fef7e06955..c043bc0af5d 100644 --- a/examples/platforms/posix/misc.c +++ b/examples/platforms/posix/misc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/posix/platform-posix.h b/examples/platforms/posix/platform-posix.h index 80c7291d7cd..652254676b3 100644 --- a/examples/platforms/posix/platform-posix.h +++ b/examples/platforms/posix/platform-posix.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/posix/platform.c b/examples/platforms/posix/platform.c index c07153de5f9..5b0f837a49b 100644 --- a/examples/platforms/posix/platform.c +++ b/examples/platforms/posix/platform.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/posix/radio.c b/examples/platforms/posix/radio.c index 4efffbf13ca..b996e494b29 100644 --- a/examples/platforms/posix/radio.c +++ b/examples/platforms/posix/radio.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/posix/random.c b/examples/platforms/posix/random.c index fd1984418f3..cb05eed509e 100644 --- a/examples/platforms/posix/random.c +++ b/examples/platforms/posix/random.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/posix/spi-stubs.c b/examples/platforms/posix/spi-stubs.c index fdc794f44fe..838ea3d7053 100644 --- a/examples/platforms/posix/spi-stubs.c +++ b/examples/platforms/posix/spi-stubs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/platforms/posix/uart.c b/examples/platforms/posix/uart.c index 653015f050f..48faf7fe938 100644 --- a/examples/platforms/posix/uart.c +++ b/examples/platforms/posix/uart.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/Makefile.am b/include/Makefile.am index 9e4f5078920..4115d68f07f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/include/cli/Makefile.am b/include/cli/Makefile.am index 3ffd7233547..f2e9c92f01f 100644 --- a/include/cli/Makefile.am +++ b/include/cli/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/include/cli/cli-console.h b/include/cli/cli-console.h index e728444f043..e385b2e1fe1 100644 --- a/include/cli/cli-console.h +++ b/include/cli/cli-console.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/cli/cli-uart.h b/include/cli/cli-uart.h index 836f1d2ed93..cafb7073286 100644 --- a/include/cli/cli-uart.h +++ b/include/cli/cli-uart.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/commissioning/Makefile.am b/include/commissioning/Makefile.am index e184f155238..a4d83d1b1b3 100644 --- a/include/commissioning/Makefile.am +++ b/include/commissioning/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/include/commissioning/commissioner.h b/include/commissioning/commissioner.h index 87e87264ac9..9a89a2eec9f 100644 --- a/include/commissioning/commissioner.h +++ b/include/commissioning/commissioner.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/commissioning/joiner.h b/include/commissioning/joiner.h index a5ed0d53dc9..cb79744238f 100644 --- a/include/commissioning/joiner.h +++ b/include/commissioning/joiner.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/ncp/Makefile.am b/include/ncp/Makefile.am index 7b1502f8c4e..a8ec092143f 100644 --- a/include/ncp/Makefile.am +++ b/include/ncp/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/include/ncp/ncp.h b/include/ncp/ncp.h index 0d8bcff3cf4..49141645137 100644 --- a/include/ncp/ncp.h +++ b/include/ncp/ncp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/openthread-diag.h b/include/openthread-diag.h index 2836ad3d819..bc5834a523a 100644 --- a/include/openthread-diag.h +++ b/include/openthread-diag.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/openthread-types.h b/include/openthread-types.h index fcfe785a206..f60710dfc03 100644 --- a/include/openthread-types.h +++ b/include/openthread-types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/openthread.h b/include/openthread.h index 0e3c8ab3269..48966d79427 100644 --- a/include/openthread.h +++ b/include/openthread.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/Makefile.am b/include/platform/Makefile.am index d83946d73e6..f829ea0d590 100644 --- a/include/platform/Makefile.am +++ b/include/platform/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/include/platform/alarm.h b/include/platform/alarm.h index 7195cdbfb89..8ed03db1d6c 100644 --- a/include/platform/alarm.h +++ b/include/platform/alarm.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/diag.h b/include/platform/diag.h index 1e08646e4f4..03666b84015 100644 --- a/include/platform/diag.h +++ b/include/platform/diag.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/flash.h b/include/platform/flash.h index 36e4de61a9a..1735964ec8a 100644 --- a/include/platform/flash.h +++ b/include/platform/flash.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/logging.h b/include/platform/logging.h index 03d0d57df38..0ff8a80277d 100644 --- a/include/platform/logging.h +++ b/include/platform/logging.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/misc.h b/include/platform/misc.h index c30c130f576..88cb38f330a 100644 --- a/include/platform/misc.h +++ b/include/platform/misc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/platform.h b/include/platform/platform.h index fc0b83b3fee..65c2782b9df 100644 --- a/include/platform/platform.h +++ b/include/platform/platform.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/radio.h b/include/platform/radio.h index 0ac51b81155..6a336c4334d 100644 --- a/include/platform/radio.h +++ b/include/platform/radio.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/random.h b/include/platform/random.h index 0b5e67c347f..6064a06227a 100644 --- a/include/platform/random.h +++ b/include/platform/random.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/settings.h b/include/platform/settings.h index fd998d3790c..432bc8adf91 100644 --- a/include/platform/settings.h +++ b/include/platform/settings.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/spi-slave.h b/include/platform/spi-slave.h index 8fd6ae09af6..2485131ce18 100644 --- a/include/platform/spi-slave.h +++ b/include/platform/spi-slave.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/toolchain.h b/include/platform/toolchain.h index 26c34e80ec0..ca854409a61 100644 --- a/include/platform/toolchain.h +++ b/include/platform/toolchain.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/platform/uart.h b/include/platform/uart.h index 9e8f597f32a..40b8a1c59d9 100644 --- a/include/platform/uart.h +++ b/include/platform/uart.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/Makefile.am b/src/Makefile.am index 08627fccae6..9076e6d8bc6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am index 86ee5b40f3a..775c4da2b14 100644 --- a/src/cli/Makefile.am +++ b/src/cli/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/cli/cli.cpp b/src/cli/cli.cpp index 9e47a9b48d3..1481b31ea97 100644 --- a/src/cli/cli.cpp +++ b/src/cli/cli.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cli/cli.hpp b/src/cli/cli.hpp index 5df53bdd96a..487cf456a61 100644 --- a/src/cli/cli.hpp +++ b/src/cli/cli.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cli/cli_console.cpp b/src/cli/cli_console.cpp index 82901c4e972..af3d24dc932 100644 --- a/src/cli/cli_console.cpp +++ b/src/cli/cli_console.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cli/cli_console.hpp b/src/cli/cli_console.hpp index b38e3e34396..8ea2e9467a1 100644 --- a/src/cli/cli_console.hpp +++ b/src/cli/cli_console.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cli/cli_dataset.cpp b/src/cli/cli_dataset.cpp index 7abbfc03287..502eed822f7 100644 --- a/src/cli/cli_dataset.cpp +++ b/src/cli/cli_dataset.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cli/cli_dataset.hpp b/src/cli/cli_dataset.hpp index 9b386039b7d..c72f5133546 100644 --- a/src/cli/cli_dataset.hpp +++ b/src/cli/cli_dataset.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cli/cli_server.hpp b/src/cli/cli_server.hpp index 8d103a5a618..dbe78851174 100644 --- a/src/cli/cli_server.hpp +++ b/src/cli/cli_server.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cli/cli_uart.cpp b/src/cli/cli_uart.cpp index b11843fcfbe..36695185ea3 100644 --- a/src/cli/cli_uart.cpp +++ b/src/cli/cli_uart.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cli/cli_uart.hpp b/src/cli/cli_uart.hpp index 10d33452a97..6ff7a04225e 100644 --- a/src/cli/cli_uart.hpp +++ b/src/cli/cli_uart.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cli/cli_udp.cpp b/src/cli/cli_udp.cpp index 402c5eb277a..59fcbc4c705 100644 --- a/src/cli/cli_udp.cpp +++ b/src/cli/cli_udp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cli/cli_udp.hpp b/src/cli/cli_udp.hpp index 4abff568f85..e01e0cda350 100644 --- a/src/cli/cli_udp.hpp +++ b/src/cli/cli_udp.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/Makefile.am b/src/core/Makefile.am index c69f7695b49..cd6135bd4ec 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/core/coap/coap_header.cpp b/src/core/coap/coap_header.cpp index 0570dd4e8fc..2e9a4f6e54b 100644 --- a/src/core/coap/coap_header.cpp +++ b/src/core/coap/coap_header.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/coap/coap_header.hpp b/src/core/coap/coap_header.hpp index 93388dc6e4a..84a740d1a31 100644 --- a/src/core/coap/coap_header.hpp +++ b/src/core/coap/coap_header.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/coap/coap_server.cpp b/src/core/coap/coap_server.cpp index 407c4c62549..c18ebb45839 100644 --- a/src/core/coap/coap_server.cpp +++ b/src/core/coap/coap_server.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/coap/coap_server.hpp b/src/core/coap/coap_server.hpp index 433d45e71c4..9a157dd5acd 100644 --- a/src/core/coap/coap_server.hpp +++ b/src/core/coap/coap_server.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/code_utils.hpp b/src/core/common/code_utils.hpp index cd702007d72..0cf3f7b11a5 100644 --- a/src/core/common/code_utils.hpp +++ b/src/core/common/code_utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/debug.hpp b/src/core/common/debug.hpp index a5ee40c1ee9..f08e0fba773 100644 --- a/src/core/common/debug.hpp +++ b/src/core/common/debug.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/encoding.hpp b/src/core/common/encoding.hpp index be7e87d2486..1e106f43822 100644 --- a/src/core/common/encoding.hpp +++ b/src/core/common/encoding.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/logging.cpp b/src/core/common/logging.cpp index 75e66912775..1872925c607 100644 --- a/src/core/common/logging.cpp +++ b/src/core/common/logging.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/logging.hpp b/src/core/common/logging.hpp index 32c73b33fde..cf23a1d828d 100644 --- a/src/core/common/logging.hpp +++ b/src/core/common/logging.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/message.cpp b/src/core/common/message.cpp index 2bdce33a143..7404cc9f057 100644 --- a/src/core/common/message.cpp +++ b/src/core/common/message.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/message.hpp b/src/core/common/message.hpp index 8eac52d8659..1cda5309836 100644 --- a/src/core/common/message.hpp +++ b/src/core/common/message.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/new.hpp b/src/core/common/new.hpp index 93946c0ad99..591b7d47f1d 100644 --- a/src/core/common/new.hpp +++ b/src/core/common/new.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/tasklet.cpp b/src/core/common/tasklet.cpp index 6f8be6ecea4..aa4e1f8b3ea 100644 --- a/src/core/common/tasklet.cpp +++ b/src/core/common/tasklet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/tasklet.hpp b/src/core/common/tasklet.hpp index 3dac49ff1ba..3e283b57497 100644 --- a/src/core/common/tasklet.hpp +++ b/src/core/common/tasklet.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/timer.cpp b/src/core/common/timer.cpp index 2ecde4cdf13..22b9f8463ed 100644 --- a/src/core/common/timer.cpp +++ b/src/core/common/timer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/common/timer.hpp b/src/core/common/timer.hpp index 735f1447552..0c19f183197 100644 --- a/src/core/common/timer.hpp +++ b/src/core/common/timer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/crypto/aes_ccm.cpp b/src/core/crypto/aes_ccm.cpp index 7f151bacfd8..e1b1fc269d9 100644 --- a/src/core/crypto/aes_ccm.cpp +++ b/src/core/crypto/aes_ccm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/crypto/aes_ccm.hpp b/src/core/crypto/aes_ccm.hpp index 367a8b4e07a..6347aea7529 100644 --- a/src/core/crypto/aes_ccm.hpp +++ b/src/core/crypto/aes_ccm.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/crypto/aes_ecb.cpp b/src/core/crypto/aes_ecb.cpp index 71130f878e8..747b0e08d6a 100644 --- a/src/core/crypto/aes_ecb.cpp +++ b/src/core/crypto/aes_ecb.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/crypto/aes_ecb.hpp b/src/core/crypto/aes_ecb.hpp index 3cbbca2f31e..a43e7db0b55 100644 --- a/src/core/crypto/aes_ecb.hpp +++ b/src/core/crypto/aes_ecb.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/crypto/hmac_sha256.cpp b/src/core/crypto/hmac_sha256.cpp index 8dcbde58791..1494a8ad845 100644 --- a/src/core/crypto/hmac_sha256.cpp +++ b/src/core/crypto/hmac_sha256.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/crypto/hmac_sha256.hpp b/src/core/crypto/hmac_sha256.hpp index dafd2f464e9..3494a6f3637 100644 --- a/src/core/crypto/hmac_sha256.hpp +++ b/src/core/crypto/hmac_sha256.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/crypto/mbedtls.cpp b/src/core/crypto/mbedtls.cpp index 56830d0cf61..539cd68eccf 100644 --- a/src/core/crypto/mbedtls.cpp +++ b/src/core/crypto/mbedtls.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/crypto/mbedtls.hpp b/src/core/crypto/mbedtls.hpp index 2b349d43bb2..5139dde78d9 100644 --- a/src/core/crypto/mbedtls.hpp +++ b/src/core/crypto/mbedtls.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/crypto/sha256.cpp b/src/core/crypto/sha256.cpp index 7ccfec8eac5..0e7441aeee5 100644 --- a/src/core/crypto/sha256.cpp +++ b/src/core/crypto/sha256.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/crypto/sha256.hpp b/src/core/crypto/sha256.hpp index edd6d8231a7..666645aa694 100644 --- a/src/core/crypto/sha256.hpp +++ b/src/core/crypto/sha256.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/mac/mac.cpp b/src/core/mac/mac.cpp index 1bd15828268..4711ccfc228 100644 --- a/src/core/mac/mac.cpp +++ b/src/core/mac/mac.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/mac/mac.hpp b/src/core/mac/mac.hpp index 79a2f52524e..22778fba639 100644 --- a/src/core/mac/mac.hpp +++ b/src/core/mac/mac.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/mac/mac_blacklist.cpp b/src/core/mac/mac_blacklist.cpp index 0ba700f6857..d6f22d51ab0 100644 --- a/src/core/mac/mac_blacklist.cpp +++ b/src/core/mac/mac_blacklist.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/mac/mac_blacklist.hpp b/src/core/mac/mac_blacklist.hpp index 94f70ff6612..92d28b6b7a1 100644 --- a/src/core/mac/mac_blacklist.hpp +++ b/src/core/mac/mac_blacklist.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/mac/mac_frame.cpp b/src/core/mac/mac_frame.cpp index 62ff7bb58d1..4d13a386e76 100644 --- a/src/core/mac/mac_frame.cpp +++ b/src/core/mac/mac_frame.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/mac/mac_frame.hpp b/src/core/mac/mac_frame.hpp index 7525783ee53..ccd7786374c 100644 --- a/src/core/mac/mac_frame.hpp +++ b/src/core/mac/mac_frame.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/mac/mac_whitelist.cpp b/src/core/mac/mac_whitelist.cpp index def53fb1aed..275bd03451b 100644 --- a/src/core/mac/mac_whitelist.cpp +++ b/src/core/mac/mac_whitelist.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/mac/mac_whitelist.hpp b/src/core/mac/mac_whitelist.hpp index ff84a54622d..c2188557b35 100644 --- a/src/core/mac/mac_whitelist.hpp +++ b/src/core/mac/mac_whitelist.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/commissioner.cpp b/src/core/meshcop/commissioner.cpp index 7b03aef944a..01229bd4b69 100644 --- a/src/core/meshcop/commissioner.cpp +++ b/src/core/meshcop/commissioner.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/commissioner.hpp b/src/core/meshcop/commissioner.hpp index d7ce43675c7..9c742795dc8 100644 --- a/src/core/meshcop/commissioner.hpp +++ b/src/core/meshcop/commissioner.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/dtls.cpp b/src/core/meshcop/dtls.cpp index 2593157e84f..340dba2c3b0 100644 --- a/src/core/meshcop/dtls.cpp +++ b/src/core/meshcop/dtls.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/dtls.hpp b/src/core/meshcop/dtls.hpp index ea355e0288e..ba8701eb86f 100644 --- a/src/core/meshcop/dtls.hpp +++ b/src/core/meshcop/dtls.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/joiner.cpp b/src/core/meshcop/joiner.cpp index bb45f2a689a..02e76ec853e 100644 --- a/src/core/meshcop/joiner.cpp +++ b/src/core/meshcop/joiner.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/joiner.hpp b/src/core/meshcop/joiner.hpp index 297f7a6f4e5..eb203834e71 100644 --- a/src/core/meshcop/joiner.hpp +++ b/src/core/meshcop/joiner.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/joiner_router.cpp b/src/core/meshcop/joiner_router.cpp index 7d025a05091..4c7fdf9f804 100644 --- a/src/core/meshcop/joiner_router.cpp +++ b/src/core/meshcop/joiner_router.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/joiner_router.hpp b/src/core/meshcop/joiner_router.hpp index b54b134e77c..5021570c45d 100644 --- a/src/core/meshcop/joiner_router.hpp +++ b/src/core/meshcop/joiner_router.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/leader.cpp b/src/core/meshcop/leader.cpp index bd39a54795e..7bf17e2e6fb 100644 --- a/src/core/meshcop/leader.cpp +++ b/src/core/meshcop/leader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/leader.hpp b/src/core/meshcop/leader.hpp index 8de86252fd6..4793ef28462 100644 --- a/src/core/meshcop/leader.hpp +++ b/src/core/meshcop/leader.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/panid_query_client.cpp b/src/core/meshcop/panid_query_client.cpp index 67382040ce8..fa93f788248 100644 --- a/src/core/meshcop/panid_query_client.cpp +++ b/src/core/meshcop/panid_query_client.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/meshcop/panid_query_client.hpp b/src/core/meshcop/panid_query_client.hpp index 3fd26e88804..04be5586036 100644 --- a/src/core/meshcop/panid_query_client.hpp +++ b/src/core/meshcop/panid_query_client.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/icmp6.cpp b/src/core/net/icmp6.cpp index 5d283e9b4a9..5ddd25538c9 100644 --- a/src/core/net/icmp6.cpp +++ b/src/core/net/icmp6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/icmp6.hpp b/src/core/net/icmp6.hpp index de9d7f12818..76a2ae23109 100644 --- a/src/core/net/icmp6.hpp +++ b/src/core/net/icmp6.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/ip6.cpp b/src/core/net/ip6.cpp index f9325c81297..7381738ada3 100644 --- a/src/core/net/ip6.cpp +++ b/src/core/net/ip6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/ip6.hpp b/src/core/net/ip6.hpp index 77d3b35ab85..fb3b4c8ab3a 100644 --- a/src/core/net/ip6.hpp +++ b/src/core/net/ip6.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/ip6_address.cpp b/src/core/net/ip6_address.cpp index 24329d72c1f..01fb33d9db7 100644 --- a/src/core/net/ip6_address.cpp +++ b/src/core/net/ip6_address.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/ip6_address.hpp b/src/core/net/ip6_address.hpp index d76317fcaa4..33666c2745c 100644 --- a/src/core/net/ip6_address.hpp +++ b/src/core/net/ip6_address.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/ip6_filter.cpp b/src/core/net/ip6_filter.cpp index 1df683d01e8..d017d31219b 100644 --- a/src/core/net/ip6_filter.cpp +++ b/src/core/net/ip6_filter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/ip6_filter.hpp b/src/core/net/ip6_filter.hpp index 38908730dfe..fb260b733c4 100644 --- a/src/core/net/ip6_filter.hpp +++ b/src/core/net/ip6_filter.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/ip6_headers.hpp b/src/core/net/ip6_headers.hpp index 10a7d18be87..16ff0f8cc9e 100644 --- a/src/core/net/ip6_headers.hpp +++ b/src/core/net/ip6_headers.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/ip6_mpl.cpp b/src/core/net/ip6_mpl.cpp index 954f161c789..1397adef3c9 100644 --- a/src/core/net/ip6_mpl.cpp +++ b/src/core/net/ip6_mpl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/ip6_mpl.hpp b/src/core/net/ip6_mpl.hpp index 02831c28055..42615288527 100644 --- a/src/core/net/ip6_mpl.hpp +++ b/src/core/net/ip6_mpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/ip6_routes.cpp b/src/core/net/ip6_routes.cpp index 52470b8ada9..fb0aafae602 100644 --- a/src/core/net/ip6_routes.cpp +++ b/src/core/net/ip6_routes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/ip6_routes.hpp b/src/core/net/ip6_routes.hpp index 550f5fa8339..f33013d4cda 100644 --- a/src/core/net/ip6_routes.hpp +++ b/src/core/net/ip6_routes.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/netif.cpp b/src/core/net/netif.cpp index d4e3654d336..513502fac78 100644 --- a/src/core/net/netif.cpp +++ b/src/core/net/netif.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/netif.hpp b/src/core/net/netif.hpp index 56130433f85..1624ff2caac 100644 --- a/src/core/net/netif.hpp +++ b/src/core/net/netif.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/socket.hpp b/src/core/net/socket.hpp index 3ce4f8294c4..ae005841bd5 100644 --- a/src/core/net/socket.hpp +++ b/src/core/net/socket.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/tcp.hpp b/src/core/net/tcp.hpp index cb5d776270f..df0b23f86e4 100644 --- a/src/core/net/tcp.hpp +++ b/src/core/net/tcp.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/udp6.cpp b/src/core/net/udp6.cpp index 9706940aed5..d5a00d82b5d 100644 --- a/src/core/net/udp6.cpp +++ b/src/core/net/udp6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/net/udp6.hpp b/src/core/net/udp6.hpp index c00749e62bc..550ab6b6850 100644 --- a/src/core/net/udp6.hpp +++ b/src/core/net/udp6.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/openthread-core-config.h b/src/core/openthread-core-config.h index 8d0721202d4..72824f115da 100644 --- a/src/core/openthread-core-config.h +++ b/src/core/openthread-core-config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/openthread-core-default-config.h b/src/core/openthread-core-default-config.h index b69ce15d312..003eec36cb4 100644 --- a/src/core/openthread-core-default-config.h +++ b/src/core/openthread-core-default-config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/openthread.cpp b/src/core/openthread.cpp index 089fab2f977..111a32b782c 100644 --- a/src/core/openthread.cpp +++ b/src/core/openthread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/address_resolver.cpp b/src/core/thread/address_resolver.cpp index 46d8051356f..7ccff91e5cd 100644 --- a/src/core/thread/address_resolver.cpp +++ b/src/core/thread/address_resolver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/address_resolver.hpp b/src/core/thread/address_resolver.hpp index b22c3fa7f7e..4c50ca2f09d 100644 --- a/src/core/thread/address_resolver.hpp +++ b/src/core/thread/address_resolver.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/key_manager.cpp b/src/core/thread/key_manager.cpp index d38009a74c0..d3bf3d79d38 100644 --- a/src/core/thread/key_manager.cpp +++ b/src/core/thread/key_manager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/key_manager.hpp b/src/core/thread/key_manager.hpp index 19b216fa651..eb394fcb1b6 100644 --- a/src/core/thread/key_manager.hpp +++ b/src/core/thread/key_manager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/link_quality.cpp b/src/core/thread/link_quality.cpp index b4932724342..5329a190633 100644 --- a/src/core/thread/link_quality.cpp +++ b/src/core/thread/link_quality.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/link_quality.hpp b/src/core/thread/link_quality.hpp index 57532ef7b0b..4fad6d8ef4e 100644 --- a/src/core/thread/link_quality.hpp +++ b/src/core/thread/link_quality.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/lowpan.cpp b/src/core/thread/lowpan.cpp index b6da543f586..3f3181a6e2a 100644 --- a/src/core/thread/lowpan.cpp +++ b/src/core/thread/lowpan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/lowpan.hpp b/src/core/thread/lowpan.hpp index 8ab9f56071e..e86099aa73c 100644 --- a/src/core/thread/lowpan.hpp +++ b/src/core/thread/lowpan.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/mesh_forwarder.cpp b/src/core/thread/mesh_forwarder.cpp index 2e3fd2663d6..5c64c7c604e 100644 --- a/src/core/thread/mesh_forwarder.cpp +++ b/src/core/thread/mesh_forwarder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/mesh_forwarder.hpp b/src/core/thread/mesh_forwarder.hpp index 3ed239c77dc..018fad2690b 100644 --- a/src/core/thread/mesh_forwarder.hpp +++ b/src/core/thread/mesh_forwarder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/meshcop_dataset.cpp b/src/core/thread/meshcop_dataset.cpp index 1416c442c99..0784546b6ac 100644 --- a/src/core/thread/meshcop_dataset.cpp +++ b/src/core/thread/meshcop_dataset.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/meshcop_dataset.hpp b/src/core/thread/meshcop_dataset.hpp index 272c578c38a..685ca4d6e1b 100644 --- a/src/core/thread/meshcop_dataset.hpp +++ b/src/core/thread/meshcop_dataset.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/meshcop_dataset_manager.cpp b/src/core/thread/meshcop_dataset_manager.cpp index 2163c753f37..124fa12af95 100644 --- a/src/core/thread/meshcop_dataset_manager.cpp +++ b/src/core/thread/meshcop_dataset_manager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/meshcop_dataset_manager.hpp b/src/core/thread/meshcop_dataset_manager.hpp index ffd956c0d41..abb96a9e193 100644 --- a/src/core/thread/meshcop_dataset_manager.hpp +++ b/src/core/thread/meshcop_dataset_manager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/meshcop_tlvs.cpp b/src/core/thread/meshcop_tlvs.cpp index 28982118a3d..e1ac0e236e4 100644 --- a/src/core/thread/meshcop_tlvs.cpp +++ b/src/core/thread/meshcop_tlvs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/meshcop_tlvs.hpp b/src/core/thread/meshcop_tlvs.hpp index 1610867a0e1..bb6083afd0c 100644 --- a/src/core/thread/meshcop_tlvs.hpp +++ b/src/core/thread/meshcop_tlvs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/mle.cpp b/src/core/thread/mle.cpp index 5b2202cfce2..0b6fd5260de 100644 --- a/src/core/thread/mle.cpp +++ b/src/core/thread/mle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/mle.hpp b/src/core/thread/mle.hpp index 2cb42453242..e8439dff5f3 100644 --- a/src/core/thread/mle.hpp +++ b/src/core/thread/mle.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/mle_constants.hpp b/src/core/thread/mle_constants.hpp index 08b4646053e..da75fb94d72 100644 --- a/src/core/thread/mle_constants.hpp +++ b/src/core/thread/mle_constants.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/mle_router.cpp b/src/core/thread/mle_router.cpp index 3fe1fac57fe..c9ead7b406e 100644 --- a/src/core/thread/mle_router.cpp +++ b/src/core/thread/mle_router.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/mle_router.hpp b/src/core/thread/mle_router.hpp index 68a29a97302..a6259987d55 100644 --- a/src/core/thread/mle_router.hpp +++ b/src/core/thread/mle_router.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/mle_tlvs.cpp b/src/core/thread/mle_tlvs.cpp index 851018db37c..1a02e0afcbe 100644 --- a/src/core/thread/mle_tlvs.cpp +++ b/src/core/thread/mle_tlvs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/mle_tlvs.hpp b/src/core/thread/mle_tlvs.hpp index 779ad098477..b74317773f4 100644 --- a/src/core/thread/mle_tlvs.hpp +++ b/src/core/thread/mle_tlvs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/network_data.cpp b/src/core/thread/network_data.cpp index 256e46a615e..92bdeda9afa 100644 --- a/src/core/thread/network_data.cpp +++ b/src/core/thread/network_data.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/network_data.hpp b/src/core/thread/network_data.hpp index dab49fc12d1..c1a7fe9007c 100644 --- a/src/core/thread/network_data.hpp +++ b/src/core/thread/network_data.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/network_data_leader.cpp b/src/core/thread/network_data_leader.cpp index 5ba4e30fb86..3a183a1bc03 100644 --- a/src/core/thread/network_data_leader.cpp +++ b/src/core/thread/network_data_leader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/network_data_leader.hpp b/src/core/thread/network_data_leader.hpp index 776276909d8..eae07119511 100644 --- a/src/core/thread/network_data_leader.hpp +++ b/src/core/thread/network_data_leader.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/network_data_local.cpp b/src/core/thread/network_data_local.cpp index 3306d15d36e..18d9f717199 100644 --- a/src/core/thread/network_data_local.cpp +++ b/src/core/thread/network_data_local.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/network_data_local.hpp b/src/core/thread/network_data_local.hpp index 85b627d9ba2..428286ac77e 100644 --- a/src/core/thread/network_data_local.hpp +++ b/src/core/thread/network_data_local.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/network_data_tlvs.hpp b/src/core/thread/network_data_tlvs.hpp index c3f9c3482e6..dcf3118b538 100644 --- a/src/core/thread/network_data_tlvs.hpp +++ b/src/core/thread/network_data_tlvs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/panid_query_server.cpp b/src/core/thread/panid_query_server.cpp index cf29de780eb..c29a20efdbe 100644 --- a/src/core/thread/panid_query_server.cpp +++ b/src/core/thread/panid_query_server.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/panid_query_server.hpp b/src/core/thread/panid_query_server.hpp index b7dc976a065..37d9ffd1866 100644 --- a/src/core/thread/panid_query_server.hpp +++ b/src/core/thread/panid_query_server.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/thread_netif.cpp b/src/core/thread/thread_netif.cpp index 05780d46a24..8a6d597db54 100644 --- a/src/core/thread/thread_netif.cpp +++ b/src/core/thread/thread_netif.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/thread_netif.hpp b/src/core/thread/thread_netif.hpp index 3ab34180556..c0cae5047c1 100644 --- a/src/core/thread/thread_netif.hpp +++ b/src/core/thread/thread_netif.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/thread_tlvs.cpp b/src/core/thread/thread_tlvs.cpp index 10db5a497ca..52d1667481d 100644 --- a/src/core/thread/thread_tlvs.cpp +++ b/src/core/thread/thread_tlvs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/thread_tlvs.hpp b/src/core/thread/thread_tlvs.hpp index 26d104dea80..91edf8d9a1a 100644 --- a/src/core/thread/thread_tlvs.hpp +++ b/src/core/thread/thread_tlvs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/thread_uris.hpp b/src/core/thread/thread_uris.hpp index dc07c375e4b..40a186feb65 100644 --- a/src/core/thread/thread_uris.hpp +++ b/src/core/thread/thread_uris.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/thread/topology.hpp b/src/core/thread/topology.hpp index ce3354886fd..958face3580 100644 --- a/src/core/thread/topology.hpp +++ b/src/core/thread/topology.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/diag/Makefile.am b/src/diag/Makefile.am index 173bea9fd37..78717e80ded 100644 --- a/src/diag/Makefile.am +++ b/src/diag/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/diag/diag_process.cpp b/src/diag/diag_process.cpp index 16730be8dcd..c049bcc22a8 100644 --- a/src/diag/diag_process.cpp +++ b/src/diag/diag_process.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/diag/diag_process.hpp b/src/diag/diag_process.hpp index 98c01238400..e13084ebf4f 100644 --- a/src/diag/diag_process.hpp +++ b/src/diag/diag_process.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/diag/openthread-diag.cpp b/src/diag/openthread-diag.cpp index fd8f2bd74e4..ccd7eab5f47 100644 --- a/src/diag/openthread-diag.cpp +++ b/src/diag/openthread-diag.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/Makefile.am b/src/ncp/Makefile.am index eb3b7ba9297..6e9f413021b 100644 --- a/src/ncp/Makefile.am +++ b/src/ncp/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/flen.cpp b/src/ncp/flen.cpp index 46c271005b7..ffb256f4090 100644 --- a/src/ncp/flen.cpp +++ b/src/ncp/flen.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/flen.hpp b/src/ncp/flen.hpp index ad485c50b23..de04be7f9be 100644 --- a/src/ncp/flen.hpp +++ b/src/ncp/flen.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/hdlc.cpp b/src/ncp/hdlc.cpp index 0dcd5c65acc..0887031c786 100644 --- a/src/ncp/hdlc.cpp +++ b/src/ncp/hdlc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/hdlc.hpp b/src/ncp/hdlc.hpp index 3719049d51a..4585db01c19 100644 --- a/src/ncp/hdlc.hpp +++ b/src/ncp/hdlc.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/ncp_base.cpp b/src/ncp/ncp_base.cpp index cc15ad54d81..d8442054301 100644 --- a/src/ncp/ncp_base.cpp +++ b/src/ncp/ncp_base.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/ncp_base.hpp b/src/ncp/ncp_base.hpp index 71b462eb113..48e0c261e72 100644 --- a/src/ncp/ncp_base.hpp +++ b/src/ncp/ncp_base.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/ncp_buffer.cpp b/src/ncp/ncp_buffer.cpp index 84d480745f3..11394dc91a7 100644 --- a/src/ncp/ncp_buffer.cpp +++ b/src/ncp/ncp_buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/ncp_buffer.hpp b/src/ncp/ncp_buffer.hpp index 0e52855494e..d93f167330b 100644 --- a/src/ncp/ncp_buffer.hpp +++ b/src/ncp/ncp_buffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/ncp_spi.cpp b/src/ncp/ncp_spi.cpp index a90bb970cb6..b8fe9f61f06 100644 --- a/src/ncp/ncp_spi.cpp +++ b/src/ncp/ncp_spi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/ncp_spi.hpp b/src/ncp/ncp_spi.hpp index 4a8d85999d0..391a8da2bed 100644 --- a/src/ncp/ncp_spi.hpp +++ b/src/ncp/ncp_spi.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/ncp_uart.cpp b/src/ncp/ncp_uart.cpp index 0b760172df9..491d584b6f3 100644 --- a/src/ncp/ncp_uart.cpp +++ b/src/ncp/ncp_uart.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/ncp_uart.hpp b/src/ncp/ncp_uart.hpp index ce7ac1a4d76..0c193aa2bd2 100644 --- a/src/ncp/ncp_uart.hpp +++ b/src/ncp/ncp_uart.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/spinel.c b/src/ncp/spinel.c index 10cffc3401a..7b7e78605b0 100644 --- a/src/ncp/spinel.c +++ b/src/ncp/spinel.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ncp/spinel.h b/src/ncp/spinel.h index 0b5f8e3fdae..91655c828cc 100644 --- a/src/ncp/spinel.h +++ b/src/ncp/spinel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/Makefile.am b/tests/Makefile.am index e3cfabb588c..b94e4be316e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/Makefile.am b/tests/scripts/Makefile.am index ef590dff1f1..852ee6d0730 100644 --- a/tests/scripts/Makefile.am +++ b/tests/scripts/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py b/tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py index 23997d9f8ee..9c53063c810 100755 --- a/tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py +++ b/tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py b/tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py index e709a23bee7..cf8198f7043 100755 --- a/tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py +++ b/tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_03_RouterAddressReallocation.py b/tests/scripts/thread-cert/Cert_5_1_03_RouterAddressReallocation.py index 50796aa39eb..f11a18dcca3 100755 --- a/tests/scripts/thread-cert/Cert_5_1_03_RouterAddressReallocation.py +++ b/tests/scripts/thread-cert/Cert_5_1_03_RouterAddressReallocation.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_04_RouterAddressReallocation.py b/tests/scripts/thread-cert/Cert_5_1_04_RouterAddressReallocation.py index cf7a8e2fbb0..1a0b3f74083 100755 --- a/tests/scripts/thread-cert/Cert_5_1_04_RouterAddressReallocation.py +++ b/tests/scripts/thread-cert/Cert_5_1_04_RouterAddressReallocation.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_05_RouterAddressTimeout.py b/tests/scripts/thread-cert/Cert_5_1_05_RouterAddressTimeout.py index ef7b996fb82..5bbd015f36e 100755 --- a/tests/scripts/thread-cert/Cert_5_1_05_RouterAddressTimeout.py +++ b/tests/scripts/thread-cert/Cert_5_1_05_RouterAddressTimeout.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_06_RemoveRouterId.py b/tests/scripts/thread-cert/Cert_5_1_06_RemoveRouterId.py index a88ee3832dc..41a0c24228f 100755 --- a/tests/scripts/thread-cert/Cert_5_1_06_RemoveRouterId.py +++ b/tests/scripts/thread-cert/Cert_5_1_06_RemoveRouterId.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_07_MaxChildCount.py b/tests/scripts/thread-cert/Cert_5_1_07_MaxChildCount.py index aec6d131a30..9653bfaaa39 100755 --- a/tests/scripts/thread-cert/Cert_5_1_07_MaxChildCount.py +++ b/tests/scripts/thread-cert/Cert_5_1_07_MaxChildCount.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_08_RouterAttachConnectivity.py b/tests/scripts/thread-cert/Cert_5_1_08_RouterAttachConnectivity.py index f8f6eaea697..3313b80792f 100755 --- a/tests/scripts/thread-cert/Cert_5_1_08_RouterAttachConnectivity.py +++ b/tests/scripts/thread-cert/Cert_5_1_08_RouterAttachConnectivity.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_09_REEDAttachConnectivity.py b/tests/scripts/thread-cert/Cert_5_1_09_REEDAttachConnectivity.py index c2faa2153f1..66cf87dfd8f 100755 --- a/tests/scripts/thread-cert/Cert_5_1_09_REEDAttachConnectivity.py +++ b/tests/scripts/thread-cert/Cert_5_1_09_REEDAttachConnectivity.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_10_RouterAttachLinkQuality.py b/tests/scripts/thread-cert/Cert_5_1_10_RouterAttachLinkQuality.py index 90c55dd3ebd..07706d64b42 100755 --- a/tests/scripts/thread-cert/Cert_5_1_10_RouterAttachLinkQuality.py +++ b/tests/scripts/thread-cert/Cert_5_1_10_RouterAttachLinkQuality.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_11_REEDAttachLinkQuality.py b/tests/scripts/thread-cert/Cert_5_1_11_REEDAttachLinkQuality.py index 979888e6c02..d78273a8900 100755 --- a/tests/scripts/thread-cert/Cert_5_1_11_REEDAttachLinkQuality.py +++ b/tests/scripts/thread-cert/Cert_5_1_11_REEDAttachLinkQuality.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_12_NewRouterNeighborSync.py b/tests/scripts/thread-cert/Cert_5_1_12_NewRouterNeighborSync.py index 96d4fd2e3f0..d4897a4e781 100755 --- a/tests/scripts/thread-cert/Cert_5_1_12_NewRouterNeighborSync.py +++ b/tests/scripts/thread-cert/Cert_5_1_12_NewRouterNeighborSync.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_1_13_RouterReset.py b/tests/scripts/thread-cert/Cert_5_1_13_RouterReset.py index 3ab64351ee6..6de36e1808c 100755 --- a/tests/scripts/thread-cert/Cert_5_1_13_RouterReset.py +++ b/tests/scripts/thread-cert/Cert_5_1_13_RouterReset.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_2_01_BecomeActiveRouter.py b/tests/scripts/thread-cert/Cert_5_2_01_BecomeActiveRouter.py index fca5c8cca8e..a55a809e321 100755 --- a/tests/scripts/thread-cert/Cert_5_2_01_BecomeActiveRouter.py +++ b/tests/scripts/thread-cert/Cert_5_2_01_BecomeActiveRouter.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_2_02_LeaderReject1Hop.py b/tests/scripts/thread-cert/Cert_5_2_02_LeaderReject1Hop.py index 9533748ed62..9476f3b1d75 100755 --- a/tests/scripts/thread-cert/Cert_5_2_02_LeaderReject1Hop.py +++ b/tests/scripts/thread-cert/Cert_5_2_02_LeaderReject1Hop.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_2_03_LeaderReject2Hops.py b/tests/scripts/thread-cert/Cert_5_2_03_LeaderReject2Hops.py index 4f0138a8f51..425f103ae91 100755 --- a/tests/scripts/thread-cert/Cert_5_2_03_LeaderReject2Hops.py +++ b/tests/scripts/thread-cert/Cert_5_2_03_LeaderReject2Hops.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_2_04_REEDUpgrade.py b/tests/scripts/thread-cert/Cert_5_2_04_REEDUpgrade.py index 0cbda8436f3..3af8235eb37 100755 --- a/tests/scripts/thread-cert/Cert_5_2_04_REEDUpgrade.py +++ b/tests/scripts/thread-cert/Cert_5_2_04_REEDUpgrade.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_2_05_AddressQuery.py b/tests/scripts/thread-cert/Cert_5_2_05_AddressQuery.py index 4dcc3acab95..3714b54fc24 100755 --- a/tests/scripts/thread-cert/Cert_5_2_05_AddressQuery.py +++ b/tests/scripts/thread-cert/Cert_5_2_05_AddressQuery.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_2_07_REEDSynchronization.py b/tests/scripts/thread-cert/Cert_5_2_07_REEDSynchronization.py index 6caca13c04a..f49667c6721 100755 --- a/tests/scripts/thread-cert/Cert_5_2_07_REEDSynchronization.py +++ b/tests/scripts/thread-cert/Cert_5_2_07_REEDSynchronization.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_3_01_LinkLocal.py b/tests/scripts/thread-cert/Cert_5_3_01_LinkLocal.py index da045b7a194..3d617719b1f 100755 --- a/tests/scripts/thread-cert/Cert_5_3_01_LinkLocal.py +++ b/tests/scripts/thread-cert/Cert_5_3_01_LinkLocal.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_3_02_RealmLocal.py b/tests/scripts/thread-cert/Cert_5_3_02_RealmLocal.py index 7d3e82352c2..18c621a109c 100755 --- a/tests/scripts/thread-cert/Cert_5_3_02_RealmLocal.py +++ b/tests/scripts/thread-cert/Cert_5_3_02_RealmLocal.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_3_03_AddressQuery.py b/tests/scripts/thread-cert/Cert_5_3_03_AddressQuery.py index 2abf37f3b71..e8f914cb1aa 100755 --- a/tests/scripts/thread-cert/Cert_5_3_03_AddressQuery.py +++ b/tests/scripts/thread-cert/Cert_5_3_03_AddressQuery.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_3_04_AddressMapCache.py b/tests/scripts/thread-cert/Cert_5_3_04_AddressMapCache.py index e4647d0dfd5..76f22e0b0d8 100755 --- a/tests/scripts/thread-cert/Cert_5_3_04_AddressMapCache.py +++ b/tests/scripts/thread-cert/Cert_5_3_04_AddressMapCache.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_3_05_RoutingLinkQuality.py b/tests/scripts/thread-cert/Cert_5_3_05_RoutingLinkQuality.py index a5e2ac44fe4..1f050bdc4c3 100755 --- a/tests/scripts/thread-cert/Cert_5_3_05_RoutingLinkQuality.py +++ b/tests/scripts/thread-cert/Cert_5_3_05_RoutingLinkQuality.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_3_06_RouterIdMask.py b/tests/scripts/thread-cert/Cert_5_3_06_RouterIdMask.py index 8699734390f..2fc5631f556 100755 --- a/tests/scripts/thread-cert/Cert_5_3_06_RouterIdMask.py +++ b/tests/scripts/thread-cert/Cert_5_3_06_RouterIdMask.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_3_06b_RouterIdMask.py b/tests/scripts/thread-cert/Cert_5_3_06b_RouterIdMask.py index f3c852eb398..17aed214cf4 100755 --- a/tests/scripts/thread-cert/Cert_5_3_06b_RouterIdMask.py +++ b/tests/scripts/thread-cert/Cert_5_3_06b_RouterIdMask.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_3_07_DuplicateAddress.py b/tests/scripts/thread-cert/Cert_5_3_07_DuplicateAddress.py index 2bf1a21dac9..925186124fa 100755 --- a/tests/scripts/thread-cert/Cert_5_3_07_DuplicateAddress.py +++ b/tests/scripts/thread-cert/Cert_5_3_07_DuplicateAddress.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_3_08_ChildAddressSet.py b/tests/scripts/thread-cert/Cert_5_3_08_ChildAddressSet.py index d43ffa9058a..279d0ad819f 100755 --- a/tests/scripts/thread-cert/Cert_5_3_08_ChildAddressSet.py +++ b/tests/scripts/thread-cert/Cert_5_3_08_ChildAddressSet.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_3_10_AddressQuery.py b/tests/scripts/thread-cert/Cert_5_3_10_AddressQuery.py index 45f5be8409d..adf3688defb 100755 --- a/tests/scripts/thread-cert/Cert_5_3_10_AddressQuery.py +++ b/tests/scripts/thread-cert/Cert_5_3_10_AddressQuery.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_5_01_LeaderReset.py b/tests/scripts/thread-cert/Cert_5_5_01_LeaderReset.py index d8d3ad557c0..783e9838d7c 100755 --- a/tests/scripts/thread-cert/Cert_5_5_01_LeaderReset.py +++ b/tests/scripts/thread-cert/Cert_5_5_01_LeaderReset.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_5_02_LeaderReboot.py b/tests/scripts/thread-cert/Cert_5_5_02_LeaderReboot.py index 80cdb30e6a5..1fb86f14c5f 100755 --- a/tests/scripts/thread-cert/Cert_5_5_02_LeaderReboot.py +++ b/tests/scripts/thread-cert/Cert_5_5_02_LeaderReboot.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_5_03_SplitMergeChildren.py b/tests/scripts/thread-cert/Cert_5_5_03_SplitMergeChildren.py index ed4f8a1ee6b..9c6e70f0799 100755 --- a/tests/scripts/thread-cert/Cert_5_5_03_SplitMergeChildren.py +++ b/tests/scripts/thread-cert/Cert_5_5_03_SplitMergeChildren.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_5_04_SplitMergeRouters.py b/tests/scripts/thread-cert/Cert_5_5_04_SplitMergeRouters.py index 8279e8f9495..083e2263b29 100755 --- a/tests/scripts/thread-cert/Cert_5_5_04_SplitMergeRouters.py +++ b/tests/scripts/thread-cert/Cert_5_5_04_SplitMergeRouters.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_5_05_SplitMergeREED.py b/tests/scripts/thread-cert/Cert_5_5_05_SplitMergeREED.py index 6b9f2710a73..f6a82e75cae 100755 --- a/tests/scripts/thread-cert/Cert_5_5_05_SplitMergeREED.py +++ b/tests/scripts/thread-cert/Cert_5_5_05_SplitMergeREED.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_5_06_SplitWeight.py b/tests/scripts/thread-cert/Cert_5_5_06_SplitWeight.py index 8e0a016d100..927c474a714 100755 --- a/tests/scripts/thread-cert/Cert_5_5_06_SplitWeight.py +++ b/tests/scripts/thread-cert/Cert_5_5_06_SplitWeight.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_5_07_SplitMergeThreeWay.py b/tests/scripts/thread-cert/Cert_5_5_07_SplitMergeThreeWay.py index d27db819b33..287d6e91e12 100755 --- a/tests/scripts/thread-cert/Cert_5_5_07_SplitMergeThreeWay.py +++ b/tests/scripts/thread-cert/Cert_5_5_07_SplitMergeThreeWay.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_5_08_SplitRoutersLostLeader.py b/tests/scripts/thread-cert/Cert_5_5_08_SplitRoutersLostLeader.py index 5f18800376a..56a41a81a7a 100755 --- a/tests/scripts/thread-cert/Cert_5_5_08_SplitRoutersLostLeader.py +++ b/tests/scripts/thread-cert/Cert_5_5_08_SplitRoutersLostLeader.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_6_01_NetworkDataRegisterBeforeAttachLeader.py b/tests/scripts/thread-cert/Cert_5_6_01_NetworkDataRegisterBeforeAttachLeader.py index 3652eb7125b..6f90d6b9c19 100755 --- a/tests/scripts/thread-cert/Cert_5_6_01_NetworkDataRegisterBeforeAttachLeader.py +++ b/tests/scripts/thread-cert/Cert_5_6_01_NetworkDataRegisterBeforeAttachLeader.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_6_02_NetworkDataRegisterBeforeAttachRouter.py b/tests/scripts/thread-cert/Cert_5_6_02_NetworkDataRegisterBeforeAttachRouter.py index 2314803ad18..a05b660402e 100755 --- a/tests/scripts/thread-cert/Cert_5_6_02_NetworkDataRegisterBeforeAttachRouter.py +++ b/tests/scripts/thread-cert/Cert_5_6_02_NetworkDataRegisterBeforeAttachRouter.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_6_03_NetworkDataRegisterAfterAttachLeader.py b/tests/scripts/thread-cert/Cert_5_6_03_NetworkDataRegisterAfterAttachLeader.py index c070fe810ec..671037eea26 100755 --- a/tests/scripts/thread-cert/Cert_5_6_03_NetworkDataRegisterAfterAttachLeader.py +++ b/tests/scripts/thread-cert/Cert_5_6_03_NetworkDataRegisterAfterAttachLeader.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_6_04_NetworkDataRegisterAfterAttachRouter.py b/tests/scripts/thread-cert/Cert_5_6_04_NetworkDataRegisterAfterAttachRouter.py index 07df39ade98..a1efdd55828 100755 --- a/tests/scripts/thread-cert/Cert_5_6_04_NetworkDataRegisterAfterAttachRouter.py +++ b/tests/scripts/thread-cert/Cert_5_6_04_NetworkDataRegisterAfterAttachRouter.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_6_05_NetworkDataRegisterAfterAttachRouter.py b/tests/scripts/thread-cert/Cert_5_6_05_NetworkDataRegisterAfterAttachRouter.py index 55fec0cb968..8b75cebcfbf 100755 --- a/tests/scripts/thread-cert/Cert_5_6_05_NetworkDataRegisterAfterAttachRouter.py +++ b/tests/scripts/thread-cert/Cert_5_6_05_NetworkDataRegisterAfterAttachRouter.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_6_06_NetworkDataExpiration.py b/tests/scripts/thread-cert/Cert_5_6_06_NetworkDataExpiration.py index 7abdd774394..70cc428d35f 100755 --- a/tests/scripts/thread-cert/Cert_5_6_06_NetworkDataExpiration.py +++ b/tests/scripts/thread-cert/Cert_5_6_06_NetworkDataExpiration.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_6_07_NetworkDataRequestREED.py b/tests/scripts/thread-cert/Cert_5_6_07_NetworkDataRequestREED.py index 6a210fab0fc..4396a61b64b 100755 --- a/tests/scripts/thread-cert/Cert_5_6_07_NetworkDataRequestREED.py +++ b/tests/scripts/thread-cert/Cert_5_6_07_NetworkDataRequestREED.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_6_08_ContextManagement.py b/tests/scripts/thread-cert/Cert_5_6_08_ContextManagement.py index 3d3cce4a903..a49209beec3 100755 --- a/tests/scripts/thread-cert/Cert_5_6_08_ContextManagement.py +++ b/tests/scripts/thread-cert/Cert_5_6_08_ContextManagement.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_6_09_NetworkDataForwarding.py b/tests/scripts/thread-cert/Cert_5_6_09_NetworkDataForwarding.py index c40fc8ee11c..4ddd5ea4d7c 100755 --- a/tests/scripts/thread-cert/Cert_5_6_09_NetworkDataForwarding.py +++ b/tests/scripts/thread-cert/Cert_5_6_09_NetworkDataForwarding.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_8_01_KeySynchronization.py b/tests/scripts/thread-cert/Cert_5_8_01_KeySynchronization.py index bd17a9cfda8..135f63f5137 100755 --- a/tests/scripts/thread-cert/Cert_5_8_01_KeySynchronization.py +++ b/tests/scripts/thread-cert/Cert_5_8_01_KeySynchronization.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_8_02_KeyIncrement.py b/tests/scripts/thread-cert/Cert_5_8_02_KeyIncrement.py index 4aeabe8ab81..751f5134ab6 100755 --- a/tests/scripts/thread-cert/Cert_5_8_02_KeyIncrement.py +++ b/tests/scripts/thread-cert/Cert_5_8_02_KeyIncrement.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_5_8_03_KeyIncrementRollOver.py b/tests/scripts/thread-cert/Cert_5_8_03_KeyIncrementRollOver.py index e41922d9b83..86f48a88fa8 100755 --- a/tests/scripts/thread-cert/Cert_5_8_03_KeyIncrementRollOver.py +++ b/tests/scripts/thread-cert/Cert_5_8_03_KeyIncrementRollOver.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_1_01_RouterAttach.py b/tests/scripts/thread-cert/Cert_6_1_01_RouterAttach.py index 2dabbf12899..dd05b89b00e 100755 --- a/tests/scripts/thread-cert/Cert_6_1_01_RouterAttach.py +++ b/tests/scripts/thread-cert/Cert_6_1_01_RouterAttach.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_1_02_REEDAttach.py b/tests/scripts/thread-cert/Cert_6_1_02_REEDAttach.py index 2926b2abb49..649c5ba523f 100755 --- a/tests/scripts/thread-cert/Cert_6_1_02_REEDAttach.py +++ b/tests/scripts/thread-cert/Cert_6_1_02_REEDAttach.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_1_03_RouterAttachConnectivity.py b/tests/scripts/thread-cert/Cert_6_1_03_RouterAttachConnectivity.py index 8e07c13a37e..aa5c3564074 100755 --- a/tests/scripts/thread-cert/Cert_6_1_03_RouterAttachConnectivity.py +++ b/tests/scripts/thread-cert/Cert_6_1_03_RouterAttachConnectivity.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_1_04_REEDAttachConnectivity.py b/tests/scripts/thread-cert/Cert_6_1_04_REEDAttachConnectivity.py index 5aecb74822b..647dca9fb34 100755 --- a/tests/scripts/thread-cert/Cert_6_1_04_REEDAttachConnectivity.py +++ b/tests/scripts/thread-cert/Cert_6_1_04_REEDAttachConnectivity.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_1_05_RouterAttachLinkQuality.py b/tests/scripts/thread-cert/Cert_6_1_05_RouterAttachLinkQuality.py index e6405fff1e1..c61b9527125 100755 --- a/tests/scripts/thread-cert/Cert_6_1_05_RouterAttachLinkQuality.py +++ b/tests/scripts/thread-cert/Cert_6_1_05_RouterAttachLinkQuality.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_1_06_REEDAttachLinkQuality.py b/tests/scripts/thread-cert/Cert_6_1_06_REEDAttachLinkQuality.py index 3a6b00067c5..9824ac0003c 100755 --- a/tests/scripts/thread-cert/Cert_6_1_06_REEDAttachLinkQuality.py +++ b/tests/scripts/thread-cert/Cert_6_1_06_REEDAttachLinkQuality.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_1_07_EDSynchronization.py b/tests/scripts/thread-cert/Cert_6_1_07_EDSynchronization.py index 81b88dcec2a..d294ed9e0f9 100755 --- a/tests/scripts/thread-cert/Cert_6_1_07_EDSynchronization.py +++ b/tests/scripts/thread-cert/Cert_6_1_07_EDSynchronization.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_2_01_NewPartition.py b/tests/scripts/thread-cert/Cert_6_2_01_NewPartition.py index 95582a6d4ab..4b69be520e3 100755 --- a/tests/scripts/thread-cert/Cert_6_2_01_NewPartition.py +++ b/tests/scripts/thread-cert/Cert_6_2_01_NewPartition.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_2_02_NewPartition.py b/tests/scripts/thread-cert/Cert_6_2_02_NewPartition.py index fa019359640..f2718457cf8 100755 --- a/tests/scripts/thread-cert/Cert_6_2_02_NewPartition.py +++ b/tests/scripts/thread-cert/Cert_6_2_02_NewPartition.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_3_01_OrphanReattach.py b/tests/scripts/thread-cert/Cert_6_3_01_OrphanReattach.py index 5d3519ee435..4b56b1dc737 100755 --- a/tests/scripts/thread-cert/Cert_6_3_01_OrphanReattach.py +++ b/tests/scripts/thread-cert/Cert_6_3_01_OrphanReattach.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_3_02_NetworkDataUpdate.py b/tests/scripts/thread-cert/Cert_6_3_02_NetworkDataUpdate.py index 666913cf9a7..25bcc171b94 100755 --- a/tests/scripts/thread-cert/Cert_6_3_02_NetworkDataUpdate.py +++ b/tests/scripts/thread-cert/Cert_6_3_02_NetworkDataUpdate.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_4_01_LinkLocal.py b/tests/scripts/thread-cert/Cert_6_4_01_LinkLocal.py index a97a67601c3..27a71d07e8b 100755 --- a/tests/scripts/thread-cert/Cert_6_4_01_LinkLocal.py +++ b/tests/scripts/thread-cert/Cert_6_4_01_LinkLocal.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_4_02_RealmLocal.py b/tests/scripts/thread-cert/Cert_6_4_02_RealmLocal.py index 4f167312dfd..487d235be15 100755 --- a/tests/scripts/thread-cert/Cert_6_4_02_RealmLocal.py +++ b/tests/scripts/thread-cert/Cert_6_4_02_RealmLocal.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_5_01_ChildResetSynchronize.py b/tests/scripts/thread-cert/Cert_6_5_01_ChildResetSynchronize.py index 9eb8895d443..c6c5c0a5ee0 100755 --- a/tests/scripts/thread-cert/Cert_6_5_01_ChildResetSynchronize.py +++ b/tests/scripts/thread-cert/Cert_6_5_01_ChildResetSynchronize.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_5_02_ChildResetReattach.py b/tests/scripts/thread-cert/Cert_6_5_02_ChildResetReattach.py index b13ec2f8310..e7760434edf 100755 --- a/tests/scripts/thread-cert/Cert_6_5_02_ChildResetReattach.py +++ b/tests/scripts/thread-cert/Cert_6_5_02_ChildResetReattach.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_6_01_KeyIncrement.py b/tests/scripts/thread-cert/Cert_6_6_01_KeyIncrement.py index fcd3e36d51b..1f7ba2a10b6 100755 --- a/tests/scripts/thread-cert/Cert_6_6_01_KeyIncrement.py +++ b/tests/scripts/thread-cert/Cert_6_6_01_KeyIncrement.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_6_6_02_KeyIncrementRollOver.py b/tests/scripts/thread-cert/Cert_6_6_02_KeyIncrementRollOver.py index c4d401d058b..0077333c566 100755 --- a/tests/scripts/thread-cert/Cert_6_6_02_KeyIncrementRollOver.py +++ b/tests/scripts/thread-cert/Cert_6_6_02_KeyIncrementRollOver.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_7_1_01_BorderRouterAsLeader.py b/tests/scripts/thread-cert/Cert_7_1_01_BorderRouterAsLeader.py index 2a7170828d9..fe4f9be3acc 100755 --- a/tests/scripts/thread-cert/Cert_7_1_01_BorderRouterAsLeader.py +++ b/tests/scripts/thread-cert/Cert_7_1_01_BorderRouterAsLeader.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_7_1_02_BorderRouterAsRouter.py b/tests/scripts/thread-cert/Cert_7_1_02_BorderRouterAsRouter.py index 16da935de2e..18f4f98a3ed 100755 --- a/tests/scripts/thread-cert/Cert_7_1_02_BorderRouterAsRouter.py +++ b/tests/scripts/thread-cert/Cert_7_1_02_BorderRouterAsRouter.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_7_1_03_BorderRouterAsLeader.py b/tests/scripts/thread-cert/Cert_7_1_03_BorderRouterAsLeader.py index 4f9ecbf4c30..50fc4f1e4f6 100755 --- a/tests/scripts/thread-cert/Cert_7_1_03_BorderRouterAsLeader.py +++ b/tests/scripts/thread-cert/Cert_7_1_03_BorderRouterAsLeader.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_7_1_04_BorderRouterAsRouter.py b/tests/scripts/thread-cert/Cert_7_1_04_BorderRouterAsRouter.py index d79263d746d..0045eb1b81d 100755 --- a/tests/scripts/thread-cert/Cert_7_1_04_BorderRouterAsRouter.py +++ b/tests/scripts/thread-cert/Cert_7_1_04_BorderRouterAsRouter.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_7_1_05_BorderRouterAsRouter.py b/tests/scripts/thread-cert/Cert_7_1_05_BorderRouterAsRouter.py index a2bd589efc7..b222c2cd273 100755 --- a/tests/scripts/thread-cert/Cert_7_1_05_BorderRouterAsRouter.py +++ b/tests/scripts/thread-cert/Cert_7_1_05_BorderRouterAsRouter.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Cert_9_2_14_PanIdQuery.py b/tests/scripts/thread-cert/Cert_9_2_14_PanIdQuery.py index d579c698389..9dea0da324e 100755 --- a/tests/scripts/thread-cert/Cert_9_2_14_PanIdQuery.py +++ b/tests/scripts/thread-cert/Cert_9_2_14_PanIdQuery.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Test_Cli.py b/tests/scripts/thread-cert/Test_Cli.py index e8eec3e994b..952a2969234 100755 --- a/tests/scripts/thread-cert/Test_Cli.py +++ b/tests/scripts/thread-cert/Test_Cli.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/Test_MacScan.py b/tests/scripts/thread-cert/Test_MacScan.py index ac83c2182d0..f16c41262c6 100755 --- a/tests/scripts/thread-cert/Test_MacScan.py +++ b/tests/scripts/thread-cert/Test_MacScan.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/__init__.py b/tests/scripts/thread-cert/__init__.py index 6a914414c3e..27cfa467c32 100755 --- a/tests/scripts/thread-cert/__init__.py +++ b/tests/scripts/thread-cert/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/scripts/thread-cert/node.py b/tests/scripts/thread-cert/node.py index 05ef04deb49..4ac842625dd 100755 --- a/tests/scripts/thread-cert/node.py +++ b/tests/scripts/thread-cert/node.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 9a415458221..88fc2726be7 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_aes.cpp b/tests/unit/test_aes.cpp index ada828e65ee..cfa92777535 100644 --- a/tests/unit/test_aes.cpp +++ b/tests/unit/test_aes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_diag.cpp b/tests/unit/test_diag.cpp index 179150d8fde..545e76bfb03 100644 --- a/tests/unit/test_diag.cpp +++ b/tests/unit/test_diag.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_hmac_sha256.cpp b/tests/unit/test_hmac_sha256.cpp index a26566181fc..303d240d82c 100644 --- a/tests/unit/test_hmac_sha256.cpp +++ b/tests/unit/test_hmac_sha256.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_link_quality.cpp b/tests/unit/test_link_quality.cpp index 2d1b1a48cc4..0e24306d821 100644 --- a/tests/unit/test_link_quality.cpp +++ b/tests/unit/test_link_quality.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_lowpan.cpp b/tests/unit/test_lowpan.cpp index 92dd8d4a47f..19f3319a099 100644 --- a/tests/unit/test_lowpan.cpp +++ b/tests/unit/test_lowpan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_mac_frame.cpp b/tests/unit/test_mac_frame.cpp index 4e7774ef649..89f2ccdb18b 100644 --- a/tests/unit/test_mac_frame.cpp +++ b/tests/unit/test_mac_frame.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_message.cpp b/tests/unit/test_message.cpp index 996d85cb2b7..de7296c1424 100644 --- a/tests/unit/test_message.cpp +++ b/tests/unit/test_message.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_ncp_buffer.cpp b/tests/unit/test_ncp_buffer.cpp index b7118b0d475..f010b0e294f 100644 --- a/tests/unit/test_ncp_buffer.cpp +++ b/tests/unit/test_ncp_buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_timer.cpp b/tests/unit/test_timer.cpp index dfd743d2500..cd4966b201f 100644 --- a/tests/unit/test_timer.cpp +++ b/tests/unit/test_timer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_toolchain.cpp b/tests/unit/test_toolchain.cpp index df1af247243..81ca3f22307 100644 --- a/tests/unit/test_toolchain.cpp +++ b/tests/unit/test_toolchain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_util.cpp b/tests/unit/test_util.cpp index cd0dbefbe62..86ed7a1a68c 100644 --- a/tests/unit/test_util.cpp +++ b/tests/unit/test_util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_util.h b/tests/unit/test_util.h index 1b134a7554c..4c10042b2ec 100644 --- a/tests/unit/test_util.h +++ b/tests/unit/test_util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_util.hpp b/tests/unit/test_util.hpp index 8ac83321a9c..8d25f32226b 100644 --- a/tests/unit/test_util.hpp +++ b/tests/unit/test_util.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_vector.c b/tests/unit/test_vector.c index 69a1df06ead..83f7b8042c8 100644 --- a/tests/unit/test_vector.c +++ b/tests/unit/test_vector.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unit/test_vector.h b/tests/unit/test_vector.h index eea110e8550..544a2f137c9 100644 --- a/tests/unit/test_vector.h +++ b/tests/unit/test_vector.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/third_party/Makefile.am b/third_party/Makefile.am index 280101690bc..57bd26042c1 100644 --- a/third_party/Makefile.am +++ b/third_party/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/third_party/mbedtls/Makefile.am b/third_party/mbedtls/Makefile.am index 2790c3d6e97..bf38f64325c 100644 --- a/third_party/mbedtls/Makefile.am +++ b/third_party/mbedtls/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2016 Nest Labs Inc. All Rights Reserved. +# Copyright 2016 The OpenThread Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/Makefile.am b/tools/Makefile.am index 8134605a14e..3a1776067d4 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/Makefile.am b/tools/harness-automation/Makefile.am index ee709490876..72d5cee6ade 100644 --- a/tools/harness-automation/Makefile.am +++ b/tools/harness-automation/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/autothreadharness/__init__.py b/tools/harness-automation/autothreadharness/__init__.py index fb2815d2ef4..91b9b9f1ebb 100644 --- a/tools/harness-automation/autothreadharness/__init__.py +++ b/tools/harness-automation/autothreadharness/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/autothreadharness/apc_pdu_controller.py b/tools/harness-automation/autothreadharness/apc_pdu_controller.py index 6f6a2356ad4..e6e5c270127 100644 --- a/tools/harness-automation/autothreadharness/apc_pdu_controller.py +++ b/tools/harness-automation/autothreadharness/apc_pdu_controller.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/autothreadharness/harness_case.py b/tools/harness-automation/autothreadharness/harness_case.py index ee364e4514d..d0c97454e4b 100644 --- a/tools/harness-automation/autothreadharness/harness_case.py +++ b/tools/harness-automation/autothreadharness/harness_case.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/autothreadharness/harness_controller.py b/tools/harness-automation/autothreadharness/harness_controller.py index 6f833c8174b..973e99fe8a0 100644 --- a/tools/harness-automation/autothreadharness/harness_controller.py +++ b/tools/harness-automation/autothreadharness/harness_controller.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/autothreadharness/helpers.py b/tools/harness-automation/autothreadharness/helpers.py index 0d94d332f74..d948cb3b9c7 100644 --- a/tools/harness-automation/autothreadharness/helpers.py +++ b/tools/harness-automation/autothreadharness/helpers.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/autothreadharness/open_thread_controller.py b/tools/harness-automation/autothreadharness/open_thread_controller.py index 9eb3a1f372e..a225f8e6861 100644 --- a/tools/harness-automation/autothreadharness/open_thread_controller.py +++ b/tools/harness-automation/autothreadharness/open_thread_controller.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/autothreadharness/runner.py b/tools/harness-automation/autothreadharness/runner.py index 2f0126acf65..c232ab8ccfd 100644 --- a/tools/harness-automation/autothreadharness/runner.py +++ b/tools/harness-automation/autothreadharness/runner.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/autothreadharness/settings_sample.py b/tools/harness-automation/autothreadharness/settings_sample.py index eb4029ef7e9..6e9727dde0b 100644 --- a/tools/harness-automation/autothreadharness/settings_sample.py +++ b/tools/harness-automation/autothreadharness/settings_sample.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/__init__.py b/tools/harness-automation/cases/__init__.py index fdd8913b436..282d11bfabd 100644 --- a/tools/harness-automation/cases/__init__.py +++ b/tools/harness-automation/cases/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_1_1.py b/tools/harness-automation/cases/ed_6_1_1.py index 98409555aa0..717b174556a 100644 --- a/tools/harness-automation/cases/ed_6_1_1.py +++ b/tools/harness-automation/cases/ed_6_1_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_1_2.py b/tools/harness-automation/cases/ed_6_1_2.py index 469795e18c8..29383bc1505 100644 --- a/tools/harness-automation/cases/ed_6_1_2.py +++ b/tools/harness-automation/cases/ed_6_1_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_1_3.py b/tools/harness-automation/cases/ed_6_1_3.py index c089ba72d4e..887ac9b59fb 100644 --- a/tools/harness-automation/cases/ed_6_1_3.py +++ b/tools/harness-automation/cases/ed_6_1_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_1_4.py b/tools/harness-automation/cases/ed_6_1_4.py index 3f728958221..7884afe25f6 100644 --- a/tools/harness-automation/cases/ed_6_1_4.py +++ b/tools/harness-automation/cases/ed_6_1_4.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_1_5.py b/tools/harness-automation/cases/ed_6_1_5.py index 883a8c375e7..7c51ab2a7a4 100644 --- a/tools/harness-automation/cases/ed_6_1_5.py +++ b/tools/harness-automation/cases/ed_6_1_5.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_1_6.py b/tools/harness-automation/cases/ed_6_1_6.py index 94deaba9bc0..a5f245920fc 100644 --- a/tools/harness-automation/cases/ed_6_1_6.py +++ b/tools/harness-automation/cases/ed_6_1_6.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_1_7.py b/tools/harness-automation/cases/ed_6_1_7.py index 32aebaac507..3fd5111f93a 100644 --- a/tools/harness-automation/cases/ed_6_1_7.py +++ b/tools/harness-automation/cases/ed_6_1_7.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_2_1.py b/tools/harness-automation/cases/ed_6_2_1.py index 222fbe34a08..f03fc2b81bc 100644 --- a/tools/harness-automation/cases/ed_6_2_1.py +++ b/tools/harness-automation/cases/ed_6_2_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_2_2.py b/tools/harness-automation/cases/ed_6_2_2.py index 907611d5bff..915c6900dc7 100644 --- a/tools/harness-automation/cases/ed_6_2_2.py +++ b/tools/harness-automation/cases/ed_6_2_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_3_1.py b/tools/harness-automation/cases/ed_6_3_1.py index 9a3da6e837c..0c18e789755 100644 --- a/tools/harness-automation/cases/ed_6_3_1.py +++ b/tools/harness-automation/cases/ed_6_3_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_4_1.py b/tools/harness-automation/cases/ed_6_4_1.py index f18d6345fdb..f7e4b3c0fb5 100644 --- a/tools/harness-automation/cases/ed_6_4_1.py +++ b/tools/harness-automation/cases/ed_6_4_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_4_2.py b/tools/harness-automation/cases/ed_6_4_2.py index a9895a64b2b..e795f61d32a 100644 --- a/tools/harness-automation/cases/ed_6_4_2.py +++ b/tools/harness-automation/cases/ed_6_4_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_5_1.py b/tools/harness-automation/cases/ed_6_5_1.py index 95ea99d7fa9..e4a1690c7fb 100644 --- a/tools/harness-automation/cases/ed_6_5_1.py +++ b/tools/harness-automation/cases/ed_6_5_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_5_2.py b/tools/harness-automation/cases/ed_6_5_2.py index 1f4c4ddf684..75d363217c3 100644 --- a/tools/harness-automation/cases/ed_6_5_2.py +++ b/tools/harness-automation/cases/ed_6_5_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_5_3.py b/tools/harness-automation/cases/ed_6_5_3.py index ed160a2ec6c..39b41fccd18 100644 --- a/tools/harness-automation/cases/ed_6_5_3.py +++ b/tools/harness-automation/cases/ed_6_5_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_6_1.py b/tools/harness-automation/cases/ed_6_6_1.py index 77362602142..5c897510575 100644 --- a/tools/harness-automation/cases/ed_6_6_1.py +++ b/tools/harness-automation/cases/ed_6_6_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/ed_6_6_2.py b/tools/harness-automation/cases/ed_6_6_2.py index 9a34a5f713d..ebc8325794d 100644 --- a/tools/harness-automation/cases/ed_6_6_2.py +++ b/tools/harness-automation/cases/ed_6_6_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_1_1.py b/tools/harness-automation/cases/leader_5_1_1.py index 6bbf6a0ed41..7e5551ad00f 100644 --- a/tools/harness-automation/cases/leader_5_1_1.py +++ b/tools/harness-automation/cases/leader_5_1_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_1_13.py b/tools/harness-automation/cases/leader_5_1_13.py index 1ba1a30fe90..00c37930671 100644 --- a/tools/harness-automation/cases/leader_5_1_13.py +++ b/tools/harness-automation/cases/leader_5_1_13.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_1_5.py b/tools/harness-automation/cases/leader_5_1_5.py index 4f3fee8e3d9..6d0a9ce9355 100644 --- a/tools/harness-automation/cases/leader_5_1_5.py +++ b/tools/harness-automation/cases/leader_5_1_5.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_2_2.py b/tools/harness-automation/cases/leader_5_2_2.py index 1ceb89a8077..1826cd99c85 100644 --- a/tools/harness-automation/cases/leader_5_2_2.py +++ b/tools/harness-automation/cases/leader_5_2_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_2_3.py b/tools/harness-automation/cases/leader_5_2_3.py index d9bf70cb3ea..67f90d50cf3 100644 --- a/tools/harness-automation/cases/leader_5_2_3.py +++ b/tools/harness-automation/cases/leader_5_2_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_3_6.py b/tools/harness-automation/cases/leader_5_3_6.py index 83ab6c6ed89..19a6f9ba8eb 100644 --- a/tools/harness-automation/cases/leader_5_3_6.py +++ b/tools/harness-automation/cases/leader_5_3_6.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_3_7.py b/tools/harness-automation/cases/leader_5_3_7.py index ccaf82073d5..a6328394843 100644 --- a/tools/harness-automation/cases/leader_5_3_7.py +++ b/tools/harness-automation/cases/leader_5_3_7.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_3_8.py b/tools/harness-automation/cases/leader_5_3_8.py index a3ad440eaf6..beb8030bff5 100644 --- a/tools/harness-automation/cases/leader_5_3_8.py +++ b/tools/harness-automation/cases/leader_5_3_8.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_5_1.py b/tools/harness-automation/cases/leader_5_5_1.py index 5e2260e80ba..dfc03f8f8be 100644 --- a/tools/harness-automation/cases/leader_5_5_1.py +++ b/tools/harness-automation/cases/leader_5_5_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_5_2.py b/tools/harness-automation/cases/leader_5_5_2.py index 1d76e4dcbe3..e9c35780508 100644 --- a/tools/harness-automation/cases/leader_5_5_2.py +++ b/tools/harness-automation/cases/leader_5_5_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_5_3.py b/tools/harness-automation/cases/leader_5_5_3.py index 53ee2ad7bc2..74fd894d6f8 100644 --- a/tools/harness-automation/cases/leader_5_5_3.py +++ b/tools/harness-automation/cases/leader_5_5_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_5_4.py b/tools/harness-automation/cases/leader_5_5_4.py index d1421c8a666..c1d2d20f05f 100644 --- a/tools/harness-automation/cases/leader_5_5_4.py +++ b/tools/harness-automation/cases/leader_5_5_4.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_5_7.py b/tools/harness-automation/cases/leader_5_5_7.py index ac17e626e60..e8bd2c9201a 100644 --- a/tools/harness-automation/cases/leader_5_5_7.py +++ b/tools/harness-automation/cases/leader_5_5_7.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_6_2.py b/tools/harness-automation/cases/leader_5_6_2.py index b1ae41bb701..4f6da0bd1d7 100644 --- a/tools/harness-automation/cases/leader_5_6_2.py +++ b/tools/harness-automation/cases/leader_5_6_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_6_4.py b/tools/harness-automation/cases/leader_5_6_4.py index 5c0abdf36e5..0ffd590dd49 100644 --- a/tools/harness-automation/cases/leader_5_6_4.py +++ b/tools/harness-automation/cases/leader_5_6_4.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_6_5.py b/tools/harness-automation/cases/leader_5_6_5.py index 9699fd9ad98..07312bf5a5c 100644 --- a/tools/harness-automation/cases/leader_5_6_5.py +++ b/tools/harness-automation/cases/leader_5_6_5.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_6_6.py b/tools/harness-automation/cases/leader_5_6_6.py index 1f28659ffbf..036c64717f5 100644 --- a/tools/harness-automation/cases/leader_5_6_6.py +++ b/tools/harness-automation/cases/leader_5_6_6.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_6_8.py b/tools/harness-automation/cases/leader_5_6_8.py index 253bd97a416..8b542178a41 100644 --- a/tools/harness-automation/cases/leader_5_6_8.py +++ b/tools/harness-automation/cases/leader_5_6_8.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_7_1.py b/tools/harness-automation/cases/leader_5_7_1.py index a313997a07e..2b6aa57151f 100644 --- a/tools/harness-automation/cases/leader_5_7_1.py +++ b/tools/harness-automation/cases/leader_5_7_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_5_8_1.py b/tools/harness-automation/cases/leader_5_8_1.py index 70843594b11..296fc77aa45 100644 --- a/tools/harness-automation/cases/leader_5_8_1.py +++ b/tools/harness-automation/cases/leader_5_8_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_7_1_1.py b/tools/harness-automation/cases/leader_7_1_1.py index ee6b6c424d3..0a5da5b9308 100644 --- a/tools/harness-automation/cases/leader_7_1_1.py +++ b/tools/harness-automation/cases/leader_7_1_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/leader_7_1_3.py b/tools/harness-automation/cases/leader_7_1_3.py index 01a709249af..ca21681af3c 100644 --- a/tools/harness-automation/cases/leader_7_1_3.py +++ b/tools/harness-automation/cases/leader_7_1_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/med_6_3_2.py b/tools/harness-automation/cases/med_6_3_2.py index e5499857e6b..f7093e5232a 100644 --- a/tools/harness-automation/cases/med_6_3_2.py +++ b/tools/harness-automation/cases/med_6_3_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/reed_5_2_4.py b/tools/harness-automation/cases/reed_5_2_4.py index 718b1de3eb8..2cd404dc274 100644 --- a/tools/harness-automation/cases/reed_5_2_4.py +++ b/tools/harness-automation/cases/reed_5_2_4.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/reed_5_2_5.py b/tools/harness-automation/cases/reed_5_2_5.py index 4784925c89c..73e8f9cafab 100644 --- a/tools/harness-automation/cases/reed_5_2_5.py +++ b/tools/harness-automation/cases/reed_5_2_5.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/reed_5_2_7.py b/tools/harness-automation/cases/reed_5_2_7.py index 2894c42ac9f..3dc1c19c295 100644 --- a/tools/harness-automation/cases/reed_5_2_7.py +++ b/tools/harness-automation/cases/reed_5_2_7.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/reed_5_5_5.py b/tools/harness-automation/cases/reed_5_5_5.py index f5326fa8884..73af97482ae 100644 --- a/tools/harness-automation/cases/reed_5_5_5.py +++ b/tools/harness-automation/cases/reed_5_5_5.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/reed_5_6_7.py b/tools/harness-automation/cases/reed_5_6_7.py index d1f12ba44ef..d6c56d5688d 100644 --- a/tools/harness-automation/cases/reed_5_6_7.py +++ b/tools/harness-automation/cases/reed_5_6_7.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_1.py b/tools/harness-automation/cases/router_5_1_1.py index 9b4cc840c15..1cab15ea280 100644 --- a/tools/harness-automation/cases/router_5_1_1.py +++ b/tools/harness-automation/cases/router_5_1_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_10.py b/tools/harness-automation/cases/router_5_1_10.py index 5b91b0cbaa9..05c28bbd503 100644 --- a/tools/harness-automation/cases/router_5_1_10.py +++ b/tools/harness-automation/cases/router_5_1_10.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_11.py b/tools/harness-automation/cases/router_5_1_11.py index cea6155cac5..544e10c0862 100644 --- a/tools/harness-automation/cases/router_5_1_11.py +++ b/tools/harness-automation/cases/router_5_1_11.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_12.py b/tools/harness-automation/cases/router_5_1_12.py index 056a0e8e104..0638caea521 100644 --- a/tools/harness-automation/cases/router_5_1_12.py +++ b/tools/harness-automation/cases/router_5_1_12.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_13.py b/tools/harness-automation/cases/router_5_1_13.py index 034853a7972..953f471e51b 100644 --- a/tools/harness-automation/cases/router_5_1_13.py +++ b/tools/harness-automation/cases/router_5_1_13.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_2.py b/tools/harness-automation/cases/router_5_1_2.py index f45115d4891..3c9cc070e18 100644 --- a/tools/harness-automation/cases/router_5_1_2.py +++ b/tools/harness-automation/cases/router_5_1_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_3.py b/tools/harness-automation/cases/router_5_1_3.py index 44f79cf3235..ebf775be4a5 100644 --- a/tools/harness-automation/cases/router_5_1_3.py +++ b/tools/harness-automation/cases/router_5_1_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_4.py b/tools/harness-automation/cases/router_5_1_4.py index a13db5281c3..03a0e95ee1c 100644 --- a/tools/harness-automation/cases/router_5_1_4.py +++ b/tools/harness-automation/cases/router_5_1_4.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_6.py b/tools/harness-automation/cases/router_5_1_6.py index d051e0abbfa..8080076ccd7 100644 --- a/tools/harness-automation/cases/router_5_1_6.py +++ b/tools/harness-automation/cases/router_5_1_6.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_7.py b/tools/harness-automation/cases/router_5_1_7.py index 564e522a4cc..941f1f94c9d 100644 --- a/tools/harness-automation/cases/router_5_1_7.py +++ b/tools/harness-automation/cases/router_5_1_7.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_8.py b/tools/harness-automation/cases/router_5_1_8.py index b83b831c058..0fd4167c81a 100644 --- a/tools/harness-automation/cases/router_5_1_8.py +++ b/tools/harness-automation/cases/router_5_1_8.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_1_9.py b/tools/harness-automation/cases/router_5_1_9.py index 23e9e26ca5d..98376c1b890 100644 --- a/tools/harness-automation/cases/router_5_1_9.py +++ b/tools/harness-automation/cases/router_5_1_9.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_2_1.py b/tools/harness-automation/cases/router_5_2_1.py index 4aef4e9ad26..d71dabd2e32 100644 --- a/tools/harness-automation/cases/router_5_2_1.py +++ b/tools/harness-automation/cases/router_5_2_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_2_6.py b/tools/harness-automation/cases/router_5_2_6.py index 3ab164225f8..1b9047cbb90 100644 --- a/tools/harness-automation/cases/router_5_2_6.py +++ b/tools/harness-automation/cases/router_5_2_6.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_2_7.py b/tools/harness-automation/cases/router_5_2_7.py index 075fc68b773..f1d1af822dd 100644 --- a/tools/harness-automation/cases/router_5_2_7.py +++ b/tools/harness-automation/cases/router_5_2_7.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_3_1.py b/tools/harness-automation/cases/router_5_3_1.py index 7f38a630221..d2c60a43260 100644 --- a/tools/harness-automation/cases/router_5_3_1.py +++ b/tools/harness-automation/cases/router_5_3_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_3_10.py b/tools/harness-automation/cases/router_5_3_10.py index 3b4ba3cc672..0451403202d 100644 --- a/tools/harness-automation/cases/router_5_3_10.py +++ b/tools/harness-automation/cases/router_5_3_10.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_3_11.py b/tools/harness-automation/cases/router_5_3_11.py index b1351a8facf..abab8ab9858 100644 --- a/tools/harness-automation/cases/router_5_3_11.py +++ b/tools/harness-automation/cases/router_5_3_11.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_3_2.py b/tools/harness-automation/cases/router_5_3_2.py index 7a204040105..ebb652eb163 100644 --- a/tools/harness-automation/cases/router_5_3_2.py +++ b/tools/harness-automation/cases/router_5_3_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_3_3.py b/tools/harness-automation/cases/router_5_3_3.py index ad12d687ce6..9f5da287aa8 100644 --- a/tools/harness-automation/cases/router_5_3_3.py +++ b/tools/harness-automation/cases/router_5_3_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_3_4.py b/tools/harness-automation/cases/router_5_3_4.py index 8bdcbbea895..f48791fc4e8 100644 --- a/tools/harness-automation/cases/router_5_3_4.py +++ b/tools/harness-automation/cases/router_5_3_4.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_3_5.py b/tools/harness-automation/cases/router_5_3_5.py index e7e789eecc4..fca1e97bfb6 100644 --- a/tools/harness-automation/cases/router_5_3_5.py +++ b/tools/harness-automation/cases/router_5_3_5.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_3_9.py b/tools/harness-automation/cases/router_5_3_9.py index ce269666564..29dffa4f11f 100644 --- a/tools/harness-automation/cases/router_5_3_9.py +++ b/tools/harness-automation/cases/router_5_3_9.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_5_1.py b/tools/harness-automation/cases/router_5_5_1.py index 56fabc2c968..c88527b8f4b 100644 --- a/tools/harness-automation/cases/router_5_5_1.py +++ b/tools/harness-automation/cases/router_5_5_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_5_2.py b/tools/harness-automation/cases/router_5_5_2.py index a321fd2ddae..4565e4cc16e 100644 --- a/tools/harness-automation/cases/router_5_5_2.py +++ b/tools/harness-automation/cases/router_5_5_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_5_3.py b/tools/harness-automation/cases/router_5_5_3.py index 4215dd9a593..adc1a8a4378 100644 --- a/tools/harness-automation/cases/router_5_5_3.py +++ b/tools/harness-automation/cases/router_5_5_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_5_4.py b/tools/harness-automation/cases/router_5_5_4.py index acc642dd458..a6ace0c8a22 100644 --- a/tools/harness-automation/cases/router_5_5_4.py +++ b/tools/harness-automation/cases/router_5_5_4.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_5_7.py b/tools/harness-automation/cases/router_5_5_7.py index 4d2bf055af5..96ee040ae2b 100644 --- a/tools/harness-automation/cases/router_5_5_7.py +++ b/tools/harness-automation/cases/router_5_5_7.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_5_8.py b/tools/harness-automation/cases/router_5_5_8.py index cabfa4effac..d30c35b947b 100644 --- a/tools/harness-automation/cases/router_5_5_8.py +++ b/tools/harness-automation/cases/router_5_5_8.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_6_1.py b/tools/harness-automation/cases/router_5_6_1.py index 138828e27a7..47b683d4c00 100644 --- a/tools/harness-automation/cases/router_5_6_1.py +++ b/tools/harness-automation/cases/router_5_6_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_6_3.py b/tools/harness-automation/cases/router_5_6_3.py index f74ad23c4e3..62f5987231a 100644 --- a/tools/harness-automation/cases/router_5_6_3.py +++ b/tools/harness-automation/cases/router_5_6_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_6_9.py b/tools/harness-automation/cases/router_5_6_9.py index ed5ec343e54..66988102ba6 100644 --- a/tools/harness-automation/cases/router_5_6_9.py +++ b/tools/harness-automation/cases/router_5_6_9.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_7_1.py b/tools/harness-automation/cases/router_5_7_1.py index 663e605399c..c75875a1177 100644 --- a/tools/harness-automation/cases/router_5_7_1.py +++ b/tools/harness-automation/cases/router_5_7_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_8_2.py b/tools/harness-automation/cases/router_5_8_2.py index 9597a832ae0..c4695c69945 100644 --- a/tools/harness-automation/cases/router_5_8_2.py +++ b/tools/harness-automation/cases/router_5_8_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_5_8_3.py b/tools/harness-automation/cases/router_5_8_3.py index 078ee7c447b..d4ff11e3fb5 100644 --- a/tools/harness-automation/cases/router_5_8_3.py +++ b/tools/harness-automation/cases/router_5_8_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_7_1_2.py b/tools/harness-automation/cases/router_7_1_2.py index 71a3c34cd5d..a296af8545e 100644 --- a/tools/harness-automation/cases/router_7_1_2.py +++ b/tools/harness-automation/cases/router_7_1_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_7_1_4.py b/tools/harness-automation/cases/router_7_1_4.py index 0fb36115a48..183a81a5111 100644 --- a/tools/harness-automation/cases/router_7_1_4.py +++ b/tools/harness-automation/cases/router_7_1_4.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_7_1_5.py b/tools/harness-automation/cases/router_7_1_5.py index 6ddc2040c67..f8252f7c6b6 100644 --- a/tools/harness-automation/cases/router_7_1_5.py +++ b/tools/harness-automation/cases/router_7_1_5.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_7_1_6.py b/tools/harness-automation/cases/router_7_1_6.py index 136e880a1d2..9bdb13ab5b3 100644 --- a/tools/harness-automation/cases/router_7_1_6.py +++ b/tools/harness-automation/cases/router_7_1_6.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_7_1_7.py b/tools/harness-automation/cases/router_7_1_7.py index 338d2f185f3..e37942c4d10 100644 --- a/tools/harness-automation/cases/router_7_1_7.py +++ b/tools/harness-automation/cases/router_7_1_7.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/router_7_1_8.py b/tools/harness-automation/cases/router_7_1_8.py index d0046eb0339..c457cf96d46 100644 --- a/tools/harness-automation/cases/router_7_1_8.py +++ b/tools/harness-automation/cases/router_7_1_8.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_1_1.py b/tools/harness-automation/cases/sed_6_1_1.py index c183baccbb6..1b3e43b9dd3 100644 --- a/tools/harness-automation/cases/sed_6_1_1.py +++ b/tools/harness-automation/cases/sed_6_1_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_1_2.py b/tools/harness-automation/cases/sed_6_1_2.py index 031a02199d8..54267288785 100644 --- a/tools/harness-automation/cases/sed_6_1_2.py +++ b/tools/harness-automation/cases/sed_6_1_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_1_3.py b/tools/harness-automation/cases/sed_6_1_3.py index 44a80520a5f..15bc43d4c0f 100644 --- a/tools/harness-automation/cases/sed_6_1_3.py +++ b/tools/harness-automation/cases/sed_6_1_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_1_4.py b/tools/harness-automation/cases/sed_6_1_4.py index 9b5b79d06ea..60d0839e3f1 100644 --- a/tools/harness-automation/cases/sed_6_1_4.py +++ b/tools/harness-automation/cases/sed_6_1_4.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_1_5.py b/tools/harness-automation/cases/sed_6_1_5.py index 95d4323ae0e..ed1bf824357 100644 --- a/tools/harness-automation/cases/sed_6_1_5.py +++ b/tools/harness-automation/cases/sed_6_1_5.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_1_6.py b/tools/harness-automation/cases/sed_6_1_6.py index e4d0ca52c48..be94c1e9801 100644 --- a/tools/harness-automation/cases/sed_6_1_6.py +++ b/tools/harness-automation/cases/sed_6_1_6.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_2_1.py b/tools/harness-automation/cases/sed_6_2_1.py index 135d3f0d8b4..17c673b04ba 100644 --- a/tools/harness-automation/cases/sed_6_2_1.py +++ b/tools/harness-automation/cases/sed_6_2_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_2_2.py b/tools/harness-automation/cases/sed_6_2_2.py index ef2e2ac9bc9..76c236d6cc1 100644 --- a/tools/harness-automation/cases/sed_6_2_2.py +++ b/tools/harness-automation/cases/sed_6_2_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_3_1.py b/tools/harness-automation/cases/sed_6_3_1.py index 531f5c2d14b..2751a5bf1b2 100644 --- a/tools/harness-automation/cases/sed_6_3_1.py +++ b/tools/harness-automation/cases/sed_6_3_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_3_2.py b/tools/harness-automation/cases/sed_6_3_2.py index 22676fe8d50..712f229ee65 100644 --- a/tools/harness-automation/cases/sed_6_3_2.py +++ b/tools/harness-automation/cases/sed_6_3_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_4_1.py b/tools/harness-automation/cases/sed_6_4_1.py index 85c52fa8ee5..d89610e33c6 100644 --- a/tools/harness-automation/cases/sed_6_4_1.py +++ b/tools/harness-automation/cases/sed_6_4_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_4_2.py b/tools/harness-automation/cases/sed_6_4_2.py index 8849a566365..8f0af509a49 100644 --- a/tools/harness-automation/cases/sed_6_4_2.py +++ b/tools/harness-automation/cases/sed_6_4_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_5_1.py b/tools/harness-automation/cases/sed_6_5_1.py index b0c6604216d..313f068f797 100644 --- a/tools/harness-automation/cases/sed_6_5_1.py +++ b/tools/harness-automation/cases/sed_6_5_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_5_2.py b/tools/harness-automation/cases/sed_6_5_2.py index 6646ba79b26..ded10285b2c 100644 --- a/tools/harness-automation/cases/sed_6_5_2.py +++ b/tools/harness-automation/cases/sed_6_5_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_5_3.py b/tools/harness-automation/cases/sed_6_5_3.py index d7485010d63..3c45b393811 100644 --- a/tools/harness-automation/cases/sed_6_5_3.py +++ b/tools/harness-automation/cases/sed_6_5_3.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_6_1.py b/tools/harness-automation/cases/sed_6_6_1.py index db9ce061399..bdf6c3a19a9 100644 --- a/tools/harness-automation/cases/sed_6_6_1.py +++ b/tools/harness-automation/cases/sed_6_6_1.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/cases/sed_6_6_2.py b/tools/harness-automation/cases/sed_6_6_2.py index 38ed8084348..beb08ba192d 100644 --- a/tools/harness-automation/cases/sed_6_6_2.py +++ b/tools/harness-automation/cases/sed_6_6_2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-automation/doc/conf.py b/tools/harness-automation/doc/conf.py index 34207097842..deb2045f450 100644 --- a/tools/harness-automation/doc/conf.py +++ b/tools/harness-automation/doc/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-thci/ARM.py b/tools/harness-thci/ARM.py index 1857bdccff5..88dad1f4d36 100644 --- a/tools/harness-thci/ARM.py +++ b/tools/harness-thci/ARM.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/harness-thci/Makefile.am b/tools/harness-thci/Makefile.am index f893a0cec12..a11068adcf3 100644 --- a/tools/harness-thci/Makefile.am +++ b/tools/harness-thci/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/spi-hdlc-adapter/Makefile.am b/tools/spi-hdlc-adapter/Makefile.am index 54f92f50ad5..19ddc5475e1 100644 --- a/tools/spi-hdlc-adapter/Makefile.am +++ b/tools/spi-hdlc-adapter/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/spi-hdlc-adapter/spi-hdlc-adapter.c b/tools/spi-hdlc-adapter/spi-hdlc-adapter.c index 40ecabe5f3a..6a10fb764a2 100644 --- a/tools/spi-hdlc-adapter/spi-hdlc-adapter.c +++ b/tools/spi-hdlc-adapter/spi-hdlc-adapter.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Nest Labs, Inc. + * Copyright (c) 2016, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1167,7 +1167,7 @@ static bool setup_int_gpio(const char* path) static void print_version(void) { printf("spi-hdlc " SPI_HDLC_VERSION "(" __TIME__ " " __DATE__ ")\n"); - printf("Copyright (c) 2016 Nest Labs, All Rights Reserved\n"); + printf("Copyright (c) 2016 The OpenThread Authors, All Rights Reserved\n"); } static void print_help(void) diff --git a/tools/spinel-cli/Makefile.am b/tools/spinel-cli/Makefile.am index 0fe90006706..1e3de9c112f 100644 --- a/tools/spinel-cli/Makefile.am +++ b/tools/spinel-cli/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/spinel-cli/README.md b/tools/spinel-cli/README.md index 97d2fbe293d..fb065d2a5f6 100644 --- a/tools/spinel-cli/README.md +++ b/tools/spinel-cli/README.md @@ -240,7 +240,7 @@ Display version of spinel-cli tool. ```bash spinel-cli > v spinel-cli ver. 0.1.0 -Copyright (c) 2016 Nest Labs, Inc. +Copyright (c) 2016 The OpenThread Authors. ``` #### exit diff --git a/tools/spinel-cli/spinel-cli.py b/tools/spinel-cli/spinel-cli.py index 34dda52489b..9b9e7c7f0fd 100644 --- a/tools/spinel-cli/spinel-cli.py +++ b/tools/spinel-cli/spinel-cli.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2016, Nest Labs, Inc. +# Copyright (c) 2016, The OpenThread Authors. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -46,7 +46,7 @@ diag-send history prefix whitelist """ -__copyright__ = "Copyright (c) 2016 Nest Labs, Inc." +__copyright__ = "Copyright (c) 2016 The OpenThread Authors." __version__ = "0.1.0"