Skip to content

Commit

Permalink
Copyright update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Jul 10, 2023
1 parent 2fec477 commit f351b88
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
@@ -1,11 +1,11 @@
{
"name": "spojenet/flexibee",
"description": "Library for easy interaction with czech accounting system FlexiBee.",
"description": "Library for easy interaction with czech economic system FlexiBee.",
"license": "MIT",
"authors": [
{
"name": "Vítězslav Dvořák",
"email": "vitex@arachne.cz"
"email": "info@vitexsoftware.cz"
}
],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion debian/composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "Library for easy interaction with czech accounting system AbraFlexi.",
"homepage": "https://github.com/Spoje-NET/php-abraflexi",
"license": "GPL-2.0+",
"version": "2.23.1",
"version": "2.24.0",
"type": "library",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/AbraFlexi/RO.php
Expand Up @@ -4,7 +4,7 @@
/**
* AbraFlexi - Read Only Access to AbraFlexi class.
*
* @author Vítězslav Dvořák <vitex@arachne.cz>
* @author Vítězslav Dvořák <vitezslav.dvorak@spojenet.cz>
* @copyright (C) 2015-2022 Spoje.Net
*/

Expand Down
4 changes: 2 additions & 2 deletions src/AbraFlexi/RW.php
Expand Up @@ -6,7 +6,7 @@
* AbraFlexi - Třída pro zápis do AbraFlexi.
*
* @author Vítězslav Dvořák <vitex@arachne.cz>
* @copyright (C) 2015-2017 Spoje.Net
* @copyright (C) 2015-2023 Spoje.Net
*/

namespace AbraFlexi;
Expand Down Expand Up @@ -696,4 +696,4 @@ public function setDataValue(string $columnName, $value)
return parent::setDataValue($columnName, $value);
}

}
}

0 comments on commit f351b88

Please sign in to comment.