Lib_Mage - Version 1.9.3.8

Version Notes

1.9.3.8

Download this release

Release Info

Developer Magento Core Team
Extension Lib_Mage
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 (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-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 Mage
22
  * @package Mage_Archive
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/Mage/Archive/Abstract.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
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/Mage/Archive/Bz.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
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/Mage/Archive/Gz.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
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/Mage/Archive/Helper/File.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
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/Mage/Archive/Helper/File/Bz.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
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/Mage/Archive/Helper/File/Gz.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
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/Mage/Archive/Interface.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
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/Mage/Archive/Tar.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Archive
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/Mage/Autoload/Simple.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_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/Mage/Backup.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Abstract.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Archive/Tar.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Db.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Exception.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Exception/CantLoadSnapshot.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Exception/FtpConnectionFailed.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Exception/FtpValidationFailed.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Exception/NotEnoughFreeSpace.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Exception/NotEnoughPermissions.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Filesystem.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Filesystem/Helper.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Filesystem/Iterator/File.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Filesystem/Iterator/Filter.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Filesystem/Rollback/Abstract.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Filesystem/Rollback/Fs.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Filesystem/Rollback/Ftp.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Interface.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Media.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Nomedia.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Backup/Snapshot.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Backup
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/Mage/Cache/Backend/File.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_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/Mage/Cache/Backend/Redis.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_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/Mage/Connect/Channel/Generator.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Channel/Parser.php CHANGED
@@ -20,6 +20,6 @@
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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Channel/VO.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Channels.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Channels_Header.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Config.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Config_Header.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Install.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Install_Header.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Package.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Package_Header.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Registry.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Registry_Header.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Remote.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Command/Remote_Header.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Config.php CHANGED
@@ -20,7 +20,7 @@
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
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  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-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 Mage
22
  * @package Mage_Connect
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/Mage/Connect/Frontend.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Frontend/CLI.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Ftp.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Loader.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Loader/Ftp.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Package.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Package/Extension.php CHANGED
@@ -20,6 +20,6 @@
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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Package/Hotfix.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Package/Maintainer.php CHANGED
@@ -20,6 +20,6 @@
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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Package/Reader.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Package/Target.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Package/VO.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Package/Writer.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Packager.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Repository.php CHANGED
@@ -20,6 +20,6 @@
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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Repository/Abstract.php CHANGED
@@ -20,6 +20,6 @@
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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Repository/Channel.php CHANGED
@@ -20,6 +20,6 @@
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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
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-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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
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-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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
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-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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
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-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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Repository/Local.php CHANGED
@@ -20,6 +20,6 @@
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
  */
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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
  */
lib/Mage/Connect/Rest.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Singleconfig.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Structures/Graph.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Structures/Node.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/Connect/Validator.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_Connect
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/Mage/DB/Exception.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_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/Mage/DB/Mysqli.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_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/Mage/Exception.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_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/Mage/HTTP/Client.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_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/Mage/HTTP/Client/Curl.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_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/Mage/HTTP/Client/Socket.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_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/Mage/HTTP/IClient.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_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/Mage/System/Args.php CHANGED
@@ -20,7 +20,7 @@
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
 
20
  *
21
  * @category Mage
22
  * @package Mage_System
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/Mage/System/Dirs.php CHANGED
@@ -20,7 +20,7 @@
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
20
  *
21
  * @category Mage
22
  * @package Mage_System
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
  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-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 Mage
22
  * @package Mage_System
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/Mage/Xml/Generator.php CHANGED
@@ -20,7 +20,7 @@
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
20
  *
21
  * @category Mage
22
  * @package Mage_Xml
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
  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-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
20
  *
21
  * @category Mage
22
  * @package Mage_Xml
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
  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.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>Mage Library</summary>
10
  <description>Mage 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:08</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="20ac7358395a4d6556593031873dda39"/><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="5b79bf53b2fe4f71e096c527e3d62e64"/></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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Lib_Mage</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>Mage Library</summary>
10
  <description>Mage 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="Mage"><dir name="Archive"><file name="Abstract.php" hash="7219e31d44a1ad2263795f24f80fd557"/><file name="Bz.php" hash="ddda0a3dfbb7b81ce9a6e69c6b44e540"/><file name="Gz.php" hash="385b2740aacefcd317273448ed95ef83"/><dir name="Helper"><dir name="File"><file name="Bz.php" hash="0611e0df836dafa206aeac06ab609724"/><file name="Gz.php" hash="13c15537156d0293cc86588cca629267"/></dir><file name="File.php" hash="314284e414f094c7e7ea81ffe8f6a9ee"/></dir><file name="Interface.php" hash="212679c1c16ad7e35eff39e55c2ec510"/><file name="Tar.php" hash="93dce1abf2d3b717778aff701ce35d40"/></dir><file name="Archive.php" hash="736c17d5666816627fba72fe7d4f6140"/><dir name="Autoload"><file name="Simple.php" hash="aacee169c0bdcd87e470269641473631"/></dir><dir name="Backup"><file name="Abstract.php" hash="c3de48d5961070832d1ed0f7177ee4a2"/><dir name="Archive"><file name="Tar.php" hash="8bd53f96d6ba93d5887b0e7aa72f9269"/></dir><file name="Db.php" hash="89f62bd52b21db1dd708a02ae4347248"/><dir name="Exception"><file name="CantLoadSnapshot.php" hash="4f53c1142257ab85784198a402d2f425"/><file name="FtpConnectionFailed.php" hash="5fefd3d3b8be727781a6f5fdb138852f"/><file name="FtpValidationFailed.php" hash="cec68f36cf698a50e41471d46722d57c"/><file name="NotEnoughFreeSpace.php" hash="ccdd5e27479a58a1b3866c64533822c1"/><file name="NotEnoughPermissions.php" hash="3afd5fa76513cc11b55082bab2ebeb26"/></dir><file name="Exception.php" hash="d75dc453d7950a04329ba6309da002a9"/><dir name="Filesystem"><file name="Helper.php" hash="dc10bc252a7a55258278f52c5165f172"/><dir name="Iterator"><file name="File.php" hash="c85c788b168fc0a4645a4cdaf10caa80"/><file name="Filter.php" hash="174deec59e7fe57014725a3a623b074c"/></dir><dir name="Rollback"><file name="Abstract.php" hash="271c9e6032f86e8d71e660b9778e71a9"/><file name="Fs.php" hash="c6ca689d7bfd4c0fe4101ccb74a96c97"/><file name="Ftp.php" hash="c6f3318d266f386a52be726b3ed28c20"/></dir></dir><file name="Filesystem.php" hash="a2ac0ad741f06e862da5cc2a8d0c3a36"/><file name="Interface.php" hash="2550d86498a20a3d5d83672415ae7f91"/><file name="Media.php" hash="dd1f7d5304b53206c6d770ae668d254b"/><file name="Nomedia.php" hash="1d7f11e8507fbba3893be459d331891b"/><file name="Snapshot.php" hash="d3b7c974ed49905937cde4b69075ab4e"/></dir><file name="Backup.php" hash="951e7982ed239d7799e7722ac67435eb"/><dir name="Cache"><dir name="Backend"><file name="File.php" hash="458b0c266c9bc8a191335442522a645b"/><file name="Redis.php" hash="c398f19df4b0aef55450a14747f3c61b"/></dir></dir><dir name="Connect"><dir name="Channel"><file name="Generator.php" hash="b3dbdf1fdd1d5a462a522c68627d2bba"/><file name="Parser.php" hash="f4bd67eec5dc2f2deb2c0a800521662f"/><file name="VO.php" hash="38e61a3a3b877639cdeb427f8746ced1"/></dir><dir name="Command"><file name="Channels.php" hash="c13a8190309ee8b816eb044422d02dc4"/><file name="Channels_Header.php" hash="ef497284ed4c24aa7234dbfe48d238dc"/><file name="Config.php" hash="33bff8743fd8a86cb292f3e94edbdf50"/><file name="Config_Header.php" hash="11b772152974cbd6be72b76335a91896"/><file name="Install.php" hash="19de11c9f04c7b1a161a23fa843f5a1e"/><file name="Install_Header.php" hash="5bd1465e62f45dc30cb8f249c399a65e"/><file name="Package.php" hash="79fd89514981e32d13de63a6d8cf164a"/><file name="Package_Header.php" hash="f30cba27b0e6233f39bf5dcd06af3ba5"/><file name="Registry.php" hash="e88277d0fdeffae71097cc4d4cbe8441"/><file name="Registry_Header.php" hash="9fa6bff3f86a4e7a87d9ca50000ef999"/><file name="Remote.php" hash="1291065611ca8320c6948d1f1e458857"/><file name="Remote_Header.php" hash="27419e6e322ce60848994cc45bc71bcd"/></dir><file name="Command.php" hash="bc170c01333fc3867a6cd537219a4c10"/><file name="Config.php" hash="56b877abd4a1604e1989bea18473418d"/><file name="Converter.php" hash="fea5425f9074136c9fc10d6d7b15a4f8"/><dir name="Frontend"><file name="CLI.php" hash="abb0ea49598d20bb2c4b91a507e6e2a0"/></dir><file name="Frontend.php" hash="39e10184f8d83572b5edbea240642cfa"/><file name="Ftp.php" hash="ecc1ee16683875cc8779ff22168508fb"/><dir name="Loader"><file name="Ftp.php" hash="b59ab0750f9ad9f8462ec43583eb8d3e"/></dir><file name="Loader.php" hash="355ed95e925fa98bdec382f37cfeeb39"/><dir name="Package"><file name="Extension.php" hash="f4bd67eec5dc2f2deb2c0a800521662f"/><file name="Hotfix.php" hash="31f281c8485a8c010230eebc64d2fdc9"/><file name="Maintainer.php" hash="f4bd67eec5dc2f2deb2c0a800521662f"/><file name="Reader.php" hash="94dd06082e803182e7d54a9b6a3a9117"/><file name="Target.php" hash="3769c486343cee9e9c20ab0a7d211288"/><file name="VO.php" hash="bfbe38745c9f36fe9b79aa1c0bf3c106"/><file name="Writer.php" hash="19ea81f6f2dc4d2828ebecf7ba84ca44"/></dir><file name="Package.php" hash="1b3f2d9c00d37cd66edae1068ae7ace4"/><file name="Packager.php" hash="002b9d6df3513b2e6622d5a92888d976"/><dir name="Repository"><file name="Abstract.php" hash="f4bd67eec5dc2f2deb2c0a800521662f"/><dir name="Channel"><file name="Abstract.php" hash="f4bd67eec5dc2f2deb2c0a800521662f"/><file name="Commercial.php" hash="f4bd67eec5dc2f2deb2c0a800521662f"/><file name="Community.php" hash="f4bd67eec5dc2f2deb2c0a800521662f"/><file name="Core.php" hash="f4bd67eec5dc2f2deb2c0a800521662f"/></dir><file name="Channel.php" hash="f4bd67eec5dc2f2deb2c0a800521662f"/><file name="Local.php" hash="f4bd67eec5dc2f2deb2c0a800521662f"/></dir><file name="Repository.php" hash="f4bd67eec5dc2f2deb2c0a800521662f"/><file name="Rest.php" hash="62b4562a1ec60a923bd9360e4395ae1e"/><file name="Singleconfig.php" hash="03d046a07f52a29e27da2a184e61c5cd"/><dir name="Structures"><file name="Graph.php" hash="907ec31e395ed931d3468bab30c8a865"/><file name="Node.php" hash="bfa5cc71b8e0787ddf41917faaa8d859"/></dir><file name="Validator.php" hash="ea9b801aff843b3bda84200b9f612e76"/></dir><dir name="DB"><file name="Exception.php" hash="1651c02af32d13cb09f18e55fe41a454"/><file name="Mysqli.php" hash="1afea21a74a5c95afb3aa0fac88dd8f1"/></dir><file name="Exception.php" hash="b2841a64f422bb6de9ca9deb16483199"/><dir name="HTTP"><dir name="Client"><file name="Curl.php" hash="9fc530e406f64aadb1d18a8af8c22f9d"/><file name="Socket.php" hash="2403f0c937a01759262eca2bd838b13a"/></dir><file name="Client.php" hash="6de915c729f44d8700147a4929de5a08"/><file name="IClient.php" hash="1bb87d5c7b0027db0288a58d2691c1f8"/></dir><dir name="System"><file name="Args.php" hash="c95ce3451a31af33ed0a0987fc007a80"/><file name="Dirs.php" hash="557f6440351c8c0f5a34b30340ac2601"/><file name="Ftp.php" hash="d5d2052fd9d8799b4aaa26fc6bb2d05c"/></dir><dir name="Xml"><file name="Generator.php" hash="dbbf15cac6bef48830f921ece90b4382"/><file name="Parser.php" hash="4dab68fb16c447bf58897b57a9e7f589"/></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>