summaryrefslogtreecommitdiff
path: root/bin/ninka
diff options
context:
space:
mode:
authorRené Scheibe <rene.scheibe@gmail.com>2014-09-25 16:27:12 +0200
committerRené Scheibe <rene.scheibe@gmail.com>2014-09-29 10:37:21 +0200
commit23fb9006bcf72301f3f4ecd5424732d33c353413 (patch)
tree0290f702c17dcb443011ac1878727117ea2bd188 /bin/ninka
parent710e4567db763a97319fa79d6093d3fc19a80c23 (diff)
downloadninka-23fb9006bcf72301f3f4ecd5424732d33c353413.tar.gz
add perldoc
Diffstat (limited to 'bin/ninka')
-rwxr-xr-xbin/ninka29
1 files changed, 29 insertions, 0 deletions
diff --git a/bin/ninka b/bin/ninka
index beacc36..124791c 100755
--- a/bin/ninka
+++ b/bin/ninka
@@ -27,3 +27,32 @@ Options:
}
return %opts;
}
+
+__END__
+
+=head1 NAME
+
+ninka
+
+=head1 DESCRIPTION
+
+Scans a file and returns the found licenses.
+
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German
+
+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 of the
+License, 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 <http://www.gnu.org/licenses/>.
+
+=cut