Put the osta.c license on osta.h. The license is the same.
Approved by: scottl@
This commit is contained in:
parent
9833aeada2
commit
b4583894aa
@ -4,6 +4,21 @@
|
|||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*-
|
||||||
|
**********************************************************************
|
||||||
|
* OSTA compliant Unicode compression, uncompression routines.
|
||||||
|
* Copyright 1995 Micro Design International, Inc.
|
||||||
|
* Written by Jason M. Rinn.
|
||||||
|
* Micro Design International gives permission for the free use of the
|
||||||
|
* following source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Various routines from the OSTA 2.01 specs. Copyrights are included with
|
||||||
|
* each code segment. Slight whitespace modifications have been made for
|
||||||
|
* formatting purposes. Typos/bugs have been fixed.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef UNIX
|
#ifndef UNIX
|
||||||
#define UNIX
|
#define UNIX
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user