Add copyright header, thanks to Zac Medico for pointing that out for me
authorAlec Warner <antarus@gentoo.org>
Sat, 22 Apr 2006 20:12:47 +0000 (20:12 -0000)
committerAlec Warner <antarus@gentoo.org>
Sat, 22 Apr 2006 20:12:47 +0000 (20:12 -0000)
svn path=/main/trunk/; revision=3191

bin/sed

diff --git a/bin/sed b/bin/sed
index 615bd1c6f8a5a6198dfa9fe1df19e1eed4bf6d33..c3aff930dd10aa9fefd8965bea87e668aabbc60f 100644 (file)
--- 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} "$@"