[GHC] #8117: We don't distribute copy of GPL with code that requires it
#8117: We don't distribute copy of GPL with code that requires it -------------------------------------+------------------------------------- Reporter: jstolarek | Owner: Type: task | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.7 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: Documentation Difficulty: Easy (less than 1 | bug hour) | Test Case: Blocked By: | Blocking: Related Tickets: | -------------------------------------+------------------------------------- Some tests in testsuite are released under GPL license: * T3787 * T4524 * T3591 but we don't provide copy of the license thus violating the license: {{{ give any other recipients of the Program a copy of this License along with the Program. }}} (Actually testsuite itself doesn't have a license, but that's a different issue) -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8117> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8117: We don't distribute copy of GPL with code that requires it -------------------------------------+------------------------------------- Reporter: jstolarek | Owner: Type: task | Status: closed Priority: normal | Milestone: Component: Test Suite | Version: 7.7 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: Documentation | Difficulty: Easy (less than 1 bug | hour) Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------- Changes (by thoughtpolice): * status: new => closed * resolution: => fixed Comment: Thanks. Fixed by: {{{ commit a3f3d16a8a468d0f1596d03c6e2a68404ebb20fd Author: Austin Seipp <aseipp@pobox.com> Date: Thu Aug 8 12:13:31 2013 -0500 Add LICENSE file, along with a copy of the GPLv3. Closes Trac #8117. Signed-off-by: Austin Seipp <aseipp@pobox.com> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8117#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC