summaryrefslogtreecommitdiff
path: root/usr.sbin/extattrctl
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-11-15 22:56:40 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-11-15 22:56:40 +0000
commita8843add6d4908d011f6c16c4ca91483556a6808 (patch)
treeaf33e4bd364dd4b56cc72c84e0794f4c7923d5bb /usr.sbin/extattrctl
parent8970738b86ed89d28c4b342d5f1ed5405a52b8b7 (diff)
downloadsrc-test-a8843add6d4908d011f6c16c4ca91483556a6808.tar.gz
src-test-a8843add6d4908d011f6c16c4ca91483556a6808.zip
o Update copyright dates, comments...
Obtained from: TrustedBSD Project
Notes
Notes: svn path=/head/; revision=86429
Diffstat (limited to 'usr.sbin/extattrctl')
-rw-r--r--usr.sbin/extattrctl/extattrctl.87
-rw-r--r--usr.sbin/extattrctl/extattrctl.c7
2 files changed, 11 insertions, 3 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8
index 882b382f9ffd7..888adde9700e2 100644
--- a/usr.sbin/extattrctl/extattrctl.8
+++ b/usr.sbin/extattrctl/extattrctl.8
@@ -1,7 +1,9 @@
.\"-
-.\" Copyright (c) 2000, 2001 Robert N. M. Watson
+.\" Copyright (c) 2000-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:
@@ -25,6 +27,9 @@
.\"
.\" $FreeBSD$
.\"
+.\" Developed by the TrustedBSD Project.
+.\" Support for file system extended attribute.
+.\"
.Dd March 30, 2000
.Dt EXTATTRCTL 8
.Os
diff --git a/usr.sbin/extattrctl/extattrctl.c b/usr.sbin/extattrctl/extattrctl.c
index 19df04b20ba7d..f7704219b9446 100644
--- a/usr.sbin/extattrctl/extattrctl.c
+++ b/usr.sbin/extattrctl/extattrctl.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.
*/
#include <sys/types.h>