nelmio / NelmioCorsBundle

Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
https://symfony.com/bundles/NelmioCorsBundle/
MIT License
1.89k stars 108 forks source link

GNU license within test file #104

Closed StephenOTT closed 6 years ago

StephenOTT commented 6 years ago

https://github.com/nelmio/NelmioCorsBundle/blob/master/Tests/DependencyInjection/CorsConfigurationProviderPassTest.php#L6

Is this on purpose or a legacy thing?

Seldaek commented 6 years ago

I think this was a mistake by @bdunogier probably using default IDE settings to create the new test file. It probably should be removed as it indeed has no relation to the project's license.

StephenOTT commented 6 years ago

Thanks @Seldaek