summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-09-12 19:02:34 +0000
committerimp <imp@FreeBSD.org>2006-09-12 19:02:34 +0000
commit478d30759639f2f9cedde8341d89ebb1e82c3bfb (patch)
tree3c9977c282f3446b3c7f1e1547f9b260203cc775 /sys
parent990b2be3b747b32ae8ca2f7f2c172102b06e0fee (diff)
downloadFreeBSD-src-478d30759639f2f9cedde8341d89ebb1e82c3bfb.zip
FreeBSD-src-478d30759639f2f9cedde8341d89ebb1e82c3bfb.tar.gz
Put the osta.c license on osta.h. The license is the same.
Approved by: scottl@
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/udf/osta.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/fs/udf/osta.h b/sys/fs/udf/osta.h
index a5e3b86..8fe4342 100644
--- a/sys/fs/udf/osta.h
+++ b/sys/fs/udf/osta.h
@@ -4,6 +4,21 @@
* $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
#define UNIX
#endif
OpenPOWER on IntegriCloud