All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rick Hohensee <humbubba@smarty.smart.net>
To: linux-kernel@vger.kernel.org
Subject: dropcopyright script
Date: Wed, 14 Feb 2001 01:47:14 -0500 (EST)	[thread overview]
Message-ID: <200102140647.BAA24740@smarty.smart.net> (raw)

.......................................................................
## 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			

             reply	other threads:[~2001-02-14  6:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-14  6:47 Rick Hohensee [this message]
2001-02-14  7:55 ` dropcopyright script 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200102140647.BAA24740@smarty.smart.net \
    --to=humbubba@smarty.smart.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.