Lib_Mage - Version 1.9.3.2

Version Notes

1.9.3.2

Download this release

Release Info

Developer Magento Core Team
Extension Lib_Mage
Version 1.9.3.2
Comparing to
See all releases


Code changes from version 1.9.3.1 to 1.9.3.2

Files changed (91) hide show
  1. lib/Mage/Archive.php +1 -1
  2. lib/Mage/Archive/Abstract.php +1 -1
  3. lib/Mage/Archive/Bz.php +1 -1
  4. lib/Mage/Archive/Gz.php +1 -1
  5. lib/Mage/Archive/Helper/File.php +1 -1
  6. lib/Mage/Archive/Helper/File/Bz.php +1 -1
  7. lib/Mage/Archive/Helper/File/Gz.php +1 -1
  8. lib/Mage/Archive/Interface.php +1 -1
  9. lib/Mage/Archive/Tar.php +1 -1
  10. lib/Mage/Autoload/Simple.php +1 -1
  11. lib/Mage/Backup.php +1 -1
  12. lib/Mage/Backup/Abstract.php +1 -1
  13. lib/Mage/Backup/Archive/Tar.php +1 -1
  14. lib/Mage/Backup/Db.php +1 -1
  15. lib/Mage/Backup/Exception.php +1 -1
  16. lib/Mage/Backup/Exception/CantLoadSnapshot.php +1 -1
  17. lib/Mage/Backup/Exception/FtpConnectionFailed.php +1 -1
  18. lib/Mage/Backup/Exception/FtpValidationFailed.php +1 -1
  19. lib/Mage/Backup/Exception/NotEnoughFreeSpace.php +1 -1
  20. lib/Mage/Backup/Exception/NotEnoughPermissions.php +1 -1
  21. lib/Mage/Backup/Filesystem.php +1 -1
  22. lib/Mage/Backup/Filesystem/Helper.php +1 -1
  23. lib/Mage/Backup/Filesystem/Iterator/File.php +1 -1
  24. lib/Mage/Backup/Filesystem/Iterator/Filter.php +1 -1
  25. lib/Mage/Backup/Filesystem/Rollback/Abstract.php +1 -1
  26. lib/Mage/Backup/Filesystem/Rollback/Fs.php +1 -1
  27. lib/Mage/Backup/Filesystem/Rollback/Ftp.php +1 -1
  28. lib/Mage/Backup/Interface.php +1 -1
  29. lib/Mage/Backup/Media.php +1 -1
  30. lib/Mage/Backup/Nomedia.php +1 -1
  31. lib/Mage/Backup/Snapshot.php +1 -1
  32. lib/Mage/Cache/Backend/File.php +1 -1
  33. lib/Mage/Cache/Backend/Redis.php +1 -1
  34. lib/Mage/Connect/Channel/Generator.php +1 -1
  35. lib/Mage/Connect/Channel/Parser.php +1 -1
  36. lib/Mage/Connect/Channel/VO.php +1 -1
  37. lib/Mage/Connect/Command.php +1 -1
  38. lib/Mage/Connect/Command/Channels.php +1 -1
  39. lib/Mage/Connect/Command/Channels_Header.php +1 -1
  40. lib/Mage/Connect/Command/Config.php +1 -1
  41. lib/Mage/Connect/Command/Config_Header.php +1 -1
  42. lib/Mage/Connect/Command/Install.php +1 -1
  43. lib/Mage/Connect/Command/Install_Header.php +1 -1
  44. lib/Mage/Connect/Command/Package.php +1 -1
  45. lib/Mage/Connect/Command/Package_Header.php +1 -1
  46. lib/Mage/Connect/Command/Registry.php +1 -1
  47. lib/Mage/Connect/Command/Registry_Header.php +1 -1
  48. lib/Mage/Connect/Command/Remote.php +1 -1
  49. lib/Mage/Connect/Command/Remote_Header.php +1 -1
  50. lib/Mage/Connect/Config.php +1 -1
  51. lib/Mage/Connect/Converter.php +1 -1
  52. lib/Mage/Connect/Frontend.php +1 -1
  53. lib/Mage/Connect/Frontend/CLI.php +1 -1
  54. lib/Mage/Connect/Ftp.php +1 -1
  55. lib/Mage/Connect/Loader.php +1 -1
  56. lib/Mage/Connect/Loader/Ftp.php +1 -1
  57. lib/Mage/Connect/Package.php +1 -1
  58. lib/Mage/Connect/Package/Extension.php +1 -1
  59. lib/Mage/Connect/Package/Hotfix.php +1 -1
  60. lib/Mage/Connect/Package/Maintainer.php +1 -1
  61. lib/Mage/Connect/Package/Reader.php +1 -1
  62. lib/Mage/Connect/Package/Target.php +1 -1
  63. lib/Mage/Connect/Package/VO.php +1 -1
  64. lib/Mage/Connect/Package/Writer.php +1 -1
  65. lib/Mage/Connect/Packager.php +1 -1
  66. lib/Mage/Connect/Repository.php +1 -1
  67. lib/Mage/Connect/Repository/Abstract.php +1 -1
  68. lib/Mage/Connect/Repository/Channel.php +1 -1
  69. lib/Mage/Connect/Repository/Channel/Abstract.php +1 -1
  70. lib/Mage/Connect/Repository/Channel/Commercial.php +1 -1
  71. lib/Mage/Connect/Repository/Channel/Community.php +1 -1
  72. lib/Mage/Connect/Repository/Channel/Core.php +1 -1
  73. lib/Mage/Connect/Repository/Local.php +1 -1
  74. lib/Mage/Connect/Rest.php +1 -1
  75. lib/Mage/Connect/Singleconfig.php +1 -1
  76. lib/Mage/Connect/Structures/Graph.php +1 -1
  77. lib/Mage/Connect/Structures/Node.php +1 -1
  78. lib/Mage/Connect/Validator.php +1 -1
  79. lib/Mage/DB/Exception.php +1 -1
  80. lib/Mage/DB/Mysqli.php +1 -1
  81. lib/Mage/Exception.php +1 -1
  82. lib/Mage/HTTP/Client.php +1 -1
  83. lib/Mage/HTTP/Client/Curl.php +1 -1
  84. lib/Mage/HTTP/Client/Socket.php +1 -1
  85. lib/Mage/HTTP/IClient.php +1 -1
  86. lib/Mage/System/Args.php +1 -1
  87. lib/Mage/System/Dirs.php +1 -1
  88. lib/Mage/System/Ftp.php +1 -1
  89. lib/Mage/Xml/Generator.php +1 -1
  90. lib/Mage/Xml/Parser.php +1 -1
  91. package.xml +5 -5
lib/Mage/Archive.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Archive
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
 
lib/Mage/Archive/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Archive
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
 
lib/Mage/Archive/Bz.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Archive
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
 
lib/Mage/Archive/Gz.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Archive
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
 
lib/Mage/Archive/Helper/File.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Archive
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
 
lib/Mage/Archive/Helper/File/Bz.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Archive
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
 
lib/Mage/Archive/Helper/File/Gz.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Archive
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
 
lib/Mage/Archive/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Archive
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
 
lib/Mage/Archive/Tar.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Archive
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
 
lib/Mage/Autoload/Simple.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Autoload
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_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
 
lib/Mage/Backup.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Archive/Tar.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Db.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Exception/CantLoadSnapshot.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Exception/FtpConnectionFailed.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Exception/FtpValidationFailed.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Exception/NotEnoughFreeSpace.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Exception/NotEnoughPermissions.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Filesystem.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Filesystem/Helper.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Filesystem/Iterator/File.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Filesystem/Iterator/Filter.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Filesystem/Rollback/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Filesystem/Rollback/Fs.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Filesystem/Rollback/Ftp.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Media.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Nomedia.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Backup/Snapshot.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Backup
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
 
lib/Mage/Cache/Backend/File.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Cache
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_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
 
lib/Mage/Cache/Backend/Redis.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Cache
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_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
 
lib/Mage/Connect/Channel/Generator.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Channel/Parser.php CHANGED
@@ -20,6 +20,6 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Channel/VO.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Channels.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Channels_Header.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Config.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Config_Header.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Install.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Install_Header.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Package.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Package_Header.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Registry.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Registry_Header.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Remote.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Command/Remote_Header.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Config.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  class Mage_Connect_Config
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  class Mage_Connect_Config
lib/Mage/Connect/Converter.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Frontend.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Frontend/CLI.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Ftp.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Loader.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Loader/Ftp.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Package.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Package/Extension.php CHANGED
@@ -20,6 +20,6 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Package/Hotfix.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Package/Maintainer.php CHANGED
@@ -20,6 +20,6 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Package/Reader.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Package/Target.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Package/VO.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Package/Writer.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Packager.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Repository.php CHANGED
@@ -20,6 +20,6 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Repository/Abstract.php CHANGED
@@ -20,6 +20,6 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Repository/Channel.php CHANGED
@@ -20,6 +20,6 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Repository/Channel/Abstract.php CHANGED
@@ -20,6 +20,6 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Repository/Channel/Commercial.php CHANGED
@@ -20,6 +20,6 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Repository/Channel/Community.php CHANGED
@@ -20,6 +20,6 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Repository/Channel/Core.php CHANGED
@@ -20,6 +20,6 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Repository/Local.php CHANGED
@@ -20,6 +20,6 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Rest.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Singleconfig.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Structures/Graph.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Structures/Node.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/Connect/Validator.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_Connect
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
 
lib/Mage/DB/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_DB
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_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
 
lib/Mage/DB/Mysqli.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_DB
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_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
 
lib/Mage/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Exception
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_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
 
lib/Mage/HTTP/Client.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_HTTP
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_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
 
lib/Mage/HTTP/Client/Curl.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_HTTP
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_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
 
lib/Mage/HTTP/Client/Socket.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_HTTP
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_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
 
lib/Mage/HTTP/IClient.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_HTTP
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_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
 
lib/Mage/System/Args.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_System
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_System
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
 
lib/Mage/System/Dirs.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_System
23
- * @copyright Copyright (c) 2006-2016 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
  class Mage_System_Dirs
20
  *
21
  * @category Mage
22
  * @package Mage_System
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
  class Mage_System_Dirs
lib/Mage/System/Ftp.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_System
23
- * @copyright Copyright (c) 2006-2016 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 Mage
22
  * @package Mage_System
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
 
lib/Mage/Xml/Generator.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Xml
23
- * @copyright Copyright (c) 2006-2016 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
  class Mage_Xml_Generator
20
  *
21
  * @category Mage
22
  * @package Mage_Xml
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
  class Mage_Xml_Generator
lib/Mage/Xml/Parser.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Xml
23
- * @copyright Copyright (c) 2006-2016 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
  class Mage_Xml_Parser
20
  *
21
  * @category Mage
22
  * @package Mage_Xml
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
  class Mage_Xml_Parser
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Lib_Mage</name>
4
- <version>1.9.3.1</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>Mage Library</summary>
10
  <description>Mage Library</description>
11
- <notes>1.9.3.1</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2016-11-11</date>
14
- <time>15:21:01</time>
15
- <contents><target name="magelib"><dir name="Mage"><dir name="Archive"><file name="Abstract.php" hash="fe932085a8ee80ced42caa531114f1e0"/><file name="Bz.php" hash="d6426ab0a7999ef9829f8f4ad0ae4f65"/><file name="Gz.php" hash="0825c0e8ac799f5071edc5441935b74b"/><dir name="Helper"><dir name="File"><file name="Bz.php" hash="8d18c349df867842aa9c5325bee9b7a2"/><file name="Gz.php" hash="c839c55d72b3ec5c524113222a650936"/></dir><file name="File.php" hash="5fc72860b28ec0c3a9d075d9ec3899f5"/></dir><file name="Interface.php" hash="141a427b2de40a2425f04a59d84a5ac1"/><file name="Tar.php" hash="fc2590dbdf92a8e7920a4ee886c12a62"/></dir><file name="Archive.php" hash="99e7138e0b89c733f11ffc8f9e34d177"/><dir name="Autoload"><file name="Simple.php" hash="9d28ca022fcf4230c92cc08e51154878"/></dir><dir name="Backup"><file name="Abstract.php" hash="bfe563b766fadff97fd363de8c4df8b1"/><dir name="Archive"><file name="Tar.php" hash="c8fe2ced6e6eec732be365c03cca7a1f"/></dir><file name="Db.php" hash="2ec2fe7b4017b861be4d1440627b3c19"/><dir name="Exception"><file name="CantLoadSnapshot.php" hash="8dda1d8fcb58b38f3a6b34fe14c19738"/><file name="FtpConnectionFailed.php" hash="ac9e832b2502a85d87de7ecd24d0a06e"/><file name="FtpValidationFailed.php" hash="38a4d1b979b7aa23ec285d4ed0cfcbdb"/><file name="NotEnoughFreeSpace.php" hash="18730975d2f1eeb8a7f4e95ea783bbf7"/><file name="NotEnoughPermissions.php" hash="30be06ac99390b6c5a2e697583d967e7"/></dir><file name="Exception.php" hash="e50bd4ee85b423143f408252403938f8"/><dir name="Filesystem"><file name="Helper.php" hash="9a2b89165181320dd34b72f5cd2cd989"/><dir name="Iterator"><file name="File.php" hash="daac2b8602774cb2ca4dcf2cee275375"/><file name="Filter.php" hash="2f2a5a7b993e5ed9e98b444bf01cfc18"/></dir><dir name="Rollback"><file name="Abstract.php" hash="dbd411d64baeb4255fcd68ea8f4a8657"/><file name="Fs.php" hash="05c8e69bdb6cc499ee6d2e9dfe0df806"/><file name="Ftp.php" hash="11906ae406b56582727841434ff21bff"/></dir></dir><file name="Filesystem.php" hash="b94ad4d595d0e4ef7c3255cdad1c7ada"/><file name="Interface.php" hash="1bbad039d29cf54675c59764c0baf381"/><file name="Media.php" hash="267a6da8299593324304af34b9016a88"/><file name="Nomedia.php" hash="f59f14a1dac8f40800a6477341c68df8"/><file name="Snapshot.php" hash="e12f7f3819445d6fce43abc9d6a6d249"/></dir><file name="Backup.php" hash="40a2c5a18460690bfb24474e162f58b2"/><dir name="Cache"><dir name="Backend"><file name="File.php" hash="06dbb9d0cb92c0b0437baeaba405b807"/><file name="Redis.php" hash="70c8502dc09bf53334e6260164953604"/></dir></dir><dir name="Connect"><dir name="Channel"><file name="Generator.php" hash="ce1306cd397921a92dabc281215ebcf4"/><file name="Parser.php" hash="0ff7c4822bbce0b4390e3e1bec6f4d5d"/><file name="VO.php" hash="e9e715cf8b85960faddaf064f9adcdf0"/></dir><dir name="Command"><file name="Channels.php" hash="3149451cfe1be57bb5cb18b2a9759ec3"/><file name="Channels_Header.php" hash="ad00027c4f5642211ba51d2648931967"/><file name="Config.php" hash="21dffa7fdf2323e24557a3b6d30c39b4"/><file name="Config_Header.php" hash="6308fc5c62ad94c92579e6ba8532764f"/><file name="Install.php" hash="77605d20bbe0fde7bfae95b19b4b18bb"/><file name="Install_Header.php" hash="9909984d7cbaedd4433d2638d0c30e55"/><file name="Package.php" hash="064bca9c02cef1b33da4903de4eaff01"/><file name="Package_Header.php" hash="82b49caee5cbca5ca032300e9776e67e"/><file name="Registry.php" hash="372043019575381b0b7e7ad735681486"/><file name="Registry_Header.php" hash="2a89bb5ee58f60d724e919d9eafc095e"/><file name="Remote.php" hash="4777294d38fd4ff2cb39c2011769cefb"/><file name="Remote_Header.php" hash="d1e7a277fe5671fb8783100d77bf6517"/></dir><file name="Command.php" hash="58f6900aa6e04c948b3f2e39429d3565"/><file name="Config.php" hash="31f405285b8d1b7db7f2585e5b349289"/><file name="Converter.php" hash="253e0faaf11b3b6ebd4f131b6e194f2b"/><dir name="Frontend"><file name="CLI.php" hash="1fe681c175e7ea2055b899ba62012975"/></dir><file name="Frontend.php" hash="d4429a153d63f5ccbde5f0efa283d802"/><file name="Ftp.php" hash="bc5a3e03112ae9cf86af971f47ac0b52"/><dir name="Loader"><file name="Ftp.php" hash="ac0b893d65f4643802c489ee0500435a"/></dir><file name="Loader.php" hash="aab0972b4e882d87e0fcb90eb85a5823"/><dir name="Package"><file name="Extension.php" hash="0ff7c4822bbce0b4390e3e1bec6f4d5d"/><file name="Hotfix.php" hash="3964d63fe528ff52445afdbef9a3efce"/><file name="Maintainer.php" hash="0ff7c4822bbce0b4390e3e1bec6f4d5d"/><file name="Reader.php" hash="f4d55460659a19a38f1e29f08aff71a7"/><file name="Target.php" hash="0674dfd23e69adc5832e330d5fb041d8"/><file name="VO.php" hash="1a37cad472e2d61044321b20ed4ceae4"/><file name="Writer.php" hash="f035f48ed01ed70b022e2250eb2cd785"/></dir><file name="Package.php" hash="e69f2cbe85ee4e6f5e63823fe9946a8c"/><file name="Packager.php" hash="9a117914b5dd04eb307f07453a340620"/><dir name="Repository"><file name="Abstract.php" hash="0ff7c4822bbce0b4390e3e1bec6f4d5d"/><dir name="Channel"><file name="Abstract.php" hash="0ff7c4822bbce0b4390e3e1bec6f4d5d"/><file name="Commercial.php" hash="0ff7c4822bbce0b4390e3e1bec6f4d5d"/><file name="Community.php" hash="0ff7c4822bbce0b4390e3e1bec6f4d5d"/><file name="Core.php" hash="0ff7c4822bbce0b4390e3e1bec6f4d5d"/></dir><file name="Channel.php" hash="0ff7c4822bbce0b4390e3e1bec6f4d5d"/><file name="Local.php" hash="0ff7c4822bbce0b4390e3e1bec6f4d5d"/></dir><file name="Repository.php" hash="0ff7c4822bbce0b4390e3e1bec6f4d5d"/><file name="Rest.php" hash="af300e47824afb3c517ced675746160d"/><file name="Singleconfig.php" hash="fb56f7ad8dfe2432f40533cd890f7d46"/><dir name="Structures"><file name="Graph.php" hash="823112810f5ea1c5382079591ebd9282"/><file name="Node.php" hash="089a0a309aedd56f8ef506a613eb92c9"/></dir><file name="Validator.php" hash="b264fef3d64c22f89230c00ea9b11598"/></dir><dir name="DB"><file name="Exception.php" hash="df87dc0b525da51748422213e3fdfc34"/><file name="Mysqli.php" hash="c6ff8085cdc797ecd73202a82dc0268d"/></dir><file name="Exception.php" hash="c0c49ddedbf8e03f0e1432676be24b60"/><dir name="HTTP"><dir name="Client"><file name="Curl.php" hash="735095b09b0ffbf17cea6c88044bb89c"/><file name="Socket.php" hash="5183aa4839c4387ff5ea38ffb7fab98c"/></dir><file name="Client.php" hash="1066dbb530a7a0d85f22f904d59e09a0"/><file name="IClient.php" hash="4412c30e01d49bf54389ecb74afa917e"/></dir><dir name="System"><file name="Args.php" hash="7f596269c4f2c524ba1897c88033186e"/><file name="Dirs.php" hash="509864db99ed97053fc248eb103bdc79"/><file name="Ftp.php" hash="e64c8ec521ba26854d774b7004529796"/></dir><dir name="Xml"><file name="Generator.php" hash="dc74586a864fbc9901ae981aec967c99"/><file name="Parser.php" hash="5b6dd20e89f0aa8cda3c24a73df316bb"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Lib_Mage</name>
4
+ <version>1.9.3.2</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>Mage Library</summary>
10
  <description>Mage Library</description>
11
+ <notes>1.9.3.2</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2017-02-01</date>
14
+ <time>17:29:23</time>
15
+ <contents><target name="magelib"><dir name="Mage"><dir name="Archive"><file name="Abstract.php" hash="dfe2587304716e52096279d668b748ac"/><file name="Bz.php" hash="f43c9f6d566d2bc8ba606cf0c6617716"/><file name="Gz.php" hash="4abf9c886d267edd057c3b6514255fb8"/><dir name="Helper"><dir name="File"><file name="Bz.php" hash="9b68836a8bdfc1c82571988d992af7b9"/><file name="Gz.php" hash="0896df388c52d36a2cb4120f2d672551"/></dir><file name="File.php" hash="3d2bc23ef7d0c22ca2f0b1e287bac37e"/></dir><file name="Interface.php" hash="89d5fe9982ac76725b70f42a8ec607d9"/><file name="Tar.php" hash="04d0c5dc6f502d91398ea331d81a5179"/></dir><file name="Archive.php" hash="0ca10b6532e80c0996d8c0f41630adf8"/><dir name="Autoload"><file name="Simple.php" hash="55534695e3cb639197792af648b71550"/></dir><dir name="Backup"><file name="Abstract.php" hash="776397c9cf15f8435ed9fc2b482b8265"/><dir name="Archive"><file name="Tar.php" hash="61bfd0bfb347d11362c5155210579abc"/></dir><file name="Db.php" hash="cd957969a10d2d07522748edd4cb146c"/><dir name="Exception"><file name="CantLoadSnapshot.php" hash="4e0aacab06146ebdfea457f8f0f2a768"/><file name="FtpConnectionFailed.php" hash="96216f1d26ce8a2b8b95b3eaf5efebcb"/><file name="FtpValidationFailed.php" hash="8f6f9daf8bcb691f6c260b55ed9b0809"/><file name="NotEnoughFreeSpace.php" hash="a79537c946715cb4f9fd6fd82bfdd88a"/><file name="NotEnoughPermissions.php" hash="28026734512cf4e136cd55388c1b1ce1"/></dir><file name="Exception.php" hash="25159de729f9af5678e7dc23f844dfff"/><dir name="Filesystem"><file name="Helper.php" hash="2a9a0bcad9ac8a935e569b4a6444887d"/><dir name="Iterator"><file name="File.php" hash="712e411685d699a4e3968ec48a2e7e79"/><file name="Filter.php" hash="94dabed7ae40395781165c908591c6a0"/></dir><dir name="Rollback"><file name="Abstract.php" hash="75543d2ba13d7ea1b05c0fbab63f6094"/><file name="Fs.php" hash="c749d66e767772e617761b6009876fc7"/><file name="Ftp.php" hash="eb5d9a92dd66776ec76630a0b629ce0c"/></dir></dir><file name="Filesystem.php" hash="66778d9c0543100ebed66fe7a90bc248"/><file name="Interface.php" hash="2ec526ba7eb42518f22b481f4010d202"/><file name="Media.php" hash="3b8c5b1018a3eb0ada624fca363c0ed3"/><file name="Nomedia.php" hash="b4ea9f6a1386499453561f3a5a82dfc2"/><file name="Snapshot.php" hash="25164ecfb2d6ebddc158a64d441da1b5"/></dir><file name="Backup.php" hash="5faa8ecee5ad99bbbc1784954fdeee69"/><dir name="Cache"><dir name="Backend"><file name="File.php" hash="4e1dc468359ec72a5c3cb4817c624377"/><file name="Redis.php" hash="593280ae0cf7f2550755b34d0254f627"/></dir></dir><dir name="Connect"><dir name="Channel"><file name="Generator.php" hash="04ea20dd1c3f220a85bd281a2e0cdd25"/><file name="Parser.php" hash="5cf7f2f92a6969dc4eb0f35c9d541363"/><file name="VO.php" hash="2dec6fa9335fabe180962a5fda0073e3"/></dir><dir name="Command"><file name="Channels.php" hash="23ffc485af29cf84f48fb82f6a50a4e2"/><file name="Channels_Header.php" hash="4d64d7c795fc1a6d7df196fc27f6b1fb"/><file name="Config.php" hash="5dd15e8a0cc4fe2ed76191f22f34bf59"/><file name="Config_Header.php" hash="3adf5c3e85500f17536f117ecfcb38f8"/><file name="Install.php" hash="7f28b4d3152e6a1208249fdf1c38c5da"/><file name="Install_Header.php" hash="d228bbc35a1258812d68c4cc5e77f9b2"/><file name="Package.php" hash="c539817bd2a799df49fddebb3013933d"/><file name="Package_Header.php" hash="e0c4228cbbed3dc7c52df72456c3c044"/><file name="Registry.php" hash="70eb3d803bb1be99bc0afdbbb263934c"/><file name="Registry_Header.php" hash="bc3ca41bd1f986c1707db59f172d449f"/><file name="Remote.php" hash="37aabd7b3a06e9bf9f53285bb630bb59"/><file name="Remote_Header.php" hash="a9279daf3adcaec048f38301d552b5d8"/></dir><file name="Command.php" hash="6ffc8703263b32e9241c60561244f0e4"/><file name="Config.php" hash="85f1657e23c89823fa7711b8fcdfe52a"/><file name="Converter.php" hash="2cf5977320c4ebc66caaaeaf0f27306e"/><dir name="Frontend"><file name="CLI.php" hash="76fc7ffbf1680aff671adac3102b4528"/></dir><file name="Frontend.php" hash="ffc6de3d5a84fac11ee0dea1f2da5603"/><file name="Ftp.php" hash="be3d802803244b0ec666fd8eddbdb565"/><dir name="Loader"><file name="Ftp.php" hash="7140411be7d4a85952a5ed01a7b940c8"/></dir><file name="Loader.php" hash="f16c5bfc717292a040a8819bc03e96cb"/><dir name="Package"><file name="Extension.php" hash="5cf7f2f92a6969dc4eb0f35c9d541363"/><file name="Hotfix.php" hash="aa07820537065f132c685a4a6543329e"/><file name="Maintainer.php" hash="5cf7f2f92a6969dc4eb0f35c9d541363"/><file name="Reader.php" hash="98ffdd2b565537f49f8ed4ef3e7053e7"/><file name="Target.php" hash="32af8ba19f55a85a93faf0294b703a92"/><file name="VO.php" hash="91177eadaab3a23aa5b453ff456870b8"/><file name="Writer.php" hash="218cc57cdb646e3785f3840d1505e42e"/></dir><file name="Package.php" hash="bb06d56fad038433ca76636f672ac5d2"/><file name="Packager.php" hash="a90d734d4f10707575f76f01d8df6d81"/><dir name="Repository"><file name="Abstract.php" hash="5cf7f2f92a6969dc4eb0f35c9d541363"/><dir name="Channel"><file name="Abstract.php" hash="5cf7f2f92a6969dc4eb0f35c9d541363"/><file name="Commercial.php" hash="5cf7f2f92a6969dc4eb0f35c9d541363"/><file name="Community.php" hash="5cf7f2f92a6969dc4eb0f35c9d541363"/><file name="Core.php" hash="5cf7f2f92a6969dc4eb0f35c9d541363"/></dir><file name="Channel.php" hash="5cf7f2f92a6969dc4eb0f35c9d541363"/><file name="Local.php" hash="5cf7f2f92a6969dc4eb0f35c9d541363"/></dir><file name="Repository.php" hash="5cf7f2f92a6969dc4eb0f35c9d541363"/><file name="Rest.php" hash="5a551473a14b58d2060aa383871fbaf9"/><file name="Singleconfig.php" hash="77fccee48c8cb582da4d87d1085244c6"/><dir name="Structures"><file name="Graph.php" hash="c6c5d47ea2243daa97b79e0fa4e9c1f5"/><file name="Node.php" hash="95ce164f476b92cd50d5acc41479a624"/></dir><file name="Validator.php" hash="bbe81954a0b7291059ba4483c0f529cc"/></dir><dir name="DB"><file name="Exception.php" hash="7a6e8681fd16aa682536ff155c373371"/><file name="Mysqli.php" hash="72638a98b6d060922c2bd81c4f6c670a"/></dir><file name="Exception.php" hash="d15b7fb9dc073cfda7918bbe07c6caa8"/><dir name="HTTP"><dir name="Client"><file name="Curl.php" hash="df006cc59fa450eee468bf9ba4f6da91"/><file name="Socket.php" hash="e4e248a55e2354445ebded7e12af2db4"/></dir><file name="Client.php" hash="cb521cf717a94c7efbddf25777823444"/><file name="IClient.php" hash="4b7e73bf26651e23f8b6ead9204f51c2"/></dir><dir name="System"><file name="Args.php" hash="76fd275514d8a8ede4d3751eb000e74a"/><file name="Dirs.php" hash="4e16ccb4e30391dece1323a02e7ca9b3"/><file name="Ftp.php" hash="6de96b9a00f2c34ebbd7c1620b658564"/></dir><dir name="Xml"><file name="Generator.php" hash="16b565730d0e4608a90c51de9066b83f"/><file name="Parser.php" hash="65b42ab5a7d00b5dbcc3ab0d488dcd2c"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>