Hello Nagendra,
Also sprach Nagendra Krishnappa:
> I’m specifically looking for a copyright notice for geckodriver.
> I understand that the license terms are same as Mozilla Public
> License, but I would like get a copyright notice that is specific
> to geckodriver. Please point me to the copyright notice that
> applies to geckodriver.
I am not a lawyer, but it is not necessary under the MPL
to include accurate notices of copyright ownership, see
https://www.mozilla.org/en-US/MPL/2.0/FAQ/ question 4. This implies
that the copyright belongs to “the contributors of geckodriver”
(specifically “each individual or legal entity that creates,
contributes to the creation of, or owns Covered Software” to quote
the MPL.)
The binary form distribution contains a pointer to where you can
obtain the license under the --version flag:
> % ./geckodriver --version
> geckodriver 0.26.0 (e9783a644016 2019-10-10 13:38 +0000)
>
> The source code of this program is available from
> testing/geckodriver in
https://hg.mozilla.org/mozilla-central.
>
> This program is subject to the terms of the Mozilla Public License 2.0.
> You can obtain a copy of the license at
https://mozilla.org/MPL/2.0/.
The license is also mentioned in the README:
https://github.com/mozilla/geckodriver#source-code
If you have a further question about the MPL or the licensing terms
of Mozilla project code, please send it to
lice...@mozilla.org
where you will be able to get a more qualified answer.