projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed0dce
)
tools/litex_json2dts: add missing copyrights.
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Tue, 4 Aug 2020 14:38:02 +0000
(16:38 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Tue, 4 Aug 2020 14:38:02 +0000
(16:38 +0200)
litex/tools/litex_json2dts.py
patch
|
blob
|
history
diff --git
a/litex/tools/litex_json2dts.py
b/litex/tools/litex_json2dts.py
index c0595f529e3582eec42a1b16a352789963616caa..8272aaa5903f9c915feddd03f95835ced6329526 100755
(executable)
--- a/
litex/tools/litex_json2dts.py
+++ b/
litex/tools/litex_json2dts.py
@@
-1,5
+1,9
@@
#!/usr/bin/env python3
+# This file is Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>
+# This file is Copyright (c) 2020 Antmicro <www.antmicro.com>
+# License: BSD
+
import sys
import json
import argparse