From 0e4ac6bccb9a752cedbcdcef62591ff9def11381 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 23 Jul 2018 12:54:11 -0400 Subject: [PATCH] Add the license for type-aligned. --- .licenses/semantic/cabal/type-aligned.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .licenses/semantic/cabal/type-aligned.txt diff --git a/.licenses/semantic/cabal/type-aligned.txt b/.licenses/semantic/cabal/type-aligned.txt new file mode 100644 index 000000000..38bf365d3 --- /dev/null +++ b/.licenses/semantic/cabal/type-aligned.txt @@ -0,0 +1,18 @@ +--- +type: cabal +name: type-aligned +version: 0.9.6 +summary: Various type-aligned sequence data structures. +homepage: https://github.com/atzeus/type-aligned +license: bsd-3-clause +--- +Copyright (c) 2014, Atze van der Ploeg +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. 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. + +3. Neither the name of the Atze van der Ploeg nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.