Add copyright
[unix-history] / usr / src / sys / vax / stand / autoconf.c
index 6a2b91e..e1d4004 100644 (file)
@@ -1,12 +1,21 @@
-/*     autoconf.c      4.5     82/07/15        */
+/*
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)autoconf.c  6.2 (Berkeley) %G%
+ */
+
+#include "../machine/pte.h"
 
 #include "../h/param.h"
 
 #include "../h/param.h"
-#include "../h/cpu.h"
-#include "../h/nexus.h"
-#include "../h/pte.h"
-#include "../h/ubareg.h"
-#include "../h/mbareg.h"
-#include "../h/mtpr.h"
+
+#include "../vax/cpu.h"
+#include "../vax/nexus.h"
+#include "../vaxuba/ubareg.h"
+#include "../vaxmba/mbareg.h"
+#include "../vax/mtpr.h"
+
 #include "savax.h"
 
 #define        UTR(i)  ((struct uba_regs *)(NEX780+(i)))
 #include "savax.h"
 
 #define        UTR(i)  ((struct uba_regs *)(NEX780+(i)))