]> git.eshelyaron.com Git - emacs.git/commitdiff
Add legal comment on copyright issue.
authorGlenn Morris <rgm@gnu.org>
Sat, 10 Feb 2007 22:34:45 +0000 (22:34 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 10 Feb 2007 22:34:45 +0000 (22:34 +0000)
src/acldef.h
src/chpdef.h
src/ndir.h

index eee3e72a3e948474d5e9a7eecf538c85d1b0cfb7..640ee22cd13f9ee9a4208505ca302ff3ba9f3494 100644 (file)
@@ -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
index a1bdfb7ff82a5bb48bf969c55b95845ccdc8aa48..3696cbc48787fe70645c9239e5860d00f5d3e8af 100644 (file)
@@ -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
index bcf52c902f465379ef103dca4b0659cc49c8e70a..d254b5cf603df57f382261f763e4eaa6db02eca0 100644 (file)
@@ -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>