From 43947f83090359ee245161df5253aac71fcbbf97 Mon Sep 17 00:00:00 2001 From: Amit Kumar Mondal Date: Thu, 14 Nov 2024 08:24:48 +0100 Subject: [PATCH 01/11] Updated Copyright Year in Java Classes --- .../src/main/java/com/osgifx/console/agent/Agent.java | 2 +- .../com/osgifx/console/agent/dto/CDIComponentRuntimeDTO.java | 2 +- .../src/main/java/com/osgifx/console/agent/dto/ConfigValue.java | 2 +- .../src/main/java/com/osgifx/console/agent/dto/DmtDataType.java | 2 +- .../com/osgifx/console/agent/dto/HttpServiceRuntimeDTO.java | 2 +- .../com/osgifx/console/agent/dto/JaxRsServiceRuntimeDTO.java | 2 +- .../src/main/java/com/osgifx/console/agent/dto/RuntimeDTO.java | 2 +- .../osgifx/console/agent/dto/ServiceComponentRuntimeDTO.java | 2 +- .../java/com/osgifx/console/agent/dto/XAttributeDefDTO.java | 2 +- .../java/com/osgifx/console/agent/dto/XAttributeDefType.java | 2 +- .../src/main/java/com/osgifx/console/agent/dto/XBundleDTO.java | 2 +- .../main/java/com/osgifx/console/agent/dto/XBundleInfoDTO.java | 2 +- .../com/osgifx/console/agent/dto/XBundleLoggerContextDTO.java | 2 +- .../main/java/com/osgifx/console/agent/dto/XComponentDTO.java | 2 +- .../osgifx/console/agent/dto/XComponentReferenceFilterDTO.java | 2 +- .../java/com/osgifx/console/agent/dto/XConfigurationDTO.java | 2 +- .../src/main/java/com/osgifx/console/agent/dto/XDmtNodeDTO.java | 2 +- .../src/main/java/com/osgifx/console/agent/dto/XEventDTO.java | 2 +- .../main/java/com/osgifx/console/agent/dto/XHealthCheckDTO.java | 2 +- .../com/osgifx/console/agent/dto/XHealthCheckResultDTO.java | 2 +- .../main/java/com/osgifx/console/agent/dto/XHeapUsageDTO.java | 2 +- .../java/com/osgifx/console/agent/dto/XHttpComponentDTO.java | 2 +- .../main/java/com/osgifx/console/agent/dto/XLogEntryDTO.java | 2 +- .../main/java/com/osgifx/console/agent/dto/XMemoryInfoDTO.java | 2 +- .../java/com/osgifx/console/agent/dto/XObjectClassDefDTO.java | 2 +- .../src/main/java/com/osgifx/console/agent/dto/XPackageDTO.java | 2 +- .../main/java/com/osgifx/console/agent/dto/XPropertyDTO.java | 2 +- .../main/java/com/osgifx/console/agent/dto/XReferenceDTO.java | 2 +- .../src/main/java/com/osgifx/console/agent/dto/XResultDTO.java | 2 +- .../src/main/java/com/osgifx/console/agent/dto/XRoleDTO.java | 2 +- .../com/osgifx/console/agent/dto/XSatisfiedReferenceDTO.java | 2 +- .../src/main/java/com/osgifx/console/agent/dto/XServiceDTO.java | 2 +- .../main/java/com/osgifx/console/agent/dto/XServiceInfoDTO.java | 2 +- .../src/main/java/com/osgifx/console/agent/dto/XThreadDTO.java | 2 +- .../com/osgifx/console/agent/dto/XUnsatisfiedReferenceDTO.java | 2 +- .../main/java/com/osgifx/console/agent/dto/package-info.java | 2 +- .../java/com/osgifx/console/agent/extension/AgentExtension.java | 2 +- .../com/osgifx/console/agent/extension/AgentExtensionName.java | 2 +- .../java/com/osgifx/console/agent/extension/package-info.java | 2 +- .../src/main/java/com/osgifx/console/agent/package-info.java | 2 +- .../src/main/java/com/osgifx/console/agent/rpc/RemoteRPC.java | 2 +- .../java/com/osgifx/console/agent/rpc/mqtt/InterruptSafe.java | 2 +- .../main/java/com/osgifx/console/agent/rpc/mqtt/MqttClient.java | 2 +- .../main/java/com/osgifx/console/agent/rpc/mqtt/MqttRPC.java | 2 +- .../com/osgifx/console/agent/rpc/mqtt/SimpleMqtt5Publisher.java | 2 +- .../osgifx/console/agent/rpc/mqtt/SimpleMqtt5Subscriber.java | 2 +- .../com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Message.java | 2 +- .../com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Publisher.java | 2 +- .../com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Subscriber.java | 2 +- .../com/osgifx/console/agent/rpc/mqtt/api/package-info.java | 2 +- .../java/com/osgifx/console/agent/rpc/mqtt/package-info.java | 2 +- .../main/java/com/osgifx/console/agent/rpc/package-info.java | 2 +- .../java/com/osgifx/console/agent/rpc/socket/SocketRPC.java | 2 +- .../java/com/osgifx/console/agent/rpc/socket/package-info.java | 2 +- .../main/java/com/osgifx/console/supervisor/EventListener.java | 2 +- .../java/com/osgifx/console/supervisor/LogEntryListener.java | 2 +- .../main/java/com/osgifx/console/supervisor/MqttConnection.java | 2 +- .../java/com/osgifx/console/supervisor/SocketConnection.java | 2 +- .../src/main/java/com/osgifx/console/supervisor/Supervisor.java | 2 +- .../main/java/com/osgifx/console/supervisor/package-info.java | 2 +- .../src/main/java/com/osgifx/console/agent/di/DI.java | 2 +- .../main/java/com/osgifx/console/agent/admin/XBundleAdmin.java | 2 +- .../java/com/osgifx/console/agent/admin/XComponentAdmin.java | 2 +- .../com/osgifx/console/agent/admin/XConfigurationAdmin.java | 2 +- .../src/main/java/com/osgifx/console/agent/admin/XDmtAdmin.java | 2 +- .../src/main/java/com/osgifx/console/agent/admin/XDtoAdmin.java | 2 +- .../main/java/com/osgifx/console/agent/admin/XEventAdmin.java | 2 +- .../src/main/java/com/osgifx/console/agent/admin/XHcAdmin.java | 2 +- .../main/java/com/osgifx/console/agent/admin/XHttpAdmin.java | 2 +- .../src/main/java/com/osgifx/console/agent/admin/XJmxAdmin.java | 2 +- .../java/com/osgifx/console/agent/admin/XLogReaderAdmin.java | 2 +- .../main/java/com/osgifx/console/agent/admin/XLoggerAdmin.java | 2 +- .../java/com/osgifx/console/agent/admin/XMetaTypeAdmin.java | 2 +- .../java/com/osgifx/console/agent/admin/XPropertyAdmin.java | 2 +- .../main/java/com/osgifx/console/agent/admin/XServiceAdmin.java | 2 +- .../main/java/com/osgifx/console/agent/admin/XThreadAdmin.java | 2 +- .../main/java/com/osgifx/console/agent/admin/XUserAdmin.java | 2 +- .../main/java/com/osgifx/console/agent/di/module/DIModule.java | 2 +- .../java/com/osgifx/console/agent/handler/OSGiEventHandler.java | 2 +- .../java/com/osgifx/console/agent/handler/OSGiLogListener.java | 2 +- .../main/java/com/osgifx/console/agent/helper/AgentHelper.java | 2 +- .../com/osgifx/console/agent/helper/OSGiCompendiumService.java | 2 +- .../src/main/java/com/osgifx/console/agent/helper/Reflect.java | 2 +- .../com/osgifx/console/agent/helper/ThreadFactoryBuilder.java | 2 +- .../java/com/osgifx/console/agent/provider/AgentServer.java | 2 +- .../console/agent/provider/BundleStartTimeCalculator.java | 2 +- .../osgifx/console/agent/provider/ClassloaderLeakDetector.java | 2 +- .../java/com/osgifx/console/agent/provider/PackageWirings.java | 2 +- .../com/osgifx/console/agent/redirector/ConsoleRedirector.java | 2 +- .../com/osgifx/console/agent/redirector/GogoRedirector.java | 2 +- .../com/osgifx/console/agent/redirector/NullRedirector.java | 2 +- .../java/com/osgifx/console/agent/redirector/RedirectInput.java | 2 +- .../com/osgifx/console/agent/redirector/RedirectOutput.java | 2 +- .../java/com/osgifx/console/agent/redirector/Redirector.java | 2 +- .../main/java/com/osgifx/console/agent/redirector/Shell.java | 2 +- .../com/osgifx/console/agent/redirector/SocketRedirector.java | 2 +- .../main/java/com/osgifx/console/agent/starter/Activator.java | 2 +- .../java/com/osgifx/console/agent/starter/SocketContext.java | 2 +- .../src/main/java/com/osgifx/console/constants/FxConstants.java | 2 +- .../main/java/com/osgifx/console/constants/package-info.java | 2 +- .../java/com/osgifx/console/data/provider/DataProvider.java | 2 +- .../main/java/com/osgifx/console/data/provider/PackageDTO.java | 2 +- .../java/com/osgifx/console/data/provider/package-info.java | 2 +- .../src/main/java/com/osgifx/console/dto/SearchFilterDTO.java | 2 +- .../src/main/java/com/osgifx/console/dto/SnapshotDTO.java | 2 +- .../src/main/java/com/osgifx/console/dto/package-info.java | 2 +- .../osgifx/console/event/topics/BundleActionEventTopics.java | 2 +- .../osgifx/console/event/topics/ComponentActionEventTopics.java | 2 +- .../console/event/topics/ConfigurationActionEventTopics.java | 2 +- .../osgifx/console/event/topics/DataRetrievedEventTopics.java | 2 +- .../com/osgifx/console/event/topics/DmtActionEventTopics.java | 2 +- .../osgifx/console/event/topics/EventReceiveEventTopics.java | 2 +- .../com/osgifx/console/event/topics/LogReceiveEventTopics.java | 2 +- .../console/event/topics/LoggerContextActionEventTopics.java | 2 +- .../com/osgifx/console/event/topics/RoleActionEventTopics.java | 2 +- .../osgifx/console/event/topics/TableFilterUpdateTopics.java | 2 +- .../main/java/com/osgifx/console/event/topics/package-info.java | 2 +- .../src/main/java/com/osgifx/console/executor/Executor.java | 2 +- .../src/main/java/com/osgifx/console/executor/package-info.java | 2 +- .../main/java/com/osgifx/console/propertytypes/MainThread.java | 2 +- .../java/com/osgifx/console/propertytypes/package-info.java | 2 +- .../osgifx/console/supervisor/factory/SupervisorFactory.java | 2 +- .../com/osgifx/console/supervisor/factory/package-info.java | 2 +- .../src/main/java/com/osgifx/console/ui/ConsoleMaskerPane.java | 2 +- .../src/main/java/com/osgifx/console/ui/ConsoleStatusBar.java | 2 +- .../src/main/java/com/osgifx/console/ui/package-info.java | 2 +- .../com/osgifx/console/application/ConsoleFxApplication.java | 2 +- .../java/com/osgifx/console/application/ConsoleFxStage.java | 2 +- .../src/main/java/com/osgifx/console/application/FxStarter.java | 2 +- .../java/com/osgifx/console/application/FxStartupTracker.java | 2 +- .../osgifx/console/application/addon/AgentConnectedAddon.java | 2 +- .../com/osgifx/console/application/addon/AgentPingAddon.java | 2 +- .../console/application/addon/ModifiablePropertyAddon.java | 2 +- .../console/application/addon/WindowResizeDisablerAddon.java | 2 +- .../console/application/dialog/AboutApplicationDialog.java | 2 +- .../console/application/dialog/ConnectToMqttAgentDialog.java | 2 +- .../console/application/dialog/ConnectToSocketAgentDialog.java | 2 +- .../osgifx/console/application/dialog/MqttConnectionDialog.java | 2 +- .../console/application/dialog/MqttConnectionSettingDTO.java | 2 +- .../console/application/dialog/SocketConnectionDialog.java | 2 +- .../console/application/dialog/SocketConnectionSettingDTO.java | 2 +- .../fxml/controller/AboutApplicationDialogController.java | 2 +- .../fxml/controller/MqttConnectionSettingsDialogController.java | 2 +- .../controller/SocketConnectionSettingsDialogController.java | 2 +- .../console/application/handler/AboutApplicationHandler.java | 2 +- .../console/application/handler/ConnectToLocalAgentHandler.java | 2 +- .../console/application/handler/ConnectToMqttAgentHandler.java | 2 +- .../application/handler/ConnectToSocketAgentHandler.java | 2 +- .../console/application/handler/DisconnectFromAgentHandler.java | 2 +- .../handler/ExtensionListMenuContributionHandler.java | 2 +- .../application/handler/MqttConnectionPreferenceHandler.java | 2 +- .../console/application/handler/OpenDiagnosticsHandler.java | 2 +- .../com/osgifx/console/application/handler/RefreshHandler.java | 2 +- .../application/handler/SocketConnectionPreferenceHandler.java | 2 +- .../console/application/preference/ConnectionsProvider.java | 2 +- .../java/com/osgifx/console/application/theme/DefaultTheme.java | 2 +- .../console/application/ui/ConsoleMaskerPaneProvider.java | 2 +- .../osgifx/console/application/ui/ConsoleStatusBarProvider.java | 2 +- .../console/bnd/dp/packager/DeploymentPackageBundleDTO.java | 2 +- .../osgifx/console/bnd/dp/packager/DeploymentPackageDTO.java | 2 +- .../console/bnd/dp/packager/DeploymentPackageEntryDTO.java | 2 +- .../console/bnd/dp/packager/DeploymentPackageExporter.java | 2 +- .../console/bnd/dp/packager/DeploymentPackageHeaders.java | 2 +- .../bnd/dp/packager/DeploymentPackageResourceProcessorDTO.java | 2 +- .../com/osgifx/console/data/manager/RuntimeDataProvider.java | 2 +- .../com/osgifx/console/data/manager/RuntimeInfoSupplier.java | 2 +- .../com/osgifx/console/data/supplier/BundlesInfoSupplier.java | 2 +- .../osgifx/console/data/supplier/ComponentsInfoSupplier.java | 2 +- .../console/data/supplier/ConfigurationsInfoSupplier.java | 2 +- .../com/osgifx/console/data/supplier/EventsInfoSupplier.java | 2 +- .../osgifx/console/data/supplier/HealthChecksInfoSupplier.java | 2 +- .../console/data/supplier/HttpComponentsInfoSupplier.java | 2 +- .../com/osgifx/console/data/supplier/LeaksInfoSupplier.java | 2 +- .../console/data/supplier/LoggerContextsInfoSupplier.java | 2 +- .../java/com/osgifx/console/data/supplier/LogsInfoSupplier.java | 2 +- .../com/osgifx/console/data/supplier/PackagesInfoSupplier.java | 2 +- .../osgifx/console/data/supplier/PropertiesInfoSupplier.java | 2 +- .../com/osgifx/console/data/supplier/RolesInfoSupplier.java | 2 +- .../com/osgifx/console/data/supplier/ServicesInfoSupplier.java | 2 +- .../main/java/com/osgifx/console/data/supplier/SupplierID.java | 2 +- .../com/osgifx/console/data/supplier/ThreadsInfoSupplier.java | 2 +- .../com/osgifx/console/executor/provider/ExecutorProvider.java | 2 +- .../com/osgifx/console/ext/agent/custom/CustomExtension.java | 2 +- .../java/com/osgifx/console/ext/agent/custom/MyContextDTO.java | 2 +- .../java/com/osgifx/console/ext/agent/custom/MyResultDTO.java | 2 +- .../osgifx/console/extension/tictactoe/GameFxController.java | 2 +- .../java/com/osgifx/console/extension/tictactoe/GameFxUI.java | 2 +- .../java/com/osgifx/console/extension/tictactoe/GameLogic.java | 2 +- .../com/osgifx/console/extension/tictactoe/MyContextDTO.java | 2 +- .../com/osgifx/console/extension/tictactoe/MyResultDTO.java | 2 +- .../src/main/java/com/osgifx/console/lauchner/Launcher.java | 2 +- .../console/smartgraph/containers/ContentResizerPane.java | 2 +- .../osgifx/console/smartgraph/containers/ContentZoomPane.java | 2 +- .../com/osgifx/console/smartgraph/containers/package-info.java | 2 +- .../main/java/com/osgifx/console/smartgraph/graph/Digraph.java | 2 +- .../com/osgifx/console/smartgraph/graph/DigraphEdgeList.java | 2 +- .../src/main/java/com/osgifx/console/smartgraph/graph/Edge.java | 2 +- .../main/java/com/osgifx/console/smartgraph/graph/Graph.java | 2 +- .../java/com/osgifx/console/smartgraph/graph/GraphEdgeList.java | 2 +- .../osgifx/console/smartgraph/graph/InvalidEdgeException.java | 2 +- .../osgifx/console/smartgraph/graph/InvalidVertexException.java | 2 +- .../main/java/com/osgifx/console/smartgraph/graph/Vertex.java | 2 +- .../java/com/osgifx/console/smartgraph/graph/package-info.java | 2 +- .../com/osgifx/console/smartgraph/graphview/SmartArrow.java | 2 +- .../graphview/SmartCircularSortedPlacementStrategy.java | 2 +- .../com/osgifx/console/smartgraph/graphview/SmartGraphEdge.java | 2 +- .../osgifx/console/smartgraph/graphview/SmartGraphEdgeBase.java | 2 +- .../console/smartgraph/graphview/SmartGraphEdgeCurve.java | 2 +- .../osgifx/console/smartgraph/graphview/SmartGraphEdgeLine.java | 2 +- .../osgifx/console/smartgraph/graphview/SmartGraphPanel.java | 2 +- .../console/smartgraph/graphview/SmartGraphProperties.java | 2 +- .../osgifx/console/smartgraph/graphview/SmartGraphVertex.java | 2 +- .../console/smartgraph/graphview/SmartGraphVertexNode.java | 2 +- .../com/osgifx/console/smartgraph/graphview/SmartLabel.java | 2 +- .../osgifx/console/smartgraph/graphview/SmartLabelSource.java | 2 +- .../osgifx/console/smartgraph/graphview/SmartLabelledNode.java | 2 +- .../console/smartgraph/graphview/SmartPlacementStrategy.java | 2 +- .../smartgraph/graphview/SmartRandomPlacementStrategy.java | 2 +- .../osgifx/console/smartgraph/graphview/SmartStylableNode.java | 2 +- .../osgifx/console/smartgraph/graphview/SmartStyleProxy.java | 2 +- .../osgifx/console/smartgraph/graphview/UtilitiesBindings.java | 2 +- .../osgifx/console/smartgraph/graphview/UtilitiesJavaFX.java | 2 +- .../osgifx/console/smartgraph/graphview/UtilitiesPoint2D.java | 2 +- .../com/osgifx/console/smartgraph/graphview/package-info.java | 2 +- .../console/supervisor/factory/SupervisorFactoryProvider.java | 2 +- .../osgifx/console/supervisor/rpc/AbstractRpcSupervisor.java | 2 +- .../java/com/osgifx/console/supervisor/rpc/RpcSupervisor.java | 2 +- .../java/com/osgifx/console/supervisor/rpc/TokenProvider.java | 2 +- .../com/osgifx/console/supervisor/snapshot/SnapshotAgent.java | 2 +- .../osgifx/console/supervisor/snapshot/SnapshotSupervisor.java | 2 +- .../console/ui/batchinstall/dialog/ArtifactInstaller.java | 2 +- .../console/ui/batchinstall/dialog/BatchInstallDialog.java | 2 +- .../ui/batchinstall/dialog/BatchInstallDialogController.java | 2 +- .../console/ui/batchinstall/handler/BatchInstallHandler.java | 2 +- .../osgifx/console/ui/bundles/BundleDetailsFxController.java | 2 +- .../java/com/osgifx/console/ui/bundles/BundlesFxController.java | 2 +- .../main/java/com/osgifx/console/ui/bundles/BundlesFxUI.java | 2 +- .../com/osgifx/console/ui/bundles/addon/DragAndDropAddon.java | 2 +- .../com/osgifx/console/ui/bundles/dialog/BundleInstallDTO.java | 2 +- .../osgifx/console/ui/bundles/dialog/BundleInstallDialog.java | 2 +- .../ui/bundles/dialog/BundleInstallDialogController.java | 2 +- .../osgifx/console/ui/bundles/handler/BundleInstallHandler.java | 2 +- .../osgifx/console/ui/bundles/handler/BundleStartHandler.java | 2 +- .../osgifx/console/ui/bundles/handler/BundleStopHandler.java | 2 +- .../console/ui/bundles/handler/BundleUninstallHandler.java | 2 +- .../osgifx/console/ui/bundles/handler/GenerateObrHandler.java | 2 +- .../main/java/com/osgifx/console/ui/bundles/obr/bnd/CapReq.java | 2 +- .../com/osgifx/console/ui/bundles/obr/bnd/CapReqBuilder.java | 2 +- .../osgifx/console/ui/bundles/obr/bnd/CapabilityBuilder.java | 2 +- .../com/osgifx/console/ui/bundles/obr/bnd/CapabilityImpl.java | 2 +- .../osgifx/console/ui/bundles/obr/bnd/RequirementBuilder.java | 2 +- .../com/osgifx/console/ui/bundles/obr/bnd/RequirementImpl.java | 2 +- .../com/osgifx/console/ui/bundles/obr/bnd/ResourceBuilder.java | 2 +- .../com/osgifx/console/ui/bundles/obr/bnd/ResourceImpl.java | 2 +- .../com/osgifx/console/ui/bundles/obr/bnd/ResourceUtils.java | 2 +- .../com/osgifx/console/ui/bundles/obr/bnd/TypedAttribute.java | 2 +- .../java/com/osgifx/console/ui/bundles/obr/bnd/Version.java | 2 +- .../com/osgifx/console/ui/bundles/obr/bnd/VersionRange.java | 2 +- .../osgifx/console/ui/bundles/obr/bnd/XMLResourceGenerator.java | 2 +- .../console/ui/components/ComponentDetailsFxController.java | 2 +- .../osgifx/console/ui/components/ComponentsFxController.java | 2 +- .../java/com/osgifx/console/ui/components/ComponentsFxUI.java | 2 +- .../console/ui/components/ReferenceDetailsFxController.java | 2 +- .../console/ui/components/handler/ComponentDisableHandler.java | 2 +- .../console/ui/components/handler/ComponentEnableHandler.java | 2 +- .../ui/configurations/ConfigurationEditorFxController.java | 2 +- .../console/ui/configurations/ConfigurationsFxController.java | 2 +- .../osgifx/console/ui/configurations/ConfigurationsFxUI.java | 2 +- .../configurations/control/MultipleCardinalityTextControl.java | 2 +- .../ui/configurations/control/PeekablePasswordControl.java | 2 +- .../ui/configurations/converter/ConfigurationManager.java | 2 +- .../ui/configurations/dialog/ConfigurationCreateDialog.java | 2 +- .../console/ui/configurations/dialog/ConfigurationDTO.java | 2 +- .../ui/configurations/handler/ConfigurationCreateHandler.java | 2 +- .../main/java/com/osgifx/console/ui/dmt/DmtFxController.java | 2 +- .../src/main/java/com/osgifx/console/ui/dmt/DmtFxUI.java | 2 +- .../main/java/com/osgifx/console/ui/dmt/UpdateNodeDialog.java | 2 +- .../main/java/com/osgifx/console/ui/dto/DtoFxController.java | 2 +- .../src/main/java/com/osgifx/console/ui/dto/DtoFxUI.java | 2 +- .../com/osgifx/console/ui/events/EventDetailsFxController.java | 2 +- .../java/com/osgifx/console/ui/events/EventsFxController.java | 2 +- .../src/main/java/com/osgifx/console/ui/events/EventsFxUI.java | 2 +- .../com/osgifx/console/ui/events/converter/EventManager.java | 2 +- .../main/java/com/osgifx/console/ui/events/dialog/EventDTO.java | 2 +- .../com/osgifx/console/ui/events/dialog/SendEventDialog.java | 2 +- .../osgifx/console/ui/events/dialog/SubscribedEventsDialog.java | 2 +- .../ui/events/dialog/SubscribedEventsDialogController.java | 2 +- .../com/osgifx/console/ui/events/dialog/TopicEntryDialog.java | 2 +- .../console/ui/events/handler/ClearEventsTableHandler.java | 2 +- .../ui/events/handler/EventReceiveMenuContributionHandler.java | 2 +- .../com/osgifx/console/ui/events/handler/SendEventHandler.java | 2 +- .../console/ui/extension/dialog/DeploymentPackageDTO.java | 2 +- .../console/ui/extension/dialog/ExtensionsViewDialog.java | 2 +- .../ui/extension/dialog/ExtensionsViewDialogController.java | 2 +- .../console/ui/extension/handler/ExtensionInstallHandler.java | 2 +- .../console/ui/extension/handler/ExtensionsViewHandler.java | 2 +- .../java/com/osgifx/console/ui/gogo/GogoConsoleHistory.java | 2 +- .../main/java/com/osgifx/console/ui/gogo/GogoFxController.java | 2 +- .../src/main/java/com/osgifx/console/ui/gogo/GogoFxUI.java | 2 +- .../src/main/java/com/osgifx/console/ui/graph/BundleVertex.java | 2 +- .../main/java/com/osgifx/console/ui/graph/ComponentVertex.java | 2 +- .../main/java/com/osgifx/console/ui/graph/FxBundleGraph.java | 2 +- .../main/java/com/osgifx/console/ui/graph/FxComponentGraph.java | 2 +- .../main/java/com/osgifx/console/ui/graph/GraphController.java | 2 +- .../com/osgifx/console/ui/graph/GraphFxBundleController.java | 2 +- .../com/osgifx/console/ui/graph/GraphFxComponentController.java | 2 +- .../src/main/java/com/osgifx/console/ui/graph/GraphFxUI.java | 2 +- .../src/main/java/com/osgifx/console/ui/graph/GraphHelper.java | 2 +- .../java/com/osgifx/console/ui/graph/RuntimeBundleGraph.java | 2 +- .../java/com/osgifx/console/ui/graph/RuntimeComponentGraph.java | 2 +- .../osgifx/console/ui/healthchecks/HealthCheckFxController.java | 2 +- .../com/osgifx/console/ui/healthchecks/HealthCheckFxUI.java | 2 +- .../main/java/com/osgifx/console/ui/heap/HeapMonitorChart.java | 2 +- .../main/java/com/osgifx/console/ui/heap/HeapMonitorFxUI.java | 2 +- .../main/java/com/osgifx/console/ui/heap/HeapMonitorPane.java | 2 +- .../com/osgifx/console/ui/http/HttpDetailsFxController.java | 2 +- .../main/java/com/osgifx/console/ui/http/HttpFxController.java | 2 +- .../src/main/java/com/osgifx/console/ui/http/HttpFxUI.java | 2 +- .../java/com/osgifx/console/ui/leaks/LeaksFxController.java | 2 +- .../src/main/java/com/osgifx/console/ui/leaks/LeaksFxUI.java | 2 +- .../console/ui/logs/LogConfigurationEditorFxController.java | 2 +- .../osgifx/console/ui/logs/LogConfigurationsFxController.java | 2 +- .../java/com/osgifx/console/ui/logs/LogDetailsFxController.java | 2 +- .../src/main/java/com/osgifx/console/ui/logs/LogsFxUI.java | 2 +- .../java/com/osgifx/console/ui/logs/LogsViewFxController.java | 2 +- .../java/com/osgifx/console/ui/logs/StarterFxController.java | 2 +- .../console/ui/logs/dialog/LoggerConfigurationDialog.java | 2 +- .../osgifx/console/ui/logs/handler/ClearLogsTableHandler.java | 2 +- .../ui/logs/handler/LogReceiveMenuContributionHandler.java | 2 +- .../osgifx/console/ui/logs/helper/LoggerConfigTextControl.java | 2 +- .../main/java/com/osgifx/console/ui/logs/helper/LogsHelper.java | 2 +- .../main/java/com/osgifx/console/ui/overview/OverviewFxUI.java | 2 +- .../com/osgifx/console/ui/overview/ViewRefreshDelayDialog.java | 2 +- .../osgifx/console/ui/packages/PackageDetailsFxController.java | 2 +- .../com/osgifx/console/ui/packages/PackagesFxController.java | 2 +- .../main/java/com/osgifx/console/ui/packages/PackagesFxUI.java | 2 +- .../osgifx/console/ui/properties/PropertiesFxController.java | 2 +- .../java/com/osgifx/console/ui/properties/PropertiesFxUI.java | 2 +- .../com/osgifx/console/ui/roles/RoleEditorFxController.java | 2 +- .../java/com/osgifx/console/ui/roles/RolesFxController.java | 2 +- .../src/main/java/com/osgifx/console/ui/roles/RolesFxUI.java | 2 +- .../console/ui/roles/dialog/PropertiesConfigurationDialog.java | 2 +- .../com/osgifx/console/ui/roles/dialog/RoleCreateDialog.java | 2 +- .../com/osgifx/console/ui/roles/handler/RoleCreateHandler.java | 2 +- .../osgifx/console/ui/roles/helper/RolesConfigTextControl.java | 2 +- .../java/com/osgifx/console/ui/roles/helper/RolesHelper.java | 2 +- .../java/com/osgifx/console/ui/search/dialog/FilterDTO.java | 2 +- .../java/com/osgifx/console/ui/search/dialog/SearchDialog.java | 2 +- .../com/osgifx/console/ui/search/filter/SearchComponent.java | 2 +- .../java/com/osgifx/console/ui/search/filter/SearchFilter.java | 2 +- .../osgifx/console/ui/search/filter/SearchFilterManager.java | 2 +- .../com/osgifx/console/ui/search/filter/SearchOperation.java | 2 +- .../filter/bundle/BundleSearchFilterByActivationPolicy.java | 2 +- .../filter/bundle/BundleSearchFilterByAttachedFragment.java | 2 +- .../ui/search/filter/bundle/BundleSearchFilterByCategory.java | 2 +- .../filter/bundle/BundleSearchFilterByDataFolderSize.java | 2 +- .../filter/bundle/BundleSearchFilterByExportedPackage.java | 2 +- .../ui/search/filter/bundle/BundleSearchFilterByFragment.java | 2 +- .../ui/search/filter/bundle/BundleSearchFilterByHostBundle.java | 2 +- .../console/ui/search/filter/bundle/BundleSearchFilterByID.java | 2 +- .../filter/bundle/BundleSearchFilterByImportedPackage.java | 2 +- .../filter/bundle/BundleSearchFilterByManifestHeader.java | 2 +- .../filter/bundle/BundleSearchFilterByPersistentStart.java | 2 +- .../filter/bundle/BundleSearchFilterByRegisteredService.java | 2 +- .../ui/search/filter/bundle/BundleSearchFilterByRevision.java | 2 +- .../search/filter/bundle/BundleSearchFilterByStartDuration.java | 2 +- .../ui/search/filter/bundle/BundleSearchFilterByStartLevel.java | 2 +- .../ui/search/filter/bundle/BundleSearchFilterByState.java | 2 +- .../search/filter/bundle/BundleSearchFilterBySymbolicName.java | 2 +- .../search/filter/bundle/BundleSearchFilterByUsedService.java | 2 +- .../ui/search/filter/bundle/BundleSearchFilterByVendor.java | 2 +- .../ui/search/filter/bundle/BundleSearchFilterByVersion.java | 2 +- .../bundle/BundleSearchFilterByWiredBundleAsProvider.java | 2 +- .../bundle/BundleSearchFilterByWiredBundleAsRequirer.java | 2 +- .../component/ComponentSearchFilterByConfigurationPolicy.java | 2 +- .../ui/search/filter/component/ComponentSearchFilterByID.java | 2 +- .../component/ComponentSearchFilterByImplementationClass.java | 2 +- .../ui/search/filter/component/ComponentSearchFilterByPID.java | 2 +- .../filter/component/ComponentSearchFilterByProperty.java | 2 +- .../filter/component/ComponentSearchFilterByReference.java | 2 +- .../component/ComponentSearchFilterByRegisteringBundle.java | 2 +- .../component/ComponentSearchFilterByServiceInterface.java | 2 +- .../search/filter/component/ComponentSearchFilterByState.java | 2 +- .../configuration/ConfigurationSearchFilterByFactoryPID.java | 2 +- .../filter/configuration/ConfigurationSearchFilterByPID.java | 2 +- .../configuration/ConfigurationSearchFilterByProperty.java | 2 +- .../console/ui/search/filter/pkg/PackageFilterByExporter.java | 2 +- .../console/ui/search/filter/pkg/PackageFilterByImporter.java | 2 +- .../console/ui/search/filter/pkg/PackageFilterByName.java | 2 +- .../console/ui/search/filter/pkg/PackageFilterByVersion.java | 2 +- .../ui/search/filter/service/ServiceSearchFilterByID.java | 2 +- .../ui/search/filter/service/ServiceSearchFilterByProperty.java | 2 +- .../filter/service/ServiceSearchFilterByRegisteringBundle.java | 2 +- .../ui/search/filter/service/ServiceSearchFilterByType.java | 2 +- .../search/filter/service/ServiceSearchFilterByUsingBundle.java | 2 +- .../com/osgifx/console/ui/search/handler/SearchHandler.java | 2 +- .../osgifx/console/ui/services/ServiceDetailsFxController.java | 2 +- .../com/osgifx/console/ui/services/ServicesFxController.java | 2 +- .../main/java/com/osgifx/console/ui/services/ServicesFxUI.java | 2 +- .../console/ui/snapshot/handler/SnapshotCaptureHandler.java | 2 +- .../console/ui/snapshot/handler/SnapshotImportHandler.java | 2 +- .../com/osgifx/console/ui/terminal/TerminalFxController.java | 2 +- .../main/java/com/osgifx/console/ui/terminal/TerminalFxUI.java | 2 +- .../java/com/osgifx/console/ui/terminal/TerminalHistory.java | 2 +- .../java/com/osgifx/console/ui/threads/ThreadsFxController.java | 2 +- .../main/java/com/osgifx/console/ui/threads/ThreadsFxUI.java | 2 +- .../java/com/osgifx/console/util/agent/ExtensionHelper.java | 2 +- .../main/java/com/osgifx/console/util/agent/package-info.java | 2 +- .../com/osgifx/console/util/configuration/ConfigHelper.java | 2 +- .../osgifx/console/util/configuration/FactoryConfigHelper.java | 2 +- .../com/osgifx/console/util/configuration/package-info.java | 2 +- .../java/com/osgifx/console/util/converter/ValueConverter.java | 2 +- .../java/com/osgifx/console/util/converter/package-info.java | 2 +- .../main/java/com/osgifx/console/util/fx/ConsoleFxHelper.java | 2 +- .../java/com/osgifx/console/util/fx/DTOCellValueFactory.java | 2 +- .../src/main/java/com/osgifx/console/util/fx/Fx.java | 2 +- .../src/main/java/com/osgifx/console/util/fx/FxDialog.java | 2 +- .../console/util/fx/MultipleCardinalityPropertiesDialog.java | 2 +- .../com/osgifx/console/util/fx/NullTableViewSelectionModel.java | 2 +- .../java/com/osgifx/console/util/fx/PeekablePasswordField.java | 2 +- .../main/java/com/osgifx/console/util/fx/PropertiesForm.java | 2 +- .../src/main/java/com/osgifx/console/util/fx/package-info.java | 2 +- .../src/main/java/com/osgifx/console/util/io/IO.java | 2 +- .../src/main/java/com/osgifx/console/util/io/package-info.java | 2 +- 424 files changed, 424 insertions(+), 424 deletions(-) diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/Agent.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/Agent.java index adf13ab0..2802aef9 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/Agent.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/Agent.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/CDIComponentRuntimeDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/CDIComponentRuntimeDTO.java index 7f899ad4..530385b3 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/CDIComponentRuntimeDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/CDIComponentRuntimeDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/ConfigValue.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/ConfigValue.java index 1b5271f5..448ee2d5 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/ConfigValue.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/ConfigValue.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/DmtDataType.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/DmtDataType.java index 9e72d463..2a34498c 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/DmtDataType.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/DmtDataType.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/HttpServiceRuntimeDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/HttpServiceRuntimeDTO.java index 115fd686..09f98952 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/HttpServiceRuntimeDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/HttpServiceRuntimeDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/JaxRsServiceRuntimeDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/JaxRsServiceRuntimeDTO.java index a3861533..774f00b8 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/JaxRsServiceRuntimeDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/JaxRsServiceRuntimeDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/RuntimeDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/RuntimeDTO.java index d66d5d4f..c759a20b 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/RuntimeDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/RuntimeDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/ServiceComponentRuntimeDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/ServiceComponentRuntimeDTO.java index 5d4195b7..51fe5907 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/ServiceComponentRuntimeDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/ServiceComponentRuntimeDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XAttributeDefDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XAttributeDefDTO.java index 1b6ba541..d92bcdd2 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XAttributeDefDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XAttributeDefDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XAttributeDefType.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XAttributeDefType.java index e257ed2c..83616986 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XAttributeDefType.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XAttributeDefType.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleDTO.java index db67ecca..54f57569 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * COPYRIGHT 2021-2024 AMIT KUMAR MONDAL + * COPYRIGHT 2021-2025 AMIT KUMAR MONDAL * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleInfoDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleInfoDTO.java index 88663b82..942e6e1d 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleInfoDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleInfoDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleLoggerContextDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleLoggerContextDTO.java index 0fa55923..40f49d02 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleLoggerContextDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XBundleLoggerContextDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XComponentDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XComponentDTO.java index 8a6ec6fb..2b689435 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XComponentDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XComponentDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XComponentReferenceFilterDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XComponentReferenceFilterDTO.java index 918fcc27..f953f546 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XComponentReferenceFilterDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XComponentReferenceFilterDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XConfigurationDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XConfigurationDTO.java index cdae5926..583994cb 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XConfigurationDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XConfigurationDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XDmtNodeDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XDmtNodeDTO.java index 4f36729c..10a45982 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XDmtNodeDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XDmtNodeDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XEventDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XEventDTO.java index b62fafea..4f27ab20 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XEventDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XEventDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHealthCheckDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHealthCheckDTO.java index cc83290b..213f674f 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHealthCheckDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHealthCheckDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHealthCheckResultDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHealthCheckResultDTO.java index ab304d66..b2c5c4a0 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHealthCheckResultDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHealthCheckResultDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHeapUsageDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHeapUsageDTO.java index 0abafb38..8be58c00 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHeapUsageDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHeapUsageDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * COPYRIGHT 2021-2024 AMIT KUMAR MONDAL + * COPYRIGHT 2021-2025 AMIT KUMAR MONDAL * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHttpComponentDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHttpComponentDTO.java index 1c58c4f8..417b1c0f 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHttpComponentDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XHttpComponentDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XLogEntryDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XLogEntryDTO.java index 77e03aa9..d78bd01b 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XLogEntryDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XLogEntryDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XMemoryInfoDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XMemoryInfoDTO.java index e112e120..b83ebb34 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XMemoryInfoDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XMemoryInfoDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XObjectClassDefDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XObjectClassDefDTO.java index 426db00d..922bd8cd 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XObjectClassDefDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XObjectClassDefDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XPackageDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XPackageDTO.java index 3428f7c4..00ca4d56 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XPackageDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XPackageDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XPropertyDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XPropertyDTO.java index 1c41efc2..498537ae 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XPropertyDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XPropertyDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XReferenceDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XReferenceDTO.java index c80b1167..568a5674 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XReferenceDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XReferenceDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XResultDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XResultDTO.java index 2a346050..a0ff6837 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XResultDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XResultDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XRoleDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XRoleDTO.java index 1c66f49f..eab44553 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XRoleDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XRoleDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XSatisfiedReferenceDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XSatisfiedReferenceDTO.java index 4601b177..52aa0c38 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XSatisfiedReferenceDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XSatisfiedReferenceDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XServiceDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XServiceDTO.java index 769aaa26..5811aa7c 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XServiceDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XServiceDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XServiceInfoDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XServiceInfoDTO.java index 88ec6617..3b654cd7 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XServiceInfoDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XServiceInfoDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XThreadDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XThreadDTO.java index 6316c313..ba1fe94c 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XThreadDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XThreadDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XUnsatisfiedReferenceDTO.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XUnsatisfiedReferenceDTO.java index cd44b817..e66e94ec 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XUnsatisfiedReferenceDTO.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/XUnsatisfiedReferenceDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/package-info.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/package-info.java index 928d8087..5df8d1f4 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/package-info.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/dto/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/AgentExtension.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/AgentExtension.java index 3919c77f..5e305460 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/AgentExtension.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/AgentExtension.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/AgentExtensionName.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/AgentExtensionName.java index a9fc6957..d7a2400b 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/AgentExtensionName.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/AgentExtensionName.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/package-info.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/package-info.java index 30968eb0..b398142c 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/package-info.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/extension/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/package-info.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/package-info.java index 2cee7663..d8469cac 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/package-info.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/RemoteRPC.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/RemoteRPC.java index 30c4b32c..8f5e9a9c 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/RemoteRPC.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/RemoteRPC.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/InterruptSafe.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/InterruptSafe.java index cb84ed49..ffc082eb 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/InterruptSafe.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/InterruptSafe.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/MqttClient.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/MqttClient.java index 5e058111..7fa49bd4 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/MqttClient.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/MqttClient.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/MqttRPC.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/MqttRPC.java index e838b32b..8d6d3713 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/MqttRPC.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/MqttRPC.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/SimpleMqtt5Publisher.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/SimpleMqtt5Publisher.java index cee46c73..0ec7592d 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/SimpleMqtt5Publisher.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/SimpleMqtt5Publisher.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/SimpleMqtt5Subscriber.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/SimpleMqtt5Subscriber.java index 6bb245b1..70d823da 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/SimpleMqtt5Subscriber.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/SimpleMqtt5Subscriber.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Message.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Message.java index f62f1543..e9e3bc2f 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Message.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Message.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Publisher.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Publisher.java index a2f181d1..f53413e8 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Publisher.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Publisher.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Subscriber.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Subscriber.java index 5a0e6aa0..93313106 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Subscriber.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/Mqtt5Subscriber.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/package-info.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/package-info.java index ada7c67f..e7ffaad0 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/package-info.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/api/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/package-info.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/package-info.java index 63ecea77..e5c3f8c0 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/package-info.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/mqtt/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/package-info.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/package-info.java index be0c9ba5..30550f8b 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/package-info.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/socket/SocketRPC.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/socket/SocketRPC.java index 61ac3ddd..26871a22 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/socket/SocketRPC.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/socket/SocketRPC.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/socket/package-info.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/socket/package-info.java index 609f6500..948b08ba 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/socket/package-info.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/agent/rpc/socket/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/EventListener.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/EventListener.java index 88a473ac..7890188e 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/EventListener.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/EventListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/LogEntryListener.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/LogEntryListener.java index bb749ff0..9b814fd8 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/LogEntryListener.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/LogEntryListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/MqttConnection.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/MqttConnection.java index 11261dc0..dad36d97 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/MqttConnection.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/MqttConnection.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/SocketConnection.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/SocketConnection.java index dc062942..446368f7 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/SocketConnection.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/SocketConnection.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/Supervisor.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/Supervisor.java index 558d5fca..7b85d3b0 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/Supervisor.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/Supervisor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/package-info.java b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/package-info.java index f6df6fee..86ffdd8a 100644 --- a/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/package-info.java +++ b/com.osgifx.console.agent.api/src/main/java/com/osgifx/console/supervisor/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent.di/src/main/java/com/osgifx/console/agent/di/DI.java b/com.osgifx.console.agent.di/src/main/java/com/osgifx/console/agent/di/DI.java index 166c2ec9..06ed7a85 100644 --- a/com.osgifx.console.agent.di/src/main/java/com/osgifx/console/agent/di/DI.java +++ b/com.osgifx.console.agent.di/src/main/java/com/osgifx/console/agent/di/DI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XBundleAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XBundleAdmin.java index b303a355..573e2ae8 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XBundleAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XBundleAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XComponentAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XComponentAdmin.java index d3c557b9..f80fd094 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XComponentAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XComponentAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XConfigurationAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XConfigurationAdmin.java index f7c60ce9..214b038f 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XConfigurationAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XConfigurationAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XDmtAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XDmtAdmin.java index 12662eaf..d11054ce 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XDmtAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XDmtAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XDtoAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XDtoAdmin.java index 6d548141..4f7c49bb 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XDtoAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XDtoAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XEventAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XEventAdmin.java index 980dea4f..268dc6f6 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XEventAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XEventAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XHcAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XHcAdmin.java index beffaffc..c46783ea 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XHcAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XHcAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XHttpAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XHttpAdmin.java index 7a797592..dead6302 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XHttpAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XHttpAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XJmxAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XJmxAdmin.java index efb9c0d6..ae57fff2 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XJmxAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XJmxAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XLogReaderAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XLogReaderAdmin.java index c262dc79..67737b58 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XLogReaderAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XLogReaderAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XLoggerAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XLoggerAdmin.java index 0f40e820..212f4a9a 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XLoggerAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XLoggerAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XMetaTypeAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XMetaTypeAdmin.java index 39857036..345c1715 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XMetaTypeAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XMetaTypeAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XPropertyAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XPropertyAdmin.java index b75b21ba..98ddc967 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XPropertyAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XPropertyAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XServiceAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XServiceAdmin.java index 923e472a..86727d3b 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XServiceAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XServiceAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XThreadAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XThreadAdmin.java index 44c2214d..671a10d3 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XThreadAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XThreadAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XUserAdmin.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XUserAdmin.java index 046d4d14..4816225e 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XUserAdmin.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/admin/XUserAdmin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/di/module/DIModule.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/di/module/DIModule.java index fe7dbecc..e9c14eb1 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/di/module/DIModule.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/di/module/DIModule.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/handler/OSGiEventHandler.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/handler/OSGiEventHandler.java index 744ea633..59b754e0 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/handler/OSGiEventHandler.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/handler/OSGiEventHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/handler/OSGiLogListener.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/handler/OSGiLogListener.java index ce2e0770..7288d8c8 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/handler/OSGiLogListener.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/handler/OSGiLogListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/AgentHelper.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/AgentHelper.java index 155dc759..66c26a84 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/AgentHelper.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/AgentHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/OSGiCompendiumService.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/OSGiCompendiumService.java index ffb7a155..d9477398 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/OSGiCompendiumService.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/OSGiCompendiumService.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/Reflect.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/Reflect.java index c66e63d2..b1b7b7a8 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/Reflect.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/Reflect.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/ThreadFactoryBuilder.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/ThreadFactoryBuilder.java index 619c0110..bbcf3534 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/ThreadFactoryBuilder.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/helper/ThreadFactoryBuilder.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/AgentServer.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/AgentServer.java index 3e4a1f48..ee44806e 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/AgentServer.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/AgentServer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/BundleStartTimeCalculator.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/BundleStartTimeCalculator.java index f6b3f4b1..c5b0b35b 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/BundleStartTimeCalculator.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/BundleStartTimeCalculator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/ClassloaderLeakDetector.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/ClassloaderLeakDetector.java index e3838b69..9b7662b3 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/ClassloaderLeakDetector.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/ClassloaderLeakDetector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/PackageWirings.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/PackageWirings.java index 5d283811..7ad531ed 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/PackageWirings.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/provider/PackageWirings.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/ConsoleRedirector.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/ConsoleRedirector.java index 74b6d696..628ceb18 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/ConsoleRedirector.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/ConsoleRedirector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/GogoRedirector.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/GogoRedirector.java index 506cc9d2..303925c2 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/GogoRedirector.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/GogoRedirector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/NullRedirector.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/NullRedirector.java index 16d316d1..315fa0e7 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/NullRedirector.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/NullRedirector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/RedirectInput.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/RedirectInput.java index b146d902..1437832d 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/RedirectInput.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/RedirectInput.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/RedirectOutput.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/RedirectOutput.java index 5bf85912..ebf0d093 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/RedirectOutput.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/RedirectOutput.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/Redirector.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/Redirector.java index b917276d..64bf01b7 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/Redirector.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/Redirector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/Shell.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/Shell.java index 519185b0..8b38d17d 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/Shell.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/Shell.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/SocketRedirector.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/SocketRedirector.java index 2650bb8c..0d311a2f 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/SocketRedirector.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/redirector/SocketRedirector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/starter/Activator.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/starter/Activator.java index c2055f2a..5da2ae39 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/starter/Activator.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/starter/Activator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/starter/SocketContext.java b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/starter/SocketContext.java index 13841164..9a4ef504 100644 --- a/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/starter/SocketContext.java +++ b/com.osgifx.console.agent/src/main/java/com/osgifx/console/agent/starter/SocketContext.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/constants/FxConstants.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/constants/FxConstants.java index b89cccc8..cc5022f4 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/constants/FxConstants.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/constants/FxConstants.java @@ -1,5 +1,5 @@ /******************************************************************************* - * COPYRIGHT 2021-2024 AMIT KUMAR MONDAL + * COPYRIGHT 2021-2025 AMIT KUMAR MONDAL * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/constants/package-info.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/constants/package-info.java index 2ab78f19..7718ba7e 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/constants/package-info.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/constants/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/DataProvider.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/DataProvider.java index b00bd3b6..8e06b856 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/DataProvider.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/DataProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * COPYRIGHT 2021-2024 AMIT KUMAR MONDAL + * COPYRIGHT 2021-2025 AMIT KUMAR MONDAL * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/PackageDTO.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/PackageDTO.java index 57a8420a..5b37c5c5 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/PackageDTO.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/PackageDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * COPYRIGHT 2021-2024 AMIT KUMAR MONDAL + * COPYRIGHT 2021-2025 AMIT KUMAR MONDAL * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/package-info.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/package-info.java index 4c71069d..f5a9d3b1 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/package-info.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/data/provider/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/SearchFilterDTO.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/SearchFilterDTO.java index 45420536..1a568b7e 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/SearchFilterDTO.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/SearchFilterDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * COPYRIGHT 2021-2024 AMIT KUMAR MONDAL + * COPYRIGHT 2021-2025 AMIT KUMAR MONDAL * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/SnapshotDTO.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/SnapshotDTO.java index 879556cc..f4ed73ea 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/SnapshotDTO.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/SnapshotDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * COPYRIGHT 2021-2024 AMIT KUMAR MONDAL + * COPYRIGHT 2021-2025 AMIT KUMAR MONDAL * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/package-info.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/package-info.java index 0bbedf9f..7c1fac1f 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/package-info.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/dto/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/BundleActionEventTopics.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/BundleActionEventTopics.java index fbdb80d9..5045c797 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/BundleActionEventTopics.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/BundleActionEventTopics.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/ComponentActionEventTopics.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/ComponentActionEventTopics.java index 8a87c94b..20a314db 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/ComponentActionEventTopics.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/ComponentActionEventTopics.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/ConfigurationActionEventTopics.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/ConfigurationActionEventTopics.java index 16e185f7..5e46bbbd 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/ConfigurationActionEventTopics.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/ConfigurationActionEventTopics.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/DataRetrievedEventTopics.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/DataRetrievedEventTopics.java index 7f478639..852f55fb 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/DataRetrievedEventTopics.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/DataRetrievedEventTopics.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/DmtActionEventTopics.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/DmtActionEventTopics.java index ea157e79..a1d06da6 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/DmtActionEventTopics.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/DmtActionEventTopics.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/EventReceiveEventTopics.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/EventReceiveEventTopics.java index b94b7cd1..a0423115 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/EventReceiveEventTopics.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/EventReceiveEventTopics.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/LogReceiveEventTopics.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/LogReceiveEventTopics.java index f4baf76f..4852476e 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/LogReceiveEventTopics.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/LogReceiveEventTopics.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/LoggerContextActionEventTopics.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/LoggerContextActionEventTopics.java index a9a68739..102b33b3 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/LoggerContextActionEventTopics.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/LoggerContextActionEventTopics.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/RoleActionEventTopics.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/RoleActionEventTopics.java index 057ca68e..a06bb1c3 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/RoleActionEventTopics.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/RoleActionEventTopics.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/TableFilterUpdateTopics.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/TableFilterUpdateTopics.java index 6737d9e2..9332e049 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/TableFilterUpdateTopics.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/TableFilterUpdateTopics.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/package-info.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/package-info.java index 495c5d2a..9b7171a6 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/package-info.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/event/topics/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/executor/Executor.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/executor/Executor.java index c6347f62..b5ed04ed 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/executor/Executor.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/executor/Executor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * COPYRIGHT 2021-2024 AMIT KUMAR MONDAL + * COPYRIGHT 2021-2025 AMIT KUMAR MONDAL * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/executor/package-info.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/executor/package-info.java index ab70c4b1..3375d26c 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/executor/package-info.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/executor/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/propertytypes/MainThread.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/propertytypes/MainThread.java index 15bc5fa1..846316c7 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/propertytypes/MainThread.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/propertytypes/MainThread.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/propertytypes/package-info.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/propertytypes/package-info.java index 23e28af5..efedc12d 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/propertytypes/package-info.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/propertytypes/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/supervisor/factory/SupervisorFactory.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/supervisor/factory/SupervisorFactory.java index 1a882f95..5c961e1a 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/supervisor/factory/SupervisorFactory.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/supervisor/factory/SupervisorFactory.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/supervisor/factory/package-info.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/supervisor/factory/package-info.java index 8e966b13..09e44ab6 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/supervisor/factory/package-info.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/supervisor/factory/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/ConsoleMaskerPane.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/ConsoleMaskerPane.java index 357d3191..15cc92cf 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/ConsoleMaskerPane.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/ConsoleMaskerPane.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/ConsoleStatusBar.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/ConsoleStatusBar.java index 2bbfb68c..2a73b089 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/ConsoleStatusBar.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/ConsoleStatusBar.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/package-info.java b/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/package-info.java index 2c7a6d6c..34a262ef 100644 --- a/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/package-info.java +++ b/com.osgifx.console.api/src/main/java/com/osgifx/console/ui/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ConsoleFxApplication.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ConsoleFxApplication.java index 54892b91..b9a35c6b 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ConsoleFxApplication.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ConsoleFxApplication.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ConsoleFxStage.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ConsoleFxStage.java index 27a23c4e..a0daa648 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ConsoleFxStage.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ConsoleFxStage.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/FxStarter.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/FxStarter.java index 08dbe89f..cbdaf4e9 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/FxStarter.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/FxStarter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/FxStartupTracker.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/FxStartupTracker.java index b1a0cb65..6db75918 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/FxStartupTracker.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/FxStartupTracker.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/AgentConnectedAddon.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/AgentConnectedAddon.java index 71530ccd..72436761 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/AgentConnectedAddon.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/AgentConnectedAddon.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/AgentPingAddon.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/AgentPingAddon.java index a5d1e015..89d27828 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/AgentPingAddon.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/AgentPingAddon.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/ModifiablePropertyAddon.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/ModifiablePropertyAddon.java index c862c4da..82fe901f 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/ModifiablePropertyAddon.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/ModifiablePropertyAddon.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/WindowResizeDisablerAddon.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/WindowResizeDisablerAddon.java index 748930cf..a4626707 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/WindowResizeDisablerAddon.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/addon/WindowResizeDisablerAddon.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/AboutApplicationDialog.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/AboutApplicationDialog.java index 86bdd670..33636b2c 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/AboutApplicationDialog.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/AboutApplicationDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/ConnectToMqttAgentDialog.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/ConnectToMqttAgentDialog.java index 4cf910fe..0bca4b93 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/ConnectToMqttAgentDialog.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/ConnectToMqttAgentDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/ConnectToSocketAgentDialog.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/ConnectToSocketAgentDialog.java index c6fe2cae..af8efcb9 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/ConnectToSocketAgentDialog.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/ConnectToSocketAgentDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/MqttConnectionDialog.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/MqttConnectionDialog.java index 2593413b..d6aea432 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/MqttConnectionDialog.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/MqttConnectionDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/MqttConnectionSettingDTO.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/MqttConnectionSettingDTO.java index 8ee9ea28..afd92369 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/MqttConnectionSettingDTO.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/MqttConnectionSettingDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/SocketConnectionDialog.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/SocketConnectionDialog.java index b1a550dd..e876f2a3 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/SocketConnectionDialog.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/SocketConnectionDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/SocketConnectionSettingDTO.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/SocketConnectionSettingDTO.java index 0d73c595..cf717c51 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/SocketConnectionSettingDTO.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/dialog/SocketConnectionSettingDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/AboutApplicationDialogController.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/AboutApplicationDialogController.java index 0884e2aa..f0197d98 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/AboutApplicationDialogController.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/AboutApplicationDialogController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/MqttConnectionSettingsDialogController.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/MqttConnectionSettingsDialogController.java index 5f007c1a..081f4472 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/MqttConnectionSettingsDialogController.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/MqttConnectionSettingsDialogController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/SocketConnectionSettingsDialogController.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/SocketConnectionSettingsDialogController.java index f6c17879..982059b1 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/SocketConnectionSettingsDialogController.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/fxml/controller/SocketConnectionSettingsDialogController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/AboutApplicationHandler.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/AboutApplicationHandler.java index b1374fd2..35b21c6a 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/AboutApplicationHandler.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/AboutApplicationHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToLocalAgentHandler.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToLocalAgentHandler.java index cbf24c30..0e91e7c1 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToLocalAgentHandler.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToLocalAgentHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToMqttAgentHandler.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToMqttAgentHandler.java index d41c603b..88034ed6 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToMqttAgentHandler.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToMqttAgentHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToSocketAgentHandler.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToSocketAgentHandler.java index 19b8f8fc..7dc8f987 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToSocketAgentHandler.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ConnectToSocketAgentHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/DisconnectFromAgentHandler.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/DisconnectFromAgentHandler.java index 3fff7e54..a0a39688 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/DisconnectFromAgentHandler.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/DisconnectFromAgentHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ExtensionListMenuContributionHandler.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ExtensionListMenuContributionHandler.java index a882aa5c..5a40bc5d 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ExtensionListMenuContributionHandler.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/ExtensionListMenuContributionHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/MqttConnectionPreferenceHandler.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/MqttConnectionPreferenceHandler.java index 42abd398..3ff6b889 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/MqttConnectionPreferenceHandler.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/MqttConnectionPreferenceHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/OpenDiagnosticsHandler.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/OpenDiagnosticsHandler.java index 2cae9783..87ec7246 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/OpenDiagnosticsHandler.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/OpenDiagnosticsHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/RefreshHandler.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/RefreshHandler.java index 5a5f40d1..2c69a5e5 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/RefreshHandler.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/RefreshHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/SocketConnectionPreferenceHandler.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/SocketConnectionPreferenceHandler.java index d303e681..461b6df3 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/SocketConnectionPreferenceHandler.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/handler/SocketConnectionPreferenceHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/preference/ConnectionsProvider.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/preference/ConnectionsProvider.java index ee79050a..5f65a113 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/preference/ConnectionsProvider.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/preference/ConnectionsProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/theme/DefaultTheme.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/theme/DefaultTheme.java index a84fc2ec..2190ffa5 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/theme/DefaultTheme.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/theme/DefaultTheme.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ui/ConsoleMaskerPaneProvider.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ui/ConsoleMaskerPaneProvider.java index 35e72f3f..abe1f578 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ui/ConsoleMaskerPaneProvider.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ui/ConsoleMaskerPaneProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ui/ConsoleStatusBarProvider.java b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ui/ConsoleStatusBarProvider.java index ec930b4e..23805605 100644 --- a/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ui/ConsoleStatusBarProvider.java +++ b/com.osgifx.console.application/src/main/java/com/osgifx/console/application/ui/ConsoleStatusBarProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageBundleDTO.java b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageBundleDTO.java index b5885431..cf1b71b9 100644 --- a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageBundleDTO.java +++ b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageBundleDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageDTO.java b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageDTO.java index 1eb5e128..f2e67735 100644 --- a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageDTO.java +++ b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageEntryDTO.java b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageEntryDTO.java index 9e0ad5dd..c950e2f6 100644 --- a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageEntryDTO.java +++ b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageEntryDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageExporter.java b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageExporter.java index 5b137395..08c2d689 100644 --- a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageExporter.java +++ b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageExporter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageHeaders.java b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageHeaders.java index b952a123..08fab4b5 100644 --- a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageHeaders.java +++ b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageHeaders.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageResourceProcessorDTO.java b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageResourceProcessorDTO.java index b58409db..8cd8fd64 100644 --- a/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageResourceProcessorDTO.java +++ b/com.osgifx.console.bnd.dp.packager/src/main/java/com/osgifx/console/bnd/dp/packager/DeploymentPackageResourceProcessorDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/manager/RuntimeDataProvider.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/manager/RuntimeDataProvider.java index c1d03c01..cf962ecb 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/manager/RuntimeDataProvider.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/manager/RuntimeDataProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/manager/RuntimeInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/manager/RuntimeInfoSupplier.java index a93e09c4..1600a811 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/manager/RuntimeInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/manager/RuntimeInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/BundlesInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/BundlesInfoSupplier.java index 14eaef0a..286db7d7 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/BundlesInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/BundlesInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ComponentsInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ComponentsInfoSupplier.java index e8e8975c..50530396 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ComponentsInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ComponentsInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ConfigurationsInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ConfigurationsInfoSupplier.java index 1bbd893d..911f7108 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ConfigurationsInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ConfigurationsInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/EventsInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/EventsInfoSupplier.java index f4aefe13..d2f488a3 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/EventsInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/EventsInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/HealthChecksInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/HealthChecksInfoSupplier.java index a19b38e6..a24b5f77 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/HealthChecksInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/HealthChecksInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/HttpComponentsInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/HttpComponentsInfoSupplier.java index 85d1159d..f8be6fbb 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/HttpComponentsInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/HttpComponentsInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LeaksInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LeaksInfoSupplier.java index f08e24b8..7b5a3d46 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LeaksInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LeaksInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LoggerContextsInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LoggerContextsInfoSupplier.java index 4464d4c3..cb56012f 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LoggerContextsInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LoggerContextsInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LogsInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LogsInfoSupplier.java index cac8136d..8723b4ea 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LogsInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/LogsInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/PackagesInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/PackagesInfoSupplier.java index fc60fad9..37011967 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/PackagesInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/PackagesInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/PropertiesInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/PropertiesInfoSupplier.java index 6317d8b8..21d3f5e9 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/PropertiesInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/PropertiesInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/RolesInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/RolesInfoSupplier.java index 7ca2ddf6..f601269a 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/RolesInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/RolesInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ServicesInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ServicesInfoSupplier.java index 7cb8e412..625e763d 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ServicesInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ServicesInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/SupplierID.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/SupplierID.java index e003137c..6a2b3cbb 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/SupplierID.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/SupplierID.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ThreadsInfoSupplier.java b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ThreadsInfoSupplier.java index 8faaa267..a57acf18 100644 --- a/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ThreadsInfoSupplier.java +++ b/com.osgifx.console.data.provider/src/main/java/com/osgifx/console/data/supplier/ThreadsInfoSupplier.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.executor/src/main/java/com/osgifx/console/executor/provider/ExecutorProvider.java b/com.osgifx.console.executor/src/main/java/com/osgifx/console/executor/provider/ExecutorProvider.java index 21b9acf8..cd31fe5c 100644 --- a/com.osgifx.console.executor/src/main/java/com/osgifx/console/executor/provider/ExecutorProvider.java +++ b/com.osgifx.console.executor/src/main/java/com/osgifx/console/executor/provider/ExecutorProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/CustomExtension.java b/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/CustomExtension.java index b5f0e766..402d4cd3 100644 --- a/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/CustomExtension.java +++ b/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/CustomExtension.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/MyContextDTO.java b/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/MyContextDTO.java index 81ee835e..901b37f3 100644 --- a/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/MyContextDTO.java +++ b/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/MyContextDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/MyResultDTO.java b/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/MyResultDTO.java index 19c41f91..d46defee 100644 --- a/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/MyResultDTO.java +++ b/com.osgifx.console.extension.agent.tictactoe/src/main/java/com/osgifx/console/ext/agent/custom/MyResultDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameFxController.java b/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameFxController.java index 07072e57..1f5cabf9 100644 --- a/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameFxController.java +++ b/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameFxUI.java b/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameFxUI.java index cad95849..829c20df 100644 --- a/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameFxUI.java +++ b/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameLogic.java b/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameLogic.java index 71aaf645..319d927b 100644 --- a/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameLogic.java +++ b/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/GameLogic.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/MyContextDTO.java b/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/MyContextDTO.java index f6a15576..02005a42 100644 --- a/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/MyContextDTO.java +++ b/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/MyContextDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/MyResultDTO.java b/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/MyResultDTO.java index 4bf1454e..d74526a8 100644 --- a/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/MyResultDTO.java +++ b/com.osgifx.console.extension.ui.tictactoe/src/main/java/com/osgifx/console/extension/tictactoe/MyResultDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.launcher/src/main/java/com/osgifx/console/lauchner/Launcher.java b/com.osgifx.console.launcher/src/main/java/com/osgifx/console/lauchner/Launcher.java index d35c0728..b64fad3c 100644 --- a/com.osgifx.console.launcher/src/main/java/com/osgifx/console/lauchner/Launcher.java +++ b/com.osgifx.console.launcher/src/main/java/com/osgifx/console/lauchner/Launcher.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/ContentResizerPane.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/ContentResizerPane.java index eda1f757..acbac6b5 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/ContentResizerPane.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/ContentResizerPane.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/ContentZoomPane.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/ContentZoomPane.java index fe288e47..c2fa21a0 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/ContentZoomPane.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/ContentZoomPane.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/package-info.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/package-info.java index 03f5d3bc..18acfda8 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/package-info.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/containers/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Digraph.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Digraph.java index b1a6d2f5..a04c8521 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Digraph.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Digraph.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/DigraphEdgeList.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/DigraphEdgeList.java index 4d7aacfd..d769288c 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/DigraphEdgeList.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/DigraphEdgeList.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Edge.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Edge.java index deff71ed..b5714d49 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Edge.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Edge.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Graph.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Graph.java index 99b9325d..82cdca34 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Graph.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Graph.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/GraphEdgeList.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/GraphEdgeList.java index 93adfefd..865b47a6 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/GraphEdgeList.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/GraphEdgeList.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/InvalidEdgeException.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/InvalidEdgeException.java index 6198a0c0..945e0178 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/InvalidEdgeException.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/InvalidEdgeException.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/InvalidVertexException.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/InvalidVertexException.java index 2e7ee9ec..4e14f0e6 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/InvalidVertexException.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/InvalidVertexException.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Vertex.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Vertex.java index 86e4d681..3d3d715e 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Vertex.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/Vertex.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/package-info.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/package-info.java index 60bf14d8..5cf47cf2 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/package-info.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graph/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartArrow.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartArrow.java index 8346f57e..1218d720 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartArrow.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartArrow.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartCircularSortedPlacementStrategy.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartCircularSortedPlacementStrategy.java index f31a33fd..37031026 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartCircularSortedPlacementStrategy.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartCircularSortedPlacementStrategy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdge.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdge.java index b4b1ec0c..952bdf98 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdge.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdge.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeBase.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeBase.java index cf08f84d..6757aeaa 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeBase.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeBase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeCurve.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeCurve.java index 66a38d77..01c8b23a 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeCurve.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeCurve.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeLine.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeLine.java index e6f1a517..67c0d5c6 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeLine.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphEdgeLine.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphPanel.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphPanel.java index 45cf8b56..3a9cc358 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphPanel.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphPanel.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphProperties.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphProperties.java index 92e283b5..db8d72eb 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphProperties.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphProperties.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphVertex.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphVertex.java index 072ed4ad..3d1c1fd3 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphVertex.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphVertex.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphVertexNode.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphVertexNode.java index 67a07efe..9f2cc015 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphVertexNode.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartGraphVertexNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabel.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabel.java index af6b1ae3..da872233 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabel.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabel.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabelSource.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabelSource.java index 407f648b..c8a3e5d2 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabelSource.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabelSource.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabelledNode.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabelledNode.java index ff110614..2c99802b 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabelledNode.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartLabelledNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartPlacementStrategy.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartPlacementStrategy.java index fc91abc6..48a8f774 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartPlacementStrategy.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartPlacementStrategy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartRandomPlacementStrategy.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartRandomPlacementStrategy.java index 775045f3..24b2261e 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartRandomPlacementStrategy.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartRandomPlacementStrategy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartStylableNode.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartStylableNode.java index a19a45dd..14ba9868 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartStylableNode.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartStylableNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartStyleProxy.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartStyleProxy.java index 62b3e03c..b9bb72a3 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartStyleProxy.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/SmartStyleProxy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesBindings.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesBindings.java index 89eae169..2e0a6b62 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesBindings.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesBindings.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesJavaFX.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesJavaFX.java index f15942c9..a717079e 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesJavaFX.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesJavaFX.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesPoint2D.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesPoint2D.java index 72765eec..8fc847ce 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesPoint2D.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/UtilitiesPoint2D.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/package-info.java b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/package-info.java index 77e0e025..6df29458 100644 --- a/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/package-info.java +++ b/com.osgifx.console.smartgraph/src/main/java/com/osgifx/console/smartgraph/graphview/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/factory/SupervisorFactoryProvider.java b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/factory/SupervisorFactoryProvider.java index 9ec1b2f8..a743aee8 100644 --- a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/factory/SupervisorFactoryProvider.java +++ b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/factory/SupervisorFactoryProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/AbstractRpcSupervisor.java b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/AbstractRpcSupervisor.java index 874afbf3..fa8cbfc2 100644 --- a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/AbstractRpcSupervisor.java +++ b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/AbstractRpcSupervisor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/RpcSupervisor.java b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/RpcSupervisor.java index dd6afbd6..e4467c56 100644 --- a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/RpcSupervisor.java +++ b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/RpcSupervisor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/TokenProvider.java b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/TokenProvider.java index a6c01ddb..525b1548 100644 --- a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/TokenProvider.java +++ b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/rpc/TokenProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/snapshot/SnapshotAgent.java b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/snapshot/SnapshotAgent.java index a194c337..ded252a8 100644 --- a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/snapshot/SnapshotAgent.java +++ b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/snapshot/SnapshotAgent.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/snapshot/SnapshotSupervisor.java b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/snapshot/SnapshotSupervisor.java index 206f1f95..b545c060 100644 --- a/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/snapshot/SnapshotSupervisor.java +++ b/com.osgifx.console.supervisor/src/main/java/com/osgifx/console/supervisor/snapshot/SnapshotSupervisor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/ArtifactInstaller.java b/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/ArtifactInstaller.java index 4d0aeffb..a92ce0b1 100644 --- a/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/ArtifactInstaller.java +++ b/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/ArtifactInstaller.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/BatchInstallDialog.java b/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/BatchInstallDialog.java index d4ac47d0..1c23cabb 100644 --- a/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/BatchInstallDialog.java +++ b/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/BatchInstallDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/BatchInstallDialogController.java b/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/BatchInstallDialogController.java index 2f979705..25333d08 100644 --- a/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/BatchInstallDialogController.java +++ b/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/dialog/BatchInstallDialogController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/handler/BatchInstallHandler.java b/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/handler/BatchInstallHandler.java index 68287542..a6bb57fa 100644 --- a/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/handler/BatchInstallHandler.java +++ b/com.osgifx.console.ui.batchinstall/src/main/java/com/osgifx/console/ui/batchinstall/handler/BatchInstallHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundleDetailsFxController.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundleDetailsFxController.java index b8519852..13c36256 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundleDetailsFxController.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundleDetailsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundlesFxController.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundlesFxController.java index 682ee2a1..66733e4a 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundlesFxController.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundlesFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundlesFxUI.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundlesFxUI.java index 1dd31dc9..71495eda 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundlesFxUI.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/BundlesFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/addon/DragAndDropAddon.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/addon/DragAndDropAddon.java index a8a94d8d..13d23c53 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/addon/DragAndDropAddon.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/addon/DragAndDropAddon.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDTO.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDTO.java index 02828a91..2b08432d 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDTO.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDialog.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDialog.java index 4b630e41..2a6fe4d9 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDialog.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDialogController.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDialogController.java index d805ac14..541d6d8f 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDialogController.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/dialog/BundleInstallDialogController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleInstallHandler.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleInstallHandler.java index 0cf14192..5a33da1a 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleInstallHandler.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleInstallHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleStartHandler.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleStartHandler.java index 88aaf644..d7f33af2 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleStartHandler.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleStartHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleStopHandler.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleStopHandler.java index 6d03c736..ede89f3a 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleStopHandler.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleStopHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleUninstallHandler.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleUninstallHandler.java index cf32ba42..eea21a97 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleUninstallHandler.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/BundleUninstallHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/GenerateObrHandler.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/GenerateObrHandler.java index 85e3871a..d57db1c3 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/GenerateObrHandler.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/handler/GenerateObrHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapReq.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapReq.java index 51c293b6..c97d354f 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapReq.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapReq.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapReqBuilder.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapReqBuilder.java index d675a810..7b416111 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapReqBuilder.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapReqBuilder.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapabilityBuilder.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapabilityBuilder.java index b4582a49..fa9180ea 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapabilityBuilder.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapabilityBuilder.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapabilityImpl.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapabilityImpl.java index a6da5835..97600850 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapabilityImpl.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/CapabilityImpl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/RequirementBuilder.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/RequirementBuilder.java index 76a05149..f80d522d 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/RequirementBuilder.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/RequirementBuilder.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/RequirementImpl.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/RequirementImpl.java index 75a27516..8cfe6258 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/RequirementImpl.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/RequirementImpl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceBuilder.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceBuilder.java index d76c9687..f82d21f7 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceBuilder.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceBuilder.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceImpl.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceImpl.java index e1656e86..06178227 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceImpl.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceImpl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceUtils.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceUtils.java index 09e4ded5..919f2302 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceUtils.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/ResourceUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/TypedAttribute.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/TypedAttribute.java index 6f83d83c..ae829bd1 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/TypedAttribute.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/TypedAttribute.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/Version.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/Version.java index 09d7a214..3c390d0b 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/Version.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/Version.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/VersionRange.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/VersionRange.java index 19b158ee..7cd7c4d5 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/VersionRange.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/VersionRange.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/XMLResourceGenerator.java b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/XMLResourceGenerator.java index 5cf23fe3..851a8fd8 100644 --- a/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/XMLResourceGenerator.java +++ b/com.osgifx.console.ui.bundles/src/main/java/com/osgifx/console/ui/bundles/obr/bnd/XMLResourceGenerator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentDetailsFxController.java b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentDetailsFxController.java index 50b38baf..5e30ed5d 100644 --- a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentDetailsFxController.java +++ b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentDetailsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentsFxController.java b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentsFxController.java index 888c7a55..e686134f 100644 --- a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentsFxController.java +++ b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentsFxUI.java b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentsFxUI.java index 2ce9778b..4aa6d3e1 100644 --- a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentsFxUI.java +++ b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ComponentsFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ReferenceDetailsFxController.java b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ReferenceDetailsFxController.java index 2af4760d..861d657b 100644 --- a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ReferenceDetailsFxController.java +++ b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/ReferenceDetailsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/handler/ComponentDisableHandler.java b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/handler/ComponentDisableHandler.java index f6ee2a01..314431b7 100644 --- a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/handler/ComponentDisableHandler.java +++ b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/handler/ComponentDisableHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/handler/ComponentEnableHandler.java b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/handler/ComponentEnableHandler.java index a3a4bf18..a6e79a29 100644 --- a/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/handler/ComponentEnableHandler.java +++ b/com.osgifx.console.ui.components/src/main/java/com/osgifx/console/ui/components/handler/ComponentEnableHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationEditorFxController.java b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationEditorFxController.java index 3432396f..0efac06e 100644 --- a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationEditorFxController.java +++ b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationEditorFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationsFxController.java b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationsFxController.java index 107daa09..f7842f2a 100644 --- a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationsFxController.java +++ b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationsFxUI.java b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationsFxUI.java index c2dfdd47..b4b5b8e1 100644 --- a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationsFxUI.java +++ b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/ConfigurationsFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/control/MultipleCardinalityTextControl.java b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/control/MultipleCardinalityTextControl.java index 3a249c06..38b016a4 100644 --- a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/control/MultipleCardinalityTextControl.java +++ b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/control/MultipleCardinalityTextControl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/control/PeekablePasswordControl.java b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/control/PeekablePasswordControl.java index 469323e4..a9304473 100644 --- a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/control/PeekablePasswordControl.java +++ b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/control/PeekablePasswordControl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/converter/ConfigurationManager.java b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/converter/ConfigurationManager.java index 3e765f9f..ae83ba30 100644 --- a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/converter/ConfigurationManager.java +++ b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/converter/ConfigurationManager.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/dialog/ConfigurationCreateDialog.java b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/dialog/ConfigurationCreateDialog.java index 120d8d27..e571bd09 100644 --- a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/dialog/ConfigurationCreateDialog.java +++ b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/dialog/ConfigurationCreateDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/dialog/ConfigurationDTO.java b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/dialog/ConfigurationDTO.java index a38ee5ad..87e7afa6 100644 --- a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/dialog/ConfigurationDTO.java +++ b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/dialog/ConfigurationDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/handler/ConfigurationCreateHandler.java b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/handler/ConfigurationCreateHandler.java index b7f918f9..3d45236b 100644 --- a/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/handler/ConfigurationCreateHandler.java +++ b/com.osgifx.console.ui.configurations/src/main/java/com/osgifx/console/ui/configurations/handler/ConfigurationCreateHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/DmtFxController.java b/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/DmtFxController.java index 4c7abfbe..ceb3d40e 100644 --- a/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/DmtFxController.java +++ b/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/DmtFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/DmtFxUI.java b/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/DmtFxUI.java index 55db96c7..8607d4c3 100644 --- a/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/DmtFxUI.java +++ b/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/DmtFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/UpdateNodeDialog.java b/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/UpdateNodeDialog.java index e1a4a78a..356b6a47 100644 --- a/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/UpdateNodeDialog.java +++ b/com.osgifx.console.ui.dmt/src/main/java/com/osgifx/console/ui/dmt/UpdateNodeDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.dto/src/main/java/com/osgifx/console/ui/dto/DtoFxController.java b/com.osgifx.console.ui.dto/src/main/java/com/osgifx/console/ui/dto/DtoFxController.java index 296bd54a..2eef16a9 100644 --- a/com.osgifx.console.ui.dto/src/main/java/com/osgifx/console/ui/dto/DtoFxController.java +++ b/com.osgifx.console.ui.dto/src/main/java/com/osgifx/console/ui/dto/DtoFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.dto/src/main/java/com/osgifx/console/ui/dto/DtoFxUI.java b/com.osgifx.console.ui.dto/src/main/java/com/osgifx/console/ui/dto/DtoFxUI.java index e39cc2fb..14a1df51 100644 --- a/com.osgifx.console.ui.dto/src/main/java/com/osgifx/console/ui/dto/DtoFxUI.java +++ b/com.osgifx.console.ui.dto/src/main/java/com/osgifx/console/ui/dto/DtoFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventDetailsFxController.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventDetailsFxController.java index 0c29cc6b..2746a257 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventDetailsFxController.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventDetailsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventsFxController.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventsFxController.java index d7a284c2..6dc6618e 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventsFxController.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventsFxUI.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventsFxUI.java index 939d46c3..b836f090 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventsFxUI.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/EventsFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/converter/EventManager.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/converter/EventManager.java index 3c34a6e4..449e0138 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/converter/EventManager.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/converter/EventManager.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/EventDTO.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/EventDTO.java index ae46c24c..fc0fc7c2 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/EventDTO.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/EventDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SendEventDialog.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SendEventDialog.java index 3d3f6417..a8112403 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SendEventDialog.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SendEventDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SubscribedEventsDialog.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SubscribedEventsDialog.java index 9a709afb..2d4a20f0 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SubscribedEventsDialog.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SubscribedEventsDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SubscribedEventsDialogController.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SubscribedEventsDialogController.java index 77447792..a22a5eae 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SubscribedEventsDialogController.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/SubscribedEventsDialogController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/TopicEntryDialog.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/TopicEntryDialog.java index d99f0da0..1d479d75 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/TopicEntryDialog.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/dialog/TopicEntryDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/ClearEventsTableHandler.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/ClearEventsTableHandler.java index dc80ce65..38dee97a 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/ClearEventsTableHandler.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/ClearEventsTableHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/EventReceiveMenuContributionHandler.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/EventReceiveMenuContributionHandler.java index 12e80fa8..bf4e868a 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/EventReceiveMenuContributionHandler.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/EventReceiveMenuContributionHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/SendEventHandler.java b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/SendEventHandler.java index 22e99e6a..b7f36769 100644 --- a/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/SendEventHandler.java +++ b/com.osgifx.console.ui.events/src/main/java/com/osgifx/console/ui/events/handler/SendEventHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/DeploymentPackageDTO.java b/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/DeploymentPackageDTO.java index 4fd5f95b..7ba7400d 100644 --- a/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/DeploymentPackageDTO.java +++ b/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/DeploymentPackageDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/ExtensionsViewDialog.java b/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/ExtensionsViewDialog.java index e2a1039c..2dc4d2c2 100644 --- a/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/ExtensionsViewDialog.java +++ b/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/ExtensionsViewDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/ExtensionsViewDialogController.java b/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/ExtensionsViewDialogController.java index d4ee9c62..5ab4f975 100644 --- a/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/ExtensionsViewDialogController.java +++ b/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/dialog/ExtensionsViewDialogController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/handler/ExtensionInstallHandler.java b/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/handler/ExtensionInstallHandler.java index bcc40334..1e4c0679 100644 --- a/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/handler/ExtensionInstallHandler.java +++ b/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/handler/ExtensionInstallHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/handler/ExtensionsViewHandler.java b/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/handler/ExtensionsViewHandler.java index fc4eee43..e3876497 100644 --- a/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/handler/ExtensionsViewHandler.java +++ b/com.osgifx.console.ui.extension/src/main/java/com/osgifx/console/ui/extension/handler/ExtensionsViewHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoConsoleHistory.java b/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoConsoleHistory.java index 65f2b95d..cc87f357 100644 --- a/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoConsoleHistory.java +++ b/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoConsoleHistory.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoFxController.java b/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoFxController.java index 183b55bf..138c339d 100644 --- a/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoFxController.java +++ b/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoFxUI.java b/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoFxUI.java index 65369492..a10cb9a5 100644 --- a/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoFxUI.java +++ b/com.osgifx.console.ui.gogo/src/main/java/com/osgifx/console/ui/gogo/GogoFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/BundleVertex.java b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/BundleVertex.java index af62e5ae..13db0f6c 100644 --- a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/BundleVertex.java +++ b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/BundleVertex.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/ComponentVertex.java b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/ComponentVertex.java index 6a814d02..89106ab6 100644 --- a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/ComponentVertex.java +++ b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/ComponentVertex.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/FxBundleGraph.java b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/FxBundleGraph.java index e1d6d4f6..fbc48a5c 100644 --- a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/FxBundleGraph.java +++ b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/FxBundleGraph.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/FxComponentGraph.java b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/FxComponentGraph.java index e6abf0da..afc34d15 100644 --- a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/FxComponentGraph.java +++ b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/FxComponentGraph.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphController.java b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphController.java index 9d35902a..524638e2 100644 --- a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphController.java +++ b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxBundleController.java b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxBundleController.java index 8e80bb81..d6a2c356 100644 --- a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxBundleController.java +++ b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxBundleController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxComponentController.java b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxComponentController.java index c698b443..a57ed035 100644 --- a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxComponentController.java +++ b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxComponentController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxUI.java b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxUI.java index 2ac5eb68..81e60fb2 100644 --- a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxUI.java +++ b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphHelper.java b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphHelper.java index f8943de6..68e98f28 100644 --- a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphHelper.java +++ b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/GraphHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/RuntimeBundleGraph.java b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/RuntimeBundleGraph.java index c6016840..28294c38 100644 --- a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/RuntimeBundleGraph.java +++ b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/RuntimeBundleGraph.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/RuntimeComponentGraph.java b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/RuntimeComponentGraph.java index 65266481..d72b34dd 100644 --- a/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/RuntimeComponentGraph.java +++ b/com.osgifx.console.ui.graph/src/main/java/com/osgifx/console/ui/graph/RuntimeComponentGraph.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.healthchecks/src/main/java/com/osgifx/console/ui/healthchecks/HealthCheckFxController.java b/com.osgifx.console.ui.healthchecks/src/main/java/com/osgifx/console/ui/healthchecks/HealthCheckFxController.java index d5d9b395..865b9c8f 100644 --- a/com.osgifx.console.ui.healthchecks/src/main/java/com/osgifx/console/ui/healthchecks/HealthCheckFxController.java +++ b/com.osgifx.console.ui.healthchecks/src/main/java/com/osgifx/console/ui/healthchecks/HealthCheckFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.healthchecks/src/main/java/com/osgifx/console/ui/healthchecks/HealthCheckFxUI.java b/com.osgifx.console.ui.healthchecks/src/main/java/com/osgifx/console/ui/healthchecks/HealthCheckFxUI.java index ef88e60e..6c9a9d06 100644 --- a/com.osgifx.console.ui.healthchecks/src/main/java/com/osgifx/console/ui/healthchecks/HealthCheckFxUI.java +++ b/com.osgifx.console.ui.healthchecks/src/main/java/com/osgifx/console/ui/healthchecks/HealthCheckFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorChart.java b/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorChart.java index 11f4bc05..213b8a1c 100644 --- a/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorChart.java +++ b/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorChart.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorFxUI.java b/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorFxUI.java index 121d2fad..63a38648 100644 --- a/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorFxUI.java +++ b/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorPane.java b/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorPane.java index 2981baf5..4051843d 100644 --- a/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorPane.java +++ b/com.osgifx.console.ui.heap/src/main/java/com/osgifx/console/ui/heap/HeapMonitorPane.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpDetailsFxController.java b/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpDetailsFxController.java index eceba35e..fbd594b3 100644 --- a/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpDetailsFxController.java +++ b/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpDetailsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpFxController.java b/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpFxController.java index 95cccc10..4ae5b628 100644 --- a/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpFxController.java +++ b/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpFxUI.java b/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpFxUI.java index 32d3c487..38493f05 100644 --- a/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpFxUI.java +++ b/com.osgifx.console.ui.http/src/main/java/com/osgifx/console/ui/http/HttpFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.leaks/src/main/java/com/osgifx/console/ui/leaks/LeaksFxController.java b/com.osgifx.console.ui.leaks/src/main/java/com/osgifx/console/ui/leaks/LeaksFxController.java index 95a4c352..32f7499e 100644 --- a/com.osgifx.console.ui.leaks/src/main/java/com/osgifx/console/ui/leaks/LeaksFxController.java +++ b/com.osgifx.console.ui.leaks/src/main/java/com/osgifx/console/ui/leaks/LeaksFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.leaks/src/main/java/com/osgifx/console/ui/leaks/LeaksFxUI.java b/com.osgifx.console.ui.leaks/src/main/java/com/osgifx/console/ui/leaks/LeaksFxUI.java index c91a1005..cc7548a4 100644 --- a/com.osgifx.console.ui.leaks/src/main/java/com/osgifx/console/ui/leaks/LeaksFxUI.java +++ b/com.osgifx.console.ui.leaks/src/main/java/com/osgifx/console/ui/leaks/LeaksFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogConfigurationEditorFxController.java b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogConfigurationEditorFxController.java index 086459e7..d2b9dad1 100644 --- a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogConfigurationEditorFxController.java +++ b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogConfigurationEditorFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogConfigurationsFxController.java b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogConfigurationsFxController.java index f54b1906..54a2b458 100644 --- a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogConfigurationsFxController.java +++ b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogConfigurationsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogDetailsFxController.java b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogDetailsFxController.java index df003626..d47563b4 100644 --- a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogDetailsFxController.java +++ b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogDetailsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogsFxUI.java b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogsFxUI.java index bd6f68eb..b5255446 100644 --- a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogsFxUI.java +++ b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogsFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogsViewFxController.java b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogsViewFxController.java index 6a7865b4..53ffce12 100644 --- a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogsViewFxController.java +++ b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/LogsViewFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/StarterFxController.java b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/StarterFxController.java index 10227ac6..4f65948f 100644 --- a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/StarterFxController.java +++ b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/StarterFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/dialog/LoggerConfigurationDialog.java b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/dialog/LoggerConfigurationDialog.java index b6dc2754..cf12376d 100644 --- a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/dialog/LoggerConfigurationDialog.java +++ b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/dialog/LoggerConfigurationDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/handler/ClearLogsTableHandler.java b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/handler/ClearLogsTableHandler.java index c749c8d3..4f772a90 100644 --- a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/handler/ClearLogsTableHandler.java +++ b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/handler/ClearLogsTableHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/handler/LogReceiveMenuContributionHandler.java b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/handler/LogReceiveMenuContributionHandler.java index 57e30754..533f3e2b 100644 --- a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/handler/LogReceiveMenuContributionHandler.java +++ b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/handler/LogReceiveMenuContributionHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/helper/LoggerConfigTextControl.java b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/helper/LoggerConfigTextControl.java index 3f5feb32..eea5da46 100644 --- a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/helper/LoggerConfigTextControl.java +++ b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/helper/LoggerConfigTextControl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/helper/LogsHelper.java b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/helper/LogsHelper.java index 4b961a17..ca530a2d 100644 --- a/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/helper/LogsHelper.java +++ b/com.osgifx.console.ui.logs/src/main/java/com/osgifx/console/ui/logs/helper/LogsHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.overview/src/main/java/com/osgifx/console/ui/overview/OverviewFxUI.java b/com.osgifx.console.ui.overview/src/main/java/com/osgifx/console/ui/overview/OverviewFxUI.java index fdec790a..5dd41f29 100644 --- a/com.osgifx.console.ui.overview/src/main/java/com/osgifx/console/ui/overview/OverviewFxUI.java +++ b/com.osgifx.console.ui.overview/src/main/java/com/osgifx/console/ui/overview/OverviewFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.overview/src/main/java/com/osgifx/console/ui/overview/ViewRefreshDelayDialog.java b/com.osgifx.console.ui.overview/src/main/java/com/osgifx/console/ui/overview/ViewRefreshDelayDialog.java index 8033894c..2e84a3e4 100644 --- a/com.osgifx.console.ui.overview/src/main/java/com/osgifx/console/ui/overview/ViewRefreshDelayDialog.java +++ b/com.osgifx.console.ui.overview/src/main/java/com/osgifx/console/ui/overview/ViewRefreshDelayDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackageDetailsFxController.java b/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackageDetailsFxController.java index 40bfff4f..dc583373 100644 --- a/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackageDetailsFxController.java +++ b/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackageDetailsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackagesFxController.java b/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackagesFxController.java index 6e228bc8..f3480f94 100644 --- a/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackagesFxController.java +++ b/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackagesFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackagesFxUI.java b/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackagesFxUI.java index 115f8ef2..339ad8a7 100644 --- a/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackagesFxUI.java +++ b/com.osgifx.console.ui.packages/src/main/java/com/osgifx/console/ui/packages/PackagesFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.properties/src/main/java/com/osgifx/console/ui/properties/PropertiesFxController.java b/com.osgifx.console.ui.properties/src/main/java/com/osgifx/console/ui/properties/PropertiesFxController.java index 87685862..cfb2af15 100644 --- a/com.osgifx.console.ui.properties/src/main/java/com/osgifx/console/ui/properties/PropertiesFxController.java +++ b/com.osgifx.console.ui.properties/src/main/java/com/osgifx/console/ui/properties/PropertiesFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.properties/src/main/java/com/osgifx/console/ui/properties/PropertiesFxUI.java b/com.osgifx.console.ui.properties/src/main/java/com/osgifx/console/ui/properties/PropertiesFxUI.java index a95bc970..f49f59c7 100644 --- a/com.osgifx.console.ui.properties/src/main/java/com/osgifx/console/ui/properties/PropertiesFxUI.java +++ b/com.osgifx.console.ui.properties/src/main/java/com/osgifx/console/ui/properties/PropertiesFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RoleEditorFxController.java b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RoleEditorFxController.java index bdfc6c21..c79dd052 100644 --- a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RoleEditorFxController.java +++ b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RoleEditorFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RolesFxController.java b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RolesFxController.java index 030621bc..35b19dce 100644 --- a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RolesFxController.java +++ b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RolesFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RolesFxUI.java b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RolesFxUI.java index d87418a7..fed51119 100644 --- a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RolesFxUI.java +++ b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/RolesFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/dialog/PropertiesConfigurationDialog.java b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/dialog/PropertiesConfigurationDialog.java index 7904877a..36fc280a 100644 --- a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/dialog/PropertiesConfigurationDialog.java +++ b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/dialog/PropertiesConfigurationDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/dialog/RoleCreateDialog.java b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/dialog/RoleCreateDialog.java index c116a3d0..5832952c 100644 --- a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/dialog/RoleCreateDialog.java +++ b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/dialog/RoleCreateDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/handler/RoleCreateHandler.java b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/handler/RoleCreateHandler.java index 35816134..72fb0661 100644 --- a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/handler/RoleCreateHandler.java +++ b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/handler/RoleCreateHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/helper/RolesConfigTextControl.java b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/helper/RolesConfigTextControl.java index 27d20d58..f7c842ae 100644 --- a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/helper/RolesConfigTextControl.java +++ b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/helper/RolesConfigTextControl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/helper/RolesHelper.java b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/helper/RolesHelper.java index fdfd93c6..75ab065f 100644 --- a/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/helper/RolesHelper.java +++ b/com.osgifx.console.ui.roles/src/main/java/com/osgifx/console/ui/roles/helper/RolesHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/dialog/FilterDTO.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/dialog/FilterDTO.java index db06e91a..092afb66 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/dialog/FilterDTO.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/dialog/FilterDTO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/dialog/SearchDialog.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/dialog/SearchDialog.java index e939fbf2..ee34ec40 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/dialog/SearchDialog.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/dialog/SearchDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchComponent.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchComponent.java index cc1bb973..e1e90b27 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchComponent.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchComponent.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchFilter.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchFilter.java index 70bbd57c..515daff4 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchFilter.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchFilter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchFilterManager.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchFilterManager.java index fe822943..3fcde27a 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchFilterManager.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchFilterManager.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchOperation.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchOperation.java index 83b44c86..22631b69 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchOperation.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/SearchOperation.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByActivationPolicy.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByActivationPolicy.java index f58f4828..145ffd11 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByActivationPolicy.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByActivationPolicy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByAttachedFragment.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByAttachedFragment.java index cbf5b029..567866fb 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByAttachedFragment.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByAttachedFragment.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByCategory.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByCategory.java index f87869f0..2be530ff 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByCategory.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByCategory.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByDataFolderSize.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByDataFolderSize.java index 2dda2c48..64287962 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByDataFolderSize.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByDataFolderSize.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByExportedPackage.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByExportedPackage.java index 8d76ae5b..feb838e8 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByExportedPackage.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByExportedPackage.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByFragment.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByFragment.java index 8b87b856..0786b5e0 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByFragment.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByFragment.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByHostBundle.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByHostBundle.java index 1df99d26..b5cdd141 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByHostBundle.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByHostBundle.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByID.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByID.java index 2f313d4c..337f092c 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByID.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByID.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByImportedPackage.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByImportedPackage.java index c2b4bb0f..377d1f50 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByImportedPackage.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByImportedPackage.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByManifestHeader.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByManifestHeader.java index ced24661..e261e5ca 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByManifestHeader.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByManifestHeader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByPersistentStart.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByPersistentStart.java index 4cedf35a..c31ba071 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByPersistentStart.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByPersistentStart.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByRegisteredService.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByRegisteredService.java index 3b8d8b11..516f36ae 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByRegisteredService.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByRegisteredService.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByRevision.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByRevision.java index 72d73222..364c5a22 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByRevision.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByRevision.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByStartDuration.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByStartDuration.java index 8f91b1aa..3c52472f 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByStartDuration.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByStartDuration.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByStartLevel.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByStartLevel.java index 9c660dfe..4f7eead1 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByStartLevel.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByStartLevel.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByState.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByState.java index 2c5d644a..a0b782a1 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByState.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByState.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterBySymbolicName.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterBySymbolicName.java index f6d092c7..5b651808 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterBySymbolicName.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterBySymbolicName.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByUsedService.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByUsedService.java index 39fa4e99..a5a03000 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByUsedService.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByUsedService.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByVendor.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByVendor.java index a0b4b14f..4c260d03 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByVendor.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByVendor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByVersion.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByVersion.java index 942e90f2..602dcda7 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByVersion.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByVersion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByWiredBundleAsProvider.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByWiredBundleAsProvider.java index baeb74a6..1712c666 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByWiredBundleAsProvider.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByWiredBundleAsProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByWiredBundleAsRequirer.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByWiredBundleAsRequirer.java index 71487a40..10ba85c7 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByWiredBundleAsRequirer.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/bundle/BundleSearchFilterByWiredBundleAsRequirer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByConfigurationPolicy.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByConfigurationPolicy.java index 5ae037be..ee0b3f5e 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByConfigurationPolicy.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByConfigurationPolicy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByID.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByID.java index 58eafd57..465e093f 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByID.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByID.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByImplementationClass.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByImplementationClass.java index 9f936627..8712f61d 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByImplementationClass.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByImplementationClass.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByPID.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByPID.java index 24310d60..bcb429e4 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByPID.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByPID.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByProperty.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByProperty.java index bcf24267..c1bb4f8b 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByProperty.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByProperty.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByReference.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByReference.java index 434ba377..1761c2f0 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByReference.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByReference.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByRegisteringBundle.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByRegisteringBundle.java index 135c66de..eb91b367 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByRegisteringBundle.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByRegisteringBundle.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByServiceInterface.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByServiceInterface.java index e6f209f0..020d7c58 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByServiceInterface.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByServiceInterface.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByState.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByState.java index d122018e..f0ce3f24 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByState.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/component/ComponentSearchFilterByState.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByFactoryPID.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByFactoryPID.java index b9a29160..af5d410e 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByFactoryPID.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByFactoryPID.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByPID.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByPID.java index 1cedc700..9b56bf47 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByPID.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByPID.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByProperty.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByProperty.java index 467f0080..60534ecd 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByProperty.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/configuration/ConfigurationSearchFilterByProperty.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByExporter.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByExporter.java index 7413bf72..9add3359 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByExporter.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByExporter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByImporter.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByImporter.java index 072a29ca..e7c67fdb 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByImporter.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByImporter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByName.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByName.java index f717d6fc..ad5805e5 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByName.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByName.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByVersion.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByVersion.java index b99c4373..13cf740f 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByVersion.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/pkg/PackageFilterByVersion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByID.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByID.java index 3022a958..19369672 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByID.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByID.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByProperty.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByProperty.java index 14f94fcd..de45edc1 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByProperty.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByProperty.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByRegisteringBundle.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByRegisteringBundle.java index a1a50f06..873ab7ff 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByRegisteringBundle.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByRegisteringBundle.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByType.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByType.java index c27ad2d2..fb6393a5 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByType.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByType.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByUsingBundle.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByUsingBundle.java index 4dbb46d8..6ab6fc39 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByUsingBundle.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/filter/service/ServiceSearchFilterByUsingBundle.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/handler/SearchHandler.java b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/handler/SearchHandler.java index 7aa8fa12..c8ce782c 100644 --- a/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/handler/SearchHandler.java +++ b/com.osgifx.console.ui.search/src/main/java/com/osgifx/console/ui/search/handler/SearchHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServiceDetailsFxController.java b/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServiceDetailsFxController.java index 92256c4e..270689f9 100644 --- a/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServiceDetailsFxController.java +++ b/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServiceDetailsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServicesFxController.java b/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServicesFxController.java index 46a6d02d..5a15bc47 100644 --- a/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServicesFxController.java +++ b/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServicesFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServicesFxUI.java b/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServicesFxUI.java index 3a03ca95..0c087234 100644 --- a/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServicesFxUI.java +++ b/com.osgifx.console.ui.services/src/main/java/com/osgifx/console/ui/services/ServicesFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.snapshot/src/main/java/com/osgifx/console/ui/snapshot/handler/SnapshotCaptureHandler.java b/com.osgifx.console.ui.snapshot/src/main/java/com/osgifx/console/ui/snapshot/handler/SnapshotCaptureHandler.java index abab2a03..13fcaa93 100644 --- a/com.osgifx.console.ui.snapshot/src/main/java/com/osgifx/console/ui/snapshot/handler/SnapshotCaptureHandler.java +++ b/com.osgifx.console.ui.snapshot/src/main/java/com/osgifx/console/ui/snapshot/handler/SnapshotCaptureHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.snapshot/src/main/java/com/osgifx/console/ui/snapshot/handler/SnapshotImportHandler.java b/com.osgifx.console.ui.snapshot/src/main/java/com/osgifx/console/ui/snapshot/handler/SnapshotImportHandler.java index 71c9929f..f5c00a90 100644 --- a/com.osgifx.console.ui.snapshot/src/main/java/com/osgifx/console/ui/snapshot/handler/SnapshotImportHandler.java +++ b/com.osgifx.console.ui.snapshot/src/main/java/com/osgifx/console/ui/snapshot/handler/SnapshotImportHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalFxController.java b/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalFxController.java index 40371b5b..4fc2591b 100644 --- a/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalFxController.java +++ b/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalFxUI.java b/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalFxUI.java index 4918c296..696f2c06 100644 --- a/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalFxUI.java +++ b/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalHistory.java b/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalHistory.java index d3752d00..a620aa9f 100644 --- a/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalHistory.java +++ b/com.osgifx.console.ui.terminal/src/main/java/com/osgifx/console/ui/terminal/TerminalHistory.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.threads/src/main/java/com/osgifx/console/ui/threads/ThreadsFxController.java b/com.osgifx.console.ui.threads/src/main/java/com/osgifx/console/ui/threads/ThreadsFxController.java index 6a3c79d6..1349b75f 100644 --- a/com.osgifx.console.ui.threads/src/main/java/com/osgifx/console/ui/threads/ThreadsFxController.java +++ b/com.osgifx.console.ui.threads/src/main/java/com/osgifx/console/ui/threads/ThreadsFxController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.ui.threads/src/main/java/com/osgifx/console/ui/threads/ThreadsFxUI.java b/com.osgifx.console.ui.threads/src/main/java/com/osgifx/console/ui/threads/ThreadsFxUI.java index d8b48eba..989ec52b 100644 --- a/com.osgifx.console.ui.threads/src/main/java/com/osgifx/console/ui/threads/ThreadsFxUI.java +++ b/com.osgifx.console.ui.threads/src/main/java/com/osgifx/console/ui/threads/ThreadsFxUI.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/agent/ExtensionHelper.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/agent/ExtensionHelper.java index f5b0e55c..c3c73997 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/agent/ExtensionHelper.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/agent/ExtensionHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/agent/package-info.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/agent/package-info.java index 59e52a23..b4f023ef 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/agent/package-info.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/agent/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/ConfigHelper.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/ConfigHelper.java index 39e6ac64..1b17ddc8 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/ConfigHelper.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/ConfigHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/FactoryConfigHelper.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/FactoryConfigHelper.java index 89f5be32..66f3525e 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/FactoryConfigHelper.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/FactoryConfigHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/package-info.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/package-info.java index 8a89dedc..5a56a483 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/package-info.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/configuration/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/converter/ValueConverter.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/converter/ValueConverter.java index ef18149f..8dbc7876 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/converter/ValueConverter.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/converter/ValueConverter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/converter/package-info.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/converter/package-info.java index b5b63e71..961fd63e 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/converter/package-info.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/converter/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/ConsoleFxHelper.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/ConsoleFxHelper.java index 0b6175b6..ef080bbb 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/ConsoleFxHelper.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/ConsoleFxHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/DTOCellValueFactory.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/DTOCellValueFactory.java index b0ad98a7..9b29b512 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/DTOCellValueFactory.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/DTOCellValueFactory.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/Fx.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/Fx.java index 6b153cd1..5761e6f0 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/Fx.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/Fx.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/FxDialog.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/FxDialog.java index de1284eb..abd2a0af 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/FxDialog.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/FxDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/MultipleCardinalityPropertiesDialog.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/MultipleCardinalityPropertiesDialog.java index 463ba0b7..8d82f108 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/MultipleCardinalityPropertiesDialog.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/MultipleCardinalityPropertiesDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/NullTableViewSelectionModel.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/NullTableViewSelectionModel.java index 1dab4f64..341f43b5 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/NullTableViewSelectionModel.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/NullTableViewSelectionModel.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/PeekablePasswordField.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/PeekablePasswordField.java index 2bef67b7..47971345 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/PeekablePasswordField.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/PeekablePasswordField.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/PropertiesForm.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/PropertiesForm.java index 630b2bef..31d8aa8f 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/PropertiesForm.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/PropertiesForm.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/package-info.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/package-info.java index 49732fbc..666ed560 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/package-info.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/fx/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/io/IO.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/io/IO.java index bbac2237..2961ec77 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/io/IO.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/io/IO.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 diff --git a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/io/package-info.java b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/io/package-info.java index 5e4a570a..5e220b4a 100644 --- a/com.osgifx.console.util/src/main/java/com/osgifx/console/util/io/package-info.java +++ b/com.osgifx.console.util/src/main/java/com/osgifx/console/util/io/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2021-2024 Amit Kumar Mondal + * Copyright 2021-2025 Amit Kumar Mondal * * 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 From 49dfc7d29a5a453b95f0d6684b050c8f9b9fc72a Mon Sep 17 00:00:00 2001 From: Amit Kumar Mondal Date: Fri, 15 Nov 2024 08:26:19 +0100 Subject: [PATCH 02/11] Updated Copyright Year in tab content FXML --- com.osgifx.console.extension.ui.tictactoe/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.bundles/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.components/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.configurations/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.dmt/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.dto/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.events/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.gogo/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.healthchecks/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.http/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.leaks/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.logs/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.packages/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.properties/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.roles/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.services/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.terminal/fxml/tab-content.fxml | 2 +- com.osgifx.console.ui.threads/fxml/tab-content.fxml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/com.osgifx.console.extension.ui.tictactoe/fxml/tab-content.fxml b/com.osgifx.console.extension.ui.tictactoe/fxml/tab-content.fxml index 6d8ed1e1..439e771b 100644 --- a/com.osgifx.console.extension.ui.tictactoe/fxml/tab-content.fxml +++ b/com.osgifx.console.extension.ui.tictactoe/fxml/tab-content.fxml @@ -1,6 +1,6 @@