gnu: openocd: Correct license.
* gnu/packages/embedded.scm (openocd)[license]: Change to gpl2+.
This commit is contained in:
parent
b89cbf5832
commit
6d1b3bf55b
|
@ -361,4 +361,4 @@ language.")
|
||||||
(synopsis "On-Chip Debugger")
|
(synopsis "On-Chip Debugger")
|
||||||
(description "OpenOCD provides on-chip programming and debugging support
|
(description "OpenOCD provides on-chip programming and debugging support
|
||||||
with a layered architecture of JTAG interface and TAP support.")
|
with a layered architecture of JTAG interface and TAP support.")
|
||||||
(license license:gpl2))))
|
(license license:gpl2+))))
|
||||||
|
|
Loading…
Reference in New Issue