From 9d47587fbc44c4bd7b2fcef8b1c213197e61b41d Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Fri, 1 Feb 2019 20:14:28 +0100 Subject: [PATCH] Adjusted some POD and comments in DumbDBM_File.pm --- DumbDBM_File.pm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 ;) -- 2.34.1