diff options
author | Glenn Morris <rgm@gnu.org> | 2007-02-10 22:34:45 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-02-10 22:34:45 +0000 |
commit | 14216c957229b79a93407d1d59eb66827179a97e (patch) | |
tree | b8bd5872d479e6254957f5fb4cc779362a33001f /src/acldef.h | |
parent | e496f32feec98c869d31864f5f3d7e2ef98672a4 (diff) | |
download | emacs-14216c957229b79a93407d1d59eb66827179a97e.tar.gz |
Add legal comment on copyright issue.
Diffstat (limited to 'src/acldef.h')
-rw-r--r-- | src/acldef.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/acldef.h b/src/acldef.h index eee3e72a3e9..640ee22cd13 100644 --- a/src/acldef.h +++ b/src/acldef.h @@ -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 |