[Forensics-changes] [afflib] 02/02: Imported Debian patch 3.7.15-1

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Mon Jan 2 20:10:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

eriberto pushed a commit to branch debian
in repository afflib.

commit 37becd931b768c88b9538b4e9b2de61a10a706dc
Merge: b4fc705 c1aeddb
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Mon Jan 2 16:20:38 2017 -0200

    Imported Debian patch 3.7.15-1

 .gitignore                         |    5 +
 Makefile.am                        |    2 +-
 configure.ac                       |    7 +-
 debian/changelog                   |   12 +
 debian/copyright                   |   34 +-
 {lib => include/afflib}/afflib.h   |    0
 {lib => include/afflib}/afflib_i.h |    0
 {lib => include/afflib}/aftimer.h  |    0
 {lib => include/afflib}/utils.h    |    0
 lib/Makefile.am                    |    3 +-
 m4/acinclude.m4                    |  879 -------
 pyaff/Makefile.am                  |   21 +-
 pyaff/PKG-INFO                     |   10 -
 pyaff/README                       |    2 +-
 pyaff/afflib.pxd                   |   24 +
 pyaff/pyaff.c                      | 4516 ++++++++++++++++++++++++++++++++++--
 pyaff/pyaff.pxd                    |    6 +
 pyaff/pyaff.pyx                    |   71 +
 pyaff/setup.py                     |   20 +-
 tools/Makefile.am                  |    2 +-
 win32/affconfig.h                  |    2 +-
 21 files changed, 4458 insertions(+), 1158 deletions(-)

diff --cc debian/changelog
index a1d3ce9,0000000..255a5df
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,473 -1,0 +1,485 @@@
++afflib (3.7.15-1) unstable; urgency=medium
++
++  * New upstream release.
++  * debian/copyright:
++      - Moved lib/{afflib.h, afflib_i.h, aftimer.h, utils.h} to include/afflib/,
++        because the upstream changed the source code.
++      - Removed rights for pyaff/pyaff.c, now generated automatically.
++      - Updated rights for some files.
++      - Updated the packaging copyright years.
++
++ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 02 Jan 2017 16:20:38 -0200
++
 +afflib (3.7.13-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * debian/copyright:
 +      - Fixed some licensing issues.
 +      - Grouped some blocks that use the same licensing, to simplify the file.
 +  * debian/source/options: no longer necessary. Removed.
 +  * debian/watch: removed the unnecessary opts line.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 28 Nov 2016 11:29:45 -0200
 +
 +afflib (3.7.10-2) unstable; urgency=medium
 +
 +  * Provided the static library in development package (requested by
 +    upstream). To do it, enabled --enable-static in debian/rules and
 +    changed the debian/libafflib-dev.install file.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 24 Nov 2016 16:55:09 -0200
 +
 +afflib (3.7.10-1) unstable; urgency=medium
 +
 +  * New upstream release. (Closes: 828228)
 +  * Migrate DH level to 10.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Fri, 07 Oct 2016 22:21:49 -0300
 +
 +afflib (3.7.8-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * debian/changelog: updated the upstream copyright years.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 23 Aug 2016 23:19:19 -0300
 +
 +afflib (3.7.7+git20160511.4fd23a-2) unstable; urgency=medium
 +
 +  * Upload to unstable.
 +  * Reverted to default GCC provided by Debian.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 16 May 2016 08:49:30 -0300
 +
 +afflib (3.7.7+git20160511.4fd23a-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +  * Force temporarily to build using GCC-6.
 +  * debian/patches/: removed all patches. The upstream
 +      fixed the source code. Thanks!
 +  * debian/watch: added a temporary dversionmangle.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 14 May 2016 21:58:23 -0300
 +
 +afflib (3.7.7-5) unstable; urgency=medium
 +
 +  * Upload to unstable.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sun, 01 May 2016 13:55:15 -0300
 +
 +afflib (3.7.7-4) experimental; urgency=medium
 +
 +  * debian/control:
 +      - Bumped Standards-Version to 3.9.8.
 +      - Changed from cgit to git in Vcs-Browser field.
 +      - Fixed a spelling error in long description.
 +      - Updated the Vcs-* fields to use https instead of http and git.
 +  * debian/copyright: updated the packaging copyright years.
 +  * debian/patches/:
 +      - Added two patches to fix spelling errors. They are
 +        10_fix_spelling_errors_in_source_code.patch and
 +        20_fix_spelling_in_manpage.patch.
 +      - 30_fix_gcc_warnings_literal-suffix.patch: added to fix some
 +        specific GCC warnings.
 +      - 40_fix_gcc_warnings_misleading-indentation.patch: added to fix
 +        some specific GCC warnings.
 +  * debian/libafflib0v5.symbols: removed some symbols to be compliant
 +      with GCC 6. Thanks to Martin Michlmayr <tbm at hpe.com>.
 +      (Closes: #811966)
 +  * debian/watch: bumped to version 4.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 30 Apr 2016 15:08:34 -0300
 +
 +afflib (3.7.7-3) unstable; urgency=medium
 +
 +  * Upload to unstable. (Closes: #803695)
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Wed, 02 Dec 2015 11:22:46 -0200
 +
 +afflib (3.7.7-2) experimental; urgency=medium
 +
 +  * Using a new and unique symbol file (trying a universal format).
 +  * debian/rules: added override_dh_makeshlibs to provide the right
 +      package version to dpkg-gensymbols.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sun, 29 Nov 2015 00:36:45 -0200
 +
 +afflib (3.7.7-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Fixed the debian/libafflib0v5.symbols.sh4 file.
 +  * debian/control:
 +      - Fixed a typo in long descriptions.
 +      - Reorganized the Build-Depends field.
 +  * debian/copyright:
 +      - Removed a comment from the first copyright block.
 +      - Updated the upstream and packaging copyright years.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 10 Oct 2015 21:27:05 -0300
 +
 +afflib (3.7.6-6) unstable; urgency=medium
 +
 +  * Fixed some symbols.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 12 Sep 2015 23:04:25 -0300
 +
 +afflib (3.7.6-5) unstable; urgency=medium
 +
 +  [ Julien Cristau ]
 +  * Rename library package for new libstdc++6 ABI. (Closes: #790975)
 +
 +  [ Joao Eriberto Mota Filho ]
 +  * Thanks to Julien Cristau for all changes and help to make afflib
 +      compatible with new libstdc++6 ABI.
 +  * Updated the symbols for arm64, kfreebsd-amd64, ppc64el, m68k, sh4,
 +      sparc64 and x32.
 +  * debian/copyright: added Julien Cristau to debian/* block.
 +  * debian/libafflib0.lintian-overrides: removed. There are symbols
 +      since 3.7.6-3 revision.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sun, 09 Aug 2015 02:09:04 -0300
 +
 +afflib (3.7.6-4) unstable; urgency=medium
 +
 +  * Upload to unstable.
 +  * Updated all symbols. (Closes: #790975)
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 06 Aug 2015 16:11:40 -0300
 +
 +afflib (3.7.6-3) experimental; urgency=medium
 +
 +  * Rebuilt using GCC-5.
 +  * Generated the first symbol (amd64).
 +  * Upload to experimental to get diffs for all symbols.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Wed, 05 Aug 2015 17:13:10 -0300
 +
 +afflib (3.7.6-2) unstable; urgency=medium
 +
 +  * Upload to unstable. Welcome Jessie Stable!
 +  * Using dh-autoreconf instead of autotools_dev.
 +  * debian/control:
 +      - Removed these build dependencies: automake, autoconf, autotools-dev,
 +        dh-autoreconf and libtool.
 +      - Removed the relation for autotools-dev.
 +      - Removed Christophe Monniez from uploaders. (MIA)
 +      - Removed extra dots from long descriptions. (Closes: #779955)
 +      - Reorganized the Depends field in afflib-dbg binary.
 +  * debian/copyright: updated the packaging copyright years.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 28 Apr 2015 20:10:40 -0300
 +
 +afflib (3.7.6-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 08 Nov 2014 08:49:22 -0200
 +
 +afflib (3.7.5-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * New upstream, Phillip Hellewell, using an authorized fork in GitHub from
 +    the previous upstream. This is the new official site.
 +  * The new upstream had improvements and fixes in source code, including
 +    several suggestions from Debian. Thanks a lot to Phillip. Consequently:
 +      - debian/afflib-tools.manpages: removed.
 +      - debian/clean: removed.
 +      - debian/control:
 +          . Added xmount as suggestion to afflib-tools binary (no more support
 +            to ewf since 2010).
 +          . Updated the Homepage field.
 +          . Updated the long description (removed the reference to EnCase, no
 +            longer supported since 2010).
 +      - debian/copyright: updated.
 +      - debian/man: removed all *.1 files. The manpage fonts were kept for
 +        future needs.
 +      - debian/patches/: removed all patches.
 +      - debian/README.source: removed. The package is DFSG compliant now.
 +      - debian/watch: updated to use the new upstream repository.
 +  * debian/afflib-tools.docs: added all announce files.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 11 Oct 2014 12:13:18 -0300
 +
 +afflib (3.7.4+dfsg-3) unstable; urgency=medium
 +
 +  * Fixed the FTBFS in some architectures. (Closes: #763765)
 +  * Uploaded to unstable.
 +  * debian/control:
 +      - Bumped Standards-Version to 3.9.6.
 +      - Improved the long descriptions.
 +  * debian/watch: added the Phillip Hellewell fork repository.
 +      The upstream declared the project as dead but Phillip
 +      intend to do some extra work to fix issues.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Fri, 03 Oct 2014 08:03:41 -0300
 +
 +afflib (3.7.4+dfsg-2) experimental; urgency=medium
 +
 +  * Trying to fix the FTBFS in some architectures.
 +  * debian/afflib-tools.docs:
 +      - Added doc/FAQ.txt
 +      - Removed doc/*.txt.
 +      - Removed debian/README.source
 +  * debian/copyright: fixed the license of the tools/affuse.c file.
 +  * debian/libafflib0.docs:
 +      - Added doc/*.txt.
 +      - Removed debian/README.source.
 +  * debian/libafflib0.lintian-overrides: added to explain about
 +      symbols situation.
 +  * debian/patches/fix_typos_spellings_in_tools: added fixes to
 +      tool/affconvert file.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 02 Oct 2014 11:34:07 -0300
 +
 +afflib (3.7.4+dfsg-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * New co-maintainer.
 +  * Added the 'dfsg' suffix (see debian/README.source).
 +  * Created a manpage for each binary. Consequently:
 +      - Created the debian/man directory to be the manpages place.
 +      - Created the afflib-tools.manpages to install the manpages.
 +  * Updated the DH level from 8 to 9.
 +  * debian/clean: added to delete files not removed by upstream when
 +      cleaning.
 +  * debian/control:
 +      - Updated the Homepage field.
 +      - Updated the Standards-Version from 3.9.2 to 3.9.5.
 +      - Updated the Vcs-* fields to use the canonical URLs.
 +  * debian/copyright:
 +      - Updated to 1.0 format.
 +      - Updated the Source field.
 +      - Updated all dates and file licenses. Note that now the afflib
 +        is more 'public domain' that 'BSD-4-clause'. More details in
 +        COPYING and doc/announce_3.7.txt files. So, changing to
 +        'public domain' as main license.
 +  * debian/libafflib0.install: added support to multiarch paths.
 +  * debian/libafflib-dev.install: added support to multiarch paths.
 +  * debian/libafflib0.symbols: added to provide symbols to
 +      libafflib.so.0.0.0
 +  * debian/patches/:
 +      - fix_typos_spellings_in_tools: created to fix spelling errors,
 +        typos and to apply the correct names of the binaries inside the
 +        source code.
 +      - fix_affcat_manpage: fix the binary name inside the manpage.
 +  * debian/README.source: removed the information about patches using
 +      quilt (no longer necessary) and added a notice about upstream
 +      tarball repack.
 +  * debian/source/options: added to ignore some changes in files, made
 +      by upstream code, when compiling.
 +  * debian/rules:
 +      - Added the DEB_BUILD_MAINT_OPTIONS variable to fix the issues
 +        pointed by blhc.
 +      - Updated the override_dh_auto_configure target to allow the
 +        GCC hardening.
 +      - Updated the override_dh_auto_install target to work with
 +        multiarch paths.
 +  * debian/watch: fixed and improved.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 29 Sep 2014 18:33:27 -0300
 +
 +afflib (3.6.15-1) unstable; urgency=low
 +
 +  * Team Upload
 +
 +  [ Christophe Monniez ]
 +  * Merging upstream version 3.6.15.
 +  * Removing libewf from configuration options as it doesn't exists anymore in
 +    upstream.
 +  * Enabling shared linkage (Closes: #616402).
 +  * Dropping installation of *.a and *.la files in dev.
 +  * Applying patch from ubuntu (Thanks to Evan Brode)
 +    (Closes: #620411, #621150).
 +  * Removing build depends on libewf as upstream dos not support ewf anymore.
 +
 +  [ Julien Valroff ]
 +  * Switch to 3.0 (quilt) source package format
 +  * Bump debhelper compat to 8
 +
 + -- Julien Valroff <julien at debian.org>  Sat, 07 Jan 2012 16:43:52 +0100
 +
 +afflib (3.6.6-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Remove references to other libraries from dependency_libs field
 +    (Closes: #620411).
 +
 + -- Luk Claes <luk at debian.org>  Tue, 31 May 2011 19:27:22 +0200
 +
 +afflib (3.6.6-1) unstable; urgency=low
 +
 +  [ Christophe Monniez ]
 +  * Imported Upstream version 3.6.6
 +  * Refreshing patches.
 +  * Removing quilt dh parameter from rules.
 +  * Removing patch for afrecover.
 +  * Removing rule to rename s3 binary which no longer exists.
 +  * Removing rule that was removing aftest which no longer exists.
 +  * Bumped standards version to 3.9.1.
 +
 +  [ Cristian Greco ]
 +  * debian/control: remove myself from Uploaders.
 +
 + -- Michael Prokop <mika at debian.org>  Mon, 21 Feb 2011 22:36:11 +0100
 +
 +afflib (3.5.12-2) unstable; urgency=low
 +
 +  * debian/control: don't build-depend on libfuse-dev on the Hurd, as we
 +    can live without affuse and let the package build on such arch.
 +  * debian/rules:
 +    - don't install /usr/bin/aftest as it is just a test program.
 +    - properly pass '-a' option to dh_strip to ensure it will only work
 +      on arch-dep packages.
 +  * debian/patches:
 +    - 01-fix-afrecover.patch: new patch, make afrecover prints its real name
 +      to stdout in usage().
 +    - 99-no_static_ldflags.patch, new patch: drop `-static` from LDFLAGS from
 +      tools/Makefile.am in order to avoid afflib-tools to be statically
 +      linked against libafflib.
 +  * debian/{control,rules}: build-dep on autotools-dev (>= 20100122.1) and
 +    pass '--with autotools_dev' to dh in order to automatically update
 +    config.{sub,guess} files.
 +
 + -- Cristian Greco <cristian at regolo.cc>  Fri, 18 Jun 2010 13:52:52 +0200
 +
 +afflib (3.5.12-1) unstable; urgency=low
 +
 +  [ Christophe Monniez ]
 +  * New upstream version
 +  * debian/patches: drop the following patches, fixed upstream (01-
 +    debian-directory.patch, 02-win32-files.patch, 03-bashism.patch).
 +
 +  [ Cristian Greco ]
 +  * debian/rules:
 +    - drop some tricky changes to reflect upstream fixes.
 +    - debian/rules: add --as-needed to LDFLAGS.
 +  * debian/source.lintian-overrides: deleted, this file is no more needed.
 +  * debian/*.install: remove unneeded leading slashes.
 +  * debian/control: drop build-deps on libncurses5-dev and libreadline-dev,
 +    which are not strictly required and causes a mess with reverse
 +    dependencies.
 +
 + -- Cristian Greco <cristian at regolo.cc>  Wed, 12 May 2010 00:20:02 +0200
 +
 +afflib (3.5.10+dfsg-2) unstable; urgency=low
 +
 +  * debian/control:
 +    - add myself to uploaders.
 +    - sort build-deps and remove now unneeded entries.
 +    - remove duplicate field Section: in libafflib0.
 +  * debian/patches:
 +    - refreshed and modified all patches, then let debian/rules
 +      calls autoreconf.
 +    - 03-bashism.patch: added description.
 +    - 04-tests-disabling: drop patch, and just point dh_auto_test to an empty
 +      target in debian/rules to disable tests.
 +    - 04-fix-afdiskprint.patch: new patch, fix afdiskprint command to properly
 +      detect libexpat at build time.
 +  * debian/copyright: updated to reflect changes in latest upstream
 +    version (see #574544).
 +  * debian/watch: added file.
 +
 + -- Cristian Greco <cristian at regolo.cc>  Sat, 10 Apr 2010 12:35:40 +0200
 +
 +afflib (3.5.10+dfsg-1) unstable; urgency=low
 +
 +  [ Christophe Monniez ]
 +  * Merging upstream version 3.5.10+dfsg, addressing
 +    licensing issue. (Closes: #574544)
 +
 +  [ Michael Prokop ]
 +  * Explicitly build-depend on quilt (>= 0.46-7~) to make lintian happy.
 +
 + -- Michael Prokop <mika at debian.org>  Sat, 03 Apr 2010 00:17:02 +0200
 +
 +afflib (3.5.7+dfsg-2) unstable; urgency=low
 +
 +  [ Christophe Monniez ]
 +  * Adding a patch to neutralize tests.
 +
 +  [ Michael Prokop ]
 +  * Bump Standards-Version to 3.8.4 (no further changes).
 +
 + -- Michael Prokop <mika at debian.org>  Wed, 24 Feb 2010 00:09:59 +0100
 +
 +afflib (3.5.7+dfsg-1) unstable; urgency=low
 +
 +  [ Christophe Monniez ]
 +  * Fixing test_passphrase bash script.
 +  * Merging upstream version 3.5.7+dfsg.
 +
 + -- Michael Prokop <mika at debian.org>  Fri, 19 Feb 2010 12:31:40 +0100
 +
 +afflib (3.5.5+dfsg-1) unstable; urgency=low
 +
 +  [ Christophe Monniez ]
 +  * Merging upstream version 3.5.5+dfsg.
 +
 + -- Michael Prokop <mika at debian.org>  Wed, 30 Dec 2009 18:24:46 +0100
 +
 +afflib (3.5.4+dfsg-1) unstable; urgency=low
 +
 +  [ Christophe Monniez ]
 +  * Merging upstream version 3.5.4+dfsg.
 +  * Refreshing quilt patches.
 +
 + -- Michael Prokop <mika at debian.org>  Wed, 23 Dec 2009 01:36:29 +0100
 +
 +afflib (3.5.2+dfsg-1) unstable; urgency=low
 +
 +  [ Christophe Monniez ]
 +  * Merging upstream version 3.5.2+dfsg.
 +  * Refreshing quilt patches.
 +  * Fixing one more bashism.
 +  * Adding libewf support.
 +
 +  [ Michael Prokop ]
 +  * Build-Depend on libreadline-dev instead of libreadline5-dev.
 +    Thanks to Matthias Klose for the pointer. (Closes: #553717)
 +
 + -- Michael Prokop <mika at debian.org>  Thu, 05 Nov 2009 01:13:40 +0100
 +
 +afflib (3.5.0+dfsg-1) unstable; urgency=low
 +
 +  [ Christophe Monniez ]
 +  * Merging upstream version 3.5.0+dfsg.
 +  * Fixing conflicting s3 filename (Closes: #549638).
 +  * Updating quilt patches.
 +  * Added a build dependency to a dict needed for tests.
 +  * Fixed some bashism (Closes: #549814).
 +
 +  [ Michael Prokop ]
 +  * Remove config.guess + config.sub from Debian package / git tree.
 +
 + -- Michael Prokop <mika at debian.org>  Wed, 21 Oct 2009 09:55:01 +0200
 +
 +afflib (3.3.6+dfsg-3) unstable; urgency=low
 +
 +  [ Michael Prokop ]
 +  * Update copyright information for lib/base64.cpp (thanks to Torsten
 +    Werner)
 +  * Remove config.guess + config.sub from Debian package / git tree.
 +
 +  [ Christophe Monniez ]
 +  * Fixed VCS fields.
 +  * Fixed quilt build dependency, thanks to Nobuhiro Iwamatsu (Closes:
 +    #549281).
 +
 + -- Michael Prokop <mika at debian.org>  Fri, 02 Oct 2009 11:15:27 +0200
 +
 +afflib (3.3.6+dfsg-2) unstable; urgency=low
 +
 +  * Adding autotools handling in rules that doesn't get done by dh
 +    automatically.
 +  * Setting uploaders to Christophe.
 +  * Updating, sorting and wrapping depends.
 +  * Updating package to standards version 3.8.3.
 +  * Simplify autotools handling in rules.
 +
 + -- Daniel Baumann <daniel at debian.org>  Wed, 26 Aug 2009 14:10:35 +0200
 +
 +afflib (3.3.6+dfsg-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #379643).
 +  * Rebuild tarball without debian directory, misc and win32 files.
 +
 + -- Daniel Baumann <daniel at debian.org>  Tue, 28 Jul 2009 10:49:42 +0200
diff --cc debian/copyright
index ce4855a,0000000..3537bd3
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,568 -1,0 +1,546 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Upstream-Name: AFFLIBv3
 +Source: https://github.com/sshock/AFFLIBv3
 +
 +Files: *
 +Copyright: 2005-2006 Igor Pavlov
 +           2008-2013 Simson L. Garfinkel <simsong at acm.org>
 +           2014-2016 Phillip Hellewell <sshock at gmail.com>
 +License: public-domain
 +
 +Files: doc/FAQ.txt
++       include/afflib/afflib.h
++       include/afflib/afflib_i.h
++       include/afflib/aftimer.h
++       include/afflib/utils.h
 +       lib/aff_db.cpp
 +       lib/aff_db.h
-        lib/aff_toc.cpp
 +       lib/afflib.cpp
-        lib/afflib.h
-        lib/afflib_i.h
 +       lib/afflib_pages.cpp
 +       lib/afflib_stream.cpp
 +       lib/afflib_util.cpp
-        lib/aftimer.h
++       lib/aff_toc.cpp
 +       lib/lzma_glue.cpp
 +       lib/s3.cpp
 +       lib/s3_glue.cpp
 +       lib/s3_glue.h
 +       lib/utils.cpp
-        lib/utils.h
 +       lib/vnode_afd.cpp
 +       lib/vnode_afd.h
 +       lib/vnode_aff.cpp
 +       lib/vnode_aff.h
 +       lib/vnode_afm.cpp
 +       lib/vnode_afm.h
 +       lib/vnode_raw.cpp
 +       lib/vnode_raw.h
 +       lib/vnode_s3.cpp
 +       lib/vnode_s3.h
 +       lib/vnode_split_raw.cpp
 +       lib/vnode_split_raw.h
 +       Makefile.am
 +       tools/affcat.cpp
 +       tools/affcompare.cpp
 +       tools/affconvert.cpp
 +       tools/affcopy.cpp
 +       tools/affinfo.cpp
 +       tools/affix.cpp
 +       tools/affuse.c
 +Copyright: 2005-2006 Basis Technology, Inc.
 +           2005-2012 Simson L. Garfinkel <simsong at acm.org>
 +           2007      Olivier Castan <castan.o at free.fr>
 +           2014-2015 Phillip Hellewell <sshock at gmail.com>
 +License: BSD-4-Clause
 +
 +Files: lzma443/*
 +Copyright: 1999-2006 Igor Pavlov
 +License: LGPL-2.1 or CPL-1.0 or special or proprietary
 +Comment: the lzma443/lzma.txt file says:
 +         "LZMA SDK is available under any of the following licenses:
 +         .
 +         1) GNU Lesser General Public License (GNU LGPL)
 +         2) Common Public License (CPL)
 +         3) Simplified license for unmodified code (read SPECIAL EXCEPTION)
 +         4) Proprietary license
 +         .
 +         It means that you can select one of these four options and follow
 +         rules of that license."
 +
 +Files: lzma443/C/7zip/Compress/Branch/BranchTypes.h
 +       lzma443/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp
 +       lzma443/C/7zip/Compress/LZMA_C/LzmaStateTest.c
 +       lzma443/C/7zip/Compress/LZMA_C/LzmaTest.c
 +       lzma443/C/7zip/Compress/LZMA_C/LzmaTypes.h
 +Copyright: 1999-2006 Igor Pavlov
 +License: LGPL-2.1 or CPL-1.0 or special or proprietary or public-domain
 +Comment: in special license, the exption #3 says about the public-domain
 +         for listed files.
 +
 +Files: lib/qemu/block-bochs.c
 +       lib/qemu/block.c
 +       lib/qemu/block-cloop.c
 +       lib/qemu/block-cow.c
 +       lib/qemu/block-dmg.c
 +       lib/qemu/block_int.h
 +       lib/qemu/block-parallels.c
 +       lib/qemu/block-qcow.c
 +       lib/qemu/block-qcow2.c
 +       lib/qemu/block-raw-posix.c
 +       lib/qemu/block-vmdk.c
 +       lib/qemu/block-vpc.c
 +       lib/qemu/block-vvfat.c
 +       lib/qemu/qemu-img.c
 +Copyright: 2003-2008 Fabrice Bellard
 +           2004-2005 Johannes E. Schindelin
 +           2005      Filip Navara
 +           2005-2007 Alex Beregszaszi
 +License: ISC
 +
 +Files: lib/base64.cpp
 +Copyright: 1995      International Business Machines, Inc.
 +           1996-1999 Internet Software Consortium
 +License: MIT and IBM
 +
 +Files: lib/base64.h
 +Copyright: 1996-1999 Internet Software Consortium
 +License: MIT
 +
 +Files: m4/acx_pthread.m4
 +Copyright: 2008 Steven G. Johnson <stevenj at alum.mit.edu>
 +License: GPL-3+
 +
- Files: pyaff/pyaff.c
- Copyright: 2008 David Collett <david.collett at gmail.com>
- License: LGPL-3+
- 
 +Files: tools/affsegment.cpp
 +       tools/affstats.cpp
 +       tools/affxml.cpp
 +Copyright: 2005-2006 Basis Technology, Inc.
 +           2005-2006 Simson L. Garfinkel <simsong at acm.org>
 +           2014      Phillip Hellewell <sshock at gmail.com>
 +License: BSD-3-Clause
 +
 +Files: debian/*
 +Copyright: 2009      Daniel Baumann <mail at daniel-baumann.ch>
 +           2009-2011 Michael Prokop <mika at debian.org>
 +           2009-2012 Christophe Monniez <christophe.monniez at fccu.be>
 +           2010      Cristian Greco <cristian at debian.org>
 +           2011      Luk Claes <luk at debian.org>
 +           2012      Julien Valroff <julien at debian.org>
-            2014-2016 Joao Eriberto Mota Filho <eriberto at debian.org>
++           2014-2017 Joao Eriberto Mota Filho <eriberto at debian.org>
 +           2015      Julien Cristau <jcristau at debian.org>
 +License: BSD-3-clause
 +
 +License: public-domain
 + This file is in the Public domain.
 +
 +License: BSD-4-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.
 + 3. All advertising materials mentioning features or use of this software
 +    must display the following acknowledgement:
 +    This product includes software developed by Simson L. Garfinkel
 +    and Basis Technology Corp.
 + 4. Neither the name of Simson L. Garfinkel, Basis Technology, or other
 +    contributors to this program may be used to endorse or promote
 +    products derived from this software without specific prior written
 +    permission.
 + .
 + THIS SOFTWARE IS PROVIDED BY SIMSON L. GARFINKEL, BASIS TECHNOLOGY,
 + 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 SIMSON L. GARFINKEL, BASIS TECHNOLOGY,
 + 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: LGPL-2.1
 + This package is free software; you can redistribute it and/or
 + modify it under the terms of the GNU Lesser General Public
 + License as published by the Free Software Foundation; version
 + 2.1 of the License.
 + .
 + This package 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
 + Lesser General Public License for more details.
 + .
 + You should have received a copy of the GNU Lesser General Public License
 + along with this program. If not, see <https://www.gnu.org/licenses/>.
 + .
 + On Debian systems, the complete text of the GNU Lesser General
 + Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
 +
 +License: CPL-1.0
 + Common Public License Version 1.0
 + .
 + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
 + LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
 + CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
 + .
 + 1. DEFINITIONS
 + .
 + "Contribution" means:
 + .
 +    a) in the case of the initial Contributor, the initial code and
 + documentation distributed under this Agreement, and
 + .
 +    b) in the case of each subsequent Contributor:
 + .
 +    i) changes to the Program, and
 + .
 +    ii) additions to the Program;
 + .
 +    where such changes and/or additions to the Program originate from and are
 + distributed by that particular Contributor. A Contribution 'originates' from a
 + Contributor if it was added to the Program by such Contributor itself or
 + anyone acting on such Contributor's behalf. Contributions do not include
 + additions to the Program which: (i) are separate modules of software
 + distributed in conjunction with the Program under their own license
 + agreement, and (ii) are not derivative works of the Program.
 + .
 + "Contributor" means any person or entity that distributes the Program.
 + .
 + "Licensed Patents " mean patent claims licensable by a Contributor which are
 + necessarily infringed by the use or sale of its Contribution alone or when
 + combined with the Program.
 + .
 + "Program" means the Contributions distributed in accordance with this
 + Agreement.
 + .
 + "Recipient" means anyone who receives the Program under this Agreement,
 + including all Contributors.
 + .
 + 2. GRANT OF RIGHTS
 + .
 +    a) Subject to the terms of this Agreement, each Contributor hereby grants
 + Recipient a non-exclusive, worldwide, royalty-free copyright license to
 + reproduce, prepare derivative works of, publicly display, publicly perform,
 + distribute and sublicense the Contribution of such Contributor, if any, and
 + such derivative works, in source code and object code form.
 + .
 +    b) Subject to the terms of this Agreement, each Contributor hereby grants
 + Recipient a non-exclusive, worldwide, royalty-free patent license under
 + Licensed Patents to make, use, sell, offer to sell, import and otherwise
 + transfer the Contribution of such Contributor, if any, in source code and
 + object code form.
 + This patent license shall apply to the combination of the Contribution and
 + the Program if, at the time the Contribution is added by the Contributor,
 + such addition of the Contribution causes such combination to be covered by
 + the Licensed Patents. The patent license shall not apply to any other
 + combinations which include the Contribution. No hardware per se is licensed
 + hereunder.
 + .
 +    c) Recipient understands that although each Contributor grants the
 + licenses to its Contributions set forth herein, no assurances are provided by
 + any Contributor that the Program does not infringe the patent or other
 + intellectual property rights of any other entity. Each Contributor disclaims
 + any liability to Recipient for claims brought by any other entity based on
 + infringement of intellectual property rights or otherwise. As a condition to
 + exercising the rights and licenses granted hereunder, each Recipient hereby
 + assumes sole responsibility to secure any other intellectual property rights
 + needed, if any.  For example, if a third party patent license is required to
 + allow Recipient to distribute the Program, it is Recipient's responsibility
 + to acquire that license before distributing the Program.
 + .
 +    d) Each Contributor represents that to its knowledge it has sufficient
 + copyright rights in its Contribution, if any, to grant the copyright license
 + set forth in this Agreement.
 + .
 + 3. REQUIREMENTS
 + .
 + A Contributor may choose to distribute the Program in object code form under
 + its own license agreement, provided that:
 + .
 +    a) it complies with the terms and conditions of this Agreement; and
 + .
 +    b) its license agreement:
 + .
 +    i) effectively disclaims on behalf of all Contributors all warranties and
 + conditions, express and implied, including warranties or conditions of title
 + and non-infringement, and implied warranties or conditions of merchantability
 + and fitness for a particular purpose;
 + .
 +    ii) effectively excludes on behalf of all Contributors all liability for
 + damages, including direct, indirect, special, incidental and consequential
 + damages, such as lost profits;
 + .
 +    iii) states that any provisions which differ from this Agreement are
 + offered by that Contributor alone and not by any other party; and
 + .
 +    iv) states that source code for the Program is available from such
 + Contributor, and informs licensees how to obtain it in a reasonable manner on
 + or through a medium customarily used for software exchange.
 + .
 + When the Program is made available in source code form:
 + .
 +    a) it must be made available under this Agreement; and
 + .
 +    b) a copy of this Agreement must be included with each copy of the
 +     Program.
 + .
 + Contributors may not remove or alter any copyright notices contained within
 + the Program.
 + .
 + Each Contributor must identify itself as the originator of its Contribution,
 + if any, in a manner that reasonably allows subsequent Recipients to identify
 + the originator of the Contribution.
 + .
 + 4. COMMERCIAL DISTRIBUTION
 + .
 + Commercial distributors of software may accept certain responsibilities with
 + respect to end users, business partners and the like. While this license is
 + intended to facilitate the commercial use of the Program, the Contributor who
 + includes the Program in a commercial product offering should do so in a
 + manner which does not create potential liability for other Contributors.
 + Therefore, if a Contributor includes the Program in a commercial product
 + offering, such Contributor ("Commercial Contributor") hereby agrees to defend
 + and indemnify every other Contributor ("Indemnified Contributor") against any
 + losses, damages and costs (collectively "Losses") arising from claims,
 + lawsuits and other legal actions brought by a third party against the
 + Indemnified Contributor to the extent caused by the acts or omissions of such
 + Commercial Contributor in connection with its distribution of the Program in
 + a commercial product offering. The obligations in this section do not apply
 + to any claims or Losses relating to any actual or alleged intellectual
 + property infringement. In order to qualify, an Indemnified Contributor must:
 + a) promptly notify the Commercial Contributor in writing of such claim, and
 + b) allow the Commercial Contributor to control, and cooperate with the
 + Commercial Contributor in, the defense and any related settlement
 + negotiations. The Indemnified Contributor may participate in any such claim
 + at its own expense.
 + .
 + For example, a Contributor might include the Program in a commercial product
 + offering, Product X. That Contributor is then a Commercial Contributor. If
 + that Commercial Contributor then makes performance claims, or offers
 + warranties related to Product X, those performance claims and warranties are
 + such Commercial Contributor's responsibility alone. Under this section, the
 + Commercial Contributor would have to defend claims against the other
 + Contributors related to those performance claims and warranties, and if a
 + court requires any other Contributor to pay any damages as a result, the
 + Commercial Contributor must pay those damages.
 + .
 + 5. NO WARRANTY
 + .
 + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
 + AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER
 + EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR
 + CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A
 + PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the
 + appropriateness of using and distributing the Program and assumes all risks
 + associated with its exercise of rights under this Agreement, including but
 + not limited to the risks and costs of program errors, compliance with
 + applicable laws, damage to or loss of data, programs or equipment, and
 + unavailability or interruption of operations.
 + .
 + 6. DISCLAIMER OF LIABILITY
 + .
 + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
 + CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
 + LOST PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE
 + EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY
 + OF SUCH DAMAGES.
 + .
 + 7. GENERAL
 + .
 + If any provision of this Agreement is invalid or unenforceable under
 + applicable law, it shall not affect the validity or enforceability of the
 + remainder of the terms of this Agreement, and without further action by the
 + parties hereto, such provision shall be reformed to the minimum extent
 + necessary to make such provision valid and enforceable.
 + .
 + If Recipient institutes patent litigation against a Contributor with respect
 + to a patent applicable to software (including a cross-claim or counterclaim
 + in a lawsuit), then any patent licenses granted by that Contributor to such
 + Recipient under this Agreement shall terminate as of the date such litigation
 + is filed. In addition, if Recipient institutes patent litigation against any
 + entity (including a cross-claim or counterclaim in a lawsuit) alleging that
 + the Program itself (excluding combinations of the Program with other software
 + or hardware) infringes such Recipient's patent(s), then such Recipient's
 + rights granted under Section 2(b) shall terminate as of the date such
 + litigation is filed.
 + .
 + All Recipient's rights under this Agreement shall terminate if it fails to
 + comply with any of the material terms or conditions of this Agreement and
 + does not cure such failure in a reasonable period of time after becoming
 + aware of such noncompliance. If all Recipient's rights under this Agreement
 + terminate, Recipient agrees to cease use and distribution of the Program as
 + soon as reasonably practicable. However, Recipient's obligations under this
 + Agreement and any licenses granted by Recipient relating to the Program shall
 + continue and survive.
 + .
 + Everyone is permitted to copy and distribute copies of this Agreement, but in
 + order to avoid inconsistency the Agreement is copyrighted and may only be
 + modified in the following manner. The Agreement Steward reserves the right to
 + publish new versions (including revisions) of this Agreement from time to
 + time.  No one other than the Agreement Steward has the right to modify this
 + Agreement.  IBM is the initial Agreement Steward. IBM may assign the
 + responsibility to serve as the Agreement Steward to a suitable separate
 + entity. Each new version of the Agreement will be given a distinguishing
 + version number. The Program (including Contributions) may always be
 + distributed subject to the version of the Agreement under which it was
 + received. In addition, after a new version of the Agreement is published,
 + Contributor may elect to distribute the Program (including its Contributions)
 + under the new version. Except as expressly stated in Sections 2(a) and 2(b)
 + above, Recipient receives no rights or licenses to the intellectual property
 + of any Contributor under this Agreement, whether expressly, by implication,
 + estoppel or otherwise. All rights in the Program not expressly granted under
 + this Agreement are reserved.
 + .
 + This Agreement is governed by the laws of the State of New York and the
 + intellectual property laws of the United States of America. No party to this
 + Agreement will bring a legal action under this Agreement more than one year
 + after the cause of action arose. Each party waives its rights to a jury trial
 + in any resulting litigation.
 +
 +License: special
 + SPECIAL EXCEPTION
 + .
 + Igor Pavlov, as the author of this code, expressly permits you
 + to statically or dynamically link your code (or bind by name)
 + to the files from LZMA SDK without subjecting your linked
 + code to the terms of the CPL or GNU LGPL.
 + Any modifications or additions to files from LZMA SDK, however,
 + are subject to the GNU LGPL or CPL terms.
 + .
 + SPECIAL EXCEPTION allows you to use LZMA SDK in applications with closed code,
 + while you keep LZMA SDK code unmodified.
 + .
 + SPECIAL EXCEPTION #2: Igor Pavlov, as the author of this code, expressly permits
 + you to use this code under the same terms and conditions contained in the License
 + Agreement you have for any previous version of LZMA SDK developed by Igor Pavlov.
 + .
 + SPECIAL EXCEPTION #2 allows owners of proprietary licenses to use latest version
 + of LZMA SDK as update for previous versions.
 + .
 + SPECIAL EXCEPTION #3: Igor Pavlov, as the author of this code, expressly permits
 + you to use code of the following files:
 + BranchTypes.h, LzmaTypes.h, LzmaTest.c, LzmaStateTest.c, LzmaAlone.cpp,
 + LzmaAlone.cs, LzmaAlone.java as public domain code.
 +
 +License: proprietary
 + Proprietary license
 + .
 + LZMA SDK also can be available under a proprietary license which
 + can include:
 + .
 + 1) Right to modify code without subjecting modified code to the
 +    terms of the CPL or GNU LGPL
 + 2) Technical support for code
 + .
 + To request such proprietary license or any additional consultations,
 + send email message from that page: http://www.7-zip.org/support.html
 +
 +License: ISC
 + 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.
 +
 +License: MIT
 + Permission to use, copy, modify, and distribute this software for any
 + purpose with or without fee is hereby granted, provided that the above
 + copyright notice and this permission notice appear in all copies.
 + .
 + THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
 + ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
 + OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
 + CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
 + DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
 + PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
 + ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 + SOFTWARE.
 +
 +License: IBM
 + International Business Machines, Inc. (hereinafter called IBM) grants
 + permission under its copyrights to use, copy, modify, and distribute this
 + Software with or without fee, provided that the above copyright notice and
 + all paragraphs of this notice appear in all copies, and that the name of IBM
 + not be used in connection with the marketing of any product incorporating
 + the Software or modifications thereof, without specific, written prior
 + permission.
 + .
 + To the extent it has a right to do so, IBM grants an immunity from suit
 + under its patents, if any, for the use, sale or manufacture of products to
 + the extent that such products are used for performing Domain Name System
 + dynamic updates in TCP/IP networks by means of the Software.  No immunity is
 + granted for any product per se or for any other function of any product.
 + .
 + THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
 + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 + PARTICULAR PURPOSE.  IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
 + DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
 + OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
 + IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
 +
 +License: GPL-3+
 + This program 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.
 + .
 + This package 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".
 +
- License: LGPL-3+
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Library General Public
-  License as published by the Free Software Foundation; either
-  version 3 of the License, or (at your option) any later version.
-  .
-  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
-  Library General Public License for more details.
-  .
-  You should have received a copy of the GNU Library General Public
-  License along with this library; if not, write to the Free
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-  .
-  On Debian systems, the complete text of the GNU Library General Public License
-  can be found in /usr/share/common-licenses/LGPL-3 file.
- 
 +License: BSD-3-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.
 +    tools/affsegment.cpp:
 + 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. [omitted]
 + 4. Neither the name of Simson Garfinkel, Basis Technology, or other
 +    contributors to this program may be used to endorse or promote
 +    products derived from this software without specific prior written
 +    permission.
 + .
 + THIS SOFTWARE IS PROVIDED BY SIMSON GARFINKEL, BASIS TECHNOLOGY,
 + 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 SIMSON GARFINKEL, BAIS TECHNOLOGy,
 + 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/afflib.git



More information about the forensics-changes mailing list