changeset 75764:9511dc88835c

Add legal comment on copyright issue.
author Glenn Morris <rgm@gnu.org>
date Sat, 10 Feb 2007 22:34:45 +0000
parents a188fe783bbe
children d6a02ade68ba
files src/acldef.h src/chpdef.h src/ndir.h
diffstat 3 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/acldef.h	Sat Feb 10 22:28:36 2007 +0000
+++ b/src/acldef.h	Sat Feb 10 22:34:45 2007 +0000
@@ -1,3 +1,8 @@
+/*
+ * The code here is forced by the interface, and is not subject to
+ * copyright, constituting the only possible expression of the
+ * algorithm in this format.
+ */
 #define	ACL$K_LENGTH	12
 #define	ACL$C_LENGTH	12
 #define	ACL$C_FILE	1
--- a/src/chpdef.h	Sat Feb 10 22:28:36 2007 +0000
+++ b/src/chpdef.h	Sat Feb 10 22:34:45 2007 +0000
@@ -1,3 +1,8 @@
+/*
+ * The code here is forced by the interface, and is not subject to
+ * copyright, constituting the only possible expression of the
+ * algorithm in this format.
+ */
 #define	CHP$_END	0
 #define	CHP$_ACCESS	1
 #define	CHP$_FLAGS	2
--- a/src/ndir.h	Sat Feb 10 22:28:36 2007 +0000
+++ b/src/ndir.h	Sat Feb 10 22:34:45 2007 +0000
@@ -2,8 +2,11 @@
 	<dir.h> -- definitions for 4.2BSD-compatible directory access
 
 	last edit:	09-Jul-1983	D A Gwyn
-*/
 
+ * The code here is forced by the interface, and is not subject to
+ * copyright, constituting the only possible expression of the
+ * algorithm in this format.
+ */
 #ifdef VMS
 #ifndef FAB$C_BID
 #include <fab.h>