summaryrefslogtreecommitdiff
path: root/sys/security
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-03-13 22:55:20 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-03-13 22:55:20 +0000
commit419fe413e567548ffaf11bb378bd3e714e33426d (patch)
tree550f558291dcdfca2aa37c2ddaffc92eb7a56909 /sys/security
parent830c02d42680fd438f9be93205a00f3d46b73188 (diff)
Notes
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/lomac/kernel_interface.c2
-rw-r--r--sys/security/lomac/kernel_interface.h2
-rw-r--r--sys/security/lomac/kernel_lkm.c2
-rw-r--r--sys/security/lomac/kernel_log.c2
-rw-r--r--sys/security/lomac/kernel_log.h2
-rw-r--r--sys/security/lomac/kernel_mediate.c2
-rw-r--r--sys/security/lomac/kernel_mediate.h2
-rw-r--r--sys/security/lomac/kernel_mmap.c2
-rw-r--r--sys/security/lomac/kernel_monitor.c2
-rw-r--r--sys/security/lomac/kernel_monitor.h2
-rw-r--r--sys/security/lomac/kernel_pipe.c2
-rw-r--r--sys/security/lomac/kernel_pipe.h2
-rw-r--r--sys/security/lomac/kernel_plm.c2
-rw-r--r--sys/security/lomac/kernel_plm.h2
-rw-r--r--sys/security/lomac/kernel_socket.c2
-rw-r--r--sys/security/lomac/kernel_socket.h2
-rw-r--r--sys/security/lomac/kernel_util.c2
-rw-r--r--sys/security/lomac/kernel_util.h2
-rw-r--r--sys/security/lomac/lomac.h2
-rw-r--r--sys/security/lomac/lomacfs.h2
-rw-r--r--sys/security/lomac/lomacfs_subr.c2
-rw-r--r--sys/security/lomac/lomacfs_vfsops.c2
-rw-r--r--sys/security/lomac/lomacfs_vnops.c2
-rw-r--r--sys/security/lomac/lomacio.h2
-rw-r--r--sys/security/lomac/policy_plm.h2
-rw-r--r--sys/security/lomac/syscall_gate.c2
-rw-r--r--sys/security/lomac/syscall_gate.h2
27 files changed, 27 insertions, 27 deletions
diff --git a/sys/security/lomac/kernel_interface.c b/sys/security/lomac/kernel_interface.c
index d617523bc0af..adaff99f86ce 100644
--- a/sys/security/lomac/kernel_interface.c
+++ b/sys/security/lomac/kernel_interface.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_interface.h b/sys/security/lomac/kernel_interface.h
index f9db05eaec76..5229b424ba41 100644
--- a/sys/security/lomac/kernel_interface.h
+++ b/sys/security/lomac/kernel_interface.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_lkm.c b/sys/security/lomac/kernel_lkm.c
index 3da6816ca4f7..0455c9c5b8f2 100644
--- a/sys/security/lomac/kernel_lkm.c
+++ b/sys/security/lomac/kernel_lkm.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_log.c b/sys/security/lomac/kernel_log.c
index a43e70c8f2a2..5e9bf1544356 100644
--- a/sys/security/lomac/kernel_log.c
+++ b/sys/security/lomac/kernel_log.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_log.h b/sys/security/lomac/kernel_log.h
index c88c12484f96..58dbf9801ef1 100644
--- a/sys/security/lomac/kernel_log.h
+++ b/sys/security/lomac/kernel_log.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_mediate.c b/sys/security/lomac/kernel_mediate.c
index 472dea6c258d..8a8285dd9773 100644
--- a/sys/security/lomac/kernel_mediate.c
+++ b/sys/security/lomac/kernel_mediate.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_mediate.h b/sys/security/lomac/kernel_mediate.h
index 23c24e2a1add..37842e64b67b 100644
--- a/sys/security/lomac/kernel_mediate.h
+++ b/sys/security/lomac/kernel_mediate.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_mmap.c b/sys/security/lomac/kernel_mmap.c
index 40d53e6a3776..72e31eea450a 100644
--- a/sys/security/lomac/kernel_mmap.c
+++ b/sys/security/lomac/kernel_mmap.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_monitor.c b/sys/security/lomac/kernel_monitor.c
index 3568680a6720..443c6095e19f 100644
--- a/sys/security/lomac/kernel_monitor.c
+++ b/sys/security/lomac/kernel_monitor.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_monitor.h b/sys/security/lomac/kernel_monitor.h
index a429465ce150..e7237bf84541 100644
--- a/sys/security/lomac/kernel_monitor.h
+++ b/sys/security/lomac/kernel_monitor.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_pipe.c b/sys/security/lomac/kernel_pipe.c
index 4df9f086b127..3aee257587da 100644
--- a/sys/security/lomac/kernel_pipe.c
+++ b/sys/security/lomac/kernel_pipe.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_pipe.h b/sys/security/lomac/kernel_pipe.h
index de1d01ca95db..1dc268badb99 100644
--- a/sys/security/lomac/kernel_pipe.h
+++ b/sys/security/lomac/kernel_pipe.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_plm.c b/sys/security/lomac/kernel_plm.c
index 138670444a7e..060f3fcedfb2 100644
--- a/sys/security/lomac/kernel_plm.c
+++ b/sys/security/lomac/kernel_plm.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_plm.h b/sys/security/lomac/kernel_plm.h
index 8676d06a0cf7..2b0db12a3086 100644
--- a/sys/security/lomac/kernel_plm.h
+++ b/sys/security/lomac/kernel_plm.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_socket.c b/sys/security/lomac/kernel_socket.c
index cc432a0aa1ae..291ccc2e97e9 100644
--- a/sys/security/lomac/kernel_socket.c
+++ b/sys/security/lomac/kernel_socket.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
* Security Research Division of Network Associates, Inc. under
diff --git a/sys/security/lomac/kernel_socket.h b/sys/security/lomac/kernel_socket.h
index 4343c19b6f43..f4f7ccb360ee 100644
--- a/sys/security/lomac/kernel_socket.h
+++ b/sys/security/lomac/kernel_socket.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/kernel_util.c b/sys/security/lomac/kernel_util.c
index 8a57a2b61242..21e4a7c24deb 100644
--- a/sys/security/lomac/kernel_util.c
+++ b/sys/security/lomac/kernel_util.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* Copyright (c) 1982, 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/security/lomac/kernel_util.h b/sys/security/lomac/kernel_util.h
index f3480ed5d911..9663688741e9 100644
--- a/sys/security/lomac/kernel_util.h
+++ b/sys/security/lomac/kernel_util.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/lomac.h b/sys/security/lomac/lomac.h
index b891fb1bf850..331a3b529218 100644
--- a/sys/security/lomac/lomac.h
+++ b/sys/security/lomac/lomac.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/lomacfs.h b/sys/security/lomac/lomacfs.h
index b14414685b74..575a98c63c10 100644
--- a/sys/security/lomac/lomacfs.h
+++ b/sys/security/lomac/lomacfs.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/lomacfs_subr.c b/sys/security/lomac/lomacfs_subr.c
index fd7df03049f0..1bd559d6e446 100644
--- a/sys/security/lomac/lomacfs_subr.c
+++ b/sys/security/lomac/lomacfs_subr.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/lomacfs_vfsops.c b/sys/security/lomac/lomacfs_vfsops.c
index c7ee93afc5b5..95b99e8a0fe7 100644
--- a/sys/security/lomac/lomacfs_vfsops.c
+++ b/sys/security/lomac/lomacfs_vfsops.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/lomacfs_vnops.c b/sys/security/lomac/lomacfs_vnops.c
index fb1c3f476eba..430da86eddb2 100644
--- a/sys/security/lomac/lomacfs_vnops.c
+++ b/sys/security/lomac/lomacfs_vnops.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/lomacio.h b/sys/security/lomac/lomacio.h
index 33328e990b77..adce6191d0ca 100644
--- a/sys/security/lomac/lomacio.h
+++ b/sys/security/lomac/lomacio.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/policy_plm.h b/sys/security/lomac/policy_plm.h
index 533d4c3f03a6..5a2142ff9b1f 100644
--- a/sys/security/lomac/policy_plm.h
+++ b/sys/security/lomac/policy_plm.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/syscall_gate.c b/sys/security/lomac/syscall_gate.c
index 56817fc86446..70eb9afd8b46 100644
--- a/sys/security/lomac/syscall_gate.c
+++ b/sys/security/lomac/syscall_gate.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the
diff --git a/sys/security/lomac/syscall_gate.h b/sys/security/lomac/syscall_gate.h
index 9546bea5c90f..1ee5c7439b8c 100644
--- a/sys/security/lomac/syscall_gate.h
+++ b/sys/security/lomac/syscall_gate.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 Networks Associates Technologies, Inc.
+ * Copyright (c) 2001 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by NAI Labs, the