datastrato / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://datastrato.ai/docs/
Apache License 2.0
657 stars 200 forks source link

[Bug report] Missing license for svg files #3579

Open justinmclean opened 1 month ago

justinmclean commented 1 month ago

Version

main branch

Describe what's wrong

These two svg files are under an unknown license. Do we know where they come from? ./web/src/lib/icons/svg/doris.svg ./web/src/lib/icons/svg/hive.svg

Error message and/or stacktrace

N/A

How to reproduce

Files are not listed in LICENSE.

Additional context

No response

justinmclean commented 1 month ago

Just to be clear, we need to know:

  1. Where did these files come from?
  2. How are they licensed?
  3. If it a ALv2 compatible license, then it should be mentioned in LICENSE and LICENSE.bin
LauraXia123 commented 1 month ago

@justinmclean hi justin, the two svgs are come from https://hive.apache.org/ and https://doris.incubator.apache.org/

LauraXia123 commented 1 month ago

Is that ok when we mention http://www.apache.org/licenses/LICENSE-2.0 in header of hive.svg and doris.svg file? @justinmclean

justinmclean commented 1 month ago

@LauraXia123, Where exactly did the svg files come from? And how do you know they are licensed under the Apache license? Just because you copied it from an ASF site doesn't mean they are under the Apache license as a) generally only code is under that license and b) that may not be the original source.

justinmclean commented 1 month ago

Is that ok when we mention http://www.apache.org/licenses/LICENSE-2.0 in header of hive.svg and doris.svg file? @justinmclean

No it is not OK. We can not add a license header to a file we did not create.