> > +Run the @code{copyright.sh} script to add the new year in the copyright > > +notices of most source files. This script requires Emacs 22 or later to > > +be installed. > > It's better to put copyright.sh in @file, not in @code. Fixed. > @item > @file {*.f} > ... > > Did you have a good reason for not using the canonical form? If not, > I'd prefer to use it, although I won't object to what you did as well. No problem, I did not have a specific reason for writing it this way, other than it seems easier to read it. I also fixed another list just a few lines above. > Also, perhaps it is worthwhile to spell out the language for each file > type. Again, that's not a blocking comment. I don't think this is worth the effort, here. This is just a checklist for someone like me who needs an easy reminder of which files will need to be updated by hand. I don't need to know in which language each file is written to know how to update it. It's usually obvious once opened. Here is the patch I ended up checking in. 2010-01-01 Joel Brobecker Update the "Start of New Year Procedure". * gdbint.texinfo: Add the list of files that need to be updated manually. Minor reformatting. -- Joel