]> wimlib.net Git - wimlib/blobdiff - debian/copyright
Use HTTPS for all links to website
[wimlib] / debian / copyright
index f44bd59c32e63c44157868f4428d9d9ac8f4157e..16ffdee6bd73e1913515d1b219f8a20f03b53a68 100644 (file)
@@ -1,21 +1,28 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: wimlib
-Source: http://sourceforge.net/projects/wimlib
+Source: https://wimlib.net
 
 Files: *
-Copyright: 2012 Eric Biggers <ebiggers3@gmail.com>
-License: GPLv3+
- This library is free software; you can redistribute it and/or modify it under
- the terms of the GNU General Public License as published by the Free Software
- Foundation; either version 3 of the License, or (at your option) any later
- version.
+Copyright: 2012, 2013, 2014 Eric Biggers <ebiggers3@gmail.com>
+License: GPLv3+ with exception
+  Unless otherwise specified, wimlib and all programs and scripts distributed with
+  it may be redistributed and/or modified under the terms of the GNU General
+  Public License; either version 3 of the License, or (at your option) any later
+  version.  See COPYING.GPLv3.
+  .
+  However, the following exception is granted.  When not prohibited by conflict
+  with a third-party software license, you may opt to redistribute and/or modify
+  the library portion of wimlib under the terms of the GNU Lesser General Public
+  License; either version 3 of the License, or (at your option) any later version.
+  See COPYING.LGPLv3.
+  .
+  The following paragraph is informational only.  The above exception is known to
+  be relevant for the third-party library "libntfs-3g", which is licensed GPLv2+.
+  On UNIX-like systems, wimlib can optionally be compiled with libntfs-3g support.
+  However, a binary copy of wimlib that was compiled without libntfs-3g support
+  need not be affected by the libntfs-3g license (for example).
 
- This library is distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
-
- On Debian systems, the complete text of the GNU General Public License version
- 3 can be found in "/usr/share/common-licenses/GPL-3".
+Files: debian/*
+License: Public domain
+  The Debian packaging scripts are free to be redistributed and/or modified with
+  no restrictions.