diff --git a/LICENSE b/LICENSE index bbf9787..8f4520d 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2022 Deveel + Copyright 2022-2024 Antonello Provenzano Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apl-2.licenseheader b/apl-2.licenseheader index 4ed22b3..a792a6c 100644 --- a/apl-2.licenseheader +++ b/apl-2.licenseheader @@ -1,5 +1,5 @@ extensions: .cs -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.DynamicLinq/Webhooks/LinqWebhookFilterEvaluator.cs b/src/Deveel.Webhooks.DynamicLinq/Webhooks/LinqWebhookFilterEvaluator.cs index 2bffed6..cf60fb1 100644 --- a/src/Deveel.Webhooks.DynamicLinq/Webhooks/LinqWebhookFilterEvaluator.cs +++ b/src/Deveel.Webhooks.DynamicLinq/Webhooks/LinqWebhookFilterEvaluator.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.DynamicLinq/Webhooks/WebhookNotifierBuilderExtensions.cs b/src/Deveel.Webhooks.DynamicLinq/Webhooks/WebhookNotifierBuilderExtensions.cs index 877aa9c..ab54751 100644 --- a/src/Deveel.Webhooks.DynamicLinq/Webhooks/WebhookNotifierBuilderExtensions.cs +++ b/src/Deveel.Webhooks.DynamicLinq/Webhooks/WebhookNotifierBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Model/Webhooks/IEventInfo.cs b/src/Deveel.Webhooks.Model/Webhooks/IEventInfo.cs index de454af..a09e549 100644 --- a/src/Deveel.Webhooks.Model/Webhooks/IEventInfo.cs +++ b/src/Deveel.Webhooks.Model/Webhooks/IEventInfo.cs @@ -1,4 +1,18 @@ -namespace Deveel.Webhooks { +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +namespace Deveel.Webhooks { /// /// Defines a contract for an event that might trigger /// the notification of a webhook diff --git a/src/Deveel.Webhooks.Model/Webhooks/IWebhook.cs b/src/Deveel.Webhooks.Model/Webhooks/IWebhook.cs index 525c9cb..f20eb29 100644 --- a/src/Deveel.Webhooks.Model/Webhooks/IWebhook.cs +++ b/src/Deveel.Webhooks.Model/Webhooks/IWebhook.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Model/Webhooks/IWebhookDeliveryAttempt.cs b/src/Deveel.Webhooks.Model/Webhooks/IWebhookDeliveryAttempt.cs index f4d6b60..f212352 100644 --- a/src/Deveel.Webhooks.Model/Webhooks/IWebhookDeliveryAttempt.cs +++ b/src/Deveel.Webhooks.Model/Webhooks/IWebhookDeliveryAttempt.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Model/Webhooks/IWebhookDeliveryResult.cs b/src/Deveel.Webhooks.Model/Webhooks/IWebhookDeliveryResult.cs index e41f4b8..9c7becd 100644 --- a/src/Deveel.Webhooks.Model/Webhooks/IWebhookDeliveryResult.cs +++ b/src/Deveel.Webhooks.Model/Webhooks/IWebhookDeliveryResult.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Model/Webhooks/IWebhookFilter.cs b/src/Deveel.Webhooks.Model/Webhooks/IWebhookFilter.cs index 9edc0fc..8f03455 100644 --- a/src/Deveel.Webhooks.Model/Webhooks/IWebhookFilter.cs +++ b/src/Deveel.Webhooks.Model/Webhooks/IWebhookFilter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Model/Webhooks/IWebhookReceiver.cs b/src/Deveel.Webhooks.Model/Webhooks/IWebhookReceiver.cs index c151f7b..c7cde16 100644 --- a/src/Deveel.Webhooks.Model/Webhooks/IWebhookReceiver.cs +++ b/src/Deveel.Webhooks.Model/Webhooks/IWebhookReceiver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Model/Webhooks/IWebhookSubscription.cs b/src/Deveel.Webhooks.Model/Webhooks/IWebhookSubscription.cs index 6020d9e..0d8637b 100644 --- a/src/Deveel.Webhooks.Model/Webhooks/IWebhookSubscription.cs +++ b/src/Deveel.Webhooks.Model/Webhooks/IWebhookSubscription.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Model/Webhooks/WebhookSubscriptionStatus.cs b/src/Deveel.Webhooks.Model/Webhooks/WebhookSubscriptionStatus.cs index 41e8765..3502597 100644 --- a/src/Deveel.Webhooks.Model/Webhooks/WebhookSubscriptionStatus.cs +++ b/src/Deveel.Webhooks.Model/Webhooks/WebhookSubscriptionStatus.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore.NewtonsoftJson/Webhooks/NewtonsoftWebhookJsonParser.cs b/src/Deveel.Webhooks.Receiver.AspNetCore.NewtonsoftJson/Webhooks/NewtonsoftWebhookJsonParser.cs index e36cb17..7ae4292 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore.NewtonsoftJson/Webhooks/NewtonsoftWebhookJsonParser.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore.NewtonsoftJson/Webhooks/NewtonsoftWebhookJsonParser.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Json/JsonDiscriminatorAttribute.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Json/JsonDiscriminatorAttribute.cs index 59dc1cd..7d87179 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Json/JsonDiscriminatorAttribute.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Json/JsonDiscriminatorAttribute.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Json/JsonKnownTypeAttribute.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Json/JsonKnownTypeAttribute.cs index 9bf33d2..6597b87 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Json/JsonKnownTypeAttribute.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Json/JsonKnownTypeAttribute.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Json/PolymorphicJsonConverter.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Json/PolymorphicJsonConverter.cs index 0f17e31..3699054 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Json/PolymorphicJsonConverter.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Json/PolymorphicJsonConverter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Json/UnixTimeMillisConverter.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Json/UnixTimeMillisConverter.cs index 52cd0ca..79e6f0c 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Json/UnixTimeMillisConverter.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Json/UnixTimeMillisConverter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Json/UnixTimeSecondsConverter.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Json/UnixTimeSecondsConverter.cs index 4c87c83..12b43a9 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Json/UnixTimeSecondsConverter.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Json/UnixTimeSecondsConverter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/ApplicationBuilderExtensions.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/ApplicationBuilderExtensions.cs index c7ca264..53dcb82 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/ApplicationBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/ApplicationBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/DelegatedWebhookHandler.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/DelegatedWebhookHandler.cs index f91df7e..540b2b8 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/DelegatedWebhookHandler.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/DelegatedWebhookHandler.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/HandlerExecutionMode.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/HandlerExecutionMode.cs index ed29b35..5fd7d1d 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/HandlerExecutionMode.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/HandlerExecutionMode.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookFormParser.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookFormParser.cs index e47250b..f499005 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookFormParser.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookFormParser.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookHandler.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookHandler.cs index f16f610..43cba4e 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookHandler.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookHandler.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookHandlerInitialize.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookHandlerInitialize.cs index 3b42b4e..e039231 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookHandlerInitialize.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookHandlerInitialize.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookJsonParser_1.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookJsonParser_1.cs index 48ffbc8..fe169ee 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookJsonParser_1.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookJsonParser_1.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookReceiver.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookReceiver.cs index 51d9a11..2fc7799 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookReceiver.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookReceiver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookRequestVerifier.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookRequestVerifier.cs index c14f4f6..f09bc79 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookRequestVerifier.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookRequestVerifier.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookVerificationResult.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookVerificationResult.cs index cc9041b..cced248 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookVerificationResult.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookVerificationResult.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookXmlParser.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookXmlParser.cs index 4e36646..f3e71ec 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookXmlParser.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/IWebhookXmlParser.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/LoggerExtensions.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/LoggerExtensions.cs index 2aec2b5..0c20b17 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/LoggerExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/LoggerExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/ServiceCollectionExtensions.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/ServiceCollectionExtensions.cs index fbf7e5e..072719e 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/ServiceCollectionExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/ServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/SystemTextWebhookJsonParser.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/SystemTextWebhookJsonParser.cs index 40bb9f6..f62da89 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/SystemTextWebhookJsonParser.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/SystemTextWebhookJsonParser.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/SystemWebhookXmlParser.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/SystemWebhookXmlParser.cs index e793ab2..c3c8ff3 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/SystemWebhookXmlParser.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/SystemWebhookXmlParser.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookContentFormats.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookContentFormats.cs index f27f196..979b76c 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookContentFormats.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookContentFormats.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookDelegatedReceiverMiddleware.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookDelegatedReceiverMiddleware.cs index 5bdf578..8de7704 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookDelegatedReceiverMiddleware.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookDelegatedReceiverMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookHandler.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookHandler.cs index d5acd7a..11300df 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookHandler.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookHandler.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookHandlingOptions.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookHandlingOptions.cs index b495102..2f60995 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookHandlingOptions.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookHandlingOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookJsonParserExtensions.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookJsonParserExtensions.cs index c461b68..97d8aff 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookJsonParserExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookJsonParserExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookParseException.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookParseException.cs index c5f8845..2ba5e96 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookParseException.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookParseException.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiveResult.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiveResult.cs index 90ccb60..7db96b0 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiveResult.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiveResult.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiver.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiver.cs index 35fc4ab..83d6229 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiver.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverBuilder_1.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverBuilder_1.cs index b3a0a48..f2a89d6 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverBuilder_1.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverBuilder_1.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverException.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverException.cs index a39b8c0..2c4825e 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverException.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverException.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverMiddleware.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverMiddleware.cs index a02a133..af665bc 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverMiddleware.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverOptions.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverOptions.cs index 4441dda..4da2a00 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverOptions.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiverOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRequestVerfierMiddleware.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRequestVerfierMiddleware.cs index 2ec7c81..a5bc12e 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRequestVerfierMiddleware.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRequestVerfierMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRequestVerifier.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRequestVerifier.cs index 0d7d41e..79bfa77 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRequestVerifier.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRequestVerifier.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRootType.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRootType.cs index 369a346..02d2b4e 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRootType.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookRootType.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookSignatureOptions.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookSignatureOptions.cs index c183114..c7341ca 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookSignatureOptions.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookSignatureOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerificationOptions.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerificationOptions.cs index b789520..961a266 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerificationOptions.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerificationOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerificationResult.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerificationResult.cs index 9607ddf..18ad6cc 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerificationResult.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerificationResult.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerifierBuilder.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerifierBuilder.cs index 786b9d5..3481862 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerifierBuilder.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookVerifierBuilder.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookXmlParserExtensions.cs b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookXmlParserExtensions.cs index 5253086..6d8fcfe 100644 --- a/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookXmlParserExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookXmlParserExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ApplicationBuilderExtensions.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ApplicationBuilderExtensions.cs index fb72108..9e16ae2 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ApplicationBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ApplicationBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ConfigureWebhookReceiverOptions.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ConfigureWebhookReceiverOptions.cs index 4165cb1..53c0452 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ConfigureWebhookReceiverOptions.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ConfigureWebhookReceiverOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ConfigureWebhookVerificationOptions.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ConfigureWebhookVerificationOptions.cs index 649635b..6812f5d 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ConfigureWebhookVerificationOptions.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ConfigureWebhookVerificationOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AssetAttachment.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AssetAttachment.cs index 81fc305..5bb30eb 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AssetAttachment.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AssetAttachment.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Attachment.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Attachment.cs index a6dbd7f..d345f1e 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Attachment.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Attachment.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AttachmentType.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AttachmentType.cs index bf0b08a..204692e 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AttachmentType.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AttachmentType.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AttachmentTypeNames.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AttachmentTypeNames.cs index e18d796..81edf0a 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AttachmentTypeNames.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AttachmentTypeNames.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AudioAttachment.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AudioAttachment.cs index 7b7aa1c..28f767d 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AudioAttachment.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/AudioAttachment.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookJsonSerializer.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookJsonSerializer.cs index 543dbb5..c03f2e3 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookJsonSerializer.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookJsonSerializer.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookMessagingEntry.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookMessagingEntry.cs index 284ab28..62a5616 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookMessagingEntry.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookMessagingEntry.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookWebhook.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookWebhook.cs index e4c09d0..4ec3afa 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookWebhook.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookWebhook.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookWebhookEntry.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookWebhookEntry.cs index ddf437e..5363e5d 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookWebhookEntry.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FacebookWebhookEntry.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FallbackAttachment.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FallbackAttachment.cs index e0fab63..5856d59 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FallbackAttachment.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FallbackAttachment.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FallbackPayload.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FallbackPayload.cs index 99256c3..2d2dda3 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FallbackPayload.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FallbackPayload.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FileAttachment.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FileAttachment.cs index 0cde79b..02d9155 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FileAttachment.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/FileAttachment.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/GameContextType.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/GameContextType.cs index 512370a..291631a 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/GameContextType.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/GameContextType.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/GamePlay.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/GamePlay.cs index a12d1ca..efb8650 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/GamePlay.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/GamePlay.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ImageAttachment.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ImageAttachment.cs index c99f642..40ee0a2 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ImageAttachment.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ImageAttachment.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageDelivery.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageDelivery.cs index 898f72d..5e4332f 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageDelivery.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageDelivery.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageReaction.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageReaction.cs index 364d1f7..4af56df 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageReaction.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageReaction.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageRead.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageRead.cs index 450c826..831a826 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageRead.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageRead.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageRef.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageRef.cs index 672fa7e..81871cd 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageRef.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessageRef.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessagingOptIn.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessagingOptIn.cs index b1e0ed4..ad7e768 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessagingOptIn.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessagingOptIn.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessagingPart.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessagingPart.cs index 036dbd1..23519f3 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessagingPart.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/MessagingPart.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/NotificationFequency.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/NotificationFequency.cs index ab7d1e7..16b355f 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/NotificationFequency.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/NotificationFequency.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/NotificationStatus.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/NotificationStatus.cs index aafdabe..e44aaad 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/NotificationStatus.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/NotificationStatus.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Product.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Product.cs index fa6cf74..2c3d496 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Product.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Product.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ProductElement.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ProductElement.cs index ed93ecc..d76a5c0 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ProductElement.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ProductElement.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/QuickReply.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/QuickReply.cs index fd1efac..3845d38 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/QuickReply.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/QuickReply.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Reaction.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Reaction.cs index 95fcbb0..530075c 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Reaction.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/Reaction.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReactionActionType.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReactionActionType.cs index cbbab62..cc214d4 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReactionActionType.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReactionActionType.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReactionType.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReactionType.cs index d7a63b6..6c1d325 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReactionType.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReactionType.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReceivedMessage.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReceivedMessage.cs index 6b41a4a..df18b0d 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReceivedMessage.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/ReceivedMessage.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/SenderPart.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/SenderPart.cs index a4d6d5b..937225d 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/SenderPart.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/SenderPart.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/TemplateAttachment.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/TemplateAttachment.cs index 5bf1caf..ff85189 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/TemplateAttachment.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/TemplateAttachment.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/TemplateAttachmentPayload.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/TemplateAttachmentPayload.cs index 8f5b684..7a1085d 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/TemplateAttachmentPayload.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/TemplateAttachmentPayload.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/UrlPayload.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/UrlPayload.cs index 17f4550..397c650 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/UrlPayload.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/UrlPayload.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/UserTokenStatus.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/UserTokenStatus.cs index b54c699..d0b2257 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/UserTokenStatus.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/UserTokenStatus.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/VideoAttachment.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/VideoAttachment.cs index 7a4ea1b..5b76e11 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/VideoAttachment.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/Facebook/VideoAttachment.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookReceiverOptions.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookReceiverOptions.cs index 43789d9..8a85d29 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookReceiverOptions.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookReceiverOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookRequestVerifier.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookRequestVerifier.cs index aa2d650..8d7a2e6 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookRequestVerifier.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookRequestVerifier.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookVerificationResult.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookVerificationResult.cs index f905ac9..6dc1e3d 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookVerificationResult.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookVerificationResult.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookWebhookHandlingOptions.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookWebhookHandlingOptions.cs index f7da0a7..20432e6 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookWebhookHandlingOptions.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookWebhookHandlingOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ServiceCollectionExtensions.cs b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ServiceCollectionExtensions.cs index 39268b6..b5256fa 100644 --- a/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ServiceCollectionExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.Facebook/Webhooks/ServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ApplicationBuilderExtensions.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ApplicationBuilderExtensions.cs index 98a4dc2..710d56e 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ApplicationBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ApplicationBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ConfigureWebhookReceiverOptions.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ConfigureWebhookReceiverOptions.cs index ebd4157..db950e6 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ConfigureWebhookReceiverOptions.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ConfigureWebhookReceiverOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/Json/Base64StringConverter.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/Json/Base64StringConverter.cs index 3c9e8a3..75da53b 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/Json/Base64StringConverter.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/Json/Base64StringConverter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailAddress.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailAddress.cs index 549aa37..bd1511a 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailAddress.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailAddress.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailAttachment.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailAttachment.cs index 21e5f38..8cee940 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailAttachment.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailAttachment.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailSpamReport.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailSpamReport.cs index 8c70824..550318c 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailSpamReport.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/EmailSpamReport.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/Envelope.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/Envelope.cs index 5aad846..dcdc404 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/Envelope.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/Envelope.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/MatchedRule.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/MatchedRule.cs index 0224106..d860bfd 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/MatchedRule.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/MatchedRule.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEmail.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEmail.cs index 4765133..c9f8dd2 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEmail.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEmail.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEmailStatus.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEmailStatus.cs index 1255ff4..744831e 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEmailStatus.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEmailStatus.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEventType.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEventType.cs index a4827a4..25c1d06 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEventType.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridEventType.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridWebook.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridWebook.cs index 8886392..32efcc7 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridWebook.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SendGridWebook.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SpamReportDetails.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SpamReportDetails.cs index 4bc239c..999c8d2 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SpamReportDetails.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SpamReportDetails.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SpamRuleDetails.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SpamRuleDetails.cs index 155a5e3..6ac3792 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SpamRuleDetails.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGrid/SpamRuleDetails.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridEmailFormParser.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridEmailFormParser.cs index 0da598f..de495fe 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridEmailFormParser.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridEmailFormParser.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridReceiverOptions.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridReceiverOptions.cs index f658eb7..fdac370 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridReceiverOptions.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridReceiverOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridWebhookParser.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridWebhookParser.cs index 7bf47f5..ef9a9f3 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridWebhookParser.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridWebhookParser.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridWebhookSignature.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridWebhookSignature.cs index 20011b4..bfc602e 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridWebhookSignature.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridWebhookSignature.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ServiceCollectionExtensions.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ServiceCollectionExtensions.cs index d335ad8..ff72d69 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ServiceCollectionExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/ServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/WebhookReceiverBuilderExtensions.cs b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/WebhookReceiverBuilderExtensions.cs index cce4b28..b722944 100644 --- a/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/WebhookReceiverBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/WebhookReceiverBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ApplicationBuilderExtensions.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ApplicationBuilderExtensions.cs index 51215ff..e4e86d1 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ApplicationBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ApplicationBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ConfigureWebhookReceiverOptions.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ConfigureWebhookReceiverOptions.cs index a62d0ae..ad2f827 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ConfigureWebhookReceiverOptions.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ConfigureWebhookReceiverOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ServiceCollectionExtensions.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ServiceCollectionExtensions.cs index af69a59..bed8b55 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ServiceCollectionExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/ServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MediaElement.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MediaElement.cs index 3fe8059..d68290f 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MediaElement.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MediaElement.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MessagePart.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MessagePart.cs index f466b02..e6e5e8d 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MessagePart.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MessagePart.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MessageStatus.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MessageStatus.cs index 38f1369..779ce3f 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MessageStatus.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/MessageStatus.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/Segment.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/Segment.cs index d14d7fb..5d5b732 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/Segment.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/Segment.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/TwilioWebhook.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/TwilioWebhook.cs index 668b229..2d99337 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/TwilioWebhook.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/TwilioWebhook.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/TwilioWebhookParser.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/TwilioWebhookParser.cs index 9489a2c..7dc1323 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/TwilioWebhookParser.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/Twilio/TwilioWebhookParser.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioReceiverOptions.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioReceiverOptions.cs index d5dc417..f3546fa 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioReceiverOptions.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioReceiverOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioSignature.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioSignature.cs index cfb924d..674876a 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioSignature.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioSignature.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioWebhookFormParser.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioWebhookFormParser.cs index 1725b30..a6144eb 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioWebhookFormParser.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/TwilioWebhookFormParser.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/WebhookReceiverBuilderExtensions.cs b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/WebhookReceiverBuilderExtensions.cs index caf8782..deaa052 100644 --- a/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/WebhookReceiverBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Receiver.Twilio/Webhooks/WebhookReceiverBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender.NewtonsoftJson/Webhooks/NewtonsoftWebhookJsonSerializer.cs b/src/Deveel.Webhooks.Sender.NewtonsoftJson/Webhooks/NewtonsoftWebhookJsonSerializer.cs index 83d8240..80cc1d4 100644 --- a/src/Deveel.Webhooks.Sender.NewtonsoftJson/Webhooks/NewtonsoftWebhookJsonSerializer.cs +++ b/src/Deveel.Webhooks.Sender.NewtonsoftJson/Webhooks/NewtonsoftWebhookJsonSerializer.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender.NewtonsoftJson/Webhooks/WebhookSenderBuilderExtensions.cs b/src/Deveel.Webhooks.Sender.NewtonsoftJson/Webhooks/WebhookSenderBuilderExtensions.cs index 245fad5..7157f81 100644 --- a/src/Deveel.Webhooks.Sender.NewtonsoftJson/Webhooks/WebhookSenderBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Sender.NewtonsoftJson/Webhooks/WebhookSenderBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/ServiceCollectionExtensions.cs b/src/Deveel.Webhooks.Sender/ServiceCollectionExtensions.cs index aa63eca..36b5bff 100644 --- a/src/Deveel.Webhooks.Sender/ServiceCollectionExtensions.cs +++ b/src/Deveel.Webhooks.Sender/ServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/DestinationVerificationResult.cs b/src/Deveel.Webhooks.Sender/Webhooks/DestinationVerificationResult.cs index 3d8bde4..179b08c 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/DestinationVerificationResult.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/DestinationVerificationResult.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/IWebhookDestinationVerifier.cs b/src/Deveel.Webhooks.Sender/Webhooks/IWebhookDestinationVerifier.cs index 6a3bff5..4f361c2 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/IWebhookDestinationVerifier.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/IWebhookDestinationVerifier.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/IWebhookJsonSerializer.cs b/src/Deveel.Webhooks.Sender/Webhooks/IWebhookJsonSerializer.cs index a80cbdb..593fd49 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/IWebhookJsonSerializer.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/IWebhookJsonSerializer.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/IWebhookSender.cs b/src/Deveel.Webhooks.Sender/Webhooks/IWebhookSender.cs index 6a728fd..7d33177 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/IWebhookSender.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/IWebhookSender.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/IWebhookXmlSerializer.cs b/src/Deveel.Webhooks.Sender/Webhooks/IWebhookXmlSerializer.cs index 092cd0c..6154901 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/IWebhookXmlSerializer.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/IWebhookXmlSerializer.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/Json/UnixTimeMillisJsonConverter.cs b/src/Deveel.Webhooks.Sender/Webhooks/Json/UnixTimeMillisJsonConverter.cs index c594eca..0fe532b 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/Json/UnixTimeMillisJsonConverter.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/Json/UnixTimeMillisJsonConverter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/LoggerExtensions.cs b/src/Deveel.Webhooks.Sender/Webhooks/LoggerExtensions.cs index a40276e..0930616 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/LoggerExtensions.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/LoggerExtensions.cs @@ -1,4 +1,18 @@ -using System; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/Deveel.Webhooks.Sender/Webhooks/SystemTextWebhookJsonSerializer.cs b/src/Deveel.Webhooks.Sender/Webhooks/SystemTextWebhookJsonSerializer.cs index f3f1422..653319d 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/SystemTextWebhookJsonSerializer.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/SystemTextWebhookJsonSerializer.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/SystemWebhookXmlSerializer.cs b/src/Deveel.Webhooks.Sender/Webhooks/SystemWebhookXmlSerializer.cs index 27a053e..10709c5 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/SystemWebhookXmlSerializer.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/SystemWebhookXmlSerializer.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/Types/TypeCreator.cs b/src/Deveel.Webhooks.Sender/Webhooks/Types/TypeCreator.cs index 7d0f48e..3af07b8 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/Types/TypeCreator.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/Types/TypeCreator.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/UriExtensions.cs b/src/Deveel.Webhooks.Sender/Webhooks/UriExtensions.cs index 3803be3..497d1f4 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/UriExtensions.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/UriExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/VerificationTokenLocation.cs b/src/Deveel.Webhooks.Sender/Webhooks/VerificationTokenLocation.cs index ac844a9..b1f3553 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/VerificationTokenLocation.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/VerificationTokenLocation.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDeliveryAttempt.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDeliveryAttempt.cs index 03ca23e..8aad702 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDeliveryAttempt.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDeliveryAttempt.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDeliveryResult.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDeliveryResult.cs index 90f12f9..85be7f6 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDeliveryResult.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDeliveryResult.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestination.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestination.cs index 8eb8f43..fc95d43 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestination.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestination.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationSignatureOptions.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationSignatureOptions.cs index 377c215..549cf54 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationSignatureOptions.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationSignatureOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationVerificationOptions.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationVerificationOptions.cs index 3e436ef..d907f89 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationVerificationOptions.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationVerificationOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationVerifier.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationVerifier.cs index 6df64d9..45ff747 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationVerifier.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookDestinationVerifier.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookFormat.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookFormat.cs index fb3c409..4eccd55 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookFormat.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookFormat.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookJsonSerializerExtensions.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookJsonSerializerExtensions.cs index bc612c8..78dece7 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookJsonSerializerExtensions.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookJsonSerializerExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookReceiverVerificationOptions.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookReceiverVerificationOptions.cs index f905dda..81246fa 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookReceiverVerificationOptions.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookReceiverVerificationOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookRetryOptions.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookRetryOptions.cs index 77c96ec..356bd1c 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookRetryOptions.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookRetryOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSender.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSender.cs index dc11e8f..ea78fba 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSender.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSender.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderBuilder.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderBuilder.cs index 4d41de3..b242bac 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderBuilder.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderBuilder.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderDefaults.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderDefaults.cs index 4ebf505..a992471 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderDefaults.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderDefaults.cs @@ -1,4 +1,18 @@ -namespace Deveel.Webhooks { +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +namespace Deveel.Webhooks { /// /// The default configuration values for the webhooks sender. /// diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderException.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderException.cs index effeb6f..cf14fa5 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderException.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderException.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderOptions.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderOptions.cs index b83c91d..8c5258c 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderOptions.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderSignatureOptions.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderSignatureOptions.cs index 834e9cb..0eb1327 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderSignatureOptions.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSenderSignatureOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSerializationException.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSerializationException.cs index fbc4ab1..b1dea87 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookSerializationException.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookSerializationException.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookTypeCache.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookTypeCache.cs index e245e35..4fcce3c 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookTypeCache.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookTypeCache.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookVerificationException.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookVerificationException.cs index 0657678..1e55544 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookVerificationException.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookVerificationException.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/WebhookXmlSerializerExtensions.cs b/src/Deveel.Webhooks.Sender/Webhooks/WebhookXmlSerializerExtensions.cs index b1cfbc6..8933e03 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/WebhookXmlSerializerExtensions.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/WebhookXmlSerializerExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Sender/Webhooks/XmlSerializerOptions.cs b/src/Deveel.Webhooks.Sender/Webhooks/XmlSerializerOptions.cs index eb634a9..0ec32f5 100644 --- a/src/Deveel.Webhooks.Sender/Webhooks/XmlSerializerOptions.cs +++ b/src/Deveel.Webhooks.Sender/Webhooks/XmlSerializerOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbEventInfo.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbEventInfo.cs index 052bb0c..a932f97 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbEventInfo.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbEventInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbEventInfoConfiguration.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbEventInfoConfiguration.cs index 57031d1..f07e96a 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbEventInfoConfiguration.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbEventInfoConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhook.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhook.cs index 020fba2..95911c5 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhook.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhook.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookConfiguration.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookConfiguration.cs index 852061d..bb97825 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookConfiguration.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookConfiguration.cs @@ -1,4 +1,18 @@ -using Microsoft.EntityFrameworkCore; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace Deveel.Webhooks { diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryAttempt.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryAttempt.cs index a2ae445..e67712e 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryAttempt.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryAttempt.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryAttemptConfiguration.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryAttemptConfiguration.cs index 6a4a01f..d96d2bd 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryAttemptConfiguration.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryAttemptConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryResult.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryResult.cs index 0d26b41..0fdbd85 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryResult.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryResult.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryResultConfiguration.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryResultConfiguration.cs index 78f6fb5..d1cc0ee 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryResultConfiguration.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryResultConfiguration.cs @@ -1,4 +1,18 @@ -using Microsoft.EntityFrameworkCore; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace Deveel.Webhooks { diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookFilter.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookFilter.cs index 07d2a25..80f73eb 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookFilter.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookFilter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookFilterConfiguration.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookFilterConfiguration.cs index 54aef9f..f6a14bf 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookFilterConfiguration.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookFilterConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiver.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiver.cs index 539de2c..ef077a9 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiver.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverConfiguration.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverConfiguration.cs index ee9c3c1..d95dc27 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverConfiguration.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverHeader.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverHeader.cs index 6e4c2b0..fa47edf 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverHeader.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverHeader.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverHeaderConfiguration.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverHeaderConfiguration.cs index 03ba890..6812250 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverHeaderConfiguration.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookReceiverHeaderConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscription.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscription.cs index 78a1c8b..ddf881c 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscription.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscription.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionConfiguration.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionConfiguration.cs index 40097e3..c2b4979 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionConfiguration.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionEvent.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionEvent.cs index f987c4d..77685db 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionEvent.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionEvent.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionEventConfiguration.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionEventConfiguration.cs index 35db5dd..3a0218f 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionEventConfiguration.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionEventConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionHeader.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionHeader.cs index af95a46..9a7803c 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionHeader.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionHeader.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionHeaderConfiguration.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionHeaderConfiguration.cs index 19c8af8..a8585f8 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionHeaderConfiguration.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionHeaderConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionProperty.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionProperty.cs index 6435b0f..844d56f 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionProperty.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionProperty.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionPropertyConfiguration.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionPropertyConfiguration.cs index fd81c49..a465f04 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionPropertyConfiguration.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookSubscriptionPropertyConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookValueConvert.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookValueConvert.cs index 09955d9..bd07db6 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookValueConvert.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookValueConvert.cs @@ -1,4 +1,18 @@ -using System.Globalization; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using System.Globalization; namespace Deveel.Webhooks { /// diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookValueTypes.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookValueTypes.cs index aad9d76..c32e8f7 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookValueTypes.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookValueTypes.cs @@ -1,4 +1,18 @@ -namespace Deveel.Webhooks { +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +namespace Deveel.Webhooks { /// /// Provides the types of values that can be /// handled by a webhook subscription property. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookDeliveryResultRepository.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookDeliveryResultRepository.cs index 265de72..4f2b365 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookDeliveryResultRepository.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookDeliveryResultRepository.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookDeliveryResultRepository_T.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookDeliveryResultRepository_T.cs index a9bcc2d..bfd8e13 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookDeliveryResultRepository_T.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookDeliveryResultRepository_T.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookStorageBuilder.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookStorageBuilder.cs index b1d0488..2bd8e1d 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookStorageBuilder.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookStorageBuilder.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookSubscriptionRepository.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookSubscriptionRepository.cs index fa75933..3614c8c 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookSubscriptionRepository.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookSubscriptionRepository.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookSubscriptionRepository_T.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookSubscriptionRepository_T.cs index 86770fa..b635cfa 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookSubscriptionRepository_T.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookSubscriptionRepository_T.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/IDbWebhookConverter.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/IDbWebhookConverter.cs index f0800eb..d34fd0d 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/IDbWebhookConverter.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/IDbWebhookConverter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookDbContext.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookDbContext.cs index bdb52eb..7a609f6 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookDbContext.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookDbContext.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookEntityException.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookEntityException.cs index fb67472..28c4997 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookEntityException.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookEntityException.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookNotifierBuilderExtensions.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookNotifierBuilderExtensions.cs index b00f2bb..71cf8b6 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookNotifierBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookNotifierBuilderExtensions.cs @@ -1,4 +1,18 @@ -using Deveel.Data; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using Deveel.Data; namespace Deveel.Webhooks { /// diff --git a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookSubscriptionBuilderExtensions.cs b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookSubscriptionBuilderExtensions.cs index 8b08fd7..b5f9f5a 100644 --- a/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookSubscriptionBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookSubscriptionBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/BsonValueUtil.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/BsonValueUtil.cs index 3eeedd1..800b541 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/BsonValueUtil.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/BsonValueUtil.cs @@ -1,4 +1,18 @@ -using System.Collections; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using System.Collections; using System.Reflection; using MongoDB.Bson; diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/DefaultMongoWebhookConverter.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/DefaultMongoWebhookConverter.cs index 9f3958a..19ed693 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/DefaultMongoWebhookConverter.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/DefaultMongoWebhookConverter.cs @@ -1,4 +1,18 @@ -namespace Deveel.Webhooks { +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +namespace Deveel.Webhooks { /// /// A default implementation of that /// attempts to convert the given webhook object into a diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/IMongoDbWebhookContext.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/IMongoDbWebhookContext.cs index baea7f7..ea80bcd 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/IMongoDbWebhookContext.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/IMongoDbWebhookContext.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/IWebhookConverter.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/IWebhookConverter.cs index 1033449..cf3d7e7 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/IWebhookConverter.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/IWebhookConverter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookContext.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookContext.cs index 6735c92..85122f7 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookContext.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookContext.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryRepositoryRepositoryProvider.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryRepositoryRepositoryProvider.cs index e581d28..5333a02 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryRepositoryRepositoryProvider.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryRepositoryRepositoryProvider.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultLogger.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultLogger.cs index f411f6c..307d270 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultLogger.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultLogger.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepository.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepository.cs index dc47d5e..cbe8312 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepository.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepository.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepositoryProvider.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepositoryProvider.cs index 16113ad..01ab0f1 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepositoryProvider.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepositoryProvider.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepository_T.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepository_T.cs index f3749d4..7d7fe45 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepository_T.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookDeliveryResultRepository_T.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookStorageBuilder.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookStorageBuilder.cs index 202e4c3..d653cff 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookStorageBuilder.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookStorageBuilder.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookStorageConstants.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookStorageConstants.cs index e91a826..bb06af1 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookStorageConstants.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookStorageConstants.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepository.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepository.cs index f47fc37..a7ee7ad 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepository.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepository.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepositoryProvider.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepositoryProvider.cs index b9b726f..0459fad 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepositoryProvider.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepositoryProvider.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepositoryProvider_T.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepositoryProvider_T.cs index d397202..fe06ef7 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepositoryProvider_T.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepositoryProvider_T.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepository_T.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepository_T.cs index 7ba762c..1059ca0 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepository_T.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookSubscriptionRepository_T.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookTenantContext.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookTenantContext.cs index 58b3a34..a8aa767 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookTenantContext.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoDbWebhookTenantContext.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoEventInfo.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoEventInfo.cs index 4d14081..f86adca 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoEventInfo.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoEventInfo.cs @@ -1,4 +1,18 @@ -// Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable. +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable. #pragma warning disable CS8618 using System.ComponentModel.DataAnnotations.Schema; diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhook.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhook.cs index 68ccb9d..5f03ad2 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhook.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhook.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookDeliveryAttempt.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookDeliveryAttempt.cs index ae749f0..dfb1ed3 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookDeliveryAttempt.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookDeliveryAttempt.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookDeliveryResult.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookDeliveryResult.cs index e17ee80..60aa48a 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookDeliveryResult.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookDeliveryResult.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookFilter.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookFilter.cs index bbe385d..b7d9ebf 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookFilter.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookFilter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookReceiver.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookReceiver.cs index ed0387f..90ed507 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookReceiver.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookReceiver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookSubscription.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookSubscription.cs index 57146c8..268797e 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookSubscription.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/MongoWebhookSubscription.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookMongoException.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookMongoException.cs index 58ea48a..bf517fd 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookMongoException.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookMongoException.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookNotifierBuilderExtensions.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookNotifierBuilderExtensions.cs index 3a589c9..807cbfd 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookNotifierBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookNotifierBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookSubscriptionBuilderExtensions.cs b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookSubscriptionBuilderExtensions.cs index c5e1738..4dd7f0f 100644 --- a/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookSubscriptionBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Service.MongoDb/Webhooks/WebhookSubscriptionBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/Caching/IWebhookSubscriptionCache.cs b/src/Deveel.Webhooks.Service/Webhooks/Caching/IWebhookSubscriptionCache.cs index 7b3ebf8..8f2371a 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/Caching/IWebhookSubscriptionCache.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/Caching/IWebhookSubscriptionCache.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/IWebhookDeliveryResultRepository.cs b/src/Deveel.Webhooks.Service/Webhooks/IWebhookDeliveryResultRepository.cs index f0d9c8c..7d983b7 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/IWebhookDeliveryResultRepository.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/IWebhookDeliveryResultRepository.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/IWebhookDeliveryResultRepositoryProvider.cs b/src/Deveel.Webhooks.Service/Webhooks/IWebhookDeliveryResultRepositoryProvider.cs index cca746b..cbebb1a 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/IWebhookDeliveryResultRepositoryProvider.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/IWebhookDeliveryResultRepositoryProvider.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepository.cs b/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepository.cs index dc1c5b2..df08817 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepository.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepository.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepositoryProvider.cs b/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepositoryProvider.cs index 7a9caf6..f64fbc4 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepositoryProvider.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepositoryProvider.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionValidator.cs b/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionValidator.cs index b3c672c..3270119 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionValidator.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionValidator.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/LoggerEventIds.cs b/src/Deveel.Webhooks.Service/Webhooks/LoggerEventIds.cs index 0be88c3..d4bb784 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/LoggerEventIds.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/LoggerEventIds.cs @@ -1,4 +1,18 @@ -namespace Deveel.Webhooks { +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +namespace Deveel.Webhooks { static class LoggerEventIds { public const int UnknownError = -40000012; public const int UnknownSubscriptionError = -40000013; diff --git a/src/Deveel.Webhooks.Service/Webhooks/LoggerExtensions.cs b/src/Deveel.Webhooks.Service/Webhooks/LoggerExtensions.cs index e37c6a5..ecc8203 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/LoggerExtensions.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/LoggerExtensions.cs @@ -1,4 +1,18 @@ -using Microsoft.Extensions.Logging; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using Microsoft.Extensions.Logging; namespace Deveel.Webhooks { static partial class LoggerExtensions { diff --git a/src/Deveel.Webhooks.Service/Webhooks/ServiceCollectionExtensions.cs b/src/Deveel.Webhooks.Service/Webhooks/ServiceCollectionExtensions.cs index 220fbc6..ab78fb1 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/ServiceCollectionExtensions.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/ServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/TenantWebhookSubscriptionResolver.cs b/src/Deveel.Webhooks.Service/Webhooks/TenantWebhookSubscriptionResolver.cs index f88af76..4576a97 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/TenantWebhookSubscriptionResolver.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/TenantWebhookSubscriptionResolver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/WebhookNotifierBuilderExtensions.cs b/src/Deveel.Webhooks.Service/Webhooks/WebhookNotifierBuilderExtensions.cs index 72d3b2f..a389673 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/WebhookNotifierBuilderExtensions.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/WebhookNotifierBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/WebhookServiceException.cs b/src/Deveel.Webhooks.Service/Webhooks/WebhookServiceException.cs index cbb1b0a..4dae2b1 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/WebhookServiceException.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/WebhookServiceException.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionBuilder.cs b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionBuilder.cs index 98c36e3..049f3c8 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionBuilder.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionBuilder.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionErrorCodes.cs b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionErrorCodes.cs index 3dd55db..69e9c50 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionErrorCodes.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionErrorCodes.cs @@ -1,4 +1,18 @@ -namespace Deveel.Webhooks { +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +namespace Deveel.Webhooks { /// /// Provides a list of the possible error codes /// that can be returned by an operation of diff --git a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionManager_T.cs b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionManager_T.cs index c606ed9..4d14f66 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionManager_T.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionManager_T.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionResolver.cs b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionResolver.cs index 375a99e..cf35839 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionResolver.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionResolver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionValidationException.cs b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionValidationException.cs index b0aa00d..78ff193 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionValidationException.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionValidationException.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionValidator.cs b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionValidator.cs index 5ee6930..174f20c 100644 --- a/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionValidator.cs +++ b/src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionValidator.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Signers/Webhooks/IWebhookSigner.cs b/src/Deveel.Webhooks.Signers/Webhooks/IWebhookSigner.cs index 3ca8c1d..d22080f 100644 --- a/src/Deveel.Webhooks.Signers/Webhooks/IWebhookSigner.cs +++ b/src/Deveel.Webhooks.Signers/Webhooks/IWebhookSigner.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Signers/Webhooks/IWebhookSigner_1.cs b/src/Deveel.Webhooks.Signers/Webhooks/IWebhookSigner_1.cs index 3b0058a..eaf4246 100644 --- a/src/Deveel.Webhooks.Signers/Webhooks/IWebhookSigner_1.cs +++ b/src/Deveel.Webhooks.Signers/Webhooks/IWebhookSigner_1.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Signers/Webhooks/Sha1WebhookSigner.cs b/src/Deveel.Webhooks.Signers/Webhooks/Sha1WebhookSigner.cs index 444463b..f756c12 100644 --- a/src/Deveel.Webhooks.Signers/Webhooks/Sha1WebhookSigner.cs +++ b/src/Deveel.Webhooks.Signers/Webhooks/Sha1WebhookSigner.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Signers/Webhooks/Sha256WebhookSigner.cs b/src/Deveel.Webhooks.Signers/Webhooks/Sha256WebhookSigner.cs index accbf8b..8862cd6 100644 --- a/src/Deveel.Webhooks.Signers/Webhooks/Sha256WebhookSigner.cs +++ b/src/Deveel.Webhooks.Signers/Webhooks/Sha256WebhookSigner.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignature.cs b/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignature.cs index 575af38..c044675 100644 --- a/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignature.cs +++ b/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignature.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignatureLocation.cs b/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignatureLocation.cs index 51f8bc9..88086ba 100644 --- a/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignatureLocation.cs +++ b/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignatureLocation.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignerBase.cs b/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignerBase.cs index 8a4132a..13070b4 100644 --- a/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignerBase.cs +++ b/src/Deveel.Webhooks.Signers/Webhooks/WebhookSignerBase.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory.cs b/src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory.cs index 3b1f10d..be3f1a3 100644 --- a/src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory.cs +++ b/src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory_1.cs b/src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory_1.cs index e7d3635..ceb46cb 100644 --- a/src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory_1.cs +++ b/src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory_1.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/EventInfo.cs b/src/Deveel.Webhooks/Webhooks/EventInfo.cs index 91ed7a9..b6a2379 100644 --- a/src/Deveel.Webhooks/Webhooks/EventInfo.cs +++ b/src/Deveel.Webhooks/Webhooks/EventInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/EventInfoExtensions.cs b/src/Deveel.Webhooks/Webhooks/EventInfoExtensions.cs index ef7c7d7..0660e03 100644 --- a/src/Deveel.Webhooks/Webhooks/EventInfoExtensions.cs +++ b/src/Deveel.Webhooks/Webhooks/EventInfoExtensions.cs @@ -1,4 +1,18 @@ -using System; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; diff --git a/src/Deveel.Webhooks/Webhooks/ITenantWebhookNotifier.cs b/src/Deveel.Webhooks/Webhooks/ITenantWebhookNotifier.cs index 2bc402e..877f28a 100644 --- a/src/Deveel.Webhooks/Webhooks/ITenantWebhookNotifier.cs +++ b/src/Deveel.Webhooks/Webhooks/ITenantWebhookNotifier.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/ITenantWebhookSubscriptionResolver.cs b/src/Deveel.Webhooks/Webhooks/ITenantWebhookSubscriptionResolver.cs index fee3a38..7a0d59a 100644 --- a/src/Deveel.Webhooks/Webhooks/ITenantWebhookSubscriptionResolver.cs +++ b/src/Deveel.Webhooks/Webhooks/ITenantWebhookSubscriptionResolver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/ITenantWebhookSubscriptionResolver_1.cs b/src/Deveel.Webhooks/Webhooks/ITenantWebhookSubscriptionResolver_1.cs index 63d1b64..b6f0d96 100644 --- a/src/Deveel.Webhooks/Webhooks/ITenantWebhookSubscriptionResolver_1.cs +++ b/src/Deveel.Webhooks/Webhooks/ITenantWebhookSubscriptionResolver_1.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/IWebhookDeliveryResultLogger.cs b/src/Deveel.Webhooks/Webhooks/IWebhookDeliveryResultLogger.cs index 7a548ce..7285915 100644 --- a/src/Deveel.Webhooks/Webhooks/IWebhookDeliveryResultLogger.cs +++ b/src/Deveel.Webhooks/Webhooks/IWebhookDeliveryResultLogger.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/IWebhookFactory.cs b/src/Deveel.Webhooks/Webhooks/IWebhookFactory.cs index 38a6b08..10858f8 100644 --- a/src/Deveel.Webhooks/Webhooks/IWebhookFactory.cs +++ b/src/Deveel.Webhooks/Webhooks/IWebhookFactory.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/IWebhookFilterEvaluator.cs b/src/Deveel.Webhooks/Webhooks/IWebhookFilterEvaluator.cs index 69759f9..c22bc04 100644 --- a/src/Deveel.Webhooks/Webhooks/IWebhookFilterEvaluator.cs +++ b/src/Deveel.Webhooks/Webhooks/IWebhookFilterEvaluator.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/IWebhookNotifier.cs b/src/Deveel.Webhooks/Webhooks/IWebhookNotifier.cs index 7dd0645..6a7ecd9 100644 --- a/src/Deveel.Webhooks/Webhooks/IWebhookNotifier.cs +++ b/src/Deveel.Webhooks/Webhooks/IWebhookNotifier.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/IWebhookSubscriptionResolver.cs b/src/Deveel.Webhooks/Webhooks/IWebhookSubscriptionResolver.cs index f9e47f2..80eeaca 100644 --- a/src/Deveel.Webhooks/Webhooks/IWebhookSubscriptionResolver.cs +++ b/src/Deveel.Webhooks/Webhooks/IWebhookSubscriptionResolver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/IWebhookSubscriptionResolver_1.cs b/src/Deveel.Webhooks/Webhooks/IWebhookSubscriptionResolver_1.cs index e08e770..2e9dd20 100644 --- a/src/Deveel.Webhooks/Webhooks/IWebhookSubscriptionResolver_1.cs +++ b/src/Deveel.Webhooks/Webhooks/IWebhookSubscriptionResolver_1.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/LoggerExtensions.cs b/src/Deveel.Webhooks/Webhooks/LoggerExtensions.cs index c1a2896..39672c4 100644 --- a/src/Deveel.Webhooks/Webhooks/LoggerExtensions.cs +++ b/src/Deveel.Webhooks/Webhooks/LoggerExtensions.cs @@ -1,4 +1,18 @@ -using Microsoft.Extensions.Logging; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using Microsoft.Extensions.Logging; namespace Deveel.Webhooks { static partial class LoggerExtensions { diff --git a/src/Deveel.Webhooks/Webhooks/NullWebhookDeliveryResultLogger.cs b/src/Deveel.Webhooks/Webhooks/NullWebhookDeliveryResultLogger.cs index 41c082c..23287b3 100644 --- a/src/Deveel.Webhooks/Webhooks/NullWebhookDeliveryResultLogger.cs +++ b/src/Deveel.Webhooks/Webhooks/NullWebhookDeliveryResultLogger.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/ServiceCollectionExtensions.cs b/src/Deveel.Webhooks/Webhooks/ServiceCollectionExtensions.cs index e8b5702..37b9e26 100644 --- a/src/Deveel.Webhooks/Webhooks/ServiceCollectionExtensions.cs +++ b/src/Deveel.Webhooks/Webhooks/ServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/TenantWebhookNotifier.cs b/src/Deveel.Webhooks/Webhooks/TenantWebhookNotifier.cs index c57e0b0..ae492e7 100644 --- a/src/Deveel.Webhooks/Webhooks/TenantWebhookNotifier.cs +++ b/src/Deveel.Webhooks/Webhooks/TenantWebhookNotifier.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/Webhook.cs b/src/Deveel.Webhooks/Webhooks/Webhook.cs index 4cd40f6..3e97518 100644 --- a/src/Deveel.Webhooks/Webhooks/Webhook.cs +++ b/src/Deveel.Webhooks/Webhooks/Webhook.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/WebhookException.cs b/src/Deveel.Webhooks/Webhooks/WebhookException.cs index a550c6c..f820c5a 100644 --- a/src/Deveel.Webhooks/Webhooks/WebhookException.cs +++ b/src/Deveel.Webhooks/Webhooks/WebhookException.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/WebhookFilter.cs b/src/Deveel.Webhooks/Webhooks/WebhookFilter.cs index dc62659..9a9c1b4 100644 --- a/src/Deveel.Webhooks/Webhooks/WebhookFilter.cs +++ b/src/Deveel.Webhooks/Webhooks/WebhookFilter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/WebhookFilterExtensions.cs b/src/Deveel.Webhooks/Webhooks/WebhookFilterExtensions.cs index 07b1db6..e347d64 100644 --- a/src/Deveel.Webhooks/Webhooks/WebhookFilterExtensions.cs +++ b/src/Deveel.Webhooks/Webhooks/WebhookFilterExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/WebhookNotificationOptions.cs b/src/Deveel.Webhooks/Webhooks/WebhookNotificationOptions.cs index 99e19b9..0e84bdf 100644 --- a/src/Deveel.Webhooks/Webhooks/WebhookNotificationOptions.cs +++ b/src/Deveel.Webhooks/Webhooks/WebhookNotificationOptions.cs @@ -1,4 +1,18 @@ -using System; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using System; namespace Deveel.Webhooks { /// diff --git a/src/Deveel.Webhooks/Webhooks/WebhookNotificationResult.cs b/src/Deveel.Webhooks/Webhooks/WebhookNotificationResult.cs index 6fc5ac0..90e1d78 100644 --- a/src/Deveel.Webhooks/Webhooks/WebhookNotificationResult.cs +++ b/src/Deveel.Webhooks/Webhooks/WebhookNotificationResult.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/WebhookNotifier.cs b/src/Deveel.Webhooks/Webhooks/WebhookNotifier.cs index a4cfa40..0ba0766 100644 --- a/src/Deveel.Webhooks/Webhooks/WebhookNotifier.cs +++ b/src/Deveel.Webhooks/Webhooks/WebhookNotifier.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/WebhookNotifierBase.cs b/src/Deveel.Webhooks/Webhooks/WebhookNotifierBase.cs index 3ff8bec..963a7c5 100644 --- a/src/Deveel.Webhooks/Webhooks/WebhookNotifierBase.cs +++ b/src/Deveel.Webhooks/Webhooks/WebhookNotifierBase.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs b/src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs index 8976401..b1da7eb 100644 --- a/src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs +++ b/src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/WebhookSubscriptionExtensions.cs b/src/Deveel.Webhooks/Webhooks/WebhookSubscriptionExtensions.cs index 788765b..befbb2b 100644 --- a/src/Deveel.Webhooks/Webhooks/WebhookSubscriptionExtensions.cs +++ b/src/Deveel.Webhooks/Webhooks/WebhookSubscriptionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/Deveel.Webhooks/Webhooks/WebhookSubscriptionFilter.cs b/src/Deveel.Webhooks/Webhooks/WebhookSubscriptionFilter.cs index 76edd1e..eb27175 100644 --- a/src/Deveel.Webhooks/Webhooks/WebhookSubscriptionFilter.cs +++ b/src/Deveel.Webhooks/Webhooks/WebhookSubscriptionFilter.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.DynamicLinq.XUnit/Usings.cs b/test/Deveel.Webhooks.DynamicLinq.XUnit/Usings.cs index ee493c9..2383818 100644 --- a/test/Deveel.Webhooks.DynamicLinq.XUnit/Usings.cs +++ b/test/Deveel.Webhooks.DynamicLinq.XUnit/Usings.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.DynamicLinq.XUnit/Webhooks/LinqEvaluatorTests.cs b/test/Deveel.Webhooks.DynamicLinq.XUnit/Webhooks/LinqEvaluatorTests.cs index f288305..18d2e45 100644 --- a/test/Deveel.Webhooks.DynamicLinq.XUnit/Webhooks/LinqEvaluatorTests.cs +++ b/test/Deveel.Webhooks.DynamicLinq.XUnit/Webhooks/LinqEvaluatorTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.EntityFramework.XUnit/Util/IHttpRequestCallback.cs b/test/Deveel.Webhooks.EntityFramework.XUnit/Util/IHttpRequestCallback.cs index a1b0649..164b4c4 100644 --- a/test/Deveel.Webhooks.EntityFramework.XUnit/Util/IHttpRequestCallback.cs +++ b/test/Deveel.Webhooks.EntityFramework.XUnit/Util/IHttpRequestCallback.cs @@ -1,18 +1,4 @@ -// Copyright 2022-2023 Deveel -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -namespace Deveel.Util { +namespace Deveel.Util { interface IHttpRequestCallback { Task RequestsAsync(HttpRequestMessage request, CancellationToken cancellationToken); } diff --git a/test/Deveel.Webhooks.EntityFramework.XUnit/Util/ServiceCollectionExtensions.cs b/test/Deveel.Webhooks.EntityFramework.XUnit/Util/ServiceCollectionExtensions.cs index 28ec839..026b539 100644 --- a/test/Deveel.Webhooks.EntityFramework.XUnit/Util/ServiceCollectionExtensions.cs +++ b/test/Deveel.Webhooks.EntityFramework.XUnit/Util/ServiceCollectionExtensions.cs @@ -1,18 +1,4 @@ -// Copyright 2022-2023 Deveel -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -using System.Net; +using System.Net; using Microsoft.Extensions.DependencyInjection; diff --git a/test/Deveel.Webhooks.EntityFramework.XUnit/Util/TestHttpRequestCallback.cs b/test/Deveel.Webhooks.EntityFramework.XUnit/Util/TestHttpRequestCallback.cs index 28a83a0..57f6059 100644 --- a/test/Deveel.Webhooks.EntityFramework.XUnit/Util/TestHttpRequestCallback.cs +++ b/test/Deveel.Webhooks.EntityFramework.XUnit/Util/TestHttpRequestCallback.cs @@ -1,18 +1,4 @@ -// Copyright 2022-2023 Deveel -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -using System; +using System; using System.Collections.Generic; using System.Net.Http; using System.Text; diff --git a/test/Deveel.Webhooks.MongoDb.XUnit/Usings.cs b/test/Deveel.Webhooks.MongoDb.XUnit/Usings.cs index ee493c9..8c927eb 100644 --- a/test/Deveel.Webhooks.MongoDb.XUnit/Usings.cs +++ b/test/Deveel.Webhooks.MongoDb.XUnit/Usings.cs @@ -1,15 +1 @@ -// Copyright 2022-2023 Deveel -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - global using Xunit; \ No newline at end of file diff --git a/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbConfigurationTests.cs b/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbConfigurationTests.cs index 8d42825..4357e5d 100644 --- a/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbConfigurationTests.cs +++ b/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbConfigurationTests.cs @@ -1,18 +1,4 @@ -// Copyright 2022-2023 Deveel -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -using Deveel.Data; +using Deveel.Data; using Finbuckle.MultiTenant; diff --git a/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbDeliveryResultStoreTests.cs b/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbDeliveryResultStoreTests.cs index 0ddeacd..a6841db 100644 --- a/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbDeliveryResultStoreTests.cs +++ b/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbDeliveryResultStoreTests.cs @@ -1,18 +1,4 @@ -// Copyright 2022-2023 Deveel -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -using Bogus; +using Bogus; using Deveel.Data; diff --git a/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbWebhookTestBase.cs b/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbWebhookTestBase.cs index dc8fce9..14d38b7 100644 --- a/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbWebhookTestBase.cs +++ b/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MongoDbWebhookTestBase.cs @@ -1,18 +1,4 @@ -// Copyright 2022-2023 Deveel -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -using System.Net; +using System.Net; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; diff --git a/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MultiTenantWebhookDeliveryResultLoggingTests.cs b/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MultiTenantWebhookDeliveryResultLoggingTests.cs index cbb1c84..706f28e 100644 --- a/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MultiTenantWebhookDeliveryResultLoggingTests.cs +++ b/test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MultiTenantWebhookDeliveryResultLoggingTests.cs @@ -1,18 +1,4 @@ -// Copyright 2022-2023 Deveel -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -using System.Net; +using System.Net; using System.Net.Http.Json; using Deveel.Data; diff --git a/test/Deveel.Webhooks.Receiver.Facebook.XUnit/Usings.cs b/test/Deveel.Webhooks.Receiver.Facebook.XUnit/Usings.cs index ee493c9..2383818 100644 --- a/test/Deveel.Webhooks.Receiver.Facebook.XUnit/Usings.cs +++ b/test/Deveel.Webhooks.Receiver.Facebook.XUnit/Usings.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.Facebook.XUnit/Webhooks/FacebookWebhookTests.cs b/test/Deveel.Webhooks.Receiver.Facebook.XUnit/Webhooks/FacebookWebhookTests.cs index f4edb1a..01e832c 100644 --- a/test/Deveel.Webhooks.Receiver.Facebook.XUnit/Webhooks/FacebookWebhookTests.cs +++ b/test/Deveel.Webhooks.Receiver.Facebook.XUnit/Webhooks/FacebookWebhookTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Usings.cs b/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Usings.cs index ee493c9..2383818 100644 --- a/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Usings.cs +++ b/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Usings.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Webhooks/SendGridEmailTests.cs b/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Webhooks/SendGridEmailTests.cs index f16e678..e65024a 100644 --- a/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Webhooks/SendGridEmailTests.cs +++ b/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Webhooks/SendGridEmailTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Webhooks/SendGridWebhookTests.cs b/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Webhooks/SendGridWebhookTests.cs index 63e7ce2..bcd79bd 100644 --- a/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Webhooks/SendGridWebhookTests.cs +++ b/test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Webhooks/SendGridWebhookTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestSignedWebhookHandler.cs b/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestSignedWebhookHandler.cs index 7ec48d4..99e0815 100644 --- a/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestSignedWebhookHandler.cs +++ b/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestSignedWebhookHandler.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestWebhookHandler.cs b/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestWebhookHandler.cs index d01b3f5..5ffc58f 100644 --- a/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestWebhookHandler.cs +++ b/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestWebhookHandler.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestWebhookReceiver.cs b/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestWebhookReceiver.cs index 6f0cf5c..c592d70 100644 --- a/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestWebhookReceiver.cs +++ b/test/Deveel.Webhooks.Receiver.TestApi/Handlers/TestWebhookReceiver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.TestApi/Model/TestSignedWebhook.cs b/test/Deveel.Webhooks.Receiver.TestApi/Model/TestSignedWebhook.cs index f540d88..16c8bba 100644 --- a/test/Deveel.Webhooks.Receiver.TestApi/Model/TestSignedWebhook.cs +++ b/test/Deveel.Webhooks.Receiver.TestApi/Model/TestSignedWebhook.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.TestApi/Model/TestWebhook.cs b/test/Deveel.Webhooks.Receiver.TestApi/Model/TestWebhook.cs index 6d5ae23..bea9ecf 100644 --- a/test/Deveel.Webhooks.Receiver.TestApi/Model/TestWebhook.cs +++ b/test/Deveel.Webhooks.Receiver.TestApi/Model/TestWebhook.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.TestApi/Program.cs b/test/Deveel.Webhooks.Receiver.TestApi/Program.cs index 8981ecb..d948d37 100644 --- a/test/Deveel.Webhooks.Receiver.TestApi/Program.cs +++ b/test/Deveel.Webhooks.Receiver.TestApi/Program.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/DelegatedWebhookCallback.cs b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/DelegatedWebhookCallback.cs index e126325..07861d7 100644 --- a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/DelegatedWebhookCallback.cs +++ b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/DelegatedWebhookCallback.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/IWebhookCallback.cs b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/IWebhookCallback.cs index 9253b50..1d7f0c5 100644 --- a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/IWebhookCallback.cs +++ b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/IWebhookCallback.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/ReceiverTestBase.cs b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/ReceiverTestBase.cs index 5c560de..ae36447 100644 --- a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/ReceiverTestBase.cs +++ b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/ReceiverTestBase.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/ServiceCollectionExtensions.cs b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/ServiceCollectionExtensions.cs index 0fa8289..aa52396 100644 --- a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/ServiceCollectionExtensions.cs +++ b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/ServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/WebhookCallback.cs b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/WebhookCallback.cs index df9fe3e..176a538 100644 --- a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/WebhookCallback.cs +++ b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/WebhookCallback.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/WebhookReceiverBuilderExtensions.cs b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/WebhookReceiverBuilderExtensions.cs index 375764e..6f379ea 100644 --- a/test/Deveel.Webhooks.Receiver.Tests/Webhooks/WebhookReceiverBuilderExtensions.cs +++ b/test/Deveel.Webhooks.Receiver.Tests/Webhooks/WebhookReceiverBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.Twilio.XUnit/Usings.cs b/test/Deveel.Webhooks.Receiver.Twilio.XUnit/Usings.cs index ee493c9..2383818 100644 --- a/test/Deveel.Webhooks.Receiver.Twilio.XUnit/Usings.cs +++ b/test/Deveel.Webhooks.Receiver.Twilio.XUnit/Usings.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.Twilio.XUnit/Webhooks/TwilioReceiverTests.cs b/test/Deveel.Webhooks.Receiver.Twilio.XUnit/Webhooks/TwilioReceiverTests.cs index 3551d2b..34350b8 100644 --- a/test/Deveel.Webhooks.Receiver.Twilio.XUnit/Webhooks/TwilioReceiverTests.cs +++ b/test/Deveel.Webhooks.Receiver.Twilio.XUnit/Webhooks/TwilioReceiverTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/ConventionBaasedHandlerTests.cs b/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/ConventionBaasedHandlerTests.cs index 6da8527..cc8a992 100644 --- a/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/ConventionBaasedHandlerTests.cs +++ b/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/ConventionBaasedHandlerTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/FactoryBasedHandlerTests.cs b/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/FactoryBasedHandlerTests.cs index d2292d0..5e4742e 100644 --- a/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/FactoryBasedHandlerTests.cs +++ b/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/FactoryBasedHandlerTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/JsonSerializationTests.cs b/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/JsonSerializationTests.cs index 2b9231f..c8d2ba6 100644 --- a/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/JsonSerializationTests.cs +++ b/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/JsonSerializationTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/WebhookReceiveRequestTests.cs b/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/WebhookReceiveRequestTests.cs index c5715b2..e6849ec 100644 --- a/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/WebhookReceiveRequestTests.cs +++ b/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/WebhookReceiveRequestTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/XmlSerializationTests.cs b/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/XmlSerializationTests.cs index 8234ff2..fc3c64c 100644 --- a/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/XmlSerializationTests.cs +++ b/test/Deveel.Webhooks.Receiver.XUnit/Webhooks/XmlSerializationTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Sender.XUnit/Usings.cs b/test/Deveel.Webhooks.Sender.XUnit/Usings.cs index ee493c9..2383818 100644 --- a/test/Deveel.Webhooks.Sender.XUnit/Usings.cs +++ b/test/Deveel.Webhooks.Sender.XUnit/Usings.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Sender.XUnit/Webhooks/JsonSerializationTests.cs b/test/Deveel.Webhooks.Sender.XUnit/Webhooks/JsonSerializationTests.cs index 0cb6fa8..d95ae72 100644 --- a/test/Deveel.Webhooks.Sender.XUnit/Webhooks/JsonSerializationTests.cs +++ b/test/Deveel.Webhooks.Sender.XUnit/Webhooks/JsonSerializationTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Sender.XUnit/Webhooks/ServiceRegistrationTests.cs b/test/Deveel.Webhooks.Sender.XUnit/Webhooks/ServiceRegistrationTests.cs index a88aa1e..c8e3064 100644 --- a/test/Deveel.Webhooks.Sender.XUnit/Webhooks/ServiceRegistrationTests.cs +++ b/test/Deveel.Webhooks.Sender.XUnit/Webhooks/ServiceRegistrationTests.cs @@ -1,4 +1,18 @@ -using Microsoft.Extensions.Configuration; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; diff --git a/test/Deveel.Webhooks.Sender.XUnit/Webhooks/TestWebhook.cs b/test/Deveel.Webhooks.Sender.XUnit/Webhooks/TestWebhook.cs index d0a8b76..1f9de02 100644 --- a/test/Deveel.Webhooks.Sender.XUnit/Webhooks/TestWebhook.cs +++ b/test/Deveel.Webhooks.Sender.XUnit/Webhooks/TestWebhook.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Sender.XUnit/Webhooks/WebhookSenderTests.cs b/test/Deveel.Webhooks.Sender.XUnit/Webhooks/WebhookSenderTests.cs index b189a3d..493fd1a 100644 --- a/test/Deveel.Webhooks.Sender.XUnit/Webhooks/WebhookSenderTests.cs +++ b/test/Deveel.Webhooks.Sender.XUnit/Webhooks/WebhookSenderTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.Sender.XUnit/Webhooks/XmlSerializationTests.cs b/test/Deveel.Webhooks.Sender.XUnit/Webhooks/XmlSerializationTests.cs index a1a0e40..edf1a57 100644 --- a/test/Deveel.Webhooks.Sender.XUnit/Webhooks/XmlSerializationTests.cs +++ b/test/Deveel.Webhooks.Sender.XUnit/Webhooks/XmlSerializationTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.XUnit/Webhooks/EventInfoTests.cs b/test/Deveel.Webhooks.XUnit/Webhooks/EventInfoTests.cs index 3d0ed7b..52b4c49 100644 --- a/test/Deveel.Webhooks.XUnit/Webhooks/EventInfoTests.cs +++ b/test/Deveel.Webhooks.XUnit/Webhooks/EventInfoTests.cs @@ -1,4 +1,18 @@ -using System; +// Copyright 2022-2024 Antonello Provenzano +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/test/Deveel.Webhooks.XUnit/Webhooks/TenantWebhookNotificationTests.cs b/test/Deveel.Webhooks.XUnit/Webhooks/TenantWebhookNotificationTests.cs index 5f1c227..bdfc3de 100644 --- a/test/Deveel.Webhooks.XUnit/Webhooks/TenantWebhookNotificationTests.cs +++ b/test/Deveel.Webhooks.XUnit/Webhooks/TenantWebhookNotificationTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.XUnit/Webhooks/TestSubscriptionResolver.cs b/test/Deveel.Webhooks.XUnit/Webhooks/TestSubscriptionResolver.cs index 55af000..97a8f24 100644 --- a/test/Deveel.Webhooks.XUnit/Webhooks/TestSubscriptionResolver.cs +++ b/test/Deveel.Webhooks.XUnit/Webhooks/TestSubscriptionResolver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.XUnit/Webhooks/TestTenantSubscriptionResolver.cs b/test/Deveel.Webhooks.XUnit/Webhooks/TestTenantSubscriptionResolver.cs index db89792..9d2d783 100644 --- a/test/Deveel.Webhooks.XUnit/Webhooks/TestTenantSubscriptionResolver.cs +++ b/test/Deveel.Webhooks.XUnit/Webhooks/TestTenantSubscriptionResolver.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.XUnit/Webhooks/TestWebhookSubscription.cs b/test/Deveel.Webhooks.XUnit/Webhooks/TestWebhookSubscription.cs index 0bc6e37..3d25d3f 100644 --- a/test/Deveel.Webhooks.XUnit/Webhooks/TestWebhookSubscription.cs +++ b/test/Deveel.Webhooks.XUnit/Webhooks/TestWebhookSubscription.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.XUnit/Webhooks/WebhookFilterTests.cs b/test/Deveel.Webhooks.XUnit/Webhooks/WebhookFilterTests.cs index 1981ce9..b5a03ff 100644 --- a/test/Deveel.Webhooks.XUnit/Webhooks/WebhookFilterTests.cs +++ b/test/Deveel.Webhooks.XUnit/Webhooks/WebhookFilterTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.XUnit/Webhooks/WebhookNotificationTests.cs b/test/Deveel.Webhooks.XUnit/Webhooks/WebhookNotificationTests.cs index 8694d87..522cbd8 100644 --- a/test/Deveel.Webhooks.XUnit/Webhooks/WebhookNotificationTests.cs +++ b/test/Deveel.Webhooks.XUnit/Webhooks/WebhookNotificationTests.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/Deveel.Webhooks.XUnit/Webhooks/WebhookServiceTestBase.cs b/test/Deveel.Webhooks.XUnit/Webhooks/WebhookServiceTestBase.cs index 7cb03eb..e0e90dc 100644 --- a/test/Deveel.Webhooks.XUnit/Webhooks/WebhookServiceTestBase.cs +++ b/test/Deveel.Webhooks.XUnit/Webhooks/WebhookServiceTestBase.cs @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Deveel +// Copyright 2022-2024 Antonello Provenzano // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.