From 6d1b3bf55b8347b5edef46924a26eb19b94be250 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 31 Oct 2016 10:38:34 +0100 Subject: gnu: openocd: Correct license. * gnu/packages/embedded.scm (openocd)[license]: Change to gpl2+. --- gnu/packages/embedded.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+)))) -- cgit v1.2.3