summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/sed2
1 files changed, 2 insertions, 0 deletions
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} "$@"