summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-11-01 21:37:07 +0000
committerrwatson <rwatson@FreeBSD.org>2001-11-01 21:37:07 +0000
commit58469c01a14bb1ae439defdb758267a8267c0fea (patch)
tree1d9c8a28e242291e7b8f6d19dff5fac9b2c8f179 /sys/ufs
parentc532c3bf88b0296935bf9293accb407de43e240c (diff)
downloadFreeBSD-src-58469c01a14bb1ae439defdb758267a8267c0fea.zip
FreeBSD-src-58469c01a14bb1ae439defdb758267a8267c0fea.tar.gz
o Update copyright dates.
o Add reference to TrustedBSD Project in license header. o Update dated comments, including comment in extattr.h claiming that no file systems support extended attributes. o Improve comment consistency.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/acl.h7
-rw-r--r--sys/ufs/ufs/extattr.h7
-rw-r--r--sys/ufs/ufs/ufs_acl.c4
-rw-r--r--sys/ufs/ufs/ufs_extattr.c7
4 files changed, 18 insertions, 7 deletions
diff --git a/sys/ufs/ufs/acl.h b/sys/ufs/ufs/acl.h
index f9f1e37..e12f675 100644
--- a/sys/ufs/ufs/acl.h
+++ b/sys/ufs/ufs/acl.h
@@ -1,7 +1,9 @@
/*-
- * Copyright (c) 1999, 2000, 2001 Robert N. M. Watson
+ * Copyright (c) 1999-2001 Robert N. M. Watson
* All rights reserved.
*
+ * This software was developed by Robert Watson for the TrustedBSD Project.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -26,7 +28,8 @@
* $FreeBSD$
*/
/*
- * TrustedBSD Project - ACL support for the UFS file system.
+ * Developed by the TrustedBSD Project.
+ * Support for POSIX.1e access control lists.
*/
#ifndef _UFS_UFS_ACL_H_
diff --git a/sys/ufs/ufs/extattr.h b/sys/ufs/ufs/extattr.h
index 0eca43f..4f56de9 100644
--- a/sys/ufs/ufs/extattr.h
+++ b/sys/ufs/ufs/extattr.h
@@ -1,7 +1,9 @@
/*-
- * Copyright (c) 1999, 2000, 2001 Robert N. M. Watson
+ * Copyright (c) 1999-2001 Robert N. M. Watson
* All rights reserved.
*
+ * This software was developed by Robert Watson for the TrustedBSD Project.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -26,7 +28,8 @@
* $FreeBSD$
*/
/*
- * TrustedBSD Project - extended attribute support for UFS-like file systems
+ * Developed by the TrustedBSD Project.
+ * Support for extended file system attributes.
*/
#ifndef _UFS_UFS_EXTATTR_H_
diff --git a/sys/ufs/ufs/ufs_acl.c b/sys/ufs/ufs/ufs_acl.c
index c5df402..18fc574 100644
--- a/sys/ufs/ufs/ufs_acl.c
+++ b/sys/ufs/ufs/ufs_acl.c
@@ -1,7 +1,9 @@
/*-
- * Copyright (c) 1999, 2000, 2001 Robert N. M. Watson
+ * Copyright (c) 1999-2001 Robert N. M. Watson
* All rights reserved.
*
+ * This software was developed by Robert Watson for the TrustedBSD Project.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/sys/ufs/ufs/ufs_extattr.c b/sys/ufs/ufs/ufs_extattr.c
index a4ba6ad..71ed166 100644
--- a/sys/ufs/ufs/ufs_extattr.c
+++ b/sys/ufs/ufs/ufs_extattr.c
@@ -1,7 +1,9 @@
/*-
- * Copyright (c) 1999, 2000, 2001 Robert N. M. Watson
+ * Copyright (c) 1999-2001 Robert N. M. Watson
* All rights reserved.
*
+ * This software was developed by Robert Watson for the TrustedBSD Project.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -26,7 +28,8 @@
* $FreeBSD$
*/
/*
- * TrustedBSD Project - extended attribute support for UFS-like file systems
+ * Developed by the TrustedBSD Project.
+ * Support for file system extended attribute: UFS-specific support functions.
*/
#include <sys/param.h>
OpenPOWER on IntegriCloud