diff options
author | Moonchild <moonchild@palemoon.org> | 2023-10-17 13:00:38 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-10-17 16:37:42 +0200 |
commit | d0d9e63809eb0bc1cba3e4afb6378394c32dd56d (patch) | |
tree | e60401b84dc6a5f04a6936ce3068de6d0cd0dd9f /toolkit | |
parent | e80bbcfe915e1f6c64a8b44a2e501f8fedfcf659 (diff) | |
download | uxp-d0d9e63809eb0bc1cba3e4afb6378394c32dd56d.tar.gz |
Issue #2346 - Update license (remove OpenAES)
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/content/license.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/toolkit/content/license.html b/toolkit/content/license.html index 0de306f36e..9075fe5f28 100644 --- a/toolkit/content/license.html +++ b/toolkit/content/license.html @@ -135,9 +135,6 @@ #ifdef MOZ_WEBRTC <li><a href="about:license#nrappkit">nrappkit License</a></li> #endif -#ifdef MOZ_EME - <li><a href="about:license#openaes">OpenAES License</a></li> -#endif <li><a href="about:license#openvision">OpenVision License</a></li> <li><a href="about:license#praton">praton License</a></li> <li><a href="about:license#qcms">qcms License</a></li> @@ -3974,42 +3971,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <hr> #endif -#ifdef MOZ_EME - <h1><a id="openaes"></a>OpenAES License</h1> - - <p>This license applies to certain files in the directory - <span class="path">media/gmp-clearkey/0.1/openaes</span>. - </p> - -<pre> -Copyright (c) 2012, Nabil S. Al Ramli, www.nalramli.com -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - - Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -</pre> - - - <hr> -#endif <h1><a id="openvision"></a>OpenVision License</h1> |