diff --git a/LICENSE b/LICENSE index 763acec232b..264b0c5f7b3 100644 --- a/LICENSE +++ b/LICENSE @@ -6,6 +6,7 @@ Benjamin Bruheim Bob Ippolito Christopher Armstrong Donovan Preston +Eric Mangold Itamar Shtull-Trauring James Knight Jason A. Mobarak diff --git a/twisted/python/_twisted_zsh_stub b/twisted/python/_twisted_zsh_stub index 2ed57cb267a..eb320877ef7 100644 --- a/twisted/python/_twisted_zsh_stub +++ b/twisted/python/_twisted_zsh_stub @@ -1,5 +1,10 @@ #compdef trial conch mktap cftp tapconvert twistd ckeygen lore pyhtmlizer websetroot tap2deb tkmktap tkconch manhole tap2rpm +# Copyright (c) 2005 Eric Mangold +# See LICENSE for details. +# +# Maintainer: Eric Mangold + # This file is meant to be in your zsh function path. i.e. in one of those # directories listed in your $fpath variable. # diff --git a/twisted/python/zshcomp.py b/twisted/python/zshcomp.py index 350de5c6c10..29f37875611 100644 --- a/twisted/python/zshcomp.py +++ b/twisted/python/zshcomp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2001-2004 Twisted Matrix Laboratories. +# Copyright (c) 2005 Eric Mangold # See LICENSE for details. """