mirror of
https://github.com/espressif/openthread.git
synced 2026-09-14 13:10:08 +00:00
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:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2016, Nest Labs, Inc.
|
||||
# Copyright (c) 2016, The OpenThread Authors.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user