Skip to content

Commit

Permalink
コピーライト修正漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangsin committed Apr 5, 2019
1 parent 6136c21 commit 9dd02a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/class/pages/upgrade/LC_Page_Upgrade_Download.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function process($mode)
$this->fileExecute($objRet->data->product_code);

// 配信サーバーへ通知
$objLog->log('* notify to lockon server start');
$objLog->log('* notify to ec-cube server start');
$objReq = $this->notifyDownload($mode, $objReq->getResponseCookies());

$objLog->log('* dl commit result:' . serialize($objReq));
Expand Down
16 changes: 8 additions & 8 deletions templates/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,7 +27,7 @@ require_once CLASS_EX_REALDIR . 'page_extends/LC_Page_Ex.php';
* XXX のページクラス.
*
* @package Page
* @author LOCKON CO.,LTD.
* @author EC-CUBE CO.,LTD.
* @version $$Id$$
*/
class LC_Page_XXX extends LC_Page_Ex
Expand Down Expand Up @@ -55,9 +55,9 @@ class LC_Page_XXX extends LC_Page_Ex
/*
* 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
Expand All @@ -82,7 +82,7 @@ require_once CLASS_REALDIR . 'pages/XXX/LC_Page_XXX.php';
* LC_Page_XXX をカスタマイズする場合はこのクラスを編集する.
*
* @package Page
* @author LOCKON CO.,LTD.
* @author EC-CUBE CO.,LTD.
* @version $$Id$$
*/
class LC_Page_XXX_Ex extends LC_Page_XXX
Expand Down Expand Up @@ -111,9 +111,9 @@ class LC_Page_XXX_Ex extends LC_Page_XXX
/*
* 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
Expand Down

0 comments on commit 9dd02a1

Please sign in to comment.