summaryrefslogtreecommitdiffstats
path: root/sys/sys/extattr.h
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/sys/extattr.h
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/sys/extattr.h')
-rw-r--r--sys/sys/extattr.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/sys/sys/extattr.h b/sys/sys/extattr.h
index d53ab03..bca21bd 100644
--- a/sys/sys/extattr.h
+++ b/sys/sys/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,17 +28,8 @@
* $FreeBSD$
*/
/*
- * Userland/kernel interface for Extended File System Attributes
- *
- * This code from the FreeBSD POSIX.1e implementation. While the syscalls
- * are fully implemented, invoking the VFS vnops and VFS calls as necessary,
- * no file systems shipped with this version of FreeBSD implement these
- * calls. Extensions to UFS/FFS to support extended attributes are
- * available from the POSIX.1e implementation page, or possibly in a more
- * recent version of FreeBSD.
- *
- * The POSIX.1e implementation page may be reached at:
- * http://www.watson.org/fbsd-hardening/posix1e/
+ * Developed by the TrustedBSD Project.
+ * Support for extended file system attributes.
*/
#ifndef _SYS_EXTATTR_H_
OpenPOWER on IntegriCloud