diff --git a/.astyle/astyle-wrap.sh b/.astyle/astyle-wrap.sh index 488611822..d530450a2 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 24ebf944a..98cc7c511 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 59e330fca..173f9ffb7 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 9bc5d038b..b8ccb197f 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 000000000..09734971a --- /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 c9f66ded0..841700887 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 ec817370b..46fdfdc41 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 64910bd89..b6f8ee03b 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 b745e1ec8..000000000 --- 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 85567a327..85ab75483 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 83e400694..9b81c1af2 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 b4a24e211..9a1768a00 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 4206c9d5c..20bf53dc6 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 dbc6a3299..b12c5b764 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 99a9764a5..3a082af28 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 626990532..60345f668 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 ede5d5b03..4107604f4 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 775295a1a..6a5428e03 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 1824b7296..dbe242d43 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 6764dbd08..6f4169b07 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 9dab26be2..8ee1859ed 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 1416d48de..cb2118f51 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 d03086341..ecff3c7b0 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 132e859f8..6330bf5ac 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 bd5aceb55..e4ec16837 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 cf8b67d4e..2379c7b99 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 647794904..e7c263580 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 312257bad..511499cd5 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 e136d15f6..3436bb67f 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 302524ca7..72bcea2b2 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 02c95c28b..48bd9a2aa 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 b6d6f1eed..a904c5c8d 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 ba6e55a07..06b09cad0 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 9c5c48a13..e6576a8cd 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 d0fc7e39b..76bde8371 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 b5d7cef54..90d945493 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 69e08a76c..a84897a3c 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 912fb7754..baf5b2178 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 1fef7e069..c043bc0af 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 80c7291d7..652254676 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 c07153de5..5b0f837a4 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 4efffbf13..b996e494b 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 fd1984418..cb05eed50 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 fdc794f44..838ea3d70 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 653015f05..48faf7fe9 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 9e4f50789..4115d68f0 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 3ffd72335..f2e9c92f0 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 e728444f0..e385b2e1f 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 836f1d2ed..cafb70732 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 e184f1552..a4d83d1b1 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 87e87264a..9a89a2eec 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 a5ed0d53d..cb7974423 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 7b1502f8c..a8ec09214 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 0d8bcff3c..491416451 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 2836ad3d8..bc5834a52 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 fcfe785a2..f60710dfc 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 0e3c8ab32..48966d794 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 d83946d73..f829ea0d5 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 7195cdbfb..8ed03db1d 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 1e08646e4..03666b840 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 36e4de61a..1735964ec 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 03d0d57df..0ff8a8027 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 c30c130f5..88cb38f33 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 fc0b83b3f..65c2782b9 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 0ac51b811..6a336c433 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 0b5e67c34..6064a0622 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 fd998d379..432bc8adf 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 8fd6ae09a..2485131ce 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 26c34e80e..ca854409a 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 9e8f597f3..40b8a1c59 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 08627fcca..9076e6d8b 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 86ee5b40f..775c4da2b 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 9e47a9b48..1481b31ea 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 5df53bdd9..487cf456a 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 82901c4e9..af3d24dc9 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 b38e3e343..8ea2e9467 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 7abbfc032..502eed822 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 9b386039b..c72f51335 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 8d103a5a6..dbe788511 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 b11843fcf..36695185e 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 10d33452a..6ff7a0422 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 402c5eb27..59fcbc4c7 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 4abff568f..e01e0cda3 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 c69f7695b..cd6135bd4 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 0570dd4e8..2e9a4f6e5 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 93388dc6e..84a740d1a 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 407c4c625..c18ebb458 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 433d45e71..9a157dd5a 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 cd702007d..0cf3f7b11 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 a5ee40c1e..f08e0fba7 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 be7e87d24..1e106f438 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 75e669127..1872925c6 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 32c73b33f..cf23a1d82 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 2bdce33a1..7404cc9f0 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 8eac52d86..1cda53098 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 93946c0ad..591b7d47f 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 6f8be6ece..aa4e1f8b3 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 3dac49ff1..3e283b574 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 2ecde4cdf..22b9f8463 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 735f14475..0c19f1831 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 7f151bacf..e1b1fc269 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 367a8b4e0..6347aea75 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 71130f878..747b0e08d 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 3cbbca2f3..a43e7db0b 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 8dcbde587..1494a8ad8 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 dafd2f464..3494a6f36 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 56830d0cf..539cd68ec 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 2b349d43b..5139dde78 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 7ccfec8ea..0e7441aee 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 edd6d8231..666645aa6 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 1bd158282..4711ccfc2 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 79a2f5252..22778fba6 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 0ba700f68..d6f22d51a 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 94f70ff66..92d28b6b7 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 62ff7bb58..4d13a386e 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 7525783ee..ccd778637 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 def53fb1a..275bd0345 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 ff84a5462..c2188557b 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 7b03aef94..01229bd4b 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 d7ce43675..9c742795d 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 2593157e8..340dba2c3 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 ea355e028..ba8701eb8 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 bb45f2a68..02e76ec85 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 297f7a6f4..eb203834e 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 7d025a050..4c7fdf9f8 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 b54b134e7..5021570c4 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 bd39a5479..7bf17e2e6 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 8de86252f..4793ef284 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 67382040c..fa93f7882 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 3fd26e888..04be55860 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 5d283e9b4..5ddd25538 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 de9d7f128..76a2ae231 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 f9325c812..7381738ad 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 77d3b35ab..fb3b4c8ab 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 24329d72c..01fb33d9d 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 d76317fca..33666c274 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 1df683d01..d017d3121 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 38908730d..fb260b733 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 10a7d18be..16ff0f8cc 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 954f161c7..1397adef3 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 02831c280..426152885 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 52470b8ad..fb0aafae6 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 550f5fa83..f33013d4c 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 d4e3654d3..513502fac 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 56130433f..1624ff2ca 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 3ce4f8294..ae005841b 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 cb5d77627..df0b23f86 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 9706940ae..d5a00d82b 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 c00749e62..550ab6b68 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 8d0721202..72824f115 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 b69ce15d3..003eec36c 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 089fab2f9..111a32b78 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 46d805135..7ccff91e5 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 b22c3fa7f..4c50ca2f0 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 d38009a74..d3bf3d79d 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 19b216fa6..eb394fcb1 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 b49327243..5329a1906 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 57532ef7b..4fad6d8ef 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 b6da543f5..3f3181a6e 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 8ab9f5607..e86099aa7 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 2e3fd2663..5c64c7c60 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 3ed239c77..018fad269 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 1416c442c..0784546b6 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 272c578c3..685ca4d6e 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 2163c753f..124fa12af 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 ffd956c0d..abb96a9e1 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 28982118a..e1ac0e236 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 1610867a0..bb6083afd 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 5b2202cfc..0b6fd5260 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 2cb424532..e8439dff5 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 08b464605..da75fb94d 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 3fe1fac57..c9ead7b40 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 68a29a973..a6259987d 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 851018db3..1a02e0afc 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 779ad0984..b74317773 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 256e46a61..92bdeda9a 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 dab49fc12..c1a7fe900 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 5ba4e30fb..3a183a1bc 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 776276909..eae071195 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 3306d15d3..18d9f7171 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 85b627d9b..428286ac7 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 c3f9c3482..dcf3118b5 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 cf29de780..c29a20efd 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 b7dc976a0..37d9ffd18 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 05780d46a..8a6d597db 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 3ab341805..c0cae5047 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 10db5a497..52d166748 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 26d104dea..91edf8d9a 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 dc07c375e..40a186feb 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 ce3354886..958face35 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 173bea9fd..78717e80d 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 16730be8d..c049bcc22 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 98c012384..e13084ebf 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 fd8f2bd74..ccd7eab5f 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 eb3b7ba92..6e9f41302 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 46c271005..ffb256f40 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 ad485c50b..de04be7f9 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 0dcd5c65a..0887031c7 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 3719049d5..4585db01c 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 cc15ad54d..d84420543 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 71b462eb1..48e0c261e 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 84d480745..11394dc91 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 0e5285549..d93f16733 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 a90bb970c..b8fe9f61f 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 4a8d85999..391a8da2b 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 0b760172d..491d584b6 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 ce7ac1a4d..0c193aa2b 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 10cffc340..7b7e78605 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 0b5f8e3fd..91655c828 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 e3cfabb58..b94e4be31 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 ef590dff1..852ee6d07 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 23997d9f8..9c53063c8 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 e709a23be..cf8198f70 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 50796aa39..f11a18dcc 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 cf7a8e2fb..1a0b3f740 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 ef7b996fb..5bbd015f3 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 a88ee3832..41a0c2422 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 aec6d131a..9653bfaaa 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 f8f6eaea6..3313b8079 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 c2faa2153..66cf87dfd 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 90c55dd3e..07706d64b 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 979888e6c..d78273a89 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 96d4fd2e3..d4897a4e7 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 3ab64351e..6de36e180 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 fca5c8cca..a55a809e3 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 9533748ed..9476f3b1d 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 4f0138a8f..425f103ae 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 0cbda8436..3af8235eb 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 4dcc3acab..3714b54fc 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 6caca13c0..f49667c67 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 da045b7a1..3d617719b 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 7d3e82352..18c621a10 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 2abf37f3b..e8f914cb1 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 e4647d0df..76f22e0b0 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 a5e2ac44f..1f050bdc4 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 869973439..2fc5631f5 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 f3c852eb3..17aed214c 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 2bf1a21da..925186124 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 d43ffa905..279d0ad81 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 45f5be840..adf3688de 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 d8d3ad557..783e9838d 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 80cdb30e6..1fb86f14c 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 ed4f8a1ee..9c6e70f07 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 8279e8f94..083e2263b 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 6b9f2710a..f6a82e75c 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 8e0a016d1..927c474a7 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 d27db819b..287d6e91e 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 5f1880037..56a41a81a 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 3652eb712..6f90d6b9c 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 2314803ad..a05b66040 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 c070fe810..671037eea 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 07df39ade..a1efdd558 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 55fec0cb9..8b75cebcf 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 7abdd7743..70cc428d3 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 6a210fab0..4396a61b6 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 3d3cce4a9..a49209bee 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 c40fc8ee1..4ddd5ea4d 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 bd17a9cfd..135f63f51 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 4aeabe8ab..751f5134a 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 e41922d9b..86f48a88f 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 2dabbf128..dd05b89b0 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 2926b2abb..649c5ba52 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 8e07c13a3..aa5c35640 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 5aecb7482..647dca9fb 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 e6405fff1..c61b95271 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 3a6b00067..9824ac000 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 81b88dcec..d294ed9e0 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 95582a6d4..4b69be520 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 fa0193596..f2718457c 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 5d3519ee4..4b56b1dc7 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 666913cf9..25bcc171b 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 a97a67601..27a71d07e 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 4f167312d..487d235be 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 9eb8895d4..c6c5c0a5e 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 b13ec2f83..e7760434e 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 fcd3e36d5..1f7ba2a10 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 c4d401d05..0077333c5 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 2a7170828..fe4f9be3a 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 16da935de..18f4f98a3 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 4f9ecbf4c..50fc4f1e4 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 d79263d74..0045eb1b8 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 a2bd589ef..b222c2cd2 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 d579c6983..9dea0da32 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 e8eec3e99..952a29692 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 ac83c2182..f16c41262 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 6a914414c..27cfa467c 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 05ef04deb..4ac842625 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 9a4154582..88fc2726b 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 ada828e65..cfa927775 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 179150d8f..545e76bfb 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 a26566181..303d240d8 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 2d1b1a48c..0e24306d8 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 92dd8d4a4..19f3319a0 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 4e7774ef6..89f2ccdb1 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 996d85cb2..de7296c14 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 b7118b0d4..f010b0e29 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 dfd743d25..cd4966b20 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 df1af2472..81ca3f223 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 cd0dbefbe..86ed7a1a6 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 1b134a755..4c10042b2 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 8ac83321a..8d25f3222 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 69a1df06e..83f7b8042 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 eea110e85..544a2f137 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 280101690..57bd26042 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 2790c3d6e..bf38f6432 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 8134605a1..3a1776067 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 ee7094908..72d5cee6a 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 fb2815d2e..91b9b9f1e 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 6f6a2356a..e6e5c2701 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 ee364e451..d0c97454e 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 6f833c817..973e99fe8 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 0d94d332f..d948cb3b9 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 9eb3a1f37..a225f8e68 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 2f0126acf..c232ab8cc 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 eb4029ef7..6e9727dde 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 fdd8913b4..282d11bfa 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 98409555a..717b17455 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 469795e18..29383bc15 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 c089ba72d..887ac9b59 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 3f7289582..7884afe25 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 883a8c375..7c51ab2a7 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 94deaba9b..a5f245920 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 32aebaac5..3fd5111f9 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 222fbe34a..f03fc2b81 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 907611d5b..915c6900d 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 9a3da6e83..0c18e7897 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 f18d6345f..f7e4b3c0f 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 a9895a64b..e795f61d3 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 95ea99d7f..e4a1690c7 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 1f4c4ddf6..75d363217 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 ed160a2ec..39b41fccd 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 773626021..5c8975105 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 9a34a5f71..ebc832579 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 6bbf6a0ed..7e5551ad0 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 1ba1a30fe..00c379306 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 4f3fee8e3..6d0a9ce93 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 1ceb89a80..1826cd99c 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 d9bf70cb3..67f90d50c 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 83ab6c6ed..19a6f9ba8 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 ccaf82073..a63283948 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 a3ad440ea..beb8030bf 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 5e2260e80..dfc03f8f8 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 1d76e4dcb..e9c357805 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 53ee2ad7b..74fd894d6 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 d1421c8a6..c1d2d20f0 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 ac17e626e..e8bd2c920 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 b1ae41bb7..4f6da0bd1 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 5c0abdf36..0ffd590dd 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 9699fd9ad..07312bf5a 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 1f28659ff..036c64717 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 253bd97a4..8b542178a 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 a313997a0..2b6aa5715 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 70843594b..296fc77aa 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 ee6b6c424..0a5da5b93 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 01a709249..ca21681af 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 e5499857e..f7093e523 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 718b1de3e..2cd404dc2 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 4784925c8..73e8f9caf 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 2894c42ac..3dc1c19c2 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 f5326fa88..73af97482 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 d1f12ba44..d6c56d568 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 9b4cc840c..1cab15ea2 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 5b91b0cba..05c28bbd5 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 cea6155ca..544e10c08 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 056a0e8e1..0638caea5 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 034853a79..953f471e5 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 f45115d48..3c9cc070e 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 44f79cf32..ebf775be4 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 a13db5281..03a0e95ee 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 d051e0abb..8080076cc 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 564e522a4..941f1f94c 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 b83b831c0..0fd4167c8 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 23e9e26ca..98376c1b8 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 4aef4e9ad..d71dabd2e 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 3ab164225..1b9047cbb 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 075fc68b7..f1d1af822 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 7f38a6302..d2c60a432 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 3b4ba3cc6..045140320 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 b1351a8fa..abab8ab98 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 7a2040401..ebb652eb1 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 ad12d687c..9f5da287a 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 8bdcbbea8..f48791fc4 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 e7e789eec..fca1e97bf 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 ce2696665..29dffa4f1 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 56fabc2c9..c88527b8f 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 a321fd2dd..4565e4cc1 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 4215dd9a5..adc1a8a43 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 acc642dd4..a6ace0c8a 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 4d2bf055a..96ee040ae 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 cabfa4eff..d30c35b94 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 138828e27..47b683d4c 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 f74ad23c4..62f598723 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 ed5ec343e..66988102b 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 663e60539..c75875a11 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 9597a832a..c4695c699 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 078ee7c44..d4ff11e3f 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 71a3c34cd..a296af854 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 0fb36115a..183a81a51 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 6ddc2040c..f8252f7c6 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 136e880a1..9bdb13ab5 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 338d2f185..e37942c4d 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 d0046eb03..c457cf96d 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 c183baccb..1b3e43b9d 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 031a02199..542672887 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 44a80520a..15bc43d4c 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 9b5b79d06..60d0839e3 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 95d4323ae..ed1bf8243 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 e4d0ca52c..be94c1e98 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 135d3f0d8..17c673b04 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 ef2e2ac9b..76c236d6c 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 531f5c2d1..2751a5bf1 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 22676fe8d..712f229ee 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 85c52fa8e..d89610e33 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 8849a5663..8f0af509a 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 b0c660421..313f068f7 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 6646ba79b..ded10285b 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 d7485010d..3c45b3938 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 db9ce0613..bdf6c3a19 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 38ed80843..beb08ba19 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 342070978..deb2045f4 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 1857bdccf..88dad1f4d 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 f893a0cec..a11068adc 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 54f92f50a..19ddc5475 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 40ecabe5f..6a10fb764 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 @@ bail: 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 0fe900067..1e3de9c11 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 97d2fbe29..fb065d2a5 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 34dda5248..9b9e7c7f0 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-repeat help ping version diag-send history prefix whitelist """ -__copyright__ = "Copyright (c) 2016 Nest Labs, Inc." +__copyright__ = "Copyright (c) 2016 The OpenThread Authors." __version__ = "0.1.0"