Skip to content

Commit

Permalink
Happy 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Aug 9, 2024
1 parent d93936e commit bf19944
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Title: iDEAL Basic client
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
Expand Down
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Title: iDEAL Basic config
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
Expand Down
2 changes: 1 addition & 1 deletion src/DataHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Title: iDEAL Basic data helper class
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
Expand Down
2 changes: 1 addition & 1 deletion src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Title: iDEAL Basic gateway
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
Expand Down
2 changes: 1 addition & 1 deletion src/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Title: Integration
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
Expand Down
2 changes: 1 addition & 1 deletion src/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Title: iDEAL Basic item
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
Expand Down
2 changes: 1 addition & 1 deletion src/Items.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Title: iDEAL Basic items
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
Expand Down
2 changes: 1 addition & 1 deletion src/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Title: Notification
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
Expand Down
2 changes: 1 addition & 1 deletion src/NotificationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Notification controller
*
* @author Pronamic <info@pronamic.eu>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay\Gateways\IDealBasic
*/
Expand Down
2 changes: 1 addition & 1 deletion src/XML/NotificationParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Title: Issuer XML parser
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Bootstrap tests
*
* @author Pronamic <info@pronamic.eu>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay\Gateways\IDealBasic
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/phpstan/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Definitions for PHPStan.
*
* @author Pronamic <info@pronamic.eu>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/DataHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Title: iDEAL Basic data helper tests
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
Expand Down

0 comments on commit bf19944

Please sign in to comment.