diff options
| author | Glenn Morris | 2007-02-10 22:34:45 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-02-10 22:34:45 +0000 |
| commit | 14216c957229b79a93407d1d59eb66827179a97e (patch) | |
| tree | b8bd5872d479e6254957f5fb4cc779362a33001f /src | |
| parent | e496f32feec98c869d31864f5f3d7e2ef98672a4 (diff) | |
| download | emacs-14216c957229b79a93407d1d59eb66827179a97e.tar.gz emacs-14216c957229b79a93407d1d59eb66827179a97e.zip | |
Add legal comment on copyright issue.
Diffstat (limited to 'src')
| -rw-r--r-- | src/acldef.h | 5 | ||||
| -rw-r--r-- | src/chpdef.h | 5 | ||||
| -rw-r--r-- | src/ndir.h | 5 |
3 files changed, 14 insertions, 1 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 @@ | |||
| 1 | /* | ||
| 2 | * The code here is forced by the interface, and is not subject to | ||
| 3 | * copyright, constituting the only possible expression of the | ||
| 4 | * algorithm in this format. | ||
| 5 | */ | ||
| 1 | #define ACL$K_LENGTH 12 | 6 | #define ACL$K_LENGTH 12 |
| 2 | #define ACL$C_LENGTH 12 | 7 | #define ACL$C_LENGTH 12 |
| 3 | #define ACL$C_FILE 1 | 8 | #define ACL$C_FILE 1 |
diff --git a/src/chpdef.h b/src/chpdef.h index a1bdfb7ff82..3696cbc4878 100644 --- a/src/chpdef.h +++ b/src/chpdef.h | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | /* | ||
| 2 | * The code here is forced by the interface, and is not subject to | ||
| 3 | * copyright, constituting the only possible expression of the | ||
| 4 | * algorithm in this format. | ||
| 5 | */ | ||
| 1 | #define CHP$_END 0 | 6 | #define CHP$_END 0 |
| 2 | #define CHP$_ACCESS 1 | 7 | #define CHP$_ACCESS 1 |
| 3 | #define CHP$_FLAGS 2 | 8 | #define CHP$_FLAGS 2 |
diff --git a/src/ndir.h b/src/ndir.h index bcf52c902f4..d254b5cf603 100644 --- a/src/ndir.h +++ b/src/ndir.h | |||
| @@ -2,8 +2,11 @@ | |||
| 2 | <dir.h> -- definitions for 4.2BSD-compatible directory access | 2 | <dir.h> -- definitions for 4.2BSD-compatible directory access |
| 3 | 3 | ||
| 4 | last edit: 09-Jul-1983 D A Gwyn | 4 | last edit: 09-Jul-1983 D A Gwyn |
| 5 | */ | ||
| 6 | 5 | ||
| 6 | * The code here is forced by the interface, and is not subject to | ||
| 7 | * copyright, constituting the only possible expression of the | ||
| 8 | * algorithm in this format. | ||
| 9 | */ | ||
| 7 | #ifdef VMS | 10 | #ifdef VMS |
| 8 | #ifndef FAB$C_BID | 11 | #ifndef FAB$C_BID |
| 9 | #include <fab.h> | 12 | #include <fab.h> |