From d19d1db9dcf421e13a2b7ae1fd91081d92df5736 Mon Sep 17 00:00:00 2001 From: Pale Moon Date: Fri, 9 Sep 2016 14:36:39 +0200 Subject: [PATCH] Make status bar license block conditional to include only when building /browser. --- toolkit/content/license.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolkit/content/license.html b/toolkit/content/license.html index c2664f6bda..ab01d08af3 100644 --- a/toolkit/content/license.html +++ b/toolkit/content/license.html @@ -124,7 +124,9 @@
  • Skia License
  • Snappy License
  • Sparkle License
  • +#ifdef MOZ_PHOENIX
  • Status Bar code License
  • +#endif #ifdef USE_STLPORT
  • STLport License
  • #endif @@ -3981,6 +3983,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    +#ifdef MOZ_PHOENIX

    Status Bar code License

    This license applies to certain files in the directory @@ -4005,6 +4008,7 @@ code Copyright (C) 2013-2016 Moonchild (M.C. Straver BASc).


    +#endif #ifdef USE_STLPORT

    STLport License