summaryrefslogtreecommitdiff
path: root/include/FLAC/all.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2004-09-14 03:36:26 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2004-09-14 03:36:26 +0000
commitffc4c636fb089cdff7b9b99d770ccde6917e9d05 (patch)
tree9a7a0a42b820272389f509b68f7393b303516f0e /include/FLAC/all.h
parent346e0d8b8c49ba9c73e2f7865f34102176827c9f (diff)
downloadflac-ffc4c636fb089cdff7b9b99d770ccde6917e9d05.tar.gz
add links to the license page in doxygen docs
Diffstat (limited to 'include/FLAC/all.h')
-rw-r--r--include/FLAC/all.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/FLAC/all.h b/include/FLAC/all.h
index bd13652c..3f750e3e 100644
--- a/include/FLAC/all.h
+++ b/include/FLAC/all.h
@@ -67,7 +67,7 @@
*
* By writing a little code and linking against libFLAC, it is
* relatively easy to add FLAC support to another program. The
- * library is licensed under Xiph's BSD license.
+ * library is licensed under <A HREF="../license.html">Xiph's BSD license</A>.
* Complete source code of libFLAC as well as the command-line
* encoder and plugins is available and is a useful source of
* examples.
@@ -88,7 +88,7 @@
* to provide routines for encoding to and decoding from FLAC streams
* inside an Ogg container. The interfaces are very similar or identical
* to their counterparts in libFLAC. libOggFLAC is also licensed under
- * Xiph's BSD license.
+ * <A HREF="../license.html">Xiph's BSD license</A>.
*
* \section cpp_api FLAC C++ API
*
@@ -105,8 +105,8 @@
* for encoding to and decoding from FLAC streams in an Ogg container.
* The classes are very similar to their counterparts in libFLAC++.
*
- * Both libFLAC++ libOggFLAC++ are also licensed under Xiph's BSD
- * license.
+ * Both libFLAC++ libOggFLAC++ are also licensed under
+ * <A HREF="../license.html">Xiph's BSD license</A>.
*
* \section getting_started Getting Started
*