From 36f805a28bf26fd1240f0a064420abcd51c9636c Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Wed, 10 Jul 2002 18:18:01 +0000
Subject: [PATCH] Insert Copyrights.

---
 sensors/hmcd/Makefile         | 5 +++++
 sensors/hmcd/hmcd.c           | 6 ++++++
 sensors/hmcd/hmcd.h           | 6 ++++++
 sensors/hmcd/hmcdgrab.c       | 6 ++++++
 sensors/slothd/GNUmakefile.in | 5 +++++
 sensors/slothd/iddata_clean   | 5 +++++
 sensors/slothd/idledata.pl    | 5 +++++
 sensors/slothd/idloadup.pl    | 5 +++++
 sensors/slothd/sdcollectd.c   | 6 ++++++
 sensors/slothd/sdcollectd.h   | 6 ++++++
 sensors/slothd/sddeploy.in    | 5 +++++
 sensors/slothd/sdhalt.pl      | 5 +++++
 sensors/slothd/sdisrunning.in | 5 +++++
 sensors/slothd/slothd.c       | 6 ++++++
 sensors/slothd/slothd.h       | 6 ++++++
 sensors/slothd/utmptest.c     | 5 +++++
 16 files changed, 87 insertions(+)

diff --git a/sensors/hmcd/Makefile b/sensors/hmcd/Makefile
index d35dfedb56..dcc90d4952 100644
--- a/sensors/hmcd/Makefile
+++ b/sensors/hmcd/Makefile
@@ -1,3 +1,8 @@
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2000-2002 University of Utah and the Flux Group.
+# All rights reserved.
+#
 
 CC?=gcc
 CFLAGS+= -Wall
diff --git a/sensors/hmcd/hmcd.c b/sensors/hmcd/hmcd.c
index 4107378d2c..5b0bcc28ff 100644
--- a/sensors/hmcd/hmcd.c
+++ b/sensors/hmcd/hmcd.c
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2002 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /* Collection agent for healthd 'push' mode - Healthd Master Collection
    Daemon.
 */
diff --git a/sensors/hmcd/hmcd.h b/sensors/hmcd/hmcd.h
index 822fe0c684..d1f2b685c5 100644
--- a/sensors/hmcd/hmcd.h
+++ b/sensors/hmcd/hmcd.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2002 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /* hmcd.h - header file for Healthd Master Collection Daemon, and peer
    query program hmcdgrab.
 */
diff --git a/sensors/hmcd/hmcdgrab.c b/sensors/hmcd/hmcdgrab.c
index 8e06c00044..9c4924ccfb 100644
--- a/sensors/hmcd/hmcdgrab.c
+++ b/sensors/hmcd/hmcdgrab.c
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2002 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /* hcmdgrab - utility to obtain stored data in hcmd */
 
 #include "hmcd.h"
diff --git a/sensors/slothd/GNUmakefile.in b/sensors/slothd/GNUmakefile.in
index c71dd3c085..741398996c 100644
--- a/sensors/slothd/GNUmakefile.in
+++ b/sensors/slothd/GNUmakefile.in
@@ -1,3 +1,8 @@
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2000-2002 University of Utah and the Flux Group.
+# All rights reserved.
+#
 
 SRCDIR          = @srcdir@
 TESTBED_SRCDIR  = @top_srcdir@
diff --git a/sensors/slothd/iddata_clean b/sensors/slothd/iddata_clean
index 0c691253da..ba2e965717 100755
--- a/sensors/slothd/iddata_clean
+++ b/sensors/slothd/iddata_clean
@@ -1,4 +1,9 @@
 #!/usr/bin/perl
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2000-2002 University of Utah and the Flux Group.
+# All rights reserved.
+#
 
 # iddata_clean - script to purge the aged slothd data from the emulab
 # database.
diff --git a/sensors/slothd/idledata.pl b/sensors/slothd/idledata.pl
index d8d54cab1c..23265c18e8 100755
--- a/sensors/slothd/idledata.pl
+++ b/sensors/slothd/idledata.pl
@@ -1,4 +1,9 @@
 #!/usr/bin/perl -w
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2000-2002 University of Utah and the Flux Group.
+# All rights reserved.
+#
 
 use lib '/usr/testbed/lib';
 
diff --git a/sensors/slothd/idloadup.pl b/sensors/slothd/idloadup.pl
index 55f9c63ffd..f6187d7288 100755
--- a/sensors/slothd/idloadup.pl
+++ b/sensors/slothd/idloadup.pl
@@ -1,4 +1,9 @@
 #!/usr/bin/perl
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2000-2002 University of Utah and the Flux Group.
+# All rights reserved.
+#
 
 # You don't want to run this script unless you want to fatten up the DB
 # for idle-detection testing
diff --git a/sensors/slothd/sdcollectd.c b/sensors/slothd/sdcollectd.c
index 9a9090d02a..830fc777b6 100644
--- a/sensors/slothd/sdcollectd.c
+++ b/sensors/slothd/sdcollectd.c
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2002 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #include "sdcollectd.h"
 
 void lerror(const char* msgstr) {
diff --git a/sensors/slothd/sdcollectd.h b/sensors/slothd/sdcollectd.h
index b1b4292ff8..53ec4b6a3e 100644
--- a/sensors/slothd/sdcollectd.h
+++ b/sensors/slothd/sdcollectd.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2002 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /* hmcd.h - header file for Healthd Master Collection Daemon, and peer
    query program hmcdgrab.
 */
diff --git a/sensors/slothd/sddeploy.in b/sensors/slothd/sddeploy.in
index d98cfb47b0..b942a6797e 100755
--- a/sensors/slothd/sddeploy.in
+++ b/sensors/slothd/sddeploy.in
@@ -1,4 +1,9 @@
 #!/usr/bin/perl -w
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2000-2002 University of Utah and the Flux Group.
+# All rights reserved.
+#
 
 use lib '@prefix@/lib';
 
diff --git a/sensors/slothd/sdhalt.pl b/sensors/slothd/sdhalt.pl
index 5c228fb3a5..318ca48674 100755
--- a/sensors/slothd/sdhalt.pl
+++ b/sensors/slothd/sdhalt.pl
@@ -1,4 +1,9 @@
 #!/usr/bin/perl -w
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2000-2002 University of Utah and the Flux Group.
+# All rights reserved.
+#
 
 use lib '/usr/testbed/lib';
 
diff --git a/sensors/slothd/sdisrunning.in b/sensors/slothd/sdisrunning.in
index 7f13ea95bc..1606fea4c1 100755
--- a/sensors/slothd/sdisrunning.in
+++ b/sensors/slothd/sdisrunning.in
@@ -1,4 +1,9 @@
 #!/usr/bin/perl -w
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2000-2002 University of Utah and the Flux Group.
+# All rights reserved.
+#
 
 use lib '@prefix@/lib';
 
diff --git a/sensors/slothd/slothd.c b/sensors/slothd/slothd.c
index b594e3f267..704dd30e85 100644
--- a/sensors/slothd/slothd.c
+++ b/sensors/slothd/slothd.c
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2002 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #include "slothd.h"
 
 SLOTHD_PACKET *pkt;
diff --git a/sensors/slothd/slothd.h b/sensors/slothd/slothd.h
index 659e8dff69..17458e569a 100644
--- a/sensors/slothd/slothd.h
+++ b/sensors/slothd/slothd.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2002 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /* slothd.h
    Utah Network Testbed project
    Header file for node idle detector daemon.
diff --git a/sensors/slothd/utmptest.c b/sensors/slothd/utmptest.c
index d71f120f3d..30a927369b 100644
--- a/sensors/slothd/utmptest.c
+++ b/sensors/slothd/utmptest.c
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2002 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #include <sys/types.h>
 #include <sys/uio.h>
-- 
GitLab