-
-
08 Jan 2022 04:41:14 UTC
- Distribution: App-Licensecheck
- Module version: v3.3.0
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers
- Kwalitee
Bus factor: 1- 71.97% Coverage
- License: agpl_3
- Perl: v5.12.0
- Help Wanted
- documenter
- tester
- Activity
24 month- Tools
- Download (436.51KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Help Wanted
- documenter
- tester
- Permalinks
- This version
- Latest version
- Dependencies
- Array::IntSpan
- Encode
- Fcntl
- Getopt::Long
- IO::Interactive
- List::SomeUtils
- Log::Any
- Log::Any::Adapter::Screen
- Object::Pad
- Path::Iterator::Rule
- Path::Tiny
- Pod::Constants
- Pod::Usage
- Regexp::Pattern
- Regexp::Pattern::License
- String::Copyright
- String::Escape
- Try::Tiny
- autodie
- experimental
- namespace::clean
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
App::Licensecheck - functions for a simple license checker for source files
VERSION
Version v3.3.0
SYNOPSIS
use App::Licensecheck; my $app = App::Licensecheck->new; my $app2 = App::Licensecheck->new( top_lines => 0 ); # Parse whole files printf "License: %s\nCopyright: %s\n", $app->parse( 'some-file' );
DESCRIPTION
App::Licensecheck is the core of licensecheck script to check for licenses of source files. See the script for casual usage.
AUTHOR
Jonas Smedegaard
<dr@jones.dk>
COPYRIGHT AND LICENSE
This program is based on the script "licensecheck" from the KDE SDK, originally introduced by Stefan Westerfeld
<stefan@space.twc.de>
.Copyright © 2007, 2008 Adam D. Barratt Copyright © 2012 Francesco Poli Copyright © 2016-2021 Jonas Smedegaard Copyright © 2017-2021 Purism SPC
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3, or (at your option) any later version.
This program 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
Module Install Instructions
To install App::Licensecheck, copy and paste the appropriate command in to your terminal.
cpanm App::Licensecheck
perl -MCPAN -e shell install App::Licensecheck
For more information on module installation, please visit the detailed CPAN module installation guide.