Add copyright
[unix-history] / usr / src / sys / vax / stand / uba.c
index 8e9d121..1abb099 100644 (file)
@@ -1,12 +1,21 @@
-/*     uba.c   4.6     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.
+ *
+ *     @(#)uba.c       6.2 (Berkeley) %G%
+ */
+
+#include "../machine/pte.h"
 
 #include "../h/param.h"
 #include "../h/inode.h"
 
 #include "../h/param.h"
 #include "../h/inode.h"
-#include "../h/cpu.h"
-#include "../h/pte.h"
-#include "../h/ubareg.h"
 #include "../h/vm.h"
 #include "../h/fs.h"
 #include "../h/vm.h"
 #include "../h/fs.h"
+
+#include "../vax/cpu.h"
+#include "../vaxuba/ubareg.h"
+
 #include "saio.h"
 #include "savax.h"
 
 #include "saio.h"
 #include "savax.h"