Skip to content

Commit

Permalink
Create ezinfo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
se7enxweb authored Jan 29, 2024
1 parent 708d29f commit c22da1b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ezinfo.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
/**
* File containing the bcwebshopInfo class.
*
* @copyright Copyright (C) 1999 - 2012 7x. All rights reserved.
* @license http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2 (or any later version)
* @version //autogentag//
* @package bcimagealias
*/
class bcwebshopInfo
{
function info()
{
return array(
'Name' => "<a href='https://github.com/bcwebshop'>BC Web Shop</a>",
'Version' => "0.8.1",
'Copyright' => "Copyright (C) 1999 - 2024 <a href='https://se7enx.com'>7x</a> and <a href='https://brookinsconsulting.com'>Brookins Consulting</a> and <a href='https://ibexa.no'>eZ Systems AS</a>",
'Author' => "7x",
'License' => "GNU General Public License"
);
}
}
?>

0 comments on commit c22da1b

Please sign in to comment.