From: Alec Warner Date: Sat, 22 Apr 2006 20:12:47 +0000 (-0000) Subject: Add copyright header, thanks to Zac Medico for pointing that out for me X-Git-Tag: v2.1_pre10~83 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=533134bb76704b5fa96b6fbbbf834d921d6d074d;p=portage.git Add copyright header, thanks to Zac Medico for pointing that out for me svn path=/main/trunk/; revision=3191 --- diff --git a/bin/sed b/bin/sed index 615bd1c6f..c3aff930d 100644 --- a/bin/sed +++ b/bin/sed @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright 2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 if [[ -n ${ESED} ]]; then exec ${ESED} "$@"