Metadata-Version: 1.1
Name: licins
Version: 1.0
Summary: Insert commented licenses into source files
Home-page: https://github.com/dogoncouch/licins
Author: Dan Persons
Author-email: dpersonsdev@gmail.com
License: UNKNOWN
Download-URL: https://github.com/dogoncouch/licins/archive/v1.0.tar.gz
Description: 
        Licins
        ------
        
        Licins is a tool for inserting commented software licenses into source code. It comes with modules for popular open source licenses, and can use config files for persistent options. Licenses are inserted at the beginnigs of files, but after any lines starting with #!. Options for copyright name, encoding, signature, and other add-ons.
        
        Options
        ```````
        
        ::
            
            --version     show program's version number and exit
            -h, --help    show this help message and exit
            --list        return a list of available licenses
            -l LICENSE    set which license to use
            -t LICTYPE    set license type (header|full, default=header)
            -c COMMENT    set the comment string (default='# ')
            -c COMMENTEND set the comment end string
            -d PROGDESC   set a program description line
            -n CNAME      set the copyright name
            -p PREFIX     set the first line (e.g. #!/bin/bash)
            -e ENCODING   add an encoding line
            -s SIGNATURE  add a signature line to follow the (c) name
        
        Always put multi-word option arguments in single quotes!
        
        ::
        
            ==== Available license modules: ====
            
            apache    : The Apache 2.0 license
            bsd2      : The Berkeley Software Distribution license v2
            bsd3      : The Berkeley Software Distribution license v3
            gfdl1-2   : The GNU Free Documentation License v1.2
            gfdl1-3   : The GNU Free Documentation License v1.3
            gpl2      : The GNU General Public License v2+
            gpl3      : The Gnu General Public License v3
            lgpl2     : The GNU Library General Public License v2+
            lgpl2-1   : The GNU Library General Public License v2.1+
            lgpl3     : The GNU Library General Public License v3
            mit       : The MIT License
        
        Links
        `````
        
        * `Releases <https://github.com/dogoncouch/licins/releases/>`_
        * `README <https://github.com/dogoncouch/licins/blob/master/README.md>`_
        * `Development source <https://github.com/dogoncouch/licins/>`_
        
        
Keywords: development,developer-tools,cli,license,license-management,licenses,open-source,open-source-licensing,copyright,software-license
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development
