Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > c7bad7c0f852c1f3936f969c26829c39 > files > 10

perl-Dist-Zilla-Plugin-InsertCopyright-0.2.0-2.mga4.noarch.rpm

NAME
    Dist::Zilla::Plugin::InsertCopyright - Insert copyright statement into
    source code files

VERSION
    version 0.002

SYNOPSIS
    In your dist.ini:

        [InsertCopyright]

    In your source files (before "__END__"):

      # COPYRIGHT

DESCRIPTION
    This module replaces a special "# COPYRIGHT" comment in your Perl source
    files with a short notice appropriate to your declared copyright. The
    special comment must be placed before "__END__". Only the first such
    comment will be replaced.

    It is inspired by excellent Dist::Zilla::Plugin::Prepender but gives
    control of the copyright notice placement instead of always adding it at
    the start of a file.

    I wrote this to let me put copyright statements at the end of my code to
    keep line numbers of code consistent between the generated distribution
    and the repository source. See Dist::Zilla::Plugin::OurPkgVersion for
    another useful plugin that preserves line numbering.

ACKNOWLEDGMENTS
    Code in this module is based heavily on
    Dist::Zilla::Plugin::OurPkgVersion by Caleb Cushing and
    Dist::Zilla::Plugin::Prepender by Jérôme Quelin. Thank you to both of
    them for their work and for releasing it as open source for reuse.

SEE ALSO
    *   Dist::Zilla and dzil.org <http://dzil.org/>

    *   Dist::Zilla::Plugin::OurPkgVersion

    *   Dist::Zilla::Plugin::Prepender

SUPPORT
  Bugs / Feature Requests
    Please report any bugs or feature requests through the issue tracker at
    <https://github.com/dagolden/dist-zilla-plugin-insertcopyright/issues>.
    You will be notified automatically of any progress on your issue.

  Source Code
    This is open source software. The code repository is available for
    public review and contribution under the terms of the license.

    <https://github.com/dagolden/dist-zilla-plugin-insertcopyright>

      git clone git://github.com/dagolden/dist-zilla-plugin-insertcopyright.git

AUTHOR
    David Golden <dagolden@cpan.org>

CONTRIBUTOR
    Jean-Damien Durand <jeandamiendurand@free.fr>

COPYRIGHT AND LICENSE
    This software is Copyright (c) 2011 by David Golden.

    This is free software, licensed under:

      The Apache License, Version 2.0, January 2004