README

changeset 37
cf65b0ddd030
child 38
7ded3ec4c417
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Fri Dec 28 17:00:38 2012 +0100
     1.3 @@ -0,0 +1,53 @@
     1.4 +                                       cline
     1.5 +                        _________________________________________
     1.6 +                             Copyright (C) 2013 Mike Becker
     1.7 +
     1.8 +Contents:
     1.9 +1) About ................................................................... 11
    1.10 +2) Contact Information ..................................................... 23
    1.11 +3) License ................................................................. 29
    1.12 +
    1.13 +
    1.14 +1) About ______________________________________________________________________
    1.15 +
    1.16 +cline is a command line tool that counts code lines in your project folder. It
    1.17 +is designed to recursively find any source file matching specific rules and
    1.18 +count the line breaks within that file. You may specify file suffixes to include
    1.19 +or exclude as well as regular expressions for code lines that shall be excluded
    1.20 +(e.g. to exclude comments). By default a heuristic algorithm skips binary files.
    1.21 +You may configure the restrictiveness of this algorithm with command line
    1.22 +options.
    1.23 +
    1.24 +Type cline --help for further information.
    1.25 +
    1.26 +2) Contact Information ________________________________________________________
    1.27 +
    1.28 +You can contact us by either one of the following mail addresses:
    1.29 +  universe@uap-core.de   -   Direct developer contact
    1.30 +  info@uap-core.de       -   Generic mail address
    1.31 +
    1.32 +3) License ____________________________________________________________________
    1.33 +
    1.34 +Copyright 2013 Mike Becker. All rights reserved.
    1.35 +
    1.36 +Redistribution and use in source and binary forms, with or without
    1.37 +modification, are permitted provided that the following conditions are met:
    1.38 +
    1.39 +1. Redistributions of source code must retain the above copyright
    1.40 +notice, this list of conditions and the following disclaimer.
    1.41 +
    1.42 +2. Redistributions in binary form must reproduce the above copyright
    1.43 +notice, this list of conditions and the following disclaimer in the
    1.44 +documentation and/or other materials provided with the distribution.
    1.45 +
    1.46 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    1.47 +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.48 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    1.49 +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    1.50 +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    1.51 +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    1.52 +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    1.53 +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    1.54 +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    1.55 +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    1.56 +

mercurial