aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/udf
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-09-12 19:02:34 +0000
committerWarner Losh <imp@FreeBSD.org>2006-09-12 19:02:34 +0000
commitb4583894aac2866e9660d6a8cb83e31967d6f857 (patch)
tree3c9977c282f3446b3c7f1e1547f9b260203cc775 /sys/fs/udf
parent9833aeada2ed94c5cf8d4e6bdc05e88e7b60c1d7 (diff)
downloadsrc-b4583894aac2866e9660d6a8cb83e31967d6f857.tar.gz
src-b4583894aac2866e9660d6a8cb83e31967d6f857.zip
Put the osta.c license on osta.h. The license is the same.
Approved by: scottl@
Notes
Notes: svn path=/head/; revision=162255
Diffstat (limited to 'sys/fs/udf')
-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 a5e3b8625a14..8fe43424870b 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