aardvark-platform / aardvark.algodat

Aardvark.Algodat contains advanced geometric and photometric data structures and algorithms. It is part of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
https://aardvarkians.com/
GNU Affero General Public License v3.0
34 stars 6 forks source link

Aardvark.Data.Points.Base: different license in github repo and nuget #27

Closed hindikaynen closed 9 months ago

hindikaynen commented 10 months ago

https://www.nuget.org/packages/Aardvark.Data.Points.Base/ -> License Info -> AGPLv3 https://github.com/aardvark-platform/aardvark.algodat/blob/master/src/Aardvark.Data.Points.Base/LICENSE -> apache 2.0

which one is correct?

stefanmaierhofer commented 10 months ago

Apache 2.0 is correct

if a library has its own LICENSE file it overrides the repository (top-level) license file sorry for the confusion

hindikaynen commented 10 months ago

Thank you for the answer.