diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-10-31 10:38:34 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-10-31 10:41:54 +0100 |
commit | 6d1b3bf55b8347b5edef46924a26eb19b94be250 (patch) | |
tree | 00025205c6312607090750069e3a2f355546b3d4 /gnu/packages/embedded.scm | |
parent | b89cbf5832fd920ef85002041bc690204b0174a3 (diff) | |
download | guix-6d1b3bf55b8347b5edef46924a26eb19b94be250.tar guix-6d1b3bf55b8347b5edef46924a26eb19b94be250.tar.gz |
gnu: openocd: Correct license.
* gnu/packages/embedded.scm (openocd)[license]: Change to gpl2+.
Diffstat (limited to 'gnu/packages/embedded.scm')
-rw-r--r-- | gnu/packages/embedded.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 11df32a6f2..c4d05605a8 100644 --- a/gnu/packages/embedded.scm +++ b/gnu/packages/embedded.scm @@ -361,4 +361,4 @@ language.") (synopsis "On-Chip Debugger") (description "OpenOCD provides on-chip programming and debugging support with a layered architecture of JTAG interface and TAP support.") - (license license:gpl2)))) + (license license:gpl2+)))) |