[TYPO3-mvc] [!!!]FYI: Trademark infringement with "Extbase"

Robert Böttner lists at boettner.it
Thu Apr 1 12:29:54 CEST 2010


Hi Jochen,

April 1st, hm?

Cheers
Robert.

Am 01.04.2010 um 12:16 schrieb Jochen Rau:

> Hi all.
> 
> I'd like to inform you that the name "Extbase" causes a infringement of a trademark hold by Cadillac:
> 
> http://autos.aol.com/cars-Cadillac-Escalade+EXT-2009-Base__All_wheel_Drive/overview/
> 
> To prevent Cadillac from taking a legal action against the TYPO3 Association, we have to rename Extbase to ExtMvc again in the upcoming version 1.2. You just have to rename all occurences in your classes. The attached script might help you to perform a batch-rename.
> 
> Sorry for the inconvenience.
> 
> Regards
> Jochen
> 
> -------------------------
> 
> <?php
> class Tx_ExtMvc_BatchRename {
> 	
> 	function rename($filename) {
> 		$fileContent = file_get_contents(t3lib_extMgm::extRelPath($extKey) . $filename);
> 		$fileContent = preg_replace('/extbase/i', 'april, 1st', $fileContent);
> 		file_put_contents(t3lib_extMgm::extRelPath($extKey) . $filename, $fileContent);
> 	}
> 	
> }
> ?>
> ------------------------------
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc



More information about the TYPO3-project-typo3v4mvc mailing list