doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 269 forks source link

Removing the license header #662

Closed michalbundyra closed 5 years ago

michalbundyra commented 5 years ago

Continuation of b1e0f5b7de4d35e976468e5c49feabe32a852c23

ddelrio1986 commented 5 years ago

Why are the license headers being removed?

michalbundyra commented 5 years ago

This is way we are doing it now in doctrine - the recent trend. We have LICENSE file in the project and it's sufficient. No need to duplicate it in every file. See for example: https://github.com/doctrine/orm/pull/6600