Re-scope secondary licenses listed in LICENSE file (#41476)

The gRPC project is primarily covered by the Apache License v2.0. Over the years, several files were added to the repo carrying other licenses, Mozilla Public License Version 2.0, and BSD 3-Clause License. These additional licenses were never
intended to cover the entire repository, and were intended to be scoped to the specific files that carried in those different licenses. This change clarifies the scoping of which files are covered by either the MPL v2.0 or BSD 3-Clause License.

Closes #41476

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/41476 from emil10001:license-scope b5f7fdd618
PiperOrigin-RevId: 860326676
This commit is contained in:
E. John Feig
2026-01-23 18:07:36 -08:00
committed by Copybara-Service
parent 8b5c2c9556
commit fb53717dfa

13
LICENSE
View File

@@ -203,6 +203,16 @@
-----------------------------------------------------------
Following applies to:
./src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec
./src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
./src/objective-c/!ProtoCompiler.podspec
./src/objective-c/BoringSSL-GRPC.podspec
./templates/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec.inja
./templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.inja
./templates/src/objective-c/!ProtoCompiler.podspec.inja
./templates/src/objective-c/BoringSSL-GRPC.podspec.template
BSD 3-Clause License
Copyright 2016, Google Inc.
@@ -235,6 +245,9 @@ THE POSSIBILITY OF SUCH DAMAGE.
-----------------------------------------------------------
Following applies to:
./etc/roots.pem
Mozilla Public License Version 2.0
==================================