remove individual authorship notices, I'm already present in the AUTHORS file

This commit is contained in:
Guillaume Rousse 2009-12-30 00:00:07 +01:00
parent dd30aa427c
commit 2e1b780d84
10 changed files with 10 additions and 34 deletions

View File

@ -1,4 +1,4 @@
# btdownloadheadless(1) completion by Guillaume Rousse <rousse@ccr.jussieu.fr> # btdownloadheadless(1) completion
have btdownloadheadless.py || have btdownloadcurses.py || \ have btdownloadheadless.py || have btdownloadcurses.py || \
have btdownloadgui.py && have btdownloadgui.py &&

View File

@ -1,7 +1,5 @@
# dsniff util completion by Guillaume Rousse <rousse@ccr.jussieu.fr> # dsniff util completion
# arpspoof(8) completion
#
have arpspoof && have arpspoof &&
_arpspoof() _arpspoof()
{ {
@ -31,8 +29,6 @@ _arpspoof()
} && } &&
complete -F _arpspoof arpspoof complete -F _arpspoof arpspoof
# dnsspoof(8) completion
#
have dnsspoof && have dnsspoof &&
_dnsspoof() _dnsspoof()
{ {
@ -60,8 +56,6 @@ _dnsspoof()
} && } &&
complete -F _dnsspoof dnsspoof complete -F _dnsspoof dnsspoof
# dsniff(8) completion
#
have dsniff && have dsniff &&
_dsniff() _dsniff()
{ {
@ -89,8 +83,6 @@ _dsniff()
} && } &&
complete -F _dsniff dsniff complete -F _dsniff dsniff
# filesnarf(8), mailsnarf(8) and msgsnarf (8) completion
#
have filesnarf || have mailsnarf || have msgsnarf && have filesnarf || have mailsnarf || have msgsnarf &&
_snarf() _snarf()
{ {
@ -114,8 +106,6 @@ _snarf()
} && } &&
complete -F _snarf filesnarf mailsnarf msgsnarf complete -F _snarf filesnarf mailsnarf msgsnarf
# macof(8) completion
#
have macof && have macof &&
_macof() _macof()
{ {
@ -140,8 +130,6 @@ _macof()
} && } &&
complete -F _macof macof complete -F _macof macof
# sshmitm(8) completion
#
have sshmitm && have sshmitm &&
_sshmitm() _sshmitm()
{ {
@ -159,8 +147,6 @@ _sshmitm()
} && } &&
complete -F _sshmitm sshmitm complete -F _sshmitm sshmitm
# sshow(8) completion
#
have sshow && have sshow &&
_sshow() _sshow()
{ {
@ -184,8 +170,6 @@ _sshow()
} && } &&
complete -F _sshow sshow complete -F _sshow sshow
# tcpkill(8) completion
#
have tcpkill && have tcpkill &&
_tcpkill() _tcpkill()
{ {
@ -209,8 +193,6 @@ _tcpkill()
} && } &&
complete -F _tcpkill tcpkill complete -F _tcpkill tcpkill
# tcpnice(8) completion
#
have tcpnice && have tcpnice &&
_tcpnice() _tcpnice()
{ {
@ -234,8 +216,6 @@ _tcpnice()
} && } &&
complete -F _tcpnice tcpnice complete -F _tcpnice tcpnice
# urlsnarf(8) completion
#
have urlsnarf && have urlsnarf &&
_urlsnarf() _urlsnarf()
{ {
@ -259,8 +239,6 @@ _urlsnarf()
} && } &&
complete -F _urlsnarf urlsnarf complete -F _urlsnarf urlsnarf
# webmitm(8) completion
#
have webmitm && have webmitm &&
_webmitm() _webmitm()
{ {

View File

@ -1,4 +1,4 @@
# civserver completion by Guillaume Rousse <rousse@ccr.jussieu.fr> # freeciv completions
have civserver && have civserver &&
_civserver() _civserver()
@ -25,8 +25,6 @@ _civserver()
} && } &&
complete -F _civserver civserver complete -F _civserver civserver
# civclient completion by Guillaume Rousse <rousse@ccr.jussieu.fr>
#
have civclient && have civclient &&
_civclient() _civclient()
{ {

View File

@ -1,4 +1,4 @@
# gkrellm(1) completion by Guillaume Rousse <rousse@ccr.jussieu.fr> # gkrellm(1) completion
have gkrellm || have gkrellm2 && have gkrellm || have gkrellm2 &&
_gkrellm() _gkrellm()

View File

@ -1,4 +1,4 @@
# Mailman completion by Guillaume Rousse <rousse@ccr.jussieu.fr> # mailman completion
have list_lists && { have list_lists && {
_mailman_lists() _mailman_lists()

View File

@ -1,4 +1,4 @@
# snownews completion by Guillaume Rousse <rousse@ccr.jussieu.fr> # snownews(1) completion
have snownews && have snownews &&
_snownews() _snownews()

View File

@ -1,4 +1,4 @@
# svk completion by Guillaume Rousse <guillomovitch@zarb.org> # svk(1) completion
have svk && have svk &&
_svk() _svk()

View File

@ -1,4 +1,4 @@
# unace(1) completion by Guillaume Rousse <rousse@ccr.jussieu.fr> # unace(1) completion
have unace && have unace &&
_unace() _unace()

View File

@ -1,4 +1,4 @@
# unrar(1) completion by Guillaume Rousse <rousse@ccr.jussieu.fr> # unrar(1) completion
have unrar && have unrar &&
_unrar() _unrar()

View File

@ -1,4 +1,4 @@
source lib/library.exp source ${srcdir}/lib/library.exp
proc completion_exit {} { proc completion_exit {} {