# HG changeset patch # User Glenn Morris # Date 1171146885 0 # Node ID 9511dc88835c499234f033b56e583f10711725a5 # Parent a188fe783bbefcceebb0a4600bed5018fe20ee27 Add legal comment on copyright issue. diff -r a188fe783bbe -r 9511dc88835c src/acldef.h --- 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 diff -r a188fe783bbe -r 9511dc88835c src/chpdef.h --- 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 diff -r a188fe783bbe -r 9511dc88835c src/ndir.h --- 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 @@ -- 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