summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Franck <nicolas.franck@ugent.be>2024-03-20 16:37:56 +0100
committerNicolas Franck <nicolas.franck@ugent.be>2024-03-20 16:37:56 +0100
commita8b277c2e509561c691c49d7152859fec610919e (patch)
tree48c38d2665b1b8691711c7c4ac368d50f2df0bcd
parent8389685447733f5bb9949d1eca5b4c5207c420b3 (diff)
milla build
-rw-r--r--Build.PL2
-rw-r--r--LICENSE18
-rw-r--r--README.md9
-rw-r--r--lib/Catmandu/DBI.pm9
4 files changed, 28 insertions, 10 deletions
diff --git a/Build.PL b/Build.PL
index 0e334eb..6bee15e 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,5 +1,5 @@
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.031.
use strict;
use warnings;
diff --git a/LICENSE b/LICENSE
index 64ca3a6..e4f20f2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 2022 by Nicolas Steenlant.
+This software is copyright (c) 2024 by Nicolas Franck C<< <nicolas.franck at ugent.be> >>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2022 by Nicolas Steenlant.
+This software is Copyright (c) 2024 by Nicolas Franck C<< <nicolas.franck at ugent.be> >>.
This is free software, licensed under:
@@ -272,7 +272,7 @@ That's all there is to it!
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2022 by Nicolas Steenlant.
+This software is Copyright (c) 2024 by Nicolas Franck C<< <nicolas.franck at ugent.be> >>.
This is free software, licensed under:
@@ -292,21 +292,21 @@ Definitions:
- "Package" refers to the collection of files distributed by the Copyright
Holder, and derivatives of that collection of files created through
- textual modification.
+ textual modification.
- "Standard Version" refers to such a Package if it has not been modified,
or has been modified in accordance with the wishes of the Copyright
- Holder.
+ Holder.
- "Copyright Holder" is whoever is named in the copyright or copyrights for
- the package.
+ the package.
- "You" is you, if you're thinking about copying or distributing this Package.
- "Reasonable copying fee" is whatever you can justify on the basis of media
cost, duplication charges, time of people involved, and so on. (You will
not be required to justify it to the Copyright Holder, but only to the
- computing community at large as a market that must bear the fee.)
+ computing community at large as a market that must bear the fee.)
- "Freely Available" means that no fee is charged for the item itself, though
there may be fees involved in handling the item. It also means that
recipients of the item may redistribute it under the same conditions they
- received it.
+ received it.
1. You may make and give away verbatim copies of the source form of the
Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@ products derived from this software without specific prior written permission.
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
The End
diff --git a/README.md b/README.md
index 8eea9ce..49de93d 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,15 @@ Vitali Peil `<vitali.peil at uni-bielefeld.de>`
Nicolas Steenlant `<nicolas.steenlant at ugent.be>`
+# COPYRIGHT
+
+Copyright 2024 - Nicolas Franck, Patrick Hochstenbach, Vitali Peil, Nicolas Steenlant
+
+# LICENSE
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
# SEE ALSO
[Catmandu](https://metacpan.org/pod/Catmandu), [Catmandu::Importer](https://metacpan.org/pod/Catmandu%3A%3AImporter) , [Catmandu::Store::DBI](https://metacpan.org/pod/Catmandu%3A%3AStore%3A%3ADBI)
diff --git a/lib/Catmandu/DBI.pm b/lib/Catmandu/DBI.pm
index 8c997c8..dcd589e 100644
--- a/lib/Catmandu/DBI.pm
+++ b/lib/Catmandu/DBI.pm
@@ -58,6 +58,15 @@ Vitali Peil C<< <vitali.peil at uni-bielefeld.de> >>
Nicolas Steenlant C<< <nicolas.steenlant at ugent.be> >>
+=head1 COPYRIGHT
+
+Copyright 2024 - Nicolas Franck, Patrick Hochstenbach, Vitali Peil, Nicolas Steenlant
+
+=head1 LICENSE
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
=head1 SEE ALSO
L<Catmandu>, L<Catmandu::Importer> , L<Catmandu::Store::DBI>