Skip to content

Commit cf7e7a9

Browse files
committed
also copy the Notice section
1 parent 03cb2eb commit cf7e7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Porting/merge-deltas.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ( $tree, $directive, $pos = 0 )
100100
my %ACTION_FOR = (
101101
'NAME' => 'skip',
102102
'DESCRIPTION' => 'skip',
103-
'Notice' => 'skip',
103+
'Notice' => 'copy',
104104
'Core Enhancements' => 'head2',
105105
'Security' => 'head2',
106106
'Incompatible Changes' => 'head2',

0 commit comments

Comments
 (0)