Skip to content

Commit 9cff4d5

Browse files
committed
fixed xooops
1 parent 798f1e2 commit 9cff4d5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

class/Common/XoopsConfirm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* My Module module for xoops
1717
*
18-
* @copyright 2020 XOOPS Project (https://xooops.org)
18+
* @copyright 2020 XOOPS Project (https://xoops.org)
1919
* @license GPL 2.0 or later
2020
* @package Modulebuilder
2121
* @since 1.0

class/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Modulebuilder module for xoops
1717
*
18-
* @copyright 2020 XOOPS Project (https://xooops.org)
18+
* @copyright 2020 XOOPS Project (https://xoops.org)
1919
* @license GPL 2.0 or later
2020
* @package Modulebuilder
2121
* @since 1.0

class/Files/CreateFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public function getHeaderFilesComments($module, $noPhpFile = null, $namespace =
505505
$copyright = [
506506
$name => 'module for xoops',
507507
'' => '',
508-
'@copyright ' => ' 2020 XOOPS Project (https://xooops.org)',
508+
'@copyright ' => ' 2020 XOOPS Project (https://xoops.org)',
509509
'@license ' => " {$license}",
510510
'@package ' => " {$dirname}",
511511
'@since ' => " {$since}",

files/commonfiles/class/Common/XoopsConfirm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* My Module module for xoops
1717
*
18-
* @copyright 2020 XOOPS Project (https://xooops.org)
18+
* @copyright 2020 XOOPS Project (https://xoops.org)
1919
* @license GPL 2.0 or later
2020
* @package Modulebuilder
2121
* @since 1.0

0 commit comments

Comments
 (0)