This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libseqlib.
commit 18c0cfb3b3af0e2732765eac8ce315ad3b6667e8 Author: Andreas Tille <[email protected]> Date: Thu Mar 9 08:26:33 2017 +0100 Add missing copyright statements --- debian/copyright | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/debian/copyright b/debian/copyright index 91435f0..62f6913 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,6 +11,18 @@ Files: * Copyright: 2016 Jeremiah A. Wala <[email protected]> License: Apache-2.0 +Files: SeqLib/aho_corasick.hpp +Copyright: 2015 Christopher Gilbert. +License: MIT + +Files: SeqLib/IntervalTree.h +Copyright: 2011 Erik Garrison +License: MIT + +Files: src/BFC.cpp +Copyright: 2015 Broad Institute +License: MIT + Files: debian/* Copyright: 2017 Andreas Tille <[email protected]> License: Apache-2.0 @@ -30,3 +42,23 @@ License: Apache-2.0 . On Debian systems you can find a copy of the Apache license version 2.0 at /usr/share/common-licenses/Apache-2.0. + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libseqlib.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
