From b89a47eae6d81a039f2ab36a8c510586f39afbd9 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 16 Feb 2016 01:16:20 +0100 Subject: [PATCH] maint: fix for 'make sc_immutable_NEWS' hints * NEWS: Remove the leading white-spaces before Copyright line because it breaks the perl regexp in sc_immutable_NEWS rule. * cfg.mk (old_NEWS_hash): Adjust to correct previous hash as the old NEWS entries were not actually touched. --- NEWS | 5 +++-- cfg.mk | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 722a20ede..2766a2bdc 100644 --- a/NEWS +++ b/NEWS @@ -1212,9 +1212,10 @@ New in 0.1: * First release of libtool * Support for: *-*-freebsd*, *-*-netbsd*, *-*-sunos4*, *-*-ultrix4* -- - Copyright (C) 1996, 1998-2016 Free Software Foundation, Inc. - This file is part of GNU Libtool. +Copyright (C) 1996, 1998-2016 Free Software Foundation, Inc. + +This file is part of GNU Libtool. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/cfg.mk b/cfg.mk index 769e90b49..76c07d2a8 100644 --- a/cfg.mk +++ b/cfg.mk @@ -24,7 +24,7 @@ update-copyright-env := UPDATE_COPYRIGHT_FORCE=1 UPDATE_COPYRIGHT_USE_INTERVALS=1 # Set format of NEWS -old_NEWS_hash := 78bd299ce98037a45822de8d0f83c87a +old_NEWS_hash := 694e28388e83b832b0d7614e305b107e manual_title = Portable Dynamic Shared Object Management -- 2.47.3