Lib_Varien - Version 1.9.3.8

Version Notes

1.9.3.8

Download this release

Release Info

Developer Magento Core Team
Extension Lib_Varien
Version 1.9.3.8
Comparing to
See all releases


Code changes from version 1.9.3.7 to 1.9.3.8

Files changed (159) hide show
  1. lib/Varien/Autoload.php +1 -1
  2. lib/Varien/Cache/Backend/Database.php +1 -1
  3. lib/Varien/Cache/Backend/Eaccelerator.php +1 -1
  4. lib/Varien/Cache/Backend/Memcached.php +1 -1
  5. lib/Varien/Cache/Core.php +1 -1
  6. lib/Varien/Convert.php +1 -1
  7. lib/Varien/Convert/Action.php +1 -1
  8. lib/Varien/Convert/Action/Abstract.php +1 -1
  9. lib/Varien/Convert/Action/Interface.php +1 -1
  10. lib/Varien/Convert/Adapter/Abstract.php +1 -1
  11. lib/Varien/Convert/Adapter/Db/Table.php +1 -1
  12. lib/Varien/Convert/Adapter/Http.php +1 -1
  13. lib/Varien/Convert/Adapter/Http/Curl.php +1 -1
  14. lib/Varien/Convert/Adapter/Interface.php +1 -1
  15. lib/Varien/Convert/Adapter/Io.php +1 -1
  16. lib/Varien/Convert/Adapter/Soap.php +1 -1
  17. lib/Varien/Convert/Adapter/Std.php +1 -1
  18. lib/Varien/Convert/Adapter/Zend/Cache.php +1 -1
  19. lib/Varien/Convert/Adapter/Zend/Db.php +1 -1
  20. lib/Varien/Convert/Container/Abstract.php +1 -1
  21. lib/Varien/Convert/Container/Collection.php +1 -1
  22. lib/Varien/Convert/Container/Generic.php +1 -1
  23. lib/Varien/Convert/Container/Interface.php +1 -1
  24. lib/Varien/Convert/Exception.php +1 -1
  25. lib/Varien/Convert/Mapper/Abstract.php +1 -1
  26. lib/Varien/Convert/Mapper/Column.php +1 -1
  27. lib/Varien/Convert/Mapper/Interface.php +1 -1
  28. lib/Varien/Convert/Parser/Abstract.php +1 -1
  29. lib/Varien/Convert/Parser/Csv.php +1 -1
  30. lib/Varien/Convert/Parser/Interface.php +1 -1
  31. lib/Varien/Convert/Parser/Serialize.php +1 -1
  32. lib/Varien/Convert/Parser/Xml/Excel.php +1 -1
  33. lib/Varien/Convert/Profile.php +1 -1
  34. lib/Varien/Convert/Profile/Abstract.php +1 -1
  35. lib/Varien/Convert/Profile/Collection.php +1 -1
  36. lib/Varien/Convert/Validator/Abstract.php +1 -1
  37. lib/Varien/Convert/Validator/Column.php +1 -1
  38. lib/Varien/Convert/Validator/Dryrun.php +1 -1
  39. lib/Varien/Convert/Validator/Interface.php +1 -1
  40. lib/Varien/Crypt.php +1 -1
  41. lib/Varien/Crypt/Abstract.php +1 -1
  42. lib/Varien/Crypt/Mcrypt.php +1 -1
  43. lib/Varien/Data/Collection.php +1 -1
  44. lib/Varien/Data/Collection/Db.php +1 -1
  45. lib/Varien/Data/Collection/Filesystem.php +1 -1
  46. lib/Varien/Data/Form.php +1 -1
  47. lib/Varien/Data/Form/Abstract.php +1 -1
  48. lib/Varien/Data/Form/Element/Abstract.php +1 -1
  49. lib/Varien/Data/Form/Element/Button.php +1 -1
  50. lib/Varien/Data/Form/Element/Checkbox.php +1 -1
  51. lib/Varien/Data/Form/Element/Checkboxes.php +1 -1
  52. lib/Varien/Data/Form/Element/Collection.php +1 -1
  53. lib/Varien/Data/Form/Element/Column.php +1 -1
  54. lib/Varien/Data/Form/Element/Date.php +1 -1
  55. lib/Varien/Data/Form/Element/Datetime.php +1 -1
  56. lib/Varien/Data/Form/Element/Editor.php +1 -1
  57. lib/Varien/Data/Form/Element/Fieldset.php +1 -1
  58. lib/Varien/Data/Form/Element/File.php +1 -1
  59. lib/Varien/Data/Form/Element/Gallery.php +1 -1
  60. lib/Varien/Data/Form/Element/Hidden.php +1 -1
  61. lib/Varien/Data/Form/Element/Image.php +1 -1
  62. lib/Varien/Data/Form/Element/Imagefile.php +1 -1
  63. lib/Varien/Data/Form/Element/Label.php +1 -1
  64. lib/Varien/Data/Form/Element/Link.php +1 -1
  65. lib/Varien/Data/Form/Element/Multiline.php +1 -1
  66. lib/Varien/Data/Form/Element/Multiselect.php +1 -1
  67. lib/Varien/Data/Form/Element/Note.php +1 -1
  68. lib/Varien/Data/Form/Element/Obscure.php +1 -1
  69. lib/Varien/Data/Form/Element/Password.php +1 -1
  70. lib/Varien/Data/Form/Element/Radio.php +1 -1
  71. lib/Varien/Data/Form/Element/Radios.php +1 -1
  72. lib/Varien/Data/Form/Element/Renderer/Interface.php +1 -1
  73. lib/Varien/Data/Form/Element/Reset.php +1 -1
  74. lib/Varien/Data/Form/Element/Select.php +1 -1
  75. lib/Varien/Data/Form/Element/Submit.php +1 -1
  76. lib/Varien/Data/Form/Element/Text.php +1 -1
  77. lib/Varien/Data/Form/Element/Textarea.php +1 -1
  78. lib/Varien/Data/Form/Element/Time.php +1 -1
  79. lib/Varien/Data/Form/Filter/Date.php +1 -1
  80. lib/Varien/Data/Form/Filter/Datetime.php +1 -1
  81. lib/Varien/Data/Form/Filter/Escapehtml.php +1 -1
  82. lib/Varien/Data/Form/Filter/Interface.php +1 -1
  83. lib/Varien/Data/Form/Filter/Striptags.php +1 -1
  84. lib/Varien/Data/Tree.php +1 -1
  85. lib/Varien/Data/Tree/Db.php +1 -1
  86. lib/Varien/Data/Tree/Dbp.php +1 -1
  87. lib/Varien/Data/Tree/Node.php +1 -1
  88. lib/Varien/Data/Tree/Node/Collection.php +1 -1
  89. lib/Varien/Date.php +1 -1
  90. lib/Varien/Db/Adapter/Interface.php +1 -1
  91. lib/Varien/Db/Adapter/Mysqli.php +1 -1
  92. lib/Varien/Db/Adapter/Pdo/Mysql.php +1 -1
  93. lib/Varien/Db/Ddl/Table.php +1 -1
  94. lib/Varien/Db/Exception.php +1 -1
  95. lib/Varien/Db/Helper.php +1 -1
  96. lib/Varien/Db/Select.php +1 -1
  97. lib/Varien/Db/Statement/Parameter.php +1 -1
  98. lib/Varien/Db/Statement/Pdo/Mysql.php +1 -1
  99. lib/Varien/Db/Tree.php +1 -1
  100. lib/Varien/Db/Tree/Exception.php +1 -1
  101. lib/Varien/Db/Tree/Node.php +1 -1
  102. lib/Varien/Db/Tree/Node/Exception.php +1 -1
  103. lib/Varien/Db/Tree/NodeSet.php +1 -1
  104. lib/Varien/Db/Tree/NodeSet/Exception.php +1 -1
  105. lib/Varien/Debug.php +1 -1
  106. lib/Varien/Directory/Collection.php +1 -1
  107. lib/Varien/Directory/Factory.php +1 -1
  108. lib/Varien/Directory/IFactory.php +1 -1
  109. lib/Varien/Event.php +1 -1
  110. lib/Varien/Event/Collection.php +1 -1
  111. lib/Varien/Event/Observer.php +1 -1
  112. lib/Varien/Event/Observer/Collection.php +1 -1
  113. lib/Varien/Event/Observer/Cron.php +1 -1
  114. lib/Varien/Event/Observer/Regex.php +1 -1
  115. lib/Varien/Exception.php +1 -1
  116. lib/Varien/File/Csv.php +1 -1
  117. lib/Varien/File/CsvMulty.php +1 -1
  118. lib/Varien/File/Object.php +1 -1
  119. lib/Varien/File/Transfer/Adapter/Http.php +1 -1
  120. lib/Varien/File/Uploader.php +1 -1
  121. lib/Varien/File/Uploader/Image.php +1 -1
  122. lib/Varien/Filter/Array.php +1 -1
  123. lib/Varien/Filter/Array/Grid.php +1 -1
  124. lib/Varien/Filter/Email.php +1 -1
  125. lib/Varien/Filter/FormElementName.php +1 -1
  126. lib/Varien/Filter/Money.php +1 -1
  127. lib/Varien/Filter/Object.php +1 -1
  128. lib/Varien/Filter/Object/Grid.php +1 -1
  129. lib/Varien/Filter/Sprintf.php +1 -1
  130. lib/Varien/Filter/Template.php +1 -1
  131. lib/Varien/Filter/Template/Simple.php +1 -1
  132. lib/Varien/Filter/Template/Tokenizer/Abstract.php +1 -1
  133. lib/Varien/Filter/Template/Tokenizer/Parameter.php +1 -1
  134. lib/Varien/Filter/Template/Tokenizer/Variable.php +1 -1
  135. lib/Varien/Http/Adapter/Curl.php +1 -1
  136. lib/Varien/Http/Client.php +1 -1
  137. lib/Varien/Image.php +1 -1
  138. lib/Varien/Image/Adapter.php +1 -1
  139. lib/Varien/Image/Adapter/Abstract.php +1 -1
  140. lib/Varien/Image/Adapter/Gd2.php +1 -1
  141. lib/Varien/Io/Abstract.php +1 -1
  142. lib/Varien/Io/Exception.php +1 -1
  143. lib/Varien/Io/File.php +1 -1
  144. lib/Varien/Io/Ftp.php +1 -1
  145. lib/Varien/Io/Interface.php +1 -1
  146. lib/Varien/Io/Sftp.php +1 -1
  147. lib/Varien/Object.php +1 -1
  148. lib/Varien/Object/Cache.php +1 -1
  149. lib/Varien/Object/Mapper.php +1 -1
  150. lib/Varien/Pear.php +1 -1
  151. lib/Varien/Pear/Frontend.php +1 -1
  152. lib/Varien/Pear/Package.php +1 -1
  153. lib/Varien/Pear/Registry.php +1 -1
  154. lib/Varien/Profiler.php +1 -1
  155. lib/Varien/Simplexml/Config.php +1 -1
  156. lib/Varien/Simplexml/Config/Cache/Abstract.php +1 -1
  157. lib/Varien/Simplexml/Config/Cache/File.php +1 -1
  158. lib/Varien/Simplexml/Element.php +1 -1
  159. package.xml +6 -6
lib/Varien/Autoload.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Autoload
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Autoload
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Cache/Backend/Database.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Cache/Backend/Eaccelerator.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Cache/Backend/Memcached.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Cache/Core.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Action.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Action/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Action/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Db/Table.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Http.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Http/Curl.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Io.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Soap.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Std.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Zend/Cache.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Zend/Db.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Container/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Container/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Container/Generic.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Container/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Mapper/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Mapper/Column.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Mapper/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Parser/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Parser/Csv.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Parser/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Parser/Serialize.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Parser/Xml/Excel.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Profile.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Profile/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Profile/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Validator/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Validator/Column.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Validator/Dryrun.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Validator/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Crypt.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Crypt/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Crypt/Mcrypt.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Collection/Db.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Collection/Filesystem.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Button.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Checkbox.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Checkboxes.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Column.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Date.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Datetime.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Editor.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Fieldset.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/File.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Gallery.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Hidden.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Imagefile.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Label.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Link.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Multiline.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Multiselect.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Note.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Obscure.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Password.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Radio.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Radios.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Renderer/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Reset.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Select.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Submit.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Text.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Textarea.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Time.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Filter/Date.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Filter/Datetime.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Filter/Escapehtml.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Filter/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Filter/Striptags.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Tree.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Tree/Db.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Tree/Dbp.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Tree/Node.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Tree/Node/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Date.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Date
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Date
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Adapter/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Adapter/Mysqli.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Adapter/Pdo/Mysql.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Ddl/Table.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Helper.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Select.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Statement/Parameter.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Statement/Pdo/Mysql.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree/Node.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree/Node/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree/NodeSet.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree/NodeSet/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Debug.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Debug
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Debug
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Directory/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Directory/Factory.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Directory/IFactory.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event/Observer.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event/Observer/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event/Observer/Cron.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event/Observer/Regex.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Exception
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Exception
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/File/Csv.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/File/CsvMulty.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/File/Object.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/File/Transfer/Adapter/Http.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/File/Uploader.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/File/Uploader/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Array.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Array/Grid.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Email.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/FormElementName.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Money.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Object.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Object/Grid.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Sprintf.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Template.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Template/Simple.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Template/Tokenizer/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Template/Tokenizer/Parameter.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Template/Tokenizer/Variable.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Http/Adapter/Curl.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Http
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Http
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Http/Client.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Http
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Http
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Image/Adapter.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Image/Adapter/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Image/Adapter/Gd2.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Io/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Io/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Io/File.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Io/Ftp.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Io/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Io/Sftp.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Object.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Object/Cache.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Object/Mapper.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Pear.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Pear/Frontend.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Pear/Package.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Pear/Registry.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Profiler.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Profiler
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Profiler
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Simplexml/Config.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Simplexml/Config/Cache/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Simplexml/Config/Cache/File.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Simplexml/Element.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
- * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
+ * @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Lib_Varien</name>
4
- <version>1.9.3.7</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Varien Library</summary>
10
  <description>Varien Library</description>
11
- <notes>1.9.3.7</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2017-11-07</date>
14
- <time>11:21:09</time>
15
- <contents><target name="magelib"><dir name="Varien"><file name="Autoload.php" hash="cdc080a558d2f450bee288f3683d232f"/><dir name="Cache"><dir name="Backend"><file name="Database.php" hash="c25aefd286a4c2da555d25ffaa7cff90"/><file name="Eaccelerator.php" hash="4c717f86823cc05fa4fde64928f1c2f1"/><file name="Memcached.php" hash="9a7989a6198a10f282defeb1377a231e"/></dir><file name="Core.php" hash="46ddfbdbfc1e416751a4d4983266e000"/></dir><dir name="Convert"><dir name="Action"><file name="Abstract.php" hash="6315bd0b23ee5ad6b4d6587a593a90d3"/><file name="Interface.php" hash="8cfa1f52e1ec9153ba072321e439c3c6"/></dir><file name="Action.php" hash="d1ab50c94bc9f1f181473da29c7f49f2"/><dir name="Adapter"><file name="Abstract.php" hash="41a16ac372c22a363b3c32e315b2236a"/><dir name="Db"><file name="Table.php" hash="2fe680a5cbd52a500e7f762f92c83921"/></dir><dir name="Http"><file name="Curl.php" hash="0de18f5222cd99815788a6be41fca5ca"/></dir><file name="Http.php" hash="ef440d91ccb82209fd995cabe39b5f80"/><file name="Interface.php" hash="7c2046324d8d3918e1532b77f5ddac0d"/><file name="Io.php" hash="227cf32fd5c18f74bdc8c5c69cdcc7fc"/><file name="Soap.php" hash="7736a1f7c69cca6b6dd34dd326c85e62"/><file name="Std.php" hash="72e39e5c48b90d2d10ea1454f21465ba"/><dir name="Zend"><file name="Cache.php" hash="5166b645b64163082799f4956a628886"/><file name="Db.php" hash="4c3c4baebe700e3c823c9b8b943c4666"/></dir></dir><dir name="Container"><file name="Abstract.php" hash="0a6daa7dbd13dce7e7124692ae78c1bf"/><file name="Collection.php" hash="525eaae833515b1fd043e138c91f87d9"/><file name="Generic.php" hash="254f03fb60cb438b207e54e0aa37ba25"/><file name="Interface.php" hash="79a1f6191f45d78a4c8b743dd892bdf9"/></dir><file name="Exception.php" hash="1c033ba63db8642c91f465efad847d71"/><dir name="Mapper"><file name="Abstract.php" hash="a098f641462303793c1689329bd41196"/><file name="Column.php" hash="e3eca0397075d1fce407663ad9648f79"/><file name="Interface.php" hash="8db0f1607f2debf494d8b787d1149d3d"/></dir><dir name="Parser"><file name="Abstract.php" hash="44ffb2cb59dc116f01414dd9135ddbaf"/><file name="Csv.php" hash="eeef20a3ecb7ab1923b45a94c369fc7c"/><file name="Interface.php" hash="3844f8420b99343f955c16d106862991"/><file name="Serialize.php" hash="993fd03431c93574421f3df13664bf51"/><dir name="Xml"><file name="Excel.php" hash="b90e7f96601022a5835601f4ae504d00"/></dir></dir><dir name="Profile"><file name="Abstract.php" hash="0217215b0e8962500edebcb02a4628e8"/><file name="Collection.php" hash="01d1338565a9ec4110be3829757664ae"/></dir><file name="Profile.php" hash="59dca56ac98f43833836c85c7cccf686"/><dir name="Validator"><file name="Abstract.php" hash="6e6fed2a6b7fed5e7e259b9b922bc74b"/><file name="Column.php" hash="da86642d7bd988a088f30861c429f6f6"/><file name="Dryrun.php" hash="5abf07fdb6e355669fd8c805cbd7f3bb"/><file name="Interface.php" hash="6f0b73fcd534383e949c9b18b7182d35"/></dir></dir><file name="Convert.php" hash="a9f2ea38046fc615eb985f74cfda9eb9"/><dir name="Crypt"><file name="Abstract.php" hash="03a1584edff395d55ee6045ec9ae0cbd"/><file name="Mcrypt.php" hash="fcc6c1e0a75bb536d1353dbe5a648493"/></dir><file name="Crypt.php" hash="7bea1818bd302091c98a58d45f4d64a4"/><dir name="Data"><dir name="Collection"><file name="Db.php" hash="a1b8274a3df357103baf73ca6f773e6b"/><file name="Filesystem.php" hash="8441d0d2b0a83f75044b534d25ad3f51"/></dir><file name="Collection.php" hash="b7561029ef619a40a8b41dca2b9ccc7d"/><dir name="Form"><file name="Abstract.php" hash="a45c043885c135dcbc6d0a570d256e18"/><dir name="Element"><file name="Abstract.php" hash="de46973e0bbbea55e2092ec306bf7f87"/><file name="Button.php" hash="907b5ffe245f73de36682fb2101c1216"/><file name="Checkbox.php" hash="8a1990e70b800eca03f6b821405d7e9d"/><file name="Checkboxes.php" hash="77005d5f0da3e8cab6715a9e7b58d9a1"/><file name="Collection.php" hash="ce6ca3ff0ee5aa641d2ab101aa1c451c"/><file name="Column.php" hash="7c08f04e4bfab4cdfdea41950728000d"/><file name="Date.php" hash="78efa3aa588192c70a0b6a1cdf8f9b8e"/><file name="Datetime.php" hash="6beaf42d67d01ca6aa942f1407f0345c"/><file name="Editor.php" hash="729a06d3ef7d10dd9f5f376f10b8f934"/><file name="Fieldset.php" hash="6adb3a7ea8d7cb2637cb5893aaae956f"/><file name="File.php" hash="7916978f873b60232330288f233c694b"/><file name="Gallery.php" hash="58e6edd6d2cf37982f49f48995f82825"/><file name="Hidden.php" hash="d74ef655432f1b90618a504c93534178"/><file name="Image.php" hash="c6b7ea1d6ce6c3e7600b43aa75906266"/><file name="Imagefile.php" hash="3d4ed751941602ebd1a050b52ad3d533"/><file name="Label.php" hash="16d3e817a3954d8a66373e75d93f76ed"/><file name="Link.php" hash="33f7a47011c8799a9096fc4510b34c6b"/><file name="Multiline.php" hash="0cdd428e5d2d8b5cf9d2e6ce51006258"/><file name="Multiselect.php" hash="19661f68feb38ad9bcfa3ac5181c9750"/><file name="Note.php" hash="99f88be7861447ef75832b676b98f21e"/><file name="Obscure.php" hash="302dfebf9541075d1cad4b859c30f19f"/><file name="Password.php" hash="57370468b5fd1842542b41c4a72a7fff"/><file name="Radio.php" hash="97a11fe34d48186a611b710dd5da3e35"/><file name="Radios.php" hash="8fc634c826bfe9171540fb3425d2369b"/><dir name="Renderer"><file name="Interface.php" hash="e1283cf71af1493f671241819722e20c"/></dir><file name="Reset.php" hash="e914ed7e6da4940c21766d942b357554"/><file name="Select.php" hash="2f526280079e59629cfb8b7d0a7e66f8"/><file name="Submit.php" hash="15f8f41b1a69f910910decd6b4dd3d69"/><file name="Text.php" hash="2b5cdce7fd45b9d23a312dce4967d68c"/><file name="Textarea.php" hash="e3226db55d11c6fc064d138989cd21ba"/><file name="Time.php" hash="aafc32a216de891b6bbcd40f88cd90c9"/></dir><dir name="Filter"><file name="Date.php" hash="d43d3df8dc3ff7d493e1f5e5e69ed833"/><file name="Datetime.php" hash="9d0a200df306a45707afeb0405949ebe"/><file name="Escapehtml.php" hash="10e9e7c460eb72ccb2fabe87c6d31b09"/><file name="Interface.php" hash="92df4bde1acaf898e65f4cda841e2b54"/><file name="Striptags.php" hash="cb3a956a32dde641d3efbf7199c05a71"/></dir></dir><file name="Form.php" hash="6c1fa95724edd1688105fcf0bcffc849"/><dir name="Tree"><file name="Db.php" hash="f5709e570288966be9ae6a94852a076c"/><file name="Dbp.php" hash="6b8c796c43b37f960446aaa1670a305d"/><dir name="Node"><file name="Collection.php" hash="240cf0566b6311c9e4d9129423ed1a78"/></dir><file name="Node.php" hash="9a15243a4d23a9d9d377836ce3124d31"/></dir><file name="Tree.php" hash="e9250e22e0d01dae34ebd60baf727722"/></dir><file name="Date.php" hash="4c50d6141d486f33d5ad3ba7ce0967f8"/><dir name="Db"><dir name="Adapter"><file name="Interface.php" hash="5fcb0c42753c42886ccd190971a0e748"/><file name="Mysqli.php" hash="662cb35f70b2827e313016b814b655f8"/><dir name="Pdo"><file name="Mysql.php" hash="d3059dfcd6960c8ab64e3154b3da7ce9"/></dir></dir><dir name="Ddl"><file name="Table.php" hash="43dafcba35a416fb205be0472033667a"/></dir><file name="Exception.php" hash="48eeac37c9dfffcc6f17d0058320df01"/><file name="Helper.php" hash="16fcca21846b24b8f609a1e738c22a28"/><file name="Select.php" hash="a9b5672bcf5a998f799a0041e2d5375f"/><dir name="Statement"><file name="Parameter.php" hash="c80a244635fb6b5ee2598e724bdb3a55"/><dir name="Pdo"><file name="Mysql.php" hash="d7392c11449ce7293a7157f754a67110"/></dir></dir><dir name="Tree"><file name="Exception.php" hash="f542289d2b4ac5f5daa8d16fa2bb4564"/><dir name="Node"><file name="Exception.php" hash="c2d721b31c1f9ae9b42cee18f48dddec"/></dir><file name="Node.php" hash="99cf7d5095964ad7e0ec5d3ae3f74533"/><dir name="NodeSet"><file name="Exception.php" hash="0151b033169d02e0ad9db1d18bcbf2ec"/></dir><file name="NodeSet.php" hash="fbd22631ecfc8554a56f40c631697f6c"/></dir><file name="Tree.php" hash="0227cf2e2f3d502a9c6ee226f54967ff"/></dir><file name="Debug.php" hash="1c839c1e9b38620c882faf61437a2110"/><dir name="Directory"><file name="Collection.php" hash="ee945732887c2664523a2e39b9e8bb23"/><file name="Factory.php" hash="d88a4d3082628c96adea3d8df988b306"/><file name="IFactory.php" hash="5c0ace171deea6a8603539e6cb28b025"/><file name="a.txt" hash="026e450c46ac92ea375302955a4f42fb"/></dir><dir name="Event"><file name="Collection.php" hash="4be18400d51d05d4207a02756eb70a33"/><dir name="Observer"><file name="Collection.php" hash="0664a56ca962573b7389e13cdd8cafdf"/><file name="Cron.php" hash="8c1aa63ae5f31ba20143f1e11bbaccbd"/><file name="Regex.php" hash="2fa179e2dab2a4da58be240ad7d0bb5e"/></dir><file name="Observer.php" hash="9df0be15d96f33e9d5ca32a2442ac329"/></dir><file name="Event.php" hash="3f11fd8efb6c31890c61cffcd4e4e5a9"/><file name="Exception.php" hash="e7b2bea0e44c6b5820c48a611c10548f"/><dir name="File"><file name="Csv.php" hash="0514484775182b18a15d5594d1d265c0"/><file name="CsvMulty.php" hash="f1edfa3ca34311bbd6a95a965a18af4a"/><file name="Object.php" hash="75962fa6b8733fc95c423d2fcf1450c6"/><dir name="Transfer"><dir name="Adapter"><file name="Http.php" hash="23e405c36ab1399370ed0954180cab77"/></dir></dir><dir name="Uploader"><file name="Image.php" hash="b39801f9d65a31dc36aedea1b569ea3e"/></dir><file name="Uploader.php" hash="5aab217359a587dbcce893f5c91d5905"/></dir><dir name="Filter"><dir name="Array"><file name="Grid.php" hash="83d1ede6f38ff875065a06806fe972c5"/></dir><file name="Array.php" hash="43d358b45872ff42e69db5962616001d"/><file name="Email.php" hash="5fe0f219fcee7f061e8078cd6bb15725"/><file name="FormElementName.php" hash="6f66e22e0e0c9130660246e81f0340f1"/><file name="Money.php" hash="eadbfaa8c405db5c35dd25cc94d3ba6a"/><dir name="Object"><file name="Grid.php" hash="0fce23e5b486bf9a4e100833d358b9e6"/></dir><file name="Object.php" hash="00e9585ce9c5f1bc152e7d302166a9af"/><file name="Sprintf.php" hash="2af5c7a8812c8c3ba4c501e288e8ae9f"/><dir name="Template"><file name="Simple.php" hash="98ebfbbe95693c36e9a8ccbc50e0e72a"/><dir name="Tokenizer"><file name="Abstract.php" hash="96863495b090adef3e5c5aca4230fec3"/><file name="Parameter.php" hash="46449206fc8d488d862d544c315a7156"/><file name="Variable.php" hash="fbf60eac1cd515ab62b3c688eed320a6"/></dir></dir><file name="Template.php" hash="987f545a80620550ba48b867e7956a2f"/></dir><dir name="Http"><dir name="Adapter"><file name="Curl.php" hash="190678eaae43df95b9441b7772f99b5c"/></dir><file name="Client.php" hash="96feaed1ebb729de6b5afa2fd77ff919"/></dir><dir name="Image"><dir name="Adapter"><file name="Abstract.php" hash="854b7cd321b669cd8fce8ff137c4ea44"/><file name="Gd2.php" hash="07f889ada0b4c051604843d6422737c2"/></dir><file name="Adapter.php" hash="f49ded5c1bcd433a59ccd5b211631722"/></dir><file name="Image.php" hash="bab2608cc43075b76d99116bdb039638"/><dir name="Io"><file name="Abstract.php" hash="623a9d2a843de3cac87082381b56d665"/><file name="Exception.php" hash="e1b664b239ea7d61ba87d4d9962f0dbe"/><file name="File.php" hash="154e790352d94248ef514003508c2a7d"/><file name="Ftp.php" hash="e767927d5ebdebae6c3435b99907ebfc"/><file name="Interface.php" hash="40661ae3660898460d81ef950cfa45ea"/><file name="Sftp.php" hash="61f90a203133741d48f0a7db3814dadf"/></dir><dir name="Object"><file name="Cache.php" hash="8d75e085f666b1797d85932b16f146c3"/><file name="Mapper.php" hash="91c41ebac7ea13dbbe84b303256c1aef"/></dir><file name="Object.php" hash="91dd9cb604cf420a4cf2692543e42f99"/><dir name="Pear"><file name="Frontend.php" hash="dc51fa7bcc132b1b9fbb7b9b1c98ece1"/><file name="Package.php" hash="5dd7f53ec941e5131a30088e6fce2284"/><file name="Registry.php" hash="ac9b38ba907d7ca3f858561138d8a895"/></dir><file name="Pear.php" hash="5d6569f3634ed5fae238a5063f925c79"/><file name="Profiler.php" hash="a74f5b61c08af7166a523dc7def30eb4"/><dir name="Simplexml"><dir name="Config"><dir name="Cache"><file name="Abstract.php" hash="6d3251864263fe37ec80777e3f32342c"/><file name="File.php" hash="010c202eaaf9d5422ebf8006e602a7bb"/></dir></dir><file name="Config.php" hash="19fb6e2c2ff0e2f1cbce5ed129ef7ac1"/><file name="Element.php" hash="163c58cfdad0c3e170511aed88c2b44b"/></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_ZF</name><channel>community</channel><min>1.12.10.12</min><max>1.12.10.12</max></package><extension><name>PDO</name><min/><max/></extension><extension><name>SPL</name><min/><max/></extension><extension><name>curl</name><min/><max/></extension><extension><name>SimpleXML</name><min/><max/></extension><extension><name>dom</name><min/><max/></extension><extension><name>gd</name><min/><max/></extension><extension><name>iconv</name><min/><max/></extension><extension><name>pdo_mysql</name><min/><max/></extension><extension><name>mcrypt</name><min/><max/></extension><extension><name>pcre</name><min/><max/></extension><extension><name>Reflection</name><min/><max/></extension><extension><name>session</name><min/><max/></extension></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Lib_Varien</name>
4
+ <version>1.9.3.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Varien Library</summary>
10
  <description>Varien Library</description>
11
+ <notes>1.9.3.8</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2018-02-01</date>
14
+ <time>20:34:00</time>
15
+ <contents><target name="magelib"><dir name="Varien"><file name="Autoload.php" hash="f95cf98bb8d81e13b862777427d70277"/><dir name="Cache"><dir name="Backend"><file name="Database.php" hash="f10f11b0cd11baed0cb2306a9443a6cd"/><file name="Eaccelerator.php" hash="cc97685065562865dba40b108edf32b6"/><file name="Memcached.php" hash="7a5c748a9f2eeec61cc07d9de9472387"/></dir><file name="Core.php" hash="c5b5ad380e58fbc08318131523156b99"/></dir><dir name="Convert"><dir name="Action"><file name="Abstract.php" hash="f08cdad50faa8fccbc92e1de32241e64"/><file name="Interface.php" hash="f98e70c7da35df8e10fd94d60e2ff449"/></dir><file name="Action.php" hash="3b97e7c79ff9eb71e3f0526e876896c0"/><dir name="Adapter"><file name="Abstract.php" hash="9e95ba1f0a96c078834b7ccaebc09e62"/><dir name="Db"><file name="Table.php" hash="54727e849fe22ff68ab63492d503010f"/></dir><dir name="Http"><file name="Curl.php" hash="5955504a3ccbc61715d40c14bb4a7f62"/></dir><file name="Http.php" hash="7e12f3e9e1b2a182889f474c07a6a975"/><file name="Interface.php" hash="4ecd613e941abf46798154cac25bbe5c"/><file name="Io.php" hash="44fa563ae5aa2121f174146f93d25972"/><file name="Soap.php" hash="e925540ce1d250606ce93e6799d25722"/><file name="Std.php" hash="2c0b95e5b951aa2d7295c0ca0e96302d"/><dir name="Zend"><file name="Cache.php" hash="ab00f6b0e4765ab05635dc028d849829"/><file name="Db.php" hash="9b8a7aa60eb6d48b05bcf7346ac49bff"/></dir></dir><dir name="Container"><file name="Abstract.php" hash="e405297bed690cb85db8b3ba128064f9"/><file name="Collection.php" hash="9479ab2fd8053670c9bca6a3a29f9771"/><file name="Generic.php" hash="4d1af502665cc2358cdd42a36da2965f"/><file name="Interface.php" hash="312ab40a2a6060f4bf6849d4ecc5af2b"/></dir><file name="Exception.php" hash="c198c87ac4077346323921516318f55d"/><dir name="Mapper"><file name="Abstract.php" hash="4fc92ece94b10c34ad7652ae65a73b67"/><file name="Column.php" hash="6e4608ee0bc9b90a8cd6d384e63c2e2d"/><file name="Interface.php" hash="09efdacbea50e9238229dfa74d401f07"/></dir><dir name="Parser"><file name="Abstract.php" hash="382e8b73bbd42ac0a016eab4e025c033"/><file name="Csv.php" hash="792baac6606d380c8992f337506797ad"/><file name="Interface.php" hash="06a65a77e00f63e75d4c8471ba5fee53"/><file name="Serialize.php" hash="66712f86ef3c72475b5f2437232533cd"/><dir name="Xml"><file name="Excel.php" hash="bd3fccae662ee6f9a457277a1b61d4b4"/></dir></dir><dir name="Profile"><file name="Abstract.php" hash="eb43c2ef32390fbc68cbbab9a635fbe2"/><file name="Collection.php" hash="1a8f9975c44e6ee9ab0e5ed417ebb69c"/></dir><file name="Profile.php" hash="0370c1e24bcc52c50c3ec010464068d6"/><dir name="Validator"><file name="Abstract.php" hash="c30d6ea61664e526b80693747fab8dca"/><file name="Column.php" hash="cf76fe39fa11750d6d5ecf7d49704f62"/><file name="Dryrun.php" hash="6fb6fa70b9e50086da18c6f410d129c7"/><file name="Interface.php" hash="0c3882b052cca2e3288aedee02989830"/></dir></dir><file name="Convert.php" hash="46a7e86a8ace0c13b521b7fea63e12e6"/><dir name="Crypt"><file name="Abstract.php" hash="eb1cafa758bddb5e4b16d82a6c58c53b"/><file name="Mcrypt.php" hash="029c1701f5d850bf9b636b2ab0e8aa25"/></dir><file name="Crypt.php" hash="2961fc8be8f2a01c697ef0c80fdd5f05"/><dir name="Data"><dir name="Collection"><file name="Db.php" hash="360d280e1e465aa4798ec000c143d8ed"/><file name="Filesystem.php" hash="edf7736ae0592e7b037a8055956ca038"/></dir><file name="Collection.php" hash="a6a58e45c273c3e80482692801eca87d"/><dir name="Form"><file name="Abstract.php" hash="68e6d626779b575961957f0ba5764662"/><dir name="Element"><file name="Abstract.php" hash="fa28645308fa7afe0553ec4b9fc5a2eb"/><file name="Button.php" hash="14053ef464963479967e5d92b8f7f2e1"/><file name="Checkbox.php" hash="71be65c99441f9ebc266e52d5f0c3ce9"/><file name="Checkboxes.php" hash="7cfaa815ccfbfe7797140a305393ac0c"/><file name="Collection.php" hash="9cb710827d7833c3c163280db0a0f8ce"/><file name="Column.php" hash="981c5cc0eca4a5dc77cfebf88a30cf33"/><file name="Date.php" hash="206e89d0dc4ab59bc57ff84690b9b068"/><file name="Datetime.php" hash="c1f342fe6639eaf9ebe7b4cce7a86295"/><file name="Editor.php" hash="53ba59a7010fdb301c035cac8f0c3760"/><file name="Fieldset.php" hash="45f2e0e602644fd44758b3be880629fc"/><file name="File.php" hash="cbe609ce2ce4c791f9249d06e3be6c7c"/><file name="Gallery.php" hash="87a3207d14500cd65725a66918fae2a8"/><file name="Hidden.php" hash="e8b46511eea3a5233071a137fcefe406"/><file name="Image.php" hash="a27af0545a6795b543e4a74baeca06c0"/><file name="Imagefile.php" hash="c665eaae499b8a031b73a0dc7f785840"/><file name="Label.php" hash="28bf2d22964397d9299dd07470dcc3e3"/><file name="Link.php" hash="6528d397238cedd1377a8d5622d62291"/><file name="Multiline.php" hash="4d963a66cea1fc47a80007ac28c96a30"/><file name="Multiselect.php" hash="10593b01d8206c385366510ab7c7fa87"/><file name="Note.php" hash="40716d10385639bc3d02107682b81927"/><file name="Obscure.php" hash="36f7a3338959855a43c9e515b8d1fa6a"/><file name="Password.php" hash="7a2b4bb659b5de8636c1be54c72acd32"/><file name="Radio.php" hash="2d79fcc287e7ce2e270e80f835dba8a3"/><file name="Radios.php" hash="b49934be42ee2fabe8674b17986a8f2d"/><dir name="Renderer"><file name="Interface.php" hash="f29db3bc3a621fd234eb9002d01b5774"/></dir><file name="Reset.php" hash="37a93fe24e647569da0dc5e3ea6f6b9a"/><file name="Select.php" hash="10236470a728b841ade5e198ed649c6c"/><file name="Submit.php" hash="165d17de52334eb7d8e34e03d5f6fb7e"/><file name="Text.php" hash="c5ea165f4a51705857dca24390be50aa"/><file name="Textarea.php" hash="df882762f2c1d59a96f130b615453a23"/><file name="Time.php" hash="1135575de5522b7288b1cf47333af428"/></dir><dir name="Filter"><file name="Date.php" hash="3a824ffe28a4256bb565124900d3a4be"/><file name="Datetime.php" hash="746f36a2e7694a07c4055a9a0d8ea435"/><file name="Escapehtml.php" hash="5d1f6b46bcf48732a00431a1bc19aef8"/><file name="Interface.php" hash="d04e2fec8e5ac11670d7f55ddbd773bd"/><file name="Striptags.php" hash="17155dec034f60136dff596884f9e222"/></dir></dir><file name="Form.php" hash="21310a418407c727298db35a0daf1f3d"/><dir name="Tree"><file name="Db.php" hash="df3ea304d0cfb8cbd25c9d28c87703bd"/><file name="Dbp.php" hash="9c0d64b0f6ec2d09bac5a9a0092dc433"/><dir name="Node"><file name="Collection.php" hash="b70bd872ad6fdc73ecd7f0633952a381"/></dir><file name="Node.php" hash="607ff14056b49b7c51d31af235c33d41"/></dir><file name="Tree.php" hash="2bf738a89219853173d373acc9a640fb"/></dir><file name="Date.php" hash="fee00689f607a7ecf069e00c4187d5ee"/><dir name="Db"><dir name="Adapter"><file name="Interface.php" hash="c13a55c43bbaa8b566d6e2353944b890"/><file name="Mysqli.php" hash="b6c036d18132ca0ca80d26700751dd89"/><dir name="Pdo"><file name="Mysql.php" hash="6d9d8d7c48d5afac49fa92ef90c48611"/></dir></dir><dir name="Ddl"><file name="Table.php" hash="20a1563e2610e6161317b17e3f81d1c0"/></dir><file name="Exception.php" hash="c099346a2e4c0c9034a6e7630778f7e8"/><file name="Helper.php" hash="73eedcb369100f90eefaa80a766c64c4"/><file name="Select.php" hash="f0b8f7a95449c9d8b0317e779e9ede68"/><dir name="Statement"><file name="Parameter.php" hash="eb73496668b9d0112e6697c1216a5346"/><dir name="Pdo"><file name="Mysql.php" hash="fd1e46ceb0b9ac253b33371317375e8f"/></dir></dir><dir name="Tree"><file name="Exception.php" hash="19dbeee477e639b088ee807e4bd84dc2"/><dir name="Node"><file name="Exception.php" hash="b18689e161efa37981ea924e70d87738"/></dir><file name="Node.php" hash="fd4896d033af1c9fa7762ab4d88be3b3"/><dir name="NodeSet"><file name="Exception.php" hash="142dfe2d6b0fd295b513f62a5870b4d3"/></dir><file name="NodeSet.php" hash="ae772ac03fba4ff292fa6fa08d51ad3d"/></dir><file name="Tree.php" hash="4081f9dde4cc5fc216b2eb36b5bf62e8"/></dir><file name="Debug.php" hash="f28e98293553fa1a2552a4ef444eef75"/><dir name="Directory"><file name="Collection.php" hash="e5f1c5052a3a749ebcdea94694a3aaa2"/><file name="Factory.php" hash="f1fd7212a10c6a9cb7ebe9ab21e91d77"/><file name="IFactory.php" hash="0d117aa06ac87f6e3c5f09766b38e13a"/><file name="a.txt" hash="026e450c46ac92ea375302955a4f42fb"/></dir><dir name="Event"><file name="Collection.php" hash="9d99e1a5b2d678c8009f7b672cbae4c6"/><dir name="Observer"><file name="Collection.php" hash="200b88fec0363e745e83dbc789173af0"/><file name="Cron.php" hash="c05f829caafdcb21ae6b4902f660f95d"/><file name="Regex.php" hash="e988f035c549b6b15c0e244a1bb11367"/></dir><file name="Observer.php" hash="66c279124f63bc73c24ce63a86d97ed6"/></dir><file name="Event.php" hash="4ce1363eee411291fc83db4c0669e619"/><file name="Exception.php" hash="f942caba0b856d4c84c9c23857323ca6"/><dir name="File"><file name="Csv.php" hash="78ad2ad633e37aad62178af9d479aaee"/><file name="CsvMulty.php" hash="cc7c533d96bb9b633462604d9493e4fe"/><file name="Object.php" hash="3b4e18159835d64b27fc2b09cdb21aa2"/><dir name="Transfer"><dir name="Adapter"><file name="Http.php" hash="f51917fa3176f40947213242b104b467"/></dir></dir><dir name="Uploader"><file name="Image.php" hash="c69ac6f559f7e35e987a19cf792d162a"/></dir><file name="Uploader.php" hash="cce8ab39e60b9ff3e623a1bd16a162d1"/></dir><dir name="Filter"><dir name="Array"><file name="Grid.php" hash="f717b1ef6e91b580f1ac491691f9edaf"/></dir><file name="Array.php" hash="fd5dabce1a8280ebab4ff47505005619"/><file name="Email.php" hash="d9f891cf1c048108cbfc0247990e8fb3"/><file name="FormElementName.php" hash="1726a40e399ca9418aa2c9a6730dbb8c"/><file name="Money.php" hash="63d238c3555094ade8a14eb6d42010af"/><dir name="Object"><file name="Grid.php" hash="850263994ebc6ad5edeb483f317db179"/></dir><file name="Object.php" hash="b315a6ae1f95f31787474cf694d6bbc8"/><file name="Sprintf.php" hash="2fffd1470053951886d7a574f3671497"/><dir name="Template"><file name="Simple.php" hash="a23d47096582716a01f55d25e6f267e0"/><dir name="Tokenizer"><file name="Abstract.php" hash="78735e5cc10d138e57913a465086de5f"/><file name="Parameter.php" hash="dcaa7d54f6f9bbc7cc46580c468e82cb"/><file name="Variable.php" hash="176437ed02703970392956e3ebe1a635"/></dir></dir><file name="Template.php" hash="f68942ca438fd163b3e7d61c14d708c5"/></dir><dir name="Http"><dir name="Adapter"><file name="Curl.php" hash="5cd76ff6c6abee1bb9d68761af446ca9"/></dir><file name="Client.php" hash="f10044719a133419d9f262507f75c75f"/></dir><dir name="Image"><dir name="Adapter"><file name="Abstract.php" hash="0812e524a0467377ca8a7f7a8e3fd0af"/><file name="Gd2.php" hash="e9fe7b54519adf03f253e77b6fb29b1c"/></dir><file name="Adapter.php" hash="971f7941dec2fa4d542fea26e092a9ce"/></dir><file name="Image.php" hash="f3ceb270d95ad7447a22b3b7b2207eae"/><dir name="Io"><file name="Abstract.php" hash="a0013ae157c383c79396cca3a3f95104"/><file name="Exception.php" hash="a7785c16c28846d4d269634b0577b75d"/><file name="File.php" hash="3cb64844e4235f3bacdd27e3dbc40b1d"/><file name="Ftp.php" hash="26f51613ff21c56401d7a6e619e6d128"/><file name="Interface.php" hash="5cfdbec1a6c94d0c47ceb84ca06c1252"/><file name="Sftp.php" hash="d31c91e2af9a7f136b679c73c9306108"/></dir><dir name="Object"><file name="Cache.php" hash="185457f3c1b369d8bc44c2550ebb7790"/><file name="Mapper.php" hash="6ba50bea44b2a5d7d8174f6caca95838"/></dir><file name="Object.php" hash="73b091578424f92b65725403f083cd63"/><dir name="Pear"><file name="Frontend.php" hash="83313301512d529f71a8c3bdbd39a5ff"/><file name="Package.php" hash="3084b59014bbd3fad2466fcf8072c04c"/><file name="Registry.php" hash="31ec6e3fd934f097bd0c1d308d6d4b8d"/></dir><file name="Pear.php" hash="960057984b3515d6a337be700abbd257"/><file name="Profiler.php" hash="98121aa7a444c9bdf2064354a0797996"/><dir name="Simplexml"><dir name="Config"><dir name="Cache"><file name="Abstract.php" hash="63b77872096068ff5b122258272516d3"/><file name="File.php" hash="7f6d2894e22a668cbec7218421afec24"/></dir></dir><file name="Config.php" hash="88f772f3d981ff18100336957aa75183"/><file name="Element.php" hash="a55c460c2002e788cc7b28e0d49bd5d9"/></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_ZF</name><channel>community</channel><min>1.12.10.13</min><max>1.12.10.13</max></package><extension><name>PDO</name><min/><max/></extension><extension><name>SPL</name><min/><max/></extension><extension><name>curl</name><min/><max/></extension><extension><name>SimpleXML</name><min/><max/></extension><extension><name>dom</name><min/><max/></extension><extension><name>gd</name><min/><max/></extension><extension><name>iconv</name><min/><max/></extension><extension><name>pdo_mysql</name><min/><max/></extension><extension><name>mcrypt</name><min/><max/></extension><extension><name>pcre</name><min/><max/></extension><extension><name>Reflection</name><min/><max/></extension><extension><name>session</name><min/><max/></extension></required></dependencies>
18
  </package>