Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Copyright file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tig-dennisvanderhammen committed Jan 3, 2018
1 parent d36116d commit d162307
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tools
tools
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ script:

cache:
directories:
- $HOME/.composer
- $HOME/.composer
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License

Copyright (c) 2013-2017 Voormedia
Copyright (c) 2017 Total Internet Group
Copyright (c) Total Internet Group

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ From the .modman/Tiny_CompressImages directory:

## License

This software is licensed under the MIT License. [View the license](LICENSE).
This software is licensed under the MIT License. [View the license](LICENSE).
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ public function getBackendUrl()
{
return Mage::helper('adminhtml')->getUrl('adminhtml/system_config/edit/section/tiny_compressimages/');
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ public function getCommentText()

return $text;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function testImagesLimit()
$html = $this->_instance->toHtml();
$this->assertContains('id="show_all"', $html);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ public function testGetProductImageTypesToCompress($config, $shouldHave)

$this->assertEquals($shouldHave, $result);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public function testGetUrl()

$this->assertEquals('http://magento.local/media/test.jpg', str_replace($url, 'http://magento.local/', $result));
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function testCommentReturnsLink()
$text = $this->_instance->getCommentText();
$this->assertContains('<a href', $text);
}
}
}
2 changes: 1 addition & 1 deletion app/code/community/Tiny/CompressImages/Test/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

ini_set('display_errors', true);
error_reporting(-1);
Tiny_CompressImages_Test_Framework_Tiny_Test_TestCase::resetMagento();
Tiny_CompressImages_Test_Framework_Tiny_Test_TestCase::resetMagento();
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
<?php echo $helper->__('Go to Image Optimization Settings and add your key.'); ?>
</a>
</div>
<?php endif; ?>
<?php endif; ?>
2 changes: 1 addition & 1 deletion app/locale/en_US/Tiny_CompressImages.csv
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@
"Tiny_CompressImages::Please contact TinyPNG for assistance in setting up your account data:","Please contact TinyPNG for assistance in setting up your account data:"
"Tiny_CompressImages::Optimized,Optimized"
"Tiny_CompressImages::Please enable the extension to check the compression count.,Please enable the extension to check the compression count."
"Tiny_CompressImages::Please enter your api key to check the compression count.,Please enter your api key to check the compression count."
"Tiny_CompressImages::Please enter your api key to check the compression count.,Please enter your api key to check the compression count."
2 changes: 1 addition & 1 deletion modman
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ app/etc/modules/Tiny_CompressImages.xml
app/locale/en_US/Tiny_CompressImages.csv
lib/TinyCompress/
skin/adminhtml/default/default/css/Tiny/CompressImages/
skin/adminhtml/default/default/images/Tiny/CompressImages/
skin/adminhtml/default/default/images/Tiny/CompressImages/
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
<file>app/code/community/Tiny/CompressImages/Exception.php</file>
</whitelist>
</filter>
</phpunit>
</phpunit>

0 comments on commit d162307

Please sign in to comment.