diff --git a/cdrom/groklilo/GNUmakefile.in b/cdrom/groklilo/GNUmakefile.in
index 9eeac26efcc4345893d774c515676a0cb88622cd..5a11342722e5b9c6c8e8895b144d248366f4b580 100644
--- a/cdrom/groklilo/GNUmakefile.in
+++ b/cdrom/groklilo/GNUmakefile.in
@@ -1,6 +1,9 @@
 #
-# Insert Copyright Here.
+# EMULAB-COPYRIGHT
+# Copyright (c) 2000-2004 University of Utah and the Flux Group.
+# All rights reserved.
 #
+
 SRCDIR		= @srcdir@
 TESTBED_SRCDIR	= @top_srcdir@
 EVENTSYS	= @EVENTSYS@
diff --git a/cdrom/groklilo/groklilo.c b/cdrom/groklilo/groklilo.c
index 3e6079c07637288b0209c3ff30a1079aeed34781..55867b2fa54deb764b680302e8475f2dc4df2332 100644
--- a/cdrom/groklilo/groklilo.c
+++ b/cdrom/groklilo/groklilo.c
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2004 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /*
  * Code to grok a LILO bootblock and change the default command line string
  */
diff --git a/tmcd/freebsd/dhclient b/tmcd/freebsd/dhclient
index 4ff15c11a2e28b074531ee823b62fa54acbe2e3f..bda8652980c3fd5b653a6f7e7a692a141a9a79ba 100755
--- a/tmcd/freebsd/dhclient
+++ b/tmcd/freebsd/dhclient
@@ -1,4 +1,10 @@
 #!/bin/sh
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2004 University of Utah and the Flux Group.
+# All rights reserved.
+#
+
 #
 # Ignore interfaces passed in and just dhcp on all of them.
 # Since we are invoked by telling rc.conf to DHCP on lo0, we must
diff --git a/tmcd/freebsd5/rc.dhclient b/tmcd/freebsd5/rc.dhclient
index c30f4f4ba72ddef478025b5f3b714dd3cfa8fe8b..5fc67597e6be36aea8badd1a4a24b94a0288a351 100644
--- a/tmcd/freebsd5/rc.dhclient
+++ b/tmcd/freebsd5/rc.dhclient
@@ -1,4 +1,8 @@
 #
+# EMULAB-COPYRIGHT
+# Copyright (c) 2004 University of Utah and the Flux Group.
+# All rights reserved.
+#
 # In rc.conf, we have told it to just to configure lo0.  Then when the
 # rc.d/dhclient script is executed, it sources this (/etc/rc.conf.d/dhclient)
 # file where we identify all the actual interfaces and mark them as
diff --git a/tmcd/linux/ifcfg-eth99 b/tmcd/linux/ifcfg-eth99
index 22bfd68a8dfbac4bee9163565576f1eac506df3f..ae917e6a57178e9dcd0c4b5dc4521ba8af729c0f 100644
--- a/tmcd/linux/ifcfg-eth99
+++ b/tmcd/linux/ifcfg-eth99
@@ -1,3 +1,10 @@
+#/bin/sh -
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2004 University of Utah and the Flux Group.
+# All rights reserved.
+#
+
 #
 # HACK: run dhclient on all interfaces, and do nothing else
 #
diff --git a/tmcd/linux/mkifcfgs b/tmcd/linux/mkifcfgs
index 80a112dd2773ee00e795b3cfba3fab6d23737d9e..f56d393cb8f5ebbaf13428cac77e09e93c666eb0 100755
--- a/tmcd/linux/mkifcfgs
+++ b/tmcd/linux/mkifcfgs
@@ -1,4 +1,10 @@
 #!/bin/sh
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2004 University of Utah and the Flux Group.
+# All rights reserved.
+#
+
 #
 # Create some ifcfg-eth files based on a template
 #
diff --git a/tmcd/linux/rc.local b/tmcd/linux/rc.local
index 470536980da3c3eceb66b63ce6a2ac90782858d9..ef5252ec37cbba03cccb90b627968514fb8ab377 100755
--- a/tmcd/linux/rc.local
+++ b/tmcd/linux/rc.local
@@ -1,4 +1,10 @@
 #!/bin/sh
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2004 University of Utah and the Flux Group.
+# All rights reserved.
+#
+
 #
 # This script will be executed *after* all the other init scripts.
 # You can put your own initialization stuff in here if you don't
diff --git a/tmcd/linux9/ifcfg-eth99 b/tmcd/linux9/ifcfg-eth99
index 4cb9a45488be3032e6ed0c9a75ba3ea3e1602177..c86ced2315572340ce16cbcc13ba0e2e9ea47035 100644
--- a/tmcd/linux9/ifcfg-eth99
+++ b/tmcd/linux9/ifcfg-eth99
@@ -1,3 +1,10 @@
+#/bin/sh -
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2004 University of Utah and the Flux Group.
+# All rights reserved.
+#
+
 #
 # HACK: run dhclient on all interfaces, and do nothing else
 #
diff --git a/tmcd/linux9/mkifcfgs b/tmcd/linux9/mkifcfgs
index 80a112dd2773ee00e795b3cfba3fab6d23737d9e..f56d393cb8f5ebbaf13428cac77e09e93c666eb0 100755
--- a/tmcd/linux9/mkifcfgs
+++ b/tmcd/linux9/mkifcfgs
@@ -1,4 +1,10 @@
 #!/bin/sh
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2004 University of Utah and the Flux Group.
+# All rights reserved.
+#
+
 #
 # Create some ifcfg-eth files based on a template
 #