Change copyright to The OpenThread Authors. (#583)

- Add a top-level file named AUTHORS which identifies the copyright
holders of the project.
This commit is contained in:
Jonathan Hui
2016-09-13 15:57:11 -07:00
committed by GitHub
parent 6d2dfa5bb0
commit 44350178ad
427 changed files with 438 additions and 483 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (c) 2016, Nest Labs, Inc.
# Copyright (c) 2016, The OpenThread Authors.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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"