diff --git a/appveyor.yml b/appveyor.yml index 1ceb3b024a..1588382f32 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,8 @@ # Set build version format here instead of in the admin panel. version: 2.13-dev-{build} +clone_folder: C:\projects\eccube2 + cache: - '%LOCALAPPDATA%\Composer\files' @@ -41,24 +43,26 @@ install: #- set PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin #- mingw-get install mingw-developer-toolkit ## Set PHP. - - cinst php -version 5.6.17 --allow-empty-checksums - - SET PATH=C:\tools\php\;%PATH% - - copy C:\tools\php\php.ini-production C:\tools\php\php.ini - - echo date.timezone="Asia/Tokyo" >> C:\tools\php\php.ini - - echo extension_dir=ext >> C:\tools\php\php.ini - - echo extension=php_openssl.dll >> C:\tools\php\php.ini - - echo extension=php_gd2.dll >> C:\tools\php\php.ini - - echo extension=php_mbstring.dll >> C:\tools\php\php.ini - - echo extension=php_mysql.dll >> C:\tools\php\php.ini - - echo extension=php_pgsql.dll >> C:\tools\php\php.ini - - echo extension=php_curl.dll >> C:\tools\php\php.ini - - echo output_buffering = Off >> C:\tools\php\php.ini - - echo default_charset = UTF-8 >> C:\tools\php\php.ini - - echo mbstring.language = Japanese >> C:\tools\php\php.ini - - echo mbstring.encoding_translation = On >> C:\tools\php\php.ini - - echo mbstring.http_input = UTF-8 >> C:\tools\php\php.ini - - echo mbstring.http_output = pass >> C:\tools\php\php.ini - - echo mbstring.internal_encoding = UTF-8 >> C:\tools\php\php.ini + - cinst php --version 5.6.40 --allow-empty-checksums + - SET PATH=C:\tools\php56\;%PATH% + - cd C:\tools\php56 + - copy php.ini-production php.ini + - echo date.timezone="Asia/Tokyo" >> php.ini + - echo extension_dir=ext >> php.ini + - echo extension=php_openssl.dll >> php.ini + - echo extension=php_gd2.dll >> php.ini + - echo extension=php_mbstring.dll >> php.ini + - echo extension=php_mysql.dll >> php.ini + - echo extension=php_pgsql.dll >> php.ini + - echo extension=php_curl.dll >> php.ini + - echo output_buffering = Off >> php.ini + - echo default_charset = UTF-8 >> php.ini + - echo mbstring.language = Japanese >> php.ini + - echo mbstring.encoding_translation = On >> php.ini + - echo mbstring.http_input = UTF-8 >> php.ini + - echo mbstring.http_output = pass >> php.ini + - echo mbstring.internal_encoding = UTF-8 >> php.ini + - cd C:\projects\eccube2 - php -r "readfile('https://getcomposer.org/installer');" | php - php composer.phar install diff --git a/data/Smarty/templates/admin/admin_popup_footer.tpl b/data/Smarty/templates/admin/admin_popup_footer.tpl index 922cffbe69..b9391b81ff 100644 --- a/data/Smarty/templates/admin/admin_popup_footer.tpl +++ b/data/Smarty/templates/admin/admin_popup_footer.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/admin_popup_header.tpl b/data/Smarty/templates/admin/admin_popup_header.tpl index 0d9d08d131..47c531eff0 100644 --- a/data/Smarty/templates/admin/admin_popup_header.tpl +++ b/data/Smarty/templates/admin/admin_popup_header.tpl @@ -3,9 +3,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/delivery.tpl b/data/Smarty/templates/admin/basis/delivery.tpl index e441b7b7af..0a2962dc85 100644 --- a/data/Smarty/templates/admin/basis/delivery.tpl +++ b/data/Smarty/templates/admin/basis/delivery.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/delivery_input.tpl b/data/Smarty/templates/admin/basis/delivery_input.tpl index 8cb4e62814..5f1f2baf7d 100644 --- a/data/Smarty/templates/admin/basis/delivery_input.tpl +++ b/data/Smarty/templates/admin/basis/delivery_input.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/holiday.tpl b/data/Smarty/templates/admin/basis/holiday.tpl index e6dcfb5d93..37809e8994 100644 --- a/data/Smarty/templates/admin/basis/holiday.tpl +++ b/data/Smarty/templates/admin/basis/holiday.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/index.tpl b/data/Smarty/templates/admin/basis/index.tpl index 634a22960c..6e04096193 100644 --- a/data/Smarty/templates/admin/basis/index.tpl +++ b/data/Smarty/templates/admin/basis/index.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/kiyaku.tpl b/data/Smarty/templates/admin/basis/kiyaku.tpl index c2df267ff5..527dd7ce32 100644 --- a/data/Smarty/templates/admin/basis/kiyaku.tpl +++ b/data/Smarty/templates/admin/basis/kiyaku.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/mail.tpl b/data/Smarty/templates/admin/basis/mail.tpl index 199baacf05..dc4ed09bb3 100644 --- a/data/Smarty/templates/admin/basis/mail.tpl +++ b/data/Smarty/templates/admin/basis/mail.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/payment.tpl b/data/Smarty/templates/admin/basis/payment.tpl index 0600855338..83afc8b35f 100644 --- a/data/Smarty/templates/admin/basis/payment.tpl +++ b/data/Smarty/templates/admin/basis/payment.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/payment_input.tpl b/data/Smarty/templates/admin/basis/payment_input.tpl index 9db5d70ce9..02aa149fd8 100644 --- a/data/Smarty/templates/admin/basis/payment_input.tpl +++ b/data/Smarty/templates/admin/basis/payment_input.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/point.tpl b/data/Smarty/templates/admin/basis/point.tpl index 72e053f707..d8ceaba0a0 100644 --- a/data/Smarty/templates/admin/basis/point.tpl +++ b/data/Smarty/templates/admin/basis/point.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/subnavi.tpl b/data/Smarty/templates/admin/basis/subnavi.tpl index 7b9812f4d9..d9e9c84c9a 100644 --- a/data/Smarty/templates/admin/basis/subnavi.tpl +++ b/data/Smarty/templates/admin/basis/subnavi.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/tradelaw.tpl b/data/Smarty/templates/admin/basis/tradelaw.tpl index e3dbfaf930..0ff6fcd24e 100644 --- a/data/Smarty/templates/admin/basis/tradelaw.tpl +++ b/data/Smarty/templates/admin/basis/tradelaw.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/basis/zip_install.tpl b/data/Smarty/templates/admin/basis/zip_install.tpl index f1d6116a6b..f305ebf0b7 100644 --- a/data/Smarty/templates/admin/basis/zip_install.tpl +++ b/data/Smarty/templates/admin/basis/zip_install.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/contents/csv.tpl b/data/Smarty/templates/admin/contents/csv.tpl index ef47ec598b..69c8d47746 100644 --- a/data/Smarty/templates/admin/contents/csv.tpl +++ b/data/Smarty/templates/admin/contents/csv.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/contents/csv_sql.tpl b/data/Smarty/templates/admin/contents/csv_sql.tpl index 18403bc6a6..ff1ad85274 100644 --- a/data/Smarty/templates/admin/contents/csv_sql.tpl +++ b/data/Smarty/templates/admin/contents/csv_sql.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/contents/csv_sql_view.tpl b/data/Smarty/templates/admin/contents/csv_sql_view.tpl index 3b9ce3d049..a709d9a316 100644 --- a/data/Smarty/templates/admin/contents/csv_sql_view.tpl +++ b/data/Smarty/templates/admin/contents/csv_sql_view.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/contents/file_manager.tpl b/data/Smarty/templates/admin/contents/file_manager.tpl index a90a4025f0..941ef68b57 100644 --- a/data/Smarty/templates/admin/contents/file_manager.tpl +++ b/data/Smarty/templates/admin/contents/file_manager.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/contents/index.tpl b/data/Smarty/templates/admin/contents/index.tpl index ccf543aafb..a2dc9d8659 100644 --- a/data/Smarty/templates/admin/contents/index.tpl +++ b/data/Smarty/templates/admin/contents/index.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/contents/recommend.tpl b/data/Smarty/templates/admin/contents/recommend.tpl index 33bc12ec11..df74e53e5b 100644 --- a/data/Smarty/templates/admin/contents/recommend.tpl +++ b/data/Smarty/templates/admin/contents/recommend.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/contents/recommend_search.tpl b/data/Smarty/templates/admin/contents/recommend_search.tpl index 2413d4ecf1..24a3acc6a3 100644 --- a/data/Smarty/templates/admin/contents/recommend_search.tpl +++ b/data/Smarty/templates/admin/contents/recommend_search.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/contents/subnavi.tpl b/data/Smarty/templates/admin/contents/subnavi.tpl index 6b8b0be384..8411e8988e 100644 --- a/data/Smarty/templates/admin/contents/subnavi.tpl +++ b/data/Smarty/templates/admin/contents/subnavi.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/css/contents.tpl b/data/Smarty/templates/admin/css/contents.tpl index d7a24170eb..b1e198af66 100644 --- a/data/Smarty/templates/admin/css/contents.tpl +++ b/data/Smarty/templates/admin/css/contents.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/customer/edit.tpl b/data/Smarty/templates/admin/customer/edit.tpl index f4c1ec0753..e9d5b3a6e4 100644 --- a/data/Smarty/templates/admin/customer/edit.tpl +++ b/data/Smarty/templates/admin/customer/edit.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/customer/edit_complete.tpl b/data/Smarty/templates/admin/customer/edit_complete.tpl index 1230e0e151..cdd4ac0746 100644 --- a/data/Smarty/templates/admin/customer/edit_complete.tpl +++ b/data/Smarty/templates/admin/customer/edit_complete.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/customer/edit_confirm.tpl b/data/Smarty/templates/admin/customer/edit_confirm.tpl index 062dbb5f2a..54aafe21d1 100644 --- a/data/Smarty/templates/admin/customer/edit_confirm.tpl +++ b/data/Smarty/templates/admin/customer/edit_confirm.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/customer/index.tpl b/data/Smarty/templates/admin/customer/index.tpl index 3ba08159bf..c7963d8d3d 100644 --- a/data/Smarty/templates/admin/customer/index.tpl +++ b/data/Smarty/templates/admin/customer/index.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/customer/search_customer.tpl b/data/Smarty/templates/admin/customer/search_customer.tpl index b96984f974..f94f790359 100644 --- a/data/Smarty/templates/admin/customer/search_customer.tpl +++ b/data/Smarty/templates/admin/customer/search_customer.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/customer/subnavi.tpl b/data/Smarty/templates/admin/customer/subnavi.tpl index bec686c4ed..77e343783d 100644 --- a/data/Smarty/templates/admin/customer/subnavi.tpl +++ b/data/Smarty/templates/admin/customer/subnavi.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/design/bloc.tpl b/data/Smarty/templates/admin/design/bloc.tpl index d03d802b3b..b3a9815a81 100644 --- a/data/Smarty/templates/admin/design/bloc.tpl +++ b/data/Smarty/templates/admin/design/bloc.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/design/css.tpl b/data/Smarty/templates/admin/design/css.tpl index 020627eb52..f62df3b889 100644 --- a/data/Smarty/templates/admin/design/css.tpl +++ b/data/Smarty/templates/admin/design/css.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/design/header.tpl b/data/Smarty/templates/admin/design/header.tpl index 5969b3f38f..a3d83e0ee9 100644 --- a/data/Smarty/templates/admin/design/header.tpl +++ b/data/Smarty/templates/admin/design/header.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/design/main_edit.tpl b/data/Smarty/templates/admin/design/main_edit.tpl index e5798eafff..edb95dc3e8 100644 --- a/data/Smarty/templates/admin/design/main_edit.tpl +++ b/data/Smarty/templates/admin/design/main_edit.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/design/subnavi.tpl b/data/Smarty/templates/admin/design/subnavi.tpl index 1c009db087..faa3e355e7 100644 --- a/data/Smarty/templates/admin/design/subnavi.tpl +++ b/data/Smarty/templates/admin/design/subnavi.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/design/template.tpl b/data/Smarty/templates/admin/design/template.tpl index a3c784e46a..207130b49c 100644 --- a/data/Smarty/templates/admin/design/template.tpl +++ b/data/Smarty/templates/admin/design/template.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/design/up_down.tpl b/data/Smarty/templates/admin/design/up_down.tpl index 064916c6e1..87d27e0f51 100644 --- a/data/Smarty/templates/admin/design/up_down.tpl +++ b/data/Smarty/templates/admin/design/up_down.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/home.tpl b/data/Smarty/templates/admin/home.tpl index 07963c5778..4d73393905 100644 --- a/data/Smarty/templates/admin/home.tpl +++ b/data/Smarty/templates/admin/home.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/data/Smarty/templates/admin/login.tpl b/data/Smarty/templates/admin/login.tpl index 7249a73e36..8c32b662e1 100644 --- a/data/Smarty/templates/admin/login.tpl +++ b/data/Smarty/templates/admin/login.tpl @@ -2,9 +2,9 @@ /* * This file is part of EC-CUBE * - * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. + * Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. * - * http://www.lockon.co.jp/ + * http://www.ec-cube.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -41,7 +41,7 @@ - +