My project is contributed under the GPL lisence. I want to add some copyright notices into all files. Would it be enough:
/*
* Copyright (c) 2010 Developer Name 1, Developer Name 2
* This file is part of %Project name% (page at https://page).
* Project is contributed with GPL license. For more information, visit web page.
*/
Or I have to include some license text there?