mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
Copyright transfer
This code is herby transferred from my copyright to Greg Nutt. The comments at the head of the file have been updated accordingly.
This commit is contained in:
parent
15a37c5a5a
commit
a8ddb6e7af
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# tools/lwl/ocdconsole.py
|
# tools/lwl/ocdconsole.py
|
||||||
#
|
#
|
||||||
# Copyright (C) 2019 Dave Marples. All rights reserved.
|
# Copyright (C) 2019 Greg Nutt. All rights reserved.
|
||||||
# Author: Dave Marples <dave@marples.net>
|
# Author: Dave Marples <dave@marples.net>
|
||||||
|
# Copyright donated to NuttX project.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
|
|
Loading…
Reference in a new issue