All of lore.kernel.org
 help / color / mirror / Atom feed
* dropcopyright script
@ 2001-02-14  6:47 Rick Hohensee
  2001-02-14  7:55 ` Russell King
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Rick Hohensee @ 2001-02-14  6:47 UTC (permalink / raw)
  To: linux-kernel

.......................................................................
## drop copyright notices to the bottoms of C files in current dir and
#     subs. 
# /* 
#  CopYriGHt Guess Who 		2001		All reserves righted. 
# */

grep -ilr "copyright" . > tempdropcopyrights

for f in `cat tempdropcopyrights`
do
ed $f <<HEREDOC
/[Cc][oO][pP][yY][rR][iI]/
?\/\*?
.,/\*\//m$
wq
HEREDOC
done
........................................................................

Rick Hohensee
www.cLIeNUX.com			

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2001-02-14 19:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-14  6:47 dropcopyright script Rick Hohensee
2001-02-14  7:55 ` Russell King
2001-02-14  7:59   ` Jeff Garzik
2001-02-14 12:31     ` Richard Gooch
2001-02-14 12:32       ` Jeff Garzik
2001-02-14  8:09   ` Matthew Dharm
2001-02-14 12:34 ` Wichert Akkerman
2001-02-14 15:44   ` Jes Sorensen
2001-02-14 13:23 ` Mohammad A. Haque
2001-02-14 14:33   ` Reason (was: Re: dropcopyright script) Mordechai Ovits
2001-02-14 14:34     ` Yoann Vandoorselaere
2001-02-14 14:44       ` Mordechai Ovits
2001-02-14 18:36         ` Jamie Lokier
2001-02-14 15:00     ` Mohammad A. Haque
2001-02-14 15:03       ` Mordechai Ovits
2001-02-14 17:52       ` Gregory Maxwell
2001-02-14 18:09         ` Mordechai Ovits
2001-02-14 19:37 ` dropcopyright script Brett Person

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.