diff --git a/doc/html/changelog.html b/doc/html/changelog.html index fa861983..eeea9e76 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -415,7 +415,7 @@
  • General: diff --git a/doc/html/documentation_example_code.html b/doc/html/documentation_example_code.html index dea608a2..bf078be4 100644 --- a/doc/html/documentation_example_code.html +++ b/doc/html/documentation_example_code.html @@ -42,7 +42,7 @@
    - The FLAC source code has several small example programs that demonstrate how to use the libraries. The source is available on the download page, or can be checked out from git. The examples complement the API documentation.
    + The FLAC source code has several small example programs that demonstrate how to use the libraries. The source is available on the download page, or can be checked out from git. The examples complement the API documentation.

    Currently the examples show how to encode WAV files to FLAC and vice-versa using both libFLAC and libFLAC++. Over time we'll be adding more examples.
    diff --git a/doc/html/license.html b/doc/html/license.html index 22733880..b5d2accd 100644 --- a/doc/html/license.html +++ b/doc/html/license.html @@ -48,7 +48,7 @@
    The FLAC project also makes available software that implements the formats, which is distributed according to Open Source licenses as follows:

    - The reference implementation libraries are licensed under the New BSD License. In simple terms, these libraries may be used by any application, Open or proprietary, linked or incorporated in whole, so long as acknowledgement is made to Xiph.org Foundation when using the source code in whole or in derived works. The Xiph License is free enough that the libraries have been used in commercial products to implement FLAC, including in the firmware of hardware devices where other Open Source licenses can be problematic. In the source code these libraries are called libFLAC and libFLAC++.
    + The reference implementation libraries are licensed under the New BSD License. In simple terms, these libraries may be used by any application, Open or proprietary, linked or incorporated in whole, so long as acknowledgement is made to Xiph.org Foundation when using the source code in whole or in derived works. The Xiph License is free enough that the libraries have been used in commercial products to implement FLAC, including in the firmware of hardware devices where other Open Source licenses can be problematic. In the source code these libraries are called libFLAC and libFLAC++.

    The rest of the software that the FLAC project provides is licensed under the GNU General Public License (GPL). This software includes various utilities for converting files to and from FLAC format, plugins for audio players, et cetera. In general, the GPL allows redistribution as long as derived works are also made available in source code form according to compatible terms.