From 8695eceb339360d6b9f7297b9f92510903c0d907 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Wed, 6 Apr 2016 15:10:10 -0700 Subject: [PATCH] preserve the custom licence in this recipe --- .../Basics/Genome_OverloadingSubtypesAndCoercion.pod | 2 +- weaver.ini | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 weaver.ini diff --git a/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod b/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod index 42197b015..80ba70339 100644 --- a/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod +++ b/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod @@ -251,7 +251,7 @@ Had this been a real project we'd probably want: =back -=head1 LICENSE +=head1 COPYRIGHT AND LICENSE This work is licensed under a Creative Commons Attribution 3.0 Unported License. diff --git a/weaver.ini b/weaver.ini new file mode 100644 index 000000000..f88ed440a --- /dev/null +++ b/weaver.ini @@ -0,0 +1,6 @@ +[@Default] + +; preserve custom licences in a few files +[AllowOverride / OverrideLegal] +header_re = ^COPYRIGHT +match_anywhere = 1