summaryrefslogtreecommitdiff
path: root/bin/sed
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2006-04-22 20:12:47 +0000
committerAlec Warner <antarus@gentoo.org>2006-04-22 20:12:47 +0000
commit533134bb76704b5fa96b6fbbbf834d921d6d074d (patch)
tree9da0e82f8faf42a917126c01b818d146c2898bc3 /bin/sed
parentA sed wrapper for OSX/BSD courtesy of Flameeyes and Spanky (diff)
downloadportage-multirepo-533134bb76704b5fa96b6fbbbf834d921d6d074d.tar.gz
portage-multirepo-533134bb76704b5fa96b6fbbbf834d921d6d074d.tar.bz2
portage-multirepo-533134bb76704b5fa96b6fbbbf834d921d6d074d.zip
Add copyright header, thanks to Zac Medico for pointing that out for me
svn path=/main/trunk/; revision=3191
Diffstat (limited to 'bin/sed')
-rw-r--r--bin/sed2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sed b/bin/sed
index 615bd1c6..c3aff930 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} "$@"