This work was packaged for Debian by:

    Jari Aalto <jari.aalto@cante.net>
    on 2010-02-22 23:02:33+02 Mon.

It was downloaded from:

    http://freshmeat.net/projects/cloc

Upstream Author:

    Al Danial <al.danial@gmail.com>

Copyright:

    Copyright (C) 2006-2010 Northrop Grumman Corporation

License:

    [from cloc.pl: contains the following and standard GPL-2+]

    #!/usr/bin/env perl
    # cloc -- Count Lines of Code {{{1
    # Copyright (C) 2006-2010 Northrop Grumman Corporation
    # Author:  Al Danial <al.danial@gmail.com>
    #          First release August 2006
    #
    # Includes code from:
    #   - SLOCCount v2.26
    #     http://www.dwheeler.com/sloccount/
    #     by David Wheeler.
    #   - Regexp::Common v2.120
    #     http://search.cpan.org/~abigail/Regexp-Common-2.120/lib/Regexp/Common.pm
    #     by Damian Conway and Abigail
    #   - Win32::Autoglob
    #     http://search.cpan.org/~sburke/Win32-Autoglob-1.01/Autoglob.pm
    #     by Sean M. Burke
    #   - Algorithm::Diff
    #     http://search.cpan.org/~tyemq/Algorithm-Diff-1.1902/lib/Algorithm/Diff.pm
    #     by Tye McQueen

    This package 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 2 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/>

The Debian packaging is licensed under the GPL version 2, or (at your
option), any later version, and is:

    Copyright (C) 2010 Jari Aalto <jari.aalto@cante.net>

On Debian systems, the complete text of the GNU General
Public License can be found in "/usr/share/common-licenses/GPL-2".
