From 0dd4500acd9ab3874c99305df44a04e16d67fa0314cc1546b37a1b3cd5b6e580 Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Mon, 22 Sep 2014 07:46:05 +0000 Subject: [PATCH] Accepting request 250589 from devel:languages:haskell:compiler LICENSE OBS-URL: https://build.opensuse.org/request/show/250589 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=4 --- LICENSE | 31 +++++++++++++++++++++++++++++++ ghc-bootstrap.changes | 5 +++++ ghc-bootstrap.spec | 3 +++ 3 files changed, 39 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..def0814 --- /dev/null +++ b/LICENSE @@ -0,0 +1,31 @@ +The Glasgow Haskell Compiler License + +Copyright 2002, The University Court of the University of Glasgow. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +- Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +- Neither name of the University nor the names of its contributors may be +used to endorse or promote products derived from this software without +specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF +GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. diff --git a/ghc-bootstrap.changes b/ghc-bootstrap.changes index e7e0088..da965f4 100644 --- a/ghc-bootstrap.changes +++ b/ghc-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 22 07:43:07 UTC 2014 - peter.trommler@ohm-hochschule.de + +- add LICENSE file + ------------------------------------------------------------------- Tue Sep 16 10:59:21 UTC 2014 - peter.trommler@ohm-hochschule.de diff --git a/ghc-bootstrap.spec b/ghc-bootstrap.spec index 4e22a59..b84921d 100644 --- a/ghc-bootstrap.spec +++ b/ghc-bootstrap.spec @@ -46,6 +46,7 @@ License: BSD-3-Clause Group: Development/Languages/Other Source: %{name}-%{version}.tar Source1: README.openSUSE +Source2: LICENSE # Building binary distributions is currently broken for ppc64le # use package 'ghc-bin' to bootstrap ppc64le # this will be fixed in version 7.8.3 and later @@ -133,6 +134,7 @@ Haskell home page at . %prep %setup -q cp %SOURCE1 . +cp %SOURCE2 . %build tar jxf ghc-%{version}-%{longarch}-unknown-linux.tar.bz2 @@ -149,6 +151,7 @@ ghc-pkg recache %files %defattr(-,root,root,-) %doc README.openSUSE +%doc LICENSE %{_bindir}/* %{_prefix}/lib/ghc-%{version} %{_datadir}/doc/*