From: Patrick Canterino Date: Fri, 1 Feb 2019 19:14:28 +0000 (+0100) Subject: Adjusted some POD and comments in DumbDBM_File.pm X-Git-Url: https://git.p6c8.net/dumbdbm.git/commitdiff_plain/9d47587fbc44c4bd7b2fcef8b1c213197e61b41d Adjusted some POD and comments in DumbDBM_File.pm --- diff --git a/DumbDBM_File.pm b/DumbDBM_File.pm index ef94584..c424e33 100644 --- a/DumbDBM_File.pm +++ b/DumbDBM_File.pm @@ -4,7 +4,8 @@ package DumbDBM_File; # # Based on Python's dumbdbm / dbm.dumb # -# Author: Patrick Canterino +# Author: Patrick Canterino +# License: 2-Clause BSD License use strict; @@ -285,12 +286,17 @@ index =head1 COPYRIGHT +Copyright (c) 2019, Patrick Canterino, + +This Perl module is licensed under the terms of the 2-Clause BSD License, see +file F or L for details. + =head1 AUTHOR DumbDBM_File was written by Patrick Canterino -L. +L. -L +L If you wonder why I wrote this: I felt boring ;)