← Back to context

Comment by Hizonner

1 year ago

Welp, they stopped being open source, then. From the OSD:

6. No Discrimination Against Fields of Endeavor

The license must not restrict anyone from making use of the program in a specific field of endeavor. For example, it may not restrict the program from being used in a business, or from being used for genetic research.

AFAICT there is no restriction on the application itself: https://www.mozilla.org/en-US/about/legal/eula/

  • The terms are very clear that they apply to Firefox the application itself (but not the source code if you compile it from scratch)

    > Mozilla grants you a personal, non-exclusive license to install and use the “Executable Code" version of the Firefox web browser, which is the ready-to-run version of Firefox from an authorized source that you can open and use right away.

    > These Terms only apply to the Executable Code version of Firefox

    But not the source code if you compile it from scratch

    > [Continuing previous quote], not the Firefox source code.

    However the source code excludes DRM components, and while the terms don't mention it I believe also some API keys

    > In order to play certain types of video, Firefox may download content decryption modules from third parties which may not be open source.

    (It's not clear to me that these terms are currently in effect. Certainly I haven't been asked to agree to them yet).

They've had a different license on the binaries vs. the source code for a long time.