📝 Copyright year bump

This commit is contained in:
Molkobain
2024-05-06 18:35:31 +02:00
parent a642ad6db9
commit ad36066126
2065 changed files with 2401 additions and 2401 deletions

View File

@@ -1,6 +1,6 @@
<?php
/*
* @copyright Copyright (C) 2010-2023 Combodo SARL
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
@@ -12,7 +12,7 @@ use Combodo\iTop\Application\WebPage\WebPage;
* Bulk export: Tabular export: abstract base class for all "tabular" exports.
* Provides the user interface for selecting the column to be exported
*
* @copyright Copyright (C) 2023 Combodo SARL
* @copyright Copyright (C) 2024 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
abstract class TabularBulkExport extends BulkExport