]> git.p6c8.net - dumbdbm.git/blobdiff - DumbDBM_File.pm
Adjusted some POD and comments in DumbDBM_File.pm
[dumbdbm.git] / DumbDBM_File.pm
index ef9458402ab3a3adc7b8d3601267796cadcaf642..c424e339745c6cdbef52706f29798aa41b8899e5 100644 (file)
@@ -4,7 +4,8 @@ package DumbDBM_File;
 #
 # Based on Python's dumbdbm / dbm.dumb
 #
 #
 # Based on Python's dumbdbm / dbm.dumb
 #
-# Author: Patrick Canterino <patrick@patshaping.de>
+# Author: Patrick Canterino <patrick@patrick-canterino.de>
+# License: 2-Clause BSD License
 
 use strict;
 
 
 use strict;
 
@@ -285,12 +286,17 @@ index
 
 =head1 COPYRIGHT
 
 
 =head1 COPYRIGHT
 
+Copyright (c) 2019, Patrick Canterino, <patrick@patrick-canterino.de>
+
+This Perl module is licensed under the terms of the 2-Clause BSD License, see
+file F<LICENSE> or L<https://opensource.org/licenses/BSD-2-Clause> for details.
+
 =head1 AUTHOR
 
 DumbDBM_File was written by Patrick Canterino
 =head1 AUTHOR
 
 DumbDBM_File was written by Patrick Canterino
-L<patrick@patshaping.de|mailto:patrick@patshaping.de>.
+L<patrick@patrick-canterino.de|mailto:patrick@patrick-canterino.de>.
 
 
-L<http://www.patshaping.de/>
+L<https://www.patrick-canterino.de/>
 
 If you wonder why I wrote this: I felt boring ;)
 
 
 If you wonder why I wrote this: I felt boring ;)
 

patrick-canterino.de