aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-10-31 10:38:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2016-10-31 10:41:54 +0100
commit6d1b3bf55b8347b5edef46924a26eb19b94be250 (patch)
tree00025205c6312607090750069e3a2f355546b3d4
parentb89cbf5832fd920ef85002041bc690204b0174a3 (diff)
downloadguix-6d1b3bf55b8347b5edef46924a26eb19b94be250.tar
guix-6d1b3bf55b8347b5edef46924a26eb19b94be250.tar.gz
gnu: openocd: Correct license.
* gnu/packages/embedded.scm (openocd)[license]: Change to gpl2+.
-rw-r--r--gnu/packages/embedded.scm2
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+))))