From 58bb43cc27b902e40240c64aae8da6882560754c Mon Sep 17 00:00:00 2001
From: Robert Ricci <ricci@cs.utah.edu>
Date: Tue, 11 Mar 2003 01:54:01 +0000
Subject: [PATCH] Add copyrights

---
 assign/assign.cc     | 6 ++++++
 assign/common.h      | 6 ++++++
 assign/config.cc     | 2 +-
 assign/config.h      | 2 +-
 assign/delay.h       | 6 ++++++
 assign/parse_ptop.cc | 6 ++++++
 assign/parse_top.cc  | 6 ++++++
 assign/parser.cc     | 6 ++++++
 assign/parser.h      | 5 +++++
 assign/pclass.cc     | 6 ++++++
 assign/pclass.h      | 6 ++++++
 assign/physical.h    | 6 ++++++
 assign/port.h        | 6 ++++++
 assign/score.cc      | 6 ++++++
 assign/score.h       | 5 +++++
 assign/vclass.cc     | 6 ++++++
 assign/vclass.h      | 6 ++++++
 assign/virtual.h     | 6 ++++++
 18 files changed, 96 insertions(+), 2 deletions(-)

diff --git a/assign/assign.cc b/assign/assign.cc
index 181e530782..8a38c72c30 100644
--- a/assign/assign.cc
+++ b/assign/assign.cc
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #include "port.h"
 
 #include <hash_map>
diff --git a/assign/common.h b/assign/common.h
index 24aa5e5819..3202e5d791 100644
--- a/assign/common.h
+++ b/assign/common.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #ifndef __COMON_H
 #define __COMON_H
 
diff --git a/assign/config.cc b/assign/config.cc
index e308757eac..04c4f1ce58 100644
--- a/assign/config.cc
+++ b/assign/config.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2001 The University of Utah and the Flux Group.
+ * Copyright (c) 1999-2003 The University of Utah and the Flux Group.
  * All rights reserved.
  */
 
diff --git a/assign/config.h b/assign/config.h
index a967a2de45..07f26fd846 100644
--- a/assign/config.h
+++ b/assign/config.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2001 The University of Utah and the Flux Group.
+ * Copyright (c) 1999-2003 The University of Utah and the Flux Group.
  * All rights reserved.
  */
 
diff --git a/assign/delay.h b/assign/delay.h
index a24f0f9de1..a82b925b49 100644
--- a/assign/delay.h
+++ b/assign/delay.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #ifndef __DELAY_H
 #define __DELAY_H
 
diff --git a/assign/parse_ptop.cc b/assign/parse_ptop.cc
index 19911f2123..fa73d5a55f 100644
--- a/assign/parse_ptop.cc
+++ b/assign/parse_ptop.cc
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #include "port.h"
 
 #include <hash_map>
diff --git a/assign/parse_top.cc b/assign/parse_top.cc
index 345542ed88..480a01a049 100644
--- a/assign/parse_top.cc
+++ b/assign/parse_top.cc
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #include "port.h"
 
 #include <hash_map>
diff --git a/assign/parser.cc b/assign/parser.cc
index 17f3f269b1..7c8be2c1ff 100644
--- a/assign/parser.cc
+++ b/assign/parser.cc
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #include <vector>
 #include <rope>
 #include <algo.h>
diff --git a/assign/parser.h b/assign/parser.h
index d83634c497..35dfbd93b5 100644
--- a/assign/parser.h
+++ b/assign/parser.h
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #ifndef __PARSER_H
 #define __PARSER_H
diff --git a/assign/pclass.cc b/assign/pclass.cc
index 70d985f863..9fe9bbddeb 100644
--- a/assign/pclass.cc
+++ b/assign/pclass.cc
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #include "port.h"
 
 #include <stdlib.h>
diff --git a/assign/pclass.h b/assign/pclass.h
index 5be4591e7e..7f1a257997 100644
--- a/assign/pclass.h
+++ b/assign/pclass.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #ifndef __PCLASS_H
 #define __PCLASS_H
 
diff --git a/assign/physical.h b/assign/physical.h
index 7aa169683d..9c6d467161 100644
--- a/assign/physical.h
+++ b/assign/physical.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #ifndef __PHYSICAL_H
 #define __PHYSICAL_H
 
diff --git a/assign/port.h b/assign/port.h
index b44a73f095..962a3c162d 100644
--- a/assign/port.h
+++ b/assign/port.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 // This file may need to be changed depending on the architecture.
 
 #include <limits.h>
diff --git a/assign/score.cc b/assign/score.cc
index ffd5cf6385..b174bb347c 100644
--- a/assign/score.cc
+++ b/assign/score.cc
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #include "port.h"
 
 #include <iostream.h>
diff --git a/assign/score.h b/assign/score.h
index 10248f69d4..673cbb36be 100644
--- a/assign/score.h
+++ b/assign/score.h
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #ifndef _SCORE_H
 #define _SCORE_H
diff --git a/assign/vclass.cc b/assign/vclass.cc
index df6a9ca780..11fe7bef81 100644
--- a/assign/vclass.cc
+++ b/assign/vclass.cc
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #include "port.h"
 
 #include <stdlib.h>
diff --git a/assign/vclass.h b/assign/vclass.h
index df5192cd43..e18559099b 100644
--- a/assign/vclass.h
+++ b/assign/vclass.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #ifndef __VCLASS_H
 #define __VCLASS_H
 
diff --git a/assign/virtual.h b/assign/virtual.h
index b085d0b432..826b37a73a 100644
--- a/assign/virtual.h
+++ b/assign/virtual.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2000-2003 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #ifndef __VIRTUAL_H
 #define __VIRTUAL_H
 
-- 
GitLab