From 1a691224e3a393d3bd5979d9f342d41a6c6505bb Mon Sep 17 00:00:00 2001 From: Davide Scola Date: Thu, 30 Mar 2023 13:53:25 +0000 Subject: [PATCH] copyright update --- BitfinexStreamerPlugin.php | 2 +- include/AbstractFactory.php | 2 +- include/ActionInterface.php | 2 +- include/Encoder/Base64Encoder.php | 2 +- include/Encoder/EncoderFactory.php | 2 +- include/Encoder/EncoderInterface.php | 2 +- include/Encoder/HexEncoder.php | 2 +- include/Encoder/Utf8Encoder.php | 2 +- include/Record/KinesisRecord.php | 2 +- include/Record/RecordFactory.php | 2 +- include/Record/RecordInterface.php | 2 +- include/Serializer/CsvSerializer.php | 2 +- include/Serializer/JsonSerializer.php | 2 +- include/Serializer/LineDelimitedJsonSerializer.php | 2 +- include/Serializer/SerializerFactory.php | 2 +- include/Serializer/SerializerInterface.php | 2 +- include/Stream/BeanstalkStream.php | 2 +- include/Stream/StreamFactory.php | 2 +- include/Stream/StreamInterface.php | 2 +- include/Streamer/osTicket/Actions/AbstractSignal.php | 2 +- include/Streamer/osTicket/Actions/AlterSignal.php | 2 +- .../osTicket/Actions/Formats/AbstractFormatsAlterSignal.php | 2 +- .../osTicket/Actions/Formats/EncoderFormatsAlterSignal.php | 2 +- .../osTicket/Actions/Formats/RecordFormatsAlterSignal.php | 2 +- .../osTicket/Actions/Formats/SerializerFormatsAlterSignal.php | 2 +- .../osTicket/Actions/Formats/StreamFormatsAlterSignal.php | 2 +- .../osTicket/Actions/Formats/TupleFormatsAlterSignal.php | 2 +- .../osTicket/Actions/Options/AbstractOptionsAlterSignal.php | 2 +- .../osTicket/Actions/Options/EncoderOptionsAlterSignal.php | 2 +- .../Streamer/osTicket/Actions/Options/OptionsAlterSignal.php | 2 +- .../osTicket/Actions/Options/RecordOptionsAlterSignal.php | 2 +- .../osTicket/Actions/Options/SerializerOptionsAlterSignal.php | 2 +- .../osTicket/Actions/Options/StreamOptionsAlterSignal.php | 2 +- .../osTicket/Actions/Options/TupleOptionsAlterSignal.php | 2 +- .../osTicket/Actions/Options/UseCaseOptionsAlterSignal.php | 2 +- .../osTicket/Actions/UseCases/AbstractUseCasesAlterSignal.php | 2 +- .../Actions/UseCases/TicketsCreationUseCasesAlterSignal.php | 2 +- .../Streamer/osTicket/Actions/UseCases/UseCasesAlterSignal.php | 2 +- .../osTicket/Configuration/BitfinexStreamerPluginConfig.php | 2 +- .../osTicket/Configuration/HasConfigurationManagementTrait.php | 2 +- include/Streamer/osTicket/Configuration/Helper.php | 2 +- include/Streamer/osTicket/Factories/EncoderFactory.php | 2 +- include/Streamer/osTicket/Factories/RecordFactory.php | 2 +- include/Streamer/osTicket/Factories/SerializerFactory.php | 2 +- include/Streamer/osTicket/Factories/StreamFactory.php | 2 +- include/Streamer/osTicket/Factories/TupleFactory.php | 2 +- include/Streamer/osTicket/Factories/UseCaseFactory.php | 2 +- include/Streamer/osTicket/Fields/BasicTextboxField.php | 2 +- include/Streamer/osTicket/Fields/FlagsChoiceField.php | 2 +- include/Streamer/osTicket/Fields/JsonFlagsChoiceField.php | 2 +- include/Streamer/osTicket/Fields/LineEndingChoiceField.php | 2 +- include/Streamer/osTicket/Fields/TertiumNonDaturField.php | 2 +- .../osTicket/Fields/Validators/AbstractFieldValidator.php | 2 +- .../osTicket/Fields/Validators/BeanstalkTubeFieldValidator.php | 2 +- .../osTicket/Fields/Validators/FieldValidatorInterface.php | 2 +- .../osTicket/Fields/Validators/HelpdeskCodeFieldValidator.php | 2 +- .../osTicket/Fields/Validators/HostnameFieldValidator.php | 2 +- .../osTicket/Fields/Validators/KinesisStreamFieldValidator.php | 2 +- .../Fields/Validators/NonNegativeDoubleWordFieldValidator.php | 2 +- .../Fields/Validators/NonNegativeIntegerFieldValidator.php | 2 +- .../osTicket/Fields/Validators/NotBlankFieldValidator.php | 2 +- .../osTicket/Fields/Validators/NotEmptyFieldValidator.php | 2 +- .../Fields/Validators/PositiveDoubleWordFieldValidator.php | 2 +- .../Fields/Validators/PositiveIntegerFieldValidator.php | 2 +- .../osTicket/Fields/Validators/PositiveWordFieldValidator.php | 2 +- include/Streamer/osTicket/Fields/Widgets/BasicTextboxWidget.php | 2 +- .../Streamer/osTicket/Fields/Widgets/FlagsBoxChoicesWidget.php | 2 +- include/Streamer/osTicket/UseCase/TicketsCreationUseCase.php | 2 +- include/Tuple/Sequence.php | 2 +- include/Tuple/TupleFactory.php | 2 +- include/Tuple/TupleInterface.php | 2 +- include/UseCase/AbstractUseCase.php | 2 +- include/UseCase/UseCaseFactory.php | 2 +- include/UseCase/UseCaseInterface.php | 2 +- include/Validator/Numbers/AbstractIntegerValidator.php | 2 +- include/Validator/Numbers/NonNegativeDoubleWordValidator.php | 2 +- include/Validator/Numbers/NonNegativeIntegerValidator.php | 2 +- include/Validator/Numbers/NumberValidatorInterface.php | 2 +- include/Validator/Numbers/PositiveDoubleWordValidator.php | 2 +- include/Validator/Numbers/PositiveIntegerValidator.php | 2 +- include/Validator/Numbers/PositiveWordValidator.php | 2 +- .../Validator/Strings/AbstractRegularExpressionValidator.php | 2 +- include/Validator/Strings/BeanstalkTubeValidator.php | 2 +- include/Validator/Strings/HelpdeskCodeValidator.php | 2 +- include/Validator/Strings/HostnameValidator.php | 2 +- include/Validator/Strings/KinesisStreamValidator.php | 2 +- include/Validator/Strings/NotBlankValidator.php | 2 +- include/Validator/Strings/NotEmptyValidator.php | 2 +- include/Validator/Strings/StringValidatorInterface.php | 2 +- include/Validator/ValidatorInterface.php | 2 +- plugin.php | 2 +- templates/configuration-form.tmpl.php | 2 +- 92 files changed, 92 insertions(+), 92 deletions(-) diff --git a/BitfinexStreamerPlugin.php b/BitfinexStreamerPlugin.php index 89c5e1b..18bb18e 100644 --- a/BitfinexStreamerPlugin.php +++ b/BitfinexStreamerPlugin.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/AbstractFactory.php b/include/AbstractFactory.php index 87883e7..9411f05 100644 --- a/include/AbstractFactory.php +++ b/include/AbstractFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/ActionInterface.php b/include/ActionInterface.php index b697cff..67740f1 100644 --- a/include/ActionInterface.php +++ b/include/ActionInterface.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Encoder/Base64Encoder.php b/include/Encoder/Base64Encoder.php index 3f4245d..370cab6 100644 --- a/include/Encoder/Base64Encoder.php +++ b/include/Encoder/Base64Encoder.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Encoder/EncoderFactory.php b/include/Encoder/EncoderFactory.php index 2915068..1c246f2 100644 --- a/include/Encoder/EncoderFactory.php +++ b/include/Encoder/EncoderFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Encoder/EncoderInterface.php b/include/Encoder/EncoderInterface.php index e9e6fec..96f8583 100644 --- a/include/Encoder/EncoderInterface.php +++ b/include/Encoder/EncoderInterface.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Encoder/HexEncoder.php b/include/Encoder/HexEncoder.php index e704fd7..ec997f2 100644 --- a/include/Encoder/HexEncoder.php +++ b/include/Encoder/HexEncoder.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Encoder/Utf8Encoder.php b/include/Encoder/Utf8Encoder.php index c6761d4..c6fbba6 100644 --- a/include/Encoder/Utf8Encoder.php +++ b/include/Encoder/Utf8Encoder.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Record/KinesisRecord.php b/include/Record/KinesisRecord.php index 59ce795..1e3ea9f 100644 --- a/include/Record/KinesisRecord.php +++ b/include/Record/KinesisRecord.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Record/RecordFactory.php b/include/Record/RecordFactory.php index fd21973..903be40 100644 --- a/include/Record/RecordFactory.php +++ b/include/Record/RecordFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Record/RecordInterface.php b/include/Record/RecordInterface.php index df07f62..12a6004 100644 --- a/include/Record/RecordInterface.php +++ b/include/Record/RecordInterface.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Serializer/CsvSerializer.php b/include/Serializer/CsvSerializer.php index 05dfbe5..03007fc 100644 --- a/include/Serializer/CsvSerializer.php +++ b/include/Serializer/CsvSerializer.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Serializer/JsonSerializer.php b/include/Serializer/JsonSerializer.php index 9aa258c..9a4b6d1 100644 --- a/include/Serializer/JsonSerializer.php +++ b/include/Serializer/JsonSerializer.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Serializer/LineDelimitedJsonSerializer.php b/include/Serializer/LineDelimitedJsonSerializer.php index e092868..fabedb9 100644 --- a/include/Serializer/LineDelimitedJsonSerializer.php +++ b/include/Serializer/LineDelimitedJsonSerializer.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Serializer/SerializerFactory.php b/include/Serializer/SerializerFactory.php index 51eaafe..26b1bed 100644 --- a/include/Serializer/SerializerFactory.php +++ b/include/Serializer/SerializerFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Serializer/SerializerInterface.php b/include/Serializer/SerializerInterface.php index 7017e10..b49aa77 100644 --- a/include/Serializer/SerializerInterface.php +++ b/include/Serializer/SerializerInterface.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Stream/BeanstalkStream.php b/include/Stream/BeanstalkStream.php index 181c7e0..817a636 100644 --- a/include/Stream/BeanstalkStream.php +++ b/include/Stream/BeanstalkStream.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Stream/StreamFactory.php b/include/Stream/StreamFactory.php index f0e5ca8..8a5f7ff 100644 --- a/include/Stream/StreamFactory.php +++ b/include/Stream/StreamFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Stream/StreamInterface.php b/include/Stream/StreamInterface.php index ffda411..9c853b0 100644 --- a/include/Stream/StreamInterface.php +++ b/include/Stream/StreamInterface.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/AbstractSignal.php b/include/Streamer/osTicket/Actions/AbstractSignal.php index 3323357..b1d6d46 100644 --- a/include/Streamer/osTicket/Actions/AbstractSignal.php +++ b/include/Streamer/osTicket/Actions/AbstractSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/AlterSignal.php b/include/Streamer/osTicket/Actions/AlterSignal.php index 3633e96..9401119 100644 --- a/include/Streamer/osTicket/Actions/AlterSignal.php +++ b/include/Streamer/osTicket/Actions/AlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Formats/AbstractFormatsAlterSignal.php b/include/Streamer/osTicket/Actions/Formats/AbstractFormatsAlterSignal.php index 4fb97b9..71619d0 100644 --- a/include/Streamer/osTicket/Actions/Formats/AbstractFormatsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Formats/AbstractFormatsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Formats/EncoderFormatsAlterSignal.php b/include/Streamer/osTicket/Actions/Formats/EncoderFormatsAlterSignal.php index 23e6f21..f7ae36d 100644 --- a/include/Streamer/osTicket/Actions/Formats/EncoderFormatsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Formats/EncoderFormatsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Formats/RecordFormatsAlterSignal.php b/include/Streamer/osTicket/Actions/Formats/RecordFormatsAlterSignal.php index 973ed8f..01fb705 100644 --- a/include/Streamer/osTicket/Actions/Formats/RecordFormatsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Formats/RecordFormatsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Formats/SerializerFormatsAlterSignal.php b/include/Streamer/osTicket/Actions/Formats/SerializerFormatsAlterSignal.php index dc98b05..3581117 100644 --- a/include/Streamer/osTicket/Actions/Formats/SerializerFormatsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Formats/SerializerFormatsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Formats/StreamFormatsAlterSignal.php b/include/Streamer/osTicket/Actions/Formats/StreamFormatsAlterSignal.php index 5ce947a..4038315 100644 --- a/include/Streamer/osTicket/Actions/Formats/StreamFormatsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Formats/StreamFormatsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Formats/TupleFormatsAlterSignal.php b/include/Streamer/osTicket/Actions/Formats/TupleFormatsAlterSignal.php index 02f4e05..d50d4a4 100644 --- a/include/Streamer/osTicket/Actions/Formats/TupleFormatsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Formats/TupleFormatsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Options/AbstractOptionsAlterSignal.php b/include/Streamer/osTicket/Actions/Options/AbstractOptionsAlterSignal.php index 0c0b5cf..4d9ae16 100644 --- a/include/Streamer/osTicket/Actions/Options/AbstractOptionsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Options/AbstractOptionsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Options/EncoderOptionsAlterSignal.php b/include/Streamer/osTicket/Actions/Options/EncoderOptionsAlterSignal.php index 68c02b6..98ba66a 100644 --- a/include/Streamer/osTicket/Actions/Options/EncoderOptionsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Options/EncoderOptionsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Options/OptionsAlterSignal.php b/include/Streamer/osTicket/Actions/Options/OptionsAlterSignal.php index 9b454e7..6dbfa8b 100644 --- a/include/Streamer/osTicket/Actions/Options/OptionsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Options/OptionsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Options/RecordOptionsAlterSignal.php b/include/Streamer/osTicket/Actions/Options/RecordOptionsAlterSignal.php index 6084e2f..ea64bfd 100644 --- a/include/Streamer/osTicket/Actions/Options/RecordOptionsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Options/RecordOptionsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Options/SerializerOptionsAlterSignal.php b/include/Streamer/osTicket/Actions/Options/SerializerOptionsAlterSignal.php index d7ce405..934fa76 100644 --- a/include/Streamer/osTicket/Actions/Options/SerializerOptionsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Options/SerializerOptionsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Options/StreamOptionsAlterSignal.php b/include/Streamer/osTicket/Actions/Options/StreamOptionsAlterSignal.php index 1031b92..7438ba4 100644 --- a/include/Streamer/osTicket/Actions/Options/StreamOptionsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Options/StreamOptionsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Options/TupleOptionsAlterSignal.php b/include/Streamer/osTicket/Actions/Options/TupleOptionsAlterSignal.php index 7e21efd..c96975d 100644 --- a/include/Streamer/osTicket/Actions/Options/TupleOptionsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Options/TupleOptionsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/Options/UseCaseOptionsAlterSignal.php b/include/Streamer/osTicket/Actions/Options/UseCaseOptionsAlterSignal.php index 56cb264..0ddd40e 100644 --- a/include/Streamer/osTicket/Actions/Options/UseCaseOptionsAlterSignal.php +++ b/include/Streamer/osTicket/Actions/Options/UseCaseOptionsAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/UseCases/AbstractUseCasesAlterSignal.php b/include/Streamer/osTicket/Actions/UseCases/AbstractUseCasesAlterSignal.php index afbbd1c..14bd517 100644 --- a/include/Streamer/osTicket/Actions/UseCases/AbstractUseCasesAlterSignal.php +++ b/include/Streamer/osTicket/Actions/UseCases/AbstractUseCasesAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/UseCases/TicketsCreationUseCasesAlterSignal.php b/include/Streamer/osTicket/Actions/UseCases/TicketsCreationUseCasesAlterSignal.php index 6dca8bc..2f205c3 100644 --- a/include/Streamer/osTicket/Actions/UseCases/TicketsCreationUseCasesAlterSignal.php +++ b/include/Streamer/osTicket/Actions/UseCases/TicketsCreationUseCasesAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Actions/UseCases/UseCasesAlterSignal.php b/include/Streamer/osTicket/Actions/UseCases/UseCasesAlterSignal.php index 1f6080b..0107d43 100644 --- a/include/Streamer/osTicket/Actions/UseCases/UseCasesAlterSignal.php +++ b/include/Streamer/osTicket/Actions/UseCases/UseCasesAlterSignal.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Configuration/BitfinexStreamerPluginConfig.php b/include/Streamer/osTicket/Configuration/BitfinexStreamerPluginConfig.php index 963ca8d..7662a90 100644 --- a/include/Streamer/osTicket/Configuration/BitfinexStreamerPluginConfig.php +++ b/include/Streamer/osTicket/Configuration/BitfinexStreamerPluginConfig.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Configuration/HasConfigurationManagementTrait.php b/include/Streamer/osTicket/Configuration/HasConfigurationManagementTrait.php index ac1293b..e0119b5 100644 --- a/include/Streamer/osTicket/Configuration/HasConfigurationManagementTrait.php +++ b/include/Streamer/osTicket/Configuration/HasConfigurationManagementTrait.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Configuration/Helper.php b/include/Streamer/osTicket/Configuration/Helper.php index 20e3bae..2b1836a 100644 --- a/include/Streamer/osTicket/Configuration/Helper.php +++ b/include/Streamer/osTicket/Configuration/Helper.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Factories/EncoderFactory.php b/include/Streamer/osTicket/Factories/EncoderFactory.php index 71556d9..af0c607 100644 --- a/include/Streamer/osTicket/Factories/EncoderFactory.php +++ b/include/Streamer/osTicket/Factories/EncoderFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Factories/RecordFactory.php b/include/Streamer/osTicket/Factories/RecordFactory.php index be05fc6..db1087a 100644 --- a/include/Streamer/osTicket/Factories/RecordFactory.php +++ b/include/Streamer/osTicket/Factories/RecordFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Factories/SerializerFactory.php b/include/Streamer/osTicket/Factories/SerializerFactory.php index c756eb1..33f67ae 100644 --- a/include/Streamer/osTicket/Factories/SerializerFactory.php +++ b/include/Streamer/osTicket/Factories/SerializerFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Factories/StreamFactory.php b/include/Streamer/osTicket/Factories/StreamFactory.php index aff9cbe..03383f7 100644 --- a/include/Streamer/osTicket/Factories/StreamFactory.php +++ b/include/Streamer/osTicket/Factories/StreamFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Factories/TupleFactory.php b/include/Streamer/osTicket/Factories/TupleFactory.php index 9a6371e..459b149 100644 --- a/include/Streamer/osTicket/Factories/TupleFactory.php +++ b/include/Streamer/osTicket/Factories/TupleFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Factories/UseCaseFactory.php b/include/Streamer/osTicket/Factories/UseCaseFactory.php index 445b037..a567ed7 100644 --- a/include/Streamer/osTicket/Factories/UseCaseFactory.php +++ b/include/Streamer/osTicket/Factories/UseCaseFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/BasicTextboxField.php b/include/Streamer/osTicket/Fields/BasicTextboxField.php index 6c007c0..a18ce09 100644 --- a/include/Streamer/osTicket/Fields/BasicTextboxField.php +++ b/include/Streamer/osTicket/Fields/BasicTextboxField.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/FlagsChoiceField.php b/include/Streamer/osTicket/Fields/FlagsChoiceField.php index 3dca329..046a977 100644 --- a/include/Streamer/osTicket/Fields/FlagsChoiceField.php +++ b/include/Streamer/osTicket/Fields/FlagsChoiceField.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/JsonFlagsChoiceField.php b/include/Streamer/osTicket/Fields/JsonFlagsChoiceField.php index be77281..cda3366 100644 --- a/include/Streamer/osTicket/Fields/JsonFlagsChoiceField.php +++ b/include/Streamer/osTicket/Fields/JsonFlagsChoiceField.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/LineEndingChoiceField.php b/include/Streamer/osTicket/Fields/LineEndingChoiceField.php index 62d0dea..2a65e07 100644 --- a/include/Streamer/osTicket/Fields/LineEndingChoiceField.php +++ b/include/Streamer/osTicket/Fields/LineEndingChoiceField.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/TertiumNonDaturField.php b/include/Streamer/osTicket/Fields/TertiumNonDaturField.php index 40284ee..5825655 100644 --- a/include/Streamer/osTicket/Fields/TertiumNonDaturField.php +++ b/include/Streamer/osTicket/Fields/TertiumNonDaturField.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/AbstractFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/AbstractFieldValidator.php index 9b31afc..c0351f7 100644 --- a/include/Streamer/osTicket/Fields/Validators/AbstractFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/AbstractFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/BeanstalkTubeFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/BeanstalkTubeFieldValidator.php index 70cc4a5..302f783 100644 --- a/include/Streamer/osTicket/Fields/Validators/BeanstalkTubeFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/BeanstalkTubeFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/FieldValidatorInterface.php b/include/Streamer/osTicket/Fields/Validators/FieldValidatorInterface.php index ba8bdd6..5a204e0 100644 --- a/include/Streamer/osTicket/Fields/Validators/FieldValidatorInterface.php +++ b/include/Streamer/osTicket/Fields/Validators/FieldValidatorInterface.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/HelpdeskCodeFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/HelpdeskCodeFieldValidator.php index cf05a50..cd3c3d4 100644 --- a/include/Streamer/osTicket/Fields/Validators/HelpdeskCodeFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/HelpdeskCodeFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/HostnameFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/HostnameFieldValidator.php index b65f526..1b3f63e 100644 --- a/include/Streamer/osTicket/Fields/Validators/HostnameFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/HostnameFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/KinesisStreamFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/KinesisStreamFieldValidator.php index bc10cba..d9b72e3 100644 --- a/include/Streamer/osTicket/Fields/Validators/KinesisStreamFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/KinesisStreamFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/NonNegativeDoubleWordFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/NonNegativeDoubleWordFieldValidator.php index 9c37794..495e87e 100644 --- a/include/Streamer/osTicket/Fields/Validators/NonNegativeDoubleWordFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/NonNegativeDoubleWordFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/NonNegativeIntegerFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/NonNegativeIntegerFieldValidator.php index a208282..b13a0a0 100644 --- a/include/Streamer/osTicket/Fields/Validators/NonNegativeIntegerFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/NonNegativeIntegerFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/NotBlankFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/NotBlankFieldValidator.php index f41d9be..2af96af 100644 --- a/include/Streamer/osTicket/Fields/Validators/NotBlankFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/NotBlankFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/NotEmptyFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/NotEmptyFieldValidator.php index ef62e83..a03593a 100644 --- a/include/Streamer/osTicket/Fields/Validators/NotEmptyFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/NotEmptyFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/PositiveDoubleWordFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/PositiveDoubleWordFieldValidator.php index 3569421..fa61818 100644 --- a/include/Streamer/osTicket/Fields/Validators/PositiveDoubleWordFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/PositiveDoubleWordFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/PositiveIntegerFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/PositiveIntegerFieldValidator.php index 11cf4e4..f66d052 100644 --- a/include/Streamer/osTicket/Fields/Validators/PositiveIntegerFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/PositiveIntegerFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Validators/PositiveWordFieldValidator.php b/include/Streamer/osTicket/Fields/Validators/PositiveWordFieldValidator.php index d727782..0f169ba 100644 --- a/include/Streamer/osTicket/Fields/Validators/PositiveWordFieldValidator.php +++ b/include/Streamer/osTicket/Fields/Validators/PositiveWordFieldValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Widgets/BasicTextboxWidget.php b/include/Streamer/osTicket/Fields/Widgets/BasicTextboxWidget.php index 508f1e8..7662fd9 100644 --- a/include/Streamer/osTicket/Fields/Widgets/BasicTextboxWidget.php +++ b/include/Streamer/osTicket/Fields/Widgets/BasicTextboxWidget.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/Fields/Widgets/FlagsBoxChoicesWidget.php b/include/Streamer/osTicket/Fields/Widgets/FlagsBoxChoicesWidget.php index 0a84f24..03551d6 100644 --- a/include/Streamer/osTicket/Fields/Widgets/FlagsBoxChoicesWidget.php +++ b/include/Streamer/osTicket/Fields/Widgets/FlagsBoxChoicesWidget.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Streamer/osTicket/UseCase/TicketsCreationUseCase.php b/include/Streamer/osTicket/UseCase/TicketsCreationUseCase.php index 5730399..ad49a4f 100644 --- a/include/Streamer/osTicket/UseCase/TicketsCreationUseCase.php +++ b/include/Streamer/osTicket/UseCase/TicketsCreationUseCase.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Tuple/Sequence.php b/include/Tuple/Sequence.php index 30a9df9..e561e0d 100644 --- a/include/Tuple/Sequence.php +++ b/include/Tuple/Sequence.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Tuple/TupleFactory.php b/include/Tuple/TupleFactory.php index 56184ca..8f84f8e 100644 --- a/include/Tuple/TupleFactory.php +++ b/include/Tuple/TupleFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Tuple/TupleInterface.php b/include/Tuple/TupleInterface.php index 7a1871a..e9635f0 100644 --- a/include/Tuple/TupleInterface.php +++ b/include/Tuple/TupleInterface.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/UseCase/AbstractUseCase.php b/include/UseCase/AbstractUseCase.php index 928ca6f..33cfbc1 100644 --- a/include/UseCase/AbstractUseCase.php +++ b/include/UseCase/AbstractUseCase.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/UseCase/UseCaseFactory.php b/include/UseCase/UseCaseFactory.php index d4fed03..b1c7e41 100644 --- a/include/UseCase/UseCaseFactory.php +++ b/include/UseCase/UseCaseFactory.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/UseCase/UseCaseInterface.php b/include/UseCase/UseCaseInterface.php index 1f13d50..8ebb028 100644 --- a/include/UseCase/UseCaseInterface.php +++ b/include/UseCase/UseCaseInterface.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Numbers/AbstractIntegerValidator.php b/include/Validator/Numbers/AbstractIntegerValidator.php index 30878c5..fa64aa2 100644 --- a/include/Validator/Numbers/AbstractIntegerValidator.php +++ b/include/Validator/Numbers/AbstractIntegerValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Numbers/NonNegativeDoubleWordValidator.php b/include/Validator/Numbers/NonNegativeDoubleWordValidator.php index 1fe0e38..e8f2b01 100644 --- a/include/Validator/Numbers/NonNegativeDoubleWordValidator.php +++ b/include/Validator/Numbers/NonNegativeDoubleWordValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Numbers/NonNegativeIntegerValidator.php b/include/Validator/Numbers/NonNegativeIntegerValidator.php index 574a865..5509db6 100644 --- a/include/Validator/Numbers/NonNegativeIntegerValidator.php +++ b/include/Validator/Numbers/NonNegativeIntegerValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Numbers/NumberValidatorInterface.php b/include/Validator/Numbers/NumberValidatorInterface.php index 89585b8..c6db512 100644 --- a/include/Validator/Numbers/NumberValidatorInterface.php +++ b/include/Validator/Numbers/NumberValidatorInterface.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Numbers/PositiveDoubleWordValidator.php b/include/Validator/Numbers/PositiveDoubleWordValidator.php index e97045e..6a7d679 100644 --- a/include/Validator/Numbers/PositiveDoubleWordValidator.php +++ b/include/Validator/Numbers/PositiveDoubleWordValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Numbers/PositiveIntegerValidator.php b/include/Validator/Numbers/PositiveIntegerValidator.php index 9fd442e..9e21672 100644 --- a/include/Validator/Numbers/PositiveIntegerValidator.php +++ b/include/Validator/Numbers/PositiveIntegerValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Numbers/PositiveWordValidator.php b/include/Validator/Numbers/PositiveWordValidator.php index 593e06e..30f8752 100644 --- a/include/Validator/Numbers/PositiveWordValidator.php +++ b/include/Validator/Numbers/PositiveWordValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Strings/AbstractRegularExpressionValidator.php b/include/Validator/Strings/AbstractRegularExpressionValidator.php index b7579e1..5cfa479 100644 --- a/include/Validator/Strings/AbstractRegularExpressionValidator.php +++ b/include/Validator/Strings/AbstractRegularExpressionValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Strings/BeanstalkTubeValidator.php b/include/Validator/Strings/BeanstalkTubeValidator.php index 0ec50ea..7cb3376 100644 --- a/include/Validator/Strings/BeanstalkTubeValidator.php +++ b/include/Validator/Strings/BeanstalkTubeValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Strings/HelpdeskCodeValidator.php b/include/Validator/Strings/HelpdeskCodeValidator.php index a81c937..7a45423 100644 --- a/include/Validator/Strings/HelpdeskCodeValidator.php +++ b/include/Validator/Strings/HelpdeskCodeValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Strings/HostnameValidator.php b/include/Validator/Strings/HostnameValidator.php index c7927ac..3b27373 100644 --- a/include/Validator/Strings/HostnameValidator.php +++ b/include/Validator/Strings/HostnameValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Strings/KinesisStreamValidator.php b/include/Validator/Strings/KinesisStreamValidator.php index a1ad108..5e8f1b2 100644 --- a/include/Validator/Strings/KinesisStreamValidator.php +++ b/include/Validator/Strings/KinesisStreamValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Strings/NotBlankValidator.php b/include/Validator/Strings/NotBlankValidator.php index 98107b4..fa30cac 100644 --- a/include/Validator/Strings/NotBlankValidator.php +++ b/include/Validator/Strings/NotBlankValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Strings/NotEmptyValidator.php b/include/Validator/Strings/NotEmptyValidator.php index d09a9a8..00262a9 100644 --- a/include/Validator/Strings/NotEmptyValidator.php +++ b/include/Validator/Strings/NotEmptyValidator.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/Strings/StringValidatorInterface.php b/include/Validator/Strings/StringValidatorInterface.php index fc1d968..a2b8e33 100644 --- a/include/Validator/Strings/StringValidatorInterface.php +++ b/include/Validator/Strings/StringValidatorInterface.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/include/Validator/ValidatorInterface.php b/include/Validator/ValidatorInterface.php index 27f11dc..9c77618 100644 --- a/include/Validator/ValidatorInterface.php +++ b/include/Validator/ValidatorInterface.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/plugin.php b/plugin.php index 177d93c..dac6cf9 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/templates/configuration-form.tmpl.php b/templates/configuration-form.tmpl.php index bfc5c3c..1546064 100644 --- a/templates/configuration-form.tmpl.php +++ b/templates/configuration-form.tmpl.php @@ -3,7 +3,7 @@ /** * This file is part of bfx-ost-streamer. * - * Copyright (C) 2021-2022 Davide Scola , + * Copyright (C) 2021-2023 Davide Scola , * Nicoletta Maia . * * Licensed under the Apache License, Version 2.0 (the "License"); you may