diff --git a/Supporters/lib/Supporters.pm b/Supporters/lib/Supporters.pm index b27f80c..87a4783 100644 --- a/Supporters/lib/Supporters.pm +++ b/Supporters/lib/Supporters.pm @@ -1,3 +1,5 @@ +# License: AGPLv3-or-later +# Copyright info in COPYRIGHT.md, License details in LICENSE.md with this package. package Supporters; use 5.020002; diff --git a/Supporters/t/Supporters.t b/Supporters/t/Supporters.t index cf8b7fd..fa8dd5c 100644 --- a/Supporters/t/Supporters.t +++ b/Supporters/t/Supporters.t @@ -1,6 +1,9 @@ # Supporters.t -*- Perl -*- # Basic unit tests for Supporters.pm -######################### +# +# License: AGPLv3-or-later +# Copyright info in COPYRIGHT.md, License details in LICENSE.md with this package. +############################################################################### use strict; use warnings;