Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
[CS][test] Remove @copyright & @license
Browse files Browse the repository at this point in the history
for fl in $(find . -name "*.php"); do mv $fl $fl.old;       sed '/@copyright/d' $fl.old > $fl;       rm -f $fl.old; done;
for fl in $(find . -name "*.php"); do mv $fl $fl.old;       sed '/@license/d' $fl.old > $fl;       rm -f $fl.old; done;
  • Loading branch information
Maks3w committed Jul 9, 2012
1 parent 64fac7d commit 5d45ab1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/ZendService/SlideShare/SlideShareTest.php
Expand Up @@ -15,8 +15,6 @@
* @category Zend
* @package Zend_Service_SlideShare
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/


Expand All @@ -36,8 +34,6 @@
* @category Zend
* @package Zend_Service_SlideShare
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @group Zend_Service
* @group Zend_Service_SlideShare
*/
Expand Down

0 comments on commit 5d45ab1

Please sign in to comment.