Hi, I was cleaning up some of my projects using Zend Framework 2 and faced a doubt about License either in main project of ZF2 and on ZendSkeletonModule and ZendSkeletonApplication repositories: there is a file on root of main project and modules named license.txt with the license, in the first item of the license says that you must include this file with the project and i tottaly agree with that, perhaps if you start including many modules in your project will be a lot of identicaly files in the project, one in vendor folder, and one in wich module you add plus one more on the root of your project.
So i'm wonderig if this is not the case to mantain only one copy of this file in the zend framework main project (in vendor folder) and remove this file from ZendSkeletonApplication and ZendSkeletonModule? Besides that license files a feel other files also have a comment with the following information on top: /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/ZendSkeletonApplication for the canonical source repository * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ My question about this is if i can remove this comment and replace for the infromation about the application i'm developing since most of files that contains this disclaimer will be used only as sekeleton for the code i will provide? Thanks -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Question-about-ZF2-License-tp4660510.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
