summaryrefslogtreecommitdiff
path: root/p/haskell-gtk3/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-15 17:24:34 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-04-15 17:24:34 +0400
commitff4d666ca728b79a93a512aa20a555e9c2b3e002 (patch)
tree7bea26805e9e822e47bcbf5c3399e888ddc30000 /p/haskell-gtk3/debian
parentfea5f815d4e0372ab50657a1302acc25394ac9c1 (diff)
downloadDHG_packages-ff4d666ca728b79a93a512aa20a555e9c2b3e002.tar.gz
haskell-gtk3: Expand debian/copyright
Diffstat (limited to 'p/haskell-gtk3/debian')
-rw-r--r--p/haskell-gtk3/debian/copyright30
1 files changed, 30 insertions, 0 deletions
diff --git a/p/haskell-gtk3/debian/copyright b/p/haskell-gtk3/debian/copyright
index a0d8fcb47..d0cdc1fa1 100644
--- a/p/haskell-gtk3/debian/copyright
+++ b/p/haskell-gtk3/debian/copyright
@@ -17,3 +17,33 @@ License: LGPL-2.1+
.
On Debian systems, the full text of the GNU Lesser General Public License
version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
+
+Files: Graphics/UI/Gtk/ModelView/Sequence.hs
+Copyright: 2005 Ross Paterson
+License: BSD-style
+ 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.