This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb ChangeLog copyright.py


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-03-01 02:41:14

Modified files:
	gdb            : ChangeLog copyright.py 

Log message:
	Do not set MULTILINE_COMMENT_PREFIXES before calling update-copyright
	
	This was a local hack to work around a limitation in update-copyright.
	But the limitation is now OBE, because the copyright statements should
	now always fit on a single line, thanks to the new policy of using
	one single year range in the copyright notice.
	
	gdb/ChangeLog:
	
	* copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
	(update_files): Do not set MULTILINE_COMMENT_PREFIXES
	environment variable before calling update-copyright.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13893&r2=1.13894
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/copyright.py.diff?cvsroot=src&r1=1.4&r2=1.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]