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 copyright.sh


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-01-04 07:55:48

Modified files:
	gdb            : ChangeLog copyright.py 
Removed files:
	gdb            : copyright.sh 

Log message:
	use gnulib's update-copyright script to update copyright years
	
	This patch now retires the old copyright.sh script which was using
	emacs to perform the copyright update. It also completely rewrite
	copyright.py to call update-copyright with the appropriate list
	of files.
	
	In addition to calling update-copyright, the new script also performs
	a sanity-check on all the files that update-copyright could not update,
	and sees whether the file might contain a copyright notice that
	the script could not decipher.
	
	gdb/ChangeLog:
	
	* copyright.sh: Delete.
	* copyright.py: Rewrite.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13695&r2=1.13696
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/copyright.py.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/copyright.sh.diff?cvsroot=src&r1=1.9&r2=NONE


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