From f46d9c8e4e40654405389c90dcff96ca8f7306e8 Mon Sep 17 00:00:00 2001 From: Yurii Date: Fri, 12 Dec 2025 12:59:46 +0200 Subject: [PATCH] file headers --- .../Mail/Account/CommonStorageFactory.php | 27 +++++++++++++++++++ .../Core/Mail/Account/Storage/Handler.php | 27 +++++++++++++++++++ application/Espo/Hooks/Email/NoteRemove.php | 27 +++++++++++++++++++ .../Meeting/BeforeCreateSourceEmailCheck.php | 27 +++++++++++++++++++ .../Espo/Tools/OpenApi/FieldSchemaBuilder.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilderFactory.php | 27 +++++++++++++++++++ .../FieldSchemaBuilders/AutoincrementType.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilders/BoolType.php | 27 +++++++++++++++++++ .../CurrencyConvertedType.php | 27 +++++++++++++++++++ .../FieldSchemaBuilders/CurrencyType.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilders/DateType.php | 27 +++++++++++++++++++ .../DatetimeOptionalType.php | 27 +++++++++++++++++++ .../FieldSchemaBuilders/DatetimeType.php | 27 +++++++++++++++++++ .../FieldSchemaBuilders/DecimalType.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilders/EmailType.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilders/EnumType.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilders/FloatType.php | 27 +++++++++++++++++++ .../FieldSchemaBuilders/ForeignType.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilders/IdType.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilders/IntType.php | 27 +++++++++++++++++++ .../FieldSchemaBuilders/LinkMultipleType.php | 27 +++++++++++++++++++ .../FieldSchemaBuilders/LinkParentType.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilders/LinkType.php | 27 +++++++++++++++++++ .../FieldSchemaBuilders/MultiEnumType.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilders/NoSupport.php | 27 +++++++++++++++++++ .../FieldSchemaBuilders/NumberType.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilders/PhoneType.php | 27 +++++++++++++++++++ .../OpenApi/FieldSchemaBuilders/TextType.php | 27 +++++++++++++++++++ .../FieldSchemaBuilders/VarcharType.php | 27 +++++++++++++++++++ .../Espo/Tools/OpenApi/FieldSchemaResult.php | 27 +++++++++++++++++++ .../Espo/Tools/OpenApi/Provider/Params.php | 27 +++++++++++++++++++ .../Espo/Tools/OpenApi/ProviderFactory.php | 27 +++++++++++++++++++ application/Espo/Tools/OpenApi/Type.php | 27 +++++++++++++++++++ .../OpenApi/Util/EnumOptionsProvider.php | 27 +++++++++++++++++++ 34 files changed, 918 insertions(+) diff --git a/application/Espo/Core/Mail/Account/CommonStorageFactory.php b/application/Espo/Core/Mail/Account/CommonStorageFactory.php index 5ce4b3ae43..70aef9310e 100644 --- a/application/Espo/Core/Mail/Account/CommonStorageFactory.php +++ b/application/Espo/Core/Mail/Account/CommonStorageFactory.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Core\Mail\Account; diff --git a/application/Espo/Core/Mail/Account/Storage/Handler.php b/application/Espo/Core/Mail/Account/Storage/Handler.php index d4a4b42697..5cf5129e5a 100644 --- a/application/Espo/Core/Mail/Account/Storage/Handler.php +++ b/application/Espo/Core/Mail/Account/Storage/Handler.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Core\Mail\Account\Storage; diff --git a/application/Espo/Hooks/Email/NoteRemove.php b/application/Espo/Hooks/Email/NoteRemove.php index 73f99c7ad6..70b9a11305 100644 --- a/application/Espo/Hooks/Email/NoteRemove.php +++ b/application/Espo/Hooks/Email/NoteRemove.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Hooks\Email; diff --git a/application/Espo/Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateSourceEmailCheck.php b/application/Espo/Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateSourceEmailCheck.php index f3d66e5d24..a0259e2d22 100644 --- a/application/Espo/Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateSourceEmailCheck.php +++ b/application/Espo/Modules/Crm/Classes/RecordHooks/Meeting/BeforeCreateSourceEmailCheck.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Modules\Crm\Classes\RecordHooks\Meeting; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilder.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilder.php index 78be9eceb2..140af0883c 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilder.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilder.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilderFactory.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilderFactory.php index 30660cae1f..94130aa9fc 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilderFactory.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilderFactory.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/AutoincrementType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/AutoincrementType.php index 8483642422..7ef45a7cd3 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/AutoincrementType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/AutoincrementType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/BoolType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/BoolType.php index 408bb21f80..cdd6f2dd8e 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/BoolType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/BoolType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/CurrencyConvertedType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/CurrencyConvertedType.php index 73b42110d1..681fe2de7d 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/CurrencyConvertedType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/CurrencyConvertedType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/CurrencyType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/CurrencyType.php index 73d73003c6..f95d80ad28 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/CurrencyType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/CurrencyType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DateType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DateType.php index 0bcf1cbab4..f38b2def47 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DateType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DateType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DatetimeOptionalType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DatetimeOptionalType.php index 29a64cc0bb..bdec2613c4 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DatetimeOptionalType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DatetimeOptionalType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DatetimeType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DatetimeType.php index 26dedb4dbf..c899c5b0aa 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DatetimeType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DatetimeType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DecimalType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DecimalType.php index 83c27bac30..f4e5cab97d 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DecimalType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/DecimalType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/EmailType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/EmailType.php index e98feae210..b2c6ef3641 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/EmailType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/EmailType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/EnumType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/EnumType.php index 46cf6af9eb..01e29b4aa4 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/EnumType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/EnumType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/FloatType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/FloatType.php index 65c826a29e..18172f9875 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/FloatType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/FloatType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/ForeignType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/ForeignType.php index 9604250ba2..44e4289109 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/ForeignType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/ForeignType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/IdType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/IdType.php index 9500ea872a..9de05a12ab 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/IdType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/IdType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/IntType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/IntType.php index 93af8fa31f..7739a641c5 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/IntType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/IntType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkMultipleType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkMultipleType.php index 5a161a949e..91f7b76eb0 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkMultipleType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkMultipleType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkParentType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkParentType.php index 2bd8a6806b..b35ed3103c 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkParentType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkParentType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkType.php index d29d3ae981..d0d54648cd 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/LinkType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/MultiEnumType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/MultiEnumType.php index ba646496dd..396b17bbdb 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/MultiEnumType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/MultiEnumType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/NoSupport.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/NoSupport.php index 21ed139d77..7d344a16a9 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/NoSupport.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/NoSupport.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/NumberType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/NumberType.php index 91fa8adcba..86da5093d6 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/NumberType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/NumberType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/PhoneType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/PhoneType.php index e787d92eab..a425e71e44 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/PhoneType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/PhoneType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/TextType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/TextType.php index a9791f7bd7..bb18e7f858 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/TextType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/TextType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/VarcharType.php b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/VarcharType.php index d7cdf5b9df..bc71955736 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaBuilders/VarcharType.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaBuilders/VarcharType.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\FieldSchemaBuilders; diff --git a/application/Espo/Tools/OpenApi/FieldSchemaResult.php b/application/Espo/Tools/OpenApi/FieldSchemaResult.php index ea4fc0a5f2..685e221a9e 100644 --- a/application/Espo/Tools/OpenApi/FieldSchemaResult.php +++ b/application/Espo/Tools/OpenApi/FieldSchemaResult.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi; diff --git a/application/Espo/Tools/OpenApi/Provider/Params.php b/application/Espo/Tools/OpenApi/Provider/Params.php index f5ac570413..9d286ea5a9 100644 --- a/application/Espo/Tools/OpenApi/Provider/Params.php +++ b/application/Espo/Tools/OpenApi/Provider/Params.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\Provider; diff --git a/application/Espo/Tools/OpenApi/ProviderFactory.php b/application/Espo/Tools/OpenApi/ProviderFactory.php index 1de53b39a7..c3d0f44c87 100644 --- a/application/Espo/Tools/OpenApi/ProviderFactory.php +++ b/application/Espo/Tools/OpenApi/ProviderFactory.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi; diff --git a/application/Espo/Tools/OpenApi/Type.php b/application/Espo/Tools/OpenApi/Type.php index 3d4b0c9584..c8f1069fff 100644 --- a/application/Espo/Tools/OpenApi/Type.php +++ b/application/Espo/Tools/OpenApi/Type.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi; diff --git a/application/Espo/Tools/OpenApi/Util/EnumOptionsProvider.php b/application/Espo/Tools/OpenApi/Util/EnumOptionsProvider.php index 82318e00ff..addf0567f2 100644 --- a/application/Espo/Tools/OpenApi/Util/EnumOptionsProvider.php +++ b/application/Espo/Tools/OpenApi/Util/EnumOptionsProvider.php @@ -1,4 +1,31 @@ . + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ namespace Espo\Tools\OpenApi\Util;