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.
This commit is contained in:
parent
fc5d29ef7d
commit
6d8785434f
@ -2,6 +2,8 @@
|
||||
* 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:
|
||||
|
@ -5,6 +5,9 @@
|
||||
* Copyright (c) 1999 Ilmar S. Habibulin
|
||||
* All rights reserved.
|
||||
*
|
||||
* This software was developed by Robert Watson and Ilmar Habibulin
|
||||
* 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:
|
||||
|
@ -2,6 +2,8 @@
|
||||
* 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:
|
||||
|
@ -2,6 +2,8 @@
|
||||
* 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:
|
||||
|
@ -2,6 +2,8 @@
|
||||
* 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:
|
||||
|
@ -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_
|
||||
|
@ -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_
|
||||
|
@ -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_
|
||||
|
@ -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:
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user