diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-10 11:01:27 -0300 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-10 11:01:27 -0300 |
commit | 0aafd6746c9b68689becff5e202f1831c753cc0d (patch) | |
tree | 975e8c7df1b3bc41949e877a5d8c754ea2823c10 /debian | |
parent | a15c5610890886929436956ae2b319f6ef23504e (diff) |
relicense general utility library code to BSD
Omitted a couple of files what have had significant contributions from
others.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/copyright | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index a1b79a49d..273be44d8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -12,7 +12,15 @@ License: AGPL-3+ Files: Utility/ThreadScheduler.hs Copyright: 2011 Bas van Dijk & Roel van Dijk - 2012 Joey Hess <joey@kitenet.net> + 2012, 2013 Joey Hess <joey@kitenet.net> +License: BSD-2-clause + +Files: Utility/* +Copyright: 2012-2014 Joey Hess <joey@kitenet.net> +License: BSD-2-clause + +Files: Utility/Gpg.hs Utility/DirWatcher* +Copyright: © 2010-2014 Joey Hess <joey@kitenet.net> License: GPL-3+ Files: doc/logo* */favicon.ico standalone/osx/git-annex.app/Contents/Resources/git-annex.icns standalone/android/icons/* @@ -122,6 +130,28 @@ License: LGPL-2.1+ in this package's source, or in /usr/share/common-licenses/LGPL-2.1 on Debian systems. +License: BSD-2-clause + 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. + . + THIS SOFTWARE IS PROVIDED BY AUTHORS AND 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 AUTHORS OR 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. + License: AGPL-3+ GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 |