tonic icon indicating copy to clipboard operation
tonic copied to clipboard

feat: Add license Apache-2.0

Open tottoto opened this issue 11 months ago • 2 comments

Adds license Apache-2.0 to the crates which contains the resources licensed under the Apache-2.0.

tottoto avatar Jan 26 '25 01:01 tottoto

I did some research, since we don't actually include any code that is apache 2.0 but we import it via cargo the separatation is already handled there and we don't need to add additional license text as far as I understand.

LucioFranco avatar Jul 25 '25 14:07 LucioFranco

@LucioFranco

It does not contain the source codes itself, but it contains "Object" at generated directories in the following sense:

"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.

https://www.apache.org/licenses/LICENSE-2.0.html

tottoto avatar Jul 25 '25 17:07 tottoto