|
From: Oswald B. <os...@kd...> - 2005-03-09 06:22:07
|
On Tue, Mar 08, 2005 at 09:51:45PM -0600, Nicholas Nethercote wrote: > On Tue, 8 Mar 2005, Troels Walsted Hansen wrote: > >I found a very minor issue... The copyright date says 2004. :-) > > The attached script fixes that. Jeremy, can you run it? Instructions > are within. > this is an evil hack. copyright years should be updated per file, not in bulk. ideally, a pre-checkin script would do it. but note also, that changing the case of a string is not exactly a copyright-worthy change. oh, well, i'm too pedantic. ;) > for i in `find . -name '*'` ; do > if [ -f $i ] ; then > IFS=' ' # paranoia. for bash, $'\n' would do, too for i in `find . -type f`; do -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Chaos, panic, and disorder - my work here is done. |