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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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