Add legal comment on copyright issue.
This commit is contained in:
parent
e496f32fee
commit
14216c9572
3 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue