Add license notice at top of these files.
This commit is contained in:
parent
ac90a63538
commit
2e9938738f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# License: AGPLv3-or-later
|
||||||
|
# Copyright info in COPYRIGHT.md, License details in LICENSE.md with this package.
|
||||||
package Supporters;
|
package Supporters;
|
||||||
|
|
||||||
use 5.020002;
|
use 5.020002;
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
# Supporters.t -*- Perl -*-
|
# Supporters.t -*- Perl -*-
|
||||||
# Basic unit tests for Supporters.pm
|
# 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 strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
Loading…
Reference in a new issue