diff --git a/LICENCE.md b/LICENCE.md index fe43cfaf..dc969e59 100644 --- a/LICENCE.md +++ b/LICENCE.md @@ -1,3 +1,15 @@ -Copyright (c) 2007-2018 PrestaShop. +Copyright (c) 2011-2020 Prestarocket (Just Web S.A.R.L.) -This theme is licensed under AFL-3.0. \ No newline at end of file +By downloading or installing or using the Classic Rocket (the "Theme"), you consent to the terms and conditions of this license on behalf of yourself and the company on whose behalf you will use the Theme provided under this license. + + +The use of the Theme is permitted provided that the following conditions are met: + +You can: +- Customize the Theme +- Use the Theme for personal and client projects +You cannot: +- Use in derivative PrestaShop themes that anyone can download for sale or for free. +- Use any of the components included in the Theme in a project that is not built upon the Theme + +Classic Rocket Theme (THE "SOFTWARE") ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/config/theme.yml b/config/theme.yml index da9e82d2..2cd6f555 100644 --- a/config/theme.yml +++ b/config/theme.yml @@ -1,6 +1,6 @@ name: classic-rocket display_name: Classic Rocket -version: 3.0.1 +version: 3.0.4 author: name: "Prestarocket" email: "contact@prestarocket.com" diff --git a/templates/_partials/footer.tpl b/templates/_partials/footer.tpl index dd425144..8afbf36a 100644 --- a/templates/_partials/footer.tpl +++ b/templates/_partials/footer.tpl @@ -43,8 +43,8 @@
{block name='copyright_link'} - - {l s='%copyright% %year% - Ecommerce software by %prestashop%' sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'} + + {l s='%copyright% %year% - Theme by %prestashop%' sprintf=['%prestashop%' => 'Prestarocket™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'} {/block}