Nmap Development mailing list archives

todo/nmap.txt


From: mario st-gelais <mario.stg () videotron ca>
Date: Wed, 22 Feb 2012 19:01:20 -0500

Hi all.
I am new here, and don't know much about nmap.  Browsing subject, I saw
that copyrights notice have to be updated.  A good task when you know
nothing about nmap.

There is a small command line all over the internet that I just adapted
for the purpose:

find . -name "*.[hc]" -print | xargs sed -i 's/1996-2011/1996-2012/g'

All header and c files will have their copyright notice updated.  I
tried it on a recent svn download, and 122 files have been updated
checking back with:

grep '1996-2012' . -r --include "*.[hc]"|wc -l
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: