Change copyright 2011 -> 2012
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@87246 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
		
							parent
							
								
									22404188a0
								
							
						
					
					
						commit
						7bda2c3f3b
					
				| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_CachedObjectStorage_APC extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | class PHPExcel_CachedObjectStorage_APC extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_CachedObjectStorage_CacheBase { | class PHPExcel_CachedObjectStorage_CacheBase { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_CachedObjectStorage_DiscISAM extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | class PHPExcel_CachedObjectStorage_DiscISAM extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| interface PHPExcel_CachedObjectStorage_ICache | interface PHPExcel_CachedObjectStorage_ICache | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_CachedObjectStorage_Igbinary extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | class PHPExcel_CachedObjectStorage_Igbinary extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_CachedObjectStorage_Memcache extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | class PHPExcel_CachedObjectStorage_Memcache extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_CachedObjectStorage_Memory extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | class PHPExcel_CachedObjectStorage_Memory extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_CachedObjectStorage_MemoryGZip extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | class PHPExcel_CachedObjectStorage_MemoryGZip extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_CachedObjectStorage_MemorySerialized extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | class PHPExcel_CachedObjectStorage_MemorySerialized extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_CachedObjectStorage |  * @package    PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_CachedObjectStorage_PHPTemp extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | class PHPExcel_CachedObjectStorage_PHPTemp extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_CachedObjectStorage |  * @package	PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_CachedObjectStorage |  * @package	PHPExcel_CachedObjectStorage | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_CachedObjectStorage_Wincache extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | class PHPExcel_CachedObjectStorage_Wincache extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -41,7 +41,7 @@ if (!defined('PHPEXCEL_ROOT')) { | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_Database { | class PHPExcel_Calculation_Database { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -41,7 +41,7 @@ if (!defined('PHPEXCEL_ROOT')) { | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_DateTime { | class PHPExcel_Calculation_DateTime { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -45,7 +45,7 @@ define('EULER', 2.71828182845904523536); | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_Engineering { | class PHPExcel_Calculation_Engineering { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Calculation |  * @package    PHPExcel_Calculation | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Calculation |  * @package    PHPExcel_Calculation | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_Exception extends Exception { | class PHPExcel_Calculation_Exception extends Exception { | ||||||
| 	/** | 	/** | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Calculation |  * @package    PHPExcel_Calculation | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -30,7 +30,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Calculation |  * @package    PHPExcel_Calculation | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_ExceptionHandler { | class PHPExcel_Calculation_ExceptionHandler { | ||||||
| 	/** | 	/** | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -48,7 +48,7 @@ define('FINANCIAL_PRECISION', 1.0e-08); | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_Financial { | class PHPExcel_Calculation_Financial { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Calculation |  * @package    PHPExcel_Calculation | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -54,7 +54,7 @@ PARTLY BASED ON: | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Calculation |  * @package    PHPExcel_Calculation | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_FormulaParser { | class PHPExcel_Calculation_FormulaParser { | ||||||
| 	/* Character constants */ | 	/* Character constants */ | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Calculation |  * @package    PHPExcel_Calculation | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -55,7 +55,7 @@ PARTLY BASED ON: | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Calculation |  * @package    PHPExcel_Calculation | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_FormulaToken { | class PHPExcel_Calculation_FormulaToken { | ||||||
| 	/* Token types */ | 	/* Token types */ | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Calculation |  * @package    PHPExcel_Calculation | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Calculation |  * @package    PHPExcel_Calculation | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_Function { | class PHPExcel_Calculation_Function { | ||||||
| 	/* Function categories */ | 	/* Function categories */ | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -54,7 +54,7 @@ define('PRECISION', 8.88E-016); | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_Functions { | class PHPExcel_Calculation_Functions { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -41,7 +41,7 @@ if (!defined('PHPEXCEL_ROOT')) { | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_Logical { | class PHPExcel_Calculation_Logical { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -41,7 +41,7 @@ if (!defined('PHPEXCEL_ROOT')) { | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_LookupRef { | class PHPExcel_Calculation_LookupRef { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -41,7 +41,7 @@ if (!defined('PHPEXCEL_ROOT')) { | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_MathTrig { | class PHPExcel_Calculation_MathTrig { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -57,7 +57,7 @@ define('SQRT2PI', 2.5066282746310005024157652848110452530069867406099); | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_Statistical { | class PHPExcel_Calculation_Statistical { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -41,7 +41,7 @@ if (!defined('PHPEXCEL_ROOT')) { | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Calculation |  * @package		PHPExcel_Calculation | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Calculation_TextData { | class PHPExcel_Calculation_TextData { | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -41,7 +41,7 @@ if (!defined('PHPEXCEL_ROOT')) { | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Cell_AdvancedValueBinder extends PHPExcel_Cell_DefaultValueBinder implements PHPExcel_Cell_IValueBinder | class PHPExcel_Cell_AdvancedValueBinder extends PHPExcel_Cell_DefaultValueBinder implements PHPExcel_Cell_IValueBinder | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Cell_DataType | class PHPExcel_Cell_DataType | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Cell_DataValidation | class PHPExcel_Cell_DataValidation | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -41,7 +41,7 @@ if (!defined('PHPEXCEL_ROOT')) { | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Cell_DefaultValueBinder implements PHPExcel_Cell_IValueBinder | class PHPExcel_Cell_DefaultValueBinder implements PHPExcel_Cell_IValueBinder | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Cell_Hyperlink | class PHPExcel_Cell_Hyperlink | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Cell |  * @package    PHPExcel_Cell | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| interface PHPExcel_Cell_IValueBinder | interface PHPExcel_Cell_IValueBinder | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Chart_DataSeries | class PHPExcel_Chart_DataSeries | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Chart_DataSeriesValues | class PHPExcel_Chart_DataSeriesValues | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Chart_Layout | class PHPExcel_Chart_Layout | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Chart_Legend | class PHPExcel_Chart_Legend | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Chart_PlotArea | class PHPExcel_Chart_PlotArea | ||||||
| { | { | ||||||
|  | |||||||
| @ -3,7 +3,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -21,7 +21,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -35,7 +35,7 @@ require_once(PHPExcel_Settings::getChartRendererPath().'/jpgraph.php'); | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart_Renderer |  * @package		PHPExcel_Chart_Renderer | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Chart_Renderer_jpgraph | class PHPExcel_Chart_Renderer_jpgraph | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Chart |  * @package		PHPExcel_Chart | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Chart_Title | class PHPExcel_Chart_Title | ||||||
| { | { | ||||||
|  | |||||||
| @ -18,7 +18,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_RichText |  * @package    PHPExcel_RichText | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -29,7 +29,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_RichText |  * @package    PHPExcel_RichText | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| interface PHPExcel_RichText_ITextElement | interface PHPExcel_RichText_ITextElement | ||||||
| { | { | ||||||
|  | |||||||
| @ -18,7 +18,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_RichText |  * @package    PHPExcel_RichText | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -29,7 +29,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_RichText |  * @package    PHPExcel_RichText | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_RichText_Run extends PHPExcel_RichText_TextElement implements PHPExcel_RichText_ITextElement | class PHPExcel_RichText_Run extends PHPExcel_RichText_TextElement implements PHPExcel_RichText_ITextElement | ||||||
| { | { | ||||||
|  | |||||||
| @ -18,7 +18,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_RichText |  * @package    PHPExcel_RichText | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -29,7 +29,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_RichText |  * @package    PHPExcel_RichText | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_RichText_TextElement implements PHPExcel_RichText_ITextElement | class PHPExcel_RichText_TextElement implements PHPExcel_RichText_ITextElement | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Style_Alignment implements PHPExcel_IComparable | class PHPExcel_Style_Alignment implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Style_Border implements PHPExcel_IComparable | class PHPExcel_Style_Border implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Style |  * @package    PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Style |  * @package    PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Style_Borders implements PHPExcel_IComparable | class PHPExcel_Style_Borders implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version ##VERSION##, ##DATE##
 |  * @version ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Style_Color implements PHPExcel_IComparable | class PHPExcel_Style_Color implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Style |  * @package    PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Style |  * @package    PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Style_Conditional implements PHPExcel_IComparable | class PHPExcel_Style_Conditional implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Style_Fill implements PHPExcel_IComparable | class PHPExcel_Style_Fill implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Style_Font implements PHPExcel_IComparable | class PHPExcel_Style_Font implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Style |  * @package	PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Style_NumberFormat implements PHPExcel_IComparable | class PHPExcel_Style_NumberFormat implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Style |  * @package    PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    1.4.5, 2007-08-23 |  * @version    1.4.5, 2007-08-23 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Style |  * @package    PHPExcel_Style | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Style_Protection implements PHPExcel_IComparable | class PHPExcel_Style_Protection implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_BaseDrawing implements PHPExcel_IComparable | class PHPExcel_Worksheet_BaseDrawing implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -33,7 +33,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_CellIterator implements Iterator | class PHPExcel_Worksheet_CellIterator implements Iterator | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_ColumnDimension | class PHPExcel_Worksheet_ColumnDimension | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet_Drawing |  * @package    PHPExcel_Worksheet_Drawing | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet_Drawing |  * @package    PHPExcel_Worksheet_Drawing | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_Drawing extends PHPExcel_Worksheet_BaseDrawing implements PHPExcel_IComparable | class PHPExcel_Worksheet_Drawing extends PHPExcel_Worksheet_BaseDrawing implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet_Drawing |  * @package    PHPExcel_Worksheet_Drawing | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet_Drawing |  * @package    PHPExcel_Worksheet_Drawing | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_Drawing_Shadow implements PHPExcel_IComparable | class PHPExcel_Worksheet_Drawing_Shadow implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -91,7 +91,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_HeaderFooter | class PHPExcel_Worksheet_HeaderFooter | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_HeaderFooterDrawing extends PHPExcel_Worksheet_Drawing implements PHPExcel_IComparable | class PHPExcel_Worksheet_HeaderFooterDrawing extends PHPExcel_Worksheet_Drawing implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_MemoryDrawing extends PHPExcel_Worksheet_BaseDrawing implements PHPExcel_IComparable | class PHPExcel_Worksheet_MemoryDrawing extends PHPExcel_Worksheet_BaseDrawing implements PHPExcel_IComparable | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_PageMargins | class PHPExcel_Worksheet_PageMargins | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -102,7 +102,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_PageSetup | class PHPExcel_Worksheet_PageSetup | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_Protection | class PHPExcel_Worksheet_Protection | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -33,7 +33,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_Row | class PHPExcel_Worksheet_Row | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_RowDimension | class PHPExcel_Worksheet_RowDimension | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Worksheet |  * @package	PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -33,7 +33,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Worksheet |  * @package	PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_RowIterator implements Iterator | class PHPExcel_Worksheet_RowIterator implements Iterator | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Worksheet |  * @package    PHPExcel_Worksheet | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Worksheet_SheetView | class PHPExcel_Worksheet_SheetView | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Writer |  * @package	PHPExcel_Writer | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Writer |  * @package	PHPExcel_Writer | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_CSV implements PHPExcel_Writer_IWriter { | class PHPExcel_Writer_CSV implements PHPExcel_Writer_IWriter { | ||||||
| 	/** | 	/** | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007 implements PHPExcel_Writer_IWriter | class PHPExcel_Writer_Excel2007 implements PHPExcel_Writer_IWriter | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007_Chart extends PHPExcel_Writer_Excel2007_WriterPart | class PHPExcel_Writer_Excel2007_Chart extends PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007_Comments extends PHPExcel_Writer_Excel2007_WriterPart | class PHPExcel_Writer_Excel2007_Comments extends PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007_ContentTypes extends PHPExcel_Writer_Excel2007_WriterPart | class PHPExcel_Writer_Excel2007_ContentTypes extends PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007_DocProps extends PHPExcel_Writer_Excel2007_WriterPart | class PHPExcel_Writer_Excel2007_DocProps extends PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007_Drawing extends PHPExcel_Writer_Excel2007_WriterPart | class PHPExcel_Writer_Excel2007_Drawing extends PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPart | class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007_StringTable extends PHPExcel_Writer_Excel2007_WriterPart | class PHPExcel_Writer_Excel2007_StringTable extends PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007_Style extends PHPExcel_Writer_Excel2007_WriterPart | class PHPExcel_Writer_Excel2007_Style extends PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007_Theme extends PHPExcel_Writer_Excel2007_WriterPart | class PHPExcel_Writer_Excel2007_Theme extends PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007_Workbook extends PHPExcel_Writer_Excel2007_WriterPart | class PHPExcel_Writer_Excel2007_Workbook extends PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Writer_Excel2007 |  * @package	PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Writer_Excel2007 |  * @package	PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel2007_Worksheet extends PHPExcel_Writer_Excel2007_WriterPart | class PHPExcel_Writer_Excel2007_Worksheet extends PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel2007 |  * @package    PHPExcel_Writer_Excel2007 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| abstract class PHPExcel_Writer_Excel2007_WriterPart | abstract class PHPExcel_Writer_Excel2007_WriterPart | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel5 implements PHPExcel_Writer_IWriter | class PHPExcel_Writer_Excel5 implements PHPExcel_Writer_IWriter | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -65,7 +65,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel5_BIFFwriter | class PHPExcel_Writer_Excel5_BIFFwriter | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel5_Escher | class PHPExcel_Writer_Excel5_Escher | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel5_Font | class PHPExcel_Writer_Excel5_Font | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -55,7 +55,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel5_Parser | class PHPExcel_Writer_Excel5_Parser | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -66,7 +66,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel5_Workbook extends PHPExcel_Writer_Excel5_BIFFwriter | class PHPExcel_Writer_Excel5_Workbook extends PHPExcel_Writer_Excel5_BIFFwriter | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -66,7 +66,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel5_Worksheet extends PHPExcel_Writer_Excel5_BIFFwriter | class PHPExcel_Writer_Excel5_Worksheet extends PHPExcel_Writer_Excel5_BIFFwriter | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -66,7 +66,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer_Excel5 |  * @package    PHPExcel_Writer_Excel5 | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_Excel5_Xf | class PHPExcel_Writer_Excel5_Xf | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Writer |  * @package	PHPExcel_Writer | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version	##VERSION##, ##DATE##
 |  * @version	##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package	PHPExcel_Writer |  * @package	PHPExcel_Writer | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_HTML implements PHPExcel_Writer_IWriter { | class PHPExcel_Writer_HTML implements PHPExcel_Writer_IWriter { | ||||||
| 	/** | 	/** | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer |  * @package    PHPExcel_Writer | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version    ##VERSION##, ##DATE##
 |  * @version    ##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -31,7 +31,7 @@ | |||||||
|  * |  * | ||||||
|  * @category   PHPExcel |  * @category   PHPExcel | ||||||
|  * @package    PHPExcel_Writer |  * @package    PHPExcel_Writer | ||||||
|  * @copyright  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| interface PHPExcel_Writer_IWriter | interface PHPExcel_Writer_IWriter | ||||||
| { | { | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| /** | /** | ||||||
|  * PHPExcel |  * PHPExcel | ||||||
|  * |  * | ||||||
|  * Copyright (c) 2006 - 2011 PHPExcel |  * Copyright (c) 2006 - 2012 PHPExcel | ||||||
|  * |  * | ||||||
|  * This library is free software; you can redistribute it and/or |  * This library is free software; you can redistribute it and/or | ||||||
|  * modify it under the terms of the GNU Lesser General Public |  * modify it under the terms of the GNU Lesser General Public | ||||||
| @ -20,7 +20,7 @@ | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Writer |  * @package		PHPExcel_Writer | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL |  * @license		http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL | ||||||
|  * @version		##VERSION##, ##DATE##
 |  * @version		##VERSION##, ##DATE##
 | ||||||
|  */ |  */ | ||||||
| @ -35,7 +35,7 @@ require_once PHPEXCEL_ROOT . 'PHPExcel/Shared/PDF/tcpdf.php'; | |||||||
|  * |  * | ||||||
|  * @category	PHPExcel |  * @category	PHPExcel | ||||||
|  * @package		PHPExcel_Writer |  * @package		PHPExcel_Writer | ||||||
|  * @copyright	Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel) |  * @copyright	Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel) | ||||||
|  */ |  */ | ||||||
| class PHPExcel_Writer_PDF extends PHPExcel_Writer_HTML implements PHPExcel_Writer_IWriter { | class PHPExcel_Writer_PDF extends PHPExcel_Writer_HTML implements PHPExcel_Writer_IWriter { | ||||||
| 	/** | 	/** | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Mark Baker
						Mark Baker