stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.75k stars 176 forks source link

License of RegexParser #2900

Closed Fieslix closed 2 months ago

Fieslix commented 3 months ago

Description Stryker (RegexMutators) uses the external library RegexParser¹, which apparently does not provide any license information and therefore may not be used in this project?!

¹https://www.nuget.org/packages/RegexParser/

rouke-broersma commented 3 months ago

This project was created by an internship student during an internship with our employer and as such we may use this but we should clear this up.

@richardwerkman

richardwerkman commented 3 months ago

They have a license located on their GitHub. But it seems it's not added to the nuget package itself.

https://github.com/PimRheiter/regex-parser

@PimRheiter could you try to add the license to the nuget package info? That would resolve this.