[libconfig-model-dpkg-perl] 12/27: renamed get_copyright to print_copyright
dod at debian.org
dod at debian.org
Mon Jan 12 07:09:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.
commit 99222b23e7d98b5e0212aa709c7b766f7c1114c6
Author: Dominique Dumont <dod at debian.org>
Date: Sat Dec 27 18:36:43 2014 +0100
renamed get_copyright to print_copyright
---
lib/Dpkg/Copyright/Scanner.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 162ab2f..7bd26e7 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -13,7 +13,7 @@ use Array::IntSpan;
use feature qw/postderef signatures/;
no warnings qw/experimental::postderef experimental::signatures/;
-our @EXPORT = qw(scan_files get_copyright);
+our @EXPORT = qw(scan_files print_copyright);
my $whitespace_list_delimiter = $ENV{'whitespace_list_delimiter'} || "\n ";
my $rfc822_list_delimiter = $ENV{'rfc822_list_delimiter'} || "\n ";
@@ -40,7 +40,7 @@ my $merge_same_license = $ENV{'merge_same_license'} || "";
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-sub get_copyright {
+sub print_copyright {
my @copyright_data = scan_files();
foreach my $data (@copyright_data) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list