From e508af0dad5ad4436872602a4774bb119f5c527a Mon Sep 17 00:00:00 2001 From: Anselm McClain Date: Mon, 30 Dec 2024 11:14:27 -0800 Subject: [PATCH] Copyright notice updated for 2025 --- CHANGELOG.md | 6 ++---- LICENSE.md | 4 ++-- README.md | 2 +- SECURITY.md | 2 ++ grails-app/controllers/io/xh/hoist/BaseController.groovy | 2 +- grails-app/controllers/io/xh/hoist/RestController.groovy | 2 +- grails-app/controllers/io/xh/hoist/UrlMappings.groovy | 2 +- .../io/xh/hoist/admin/AdminRestController.groovy | 2 +- .../io/xh/hoist/admin/AlertBannerAdminController.groovy | 2 +- .../io/xh/hoist/admin/ClientErrorAdminController.groovy | 2 +- .../io/xh/hoist/admin/ConfigAdminController.groovy | 2 +- .../io/xh/hoist/admin/ConfigDiffAdminController.groovy | 2 +- .../io/xh/hoist/admin/FeedbackAdminController.groovy | 2 +- .../io/xh/hoist/admin/JsonBlobAdminController.groovy | 2 +- .../io/xh/hoist/admin/JsonBlobDiffAdminController.groovy | 2 +- .../io/xh/hoist/admin/LogLevelAdminController.groovy | 2 +- .../io/xh/hoist/admin/MonitorAdminController.groovy | 2 +- .../xh/hoist/admin/MonitorResultsAdminController.groovy | 2 +- .../io/xh/hoist/admin/PreferenceAdminController.groovy | 2 +- .../xh/hoist/admin/PreferenceDiffAdminController.groovy | 2 +- .../io/xh/hoist/admin/TrackLogAdminController.groovy | 2 +- .../io/xh/hoist/admin/UserAdminController.groovy | 2 +- .../xh/hoist/admin/UserPreferenceAdminController.groovy | 2 +- .../xh/hoist/admin/cluster/ClusterAdminController.groovy | 2 +- .../cluster/ConnectionPoolMonitorAdminController.groovy | 2 +- .../io/xh/hoist/admin/cluster/EnvAdminController.groovy | 2 +- .../hoist/admin/cluster/LogViewerAdminController.groovy | 2 +- .../admin/cluster/MemoryMonitorAdminController.groovy | 4 ++-- .../admin/cluster/ServiceManagerAdminController.groovy | 4 ++-- .../hoist/admin/cluster/WebSocketAdminController.groovy | 2 +- .../io/xh/hoist/impl/ProxyImplController.groovy | 2 +- .../controllers/io/xh/hoist/impl/XhController.groovy | 2 +- .../controllers/io/xh/hoist/impl/XhViewController.groovy | 2 +- .../io/xh/hoist/security/AccessInterceptor.groovy | 2 +- .../domain/io/xh/hoist/clienterror/ClientError.groovy | 2 +- grails-app/domain/io/xh/hoist/config/AppConfig.groovy | 2 +- grails-app/domain/io/xh/hoist/feedback/Feedback.groovy | 2 +- grails-app/domain/io/xh/hoist/jsonblob/JsonBlob.groovy | 2 +- grails-app/domain/io/xh/hoist/log/LogLevel.groovy | 2 +- grails-app/domain/io/xh/hoist/monitor/Monitor.groovy | 2 +- grails-app/domain/io/xh/hoist/pref/Preference.groovy | 2 +- grails-app/domain/io/xh/hoist/pref/UserPreference.groovy | 2 +- grails-app/domain/io/xh/hoist/track/TrackLog.groovy | 2 +- grails-app/init/io/xh/hoist/Application.groovy | 2 +- grails-app/init/io/xh/hoist/BootStrap.groovy | 2 +- .../hoist/admin/ConnectionPoolMonitoringService.groovy | 2 +- .../io/xh/hoist/admin/MemoryMonitoringService.groovy | 2 +- .../io/xh/hoist/admin/ServiceManagerService.groovy | 2 +- .../io/xh/hoist/alertbanner/AlertBannerService.groovy | 2 +- .../xh/hoist/clienterror/ClientErrorEmailService.groovy | 2 +- .../io/xh/hoist/clienterror/ClientErrorService.groovy | 2 +- .../services/io/xh/hoist/config/ConfigDiffService.groovy | 2 +- .../services/io/xh/hoist/config/ConfigService.groovy | 2 +- .../services/io/xh/hoist/email/EmailService.groovy | 2 +- .../io/xh/hoist/environment/EnvironmentService.groovy | 2 +- .../io/xh/hoist/export/GridExportImplService.groovy | 2 +- .../io/xh/hoist/feedback/FeedbackEmailService.groovy | 2 +- .../services/io/xh/hoist/feedback/FeedbackService.groovy | 2 +- .../services/io/xh/hoist/http/BaseProxyService.groovy | 2 +- .../io/xh/hoist/jsonblob/JsonBlobDiffService.groovy | 2 +- .../services/io/xh/hoist/jsonblob/JsonBlobService.groovy | 2 +- .../services/io/xh/hoist/log/LogArchiveService.groovy | 2 +- .../services/io/xh/hoist/log/LogLevelService.groovy | 2 +- .../services/io/xh/hoist/log/LogReaderService.groovy | 2 +- .../io/xh/hoist/monitor/MonitorEvalService.groovy | 2 +- .../io/xh/hoist/monitor/MonitorReportService.groovy | 2 +- .../services/io/xh/hoist/monitor/MonitorService.groovy | 2 +- .../services/io/xh/hoist/pref/PrefDiffService.groovy | 2 +- grails-app/services/io/xh/hoist/pref/PrefService.groovy | 2 +- .../services/io/xh/hoist/track/TrackService.groovy | 2 +- .../services/io/xh/hoist/user/IdentityService.groovy | 2 +- grails-app/services/io/xh/hoist/view/ViewService.groovy | 2 +- .../io/xh/hoist/websocket/WebSocketService.groovy | 2 +- src/main/groovy/io/xh/hoist/AppEnvironment.groovy | 2 +- src/main/groovy/io/xh/hoist/BaseService.groovy | 2 +- src/main/groovy/io/xh/hoist/HoistCoreGrailsPlugin.groovy | 2 +- src/main/groovy/io/xh/hoist/HoistFilter.groovy | 2 +- src/main/groovy/io/xh/hoist/browser/Browser.groovy | 2 +- src/main/groovy/io/xh/hoist/browser/Device.groovy | 2 +- src/main/groovy/io/xh/hoist/browser/Utils.groovy | 2 +- src/main/groovy/io/xh/hoist/cache/Cache.groovy | 2 +- src/main/groovy/io/xh/hoist/cache/CacheEntry.groovy | 2 +- .../groovy/io/xh/hoist/cache/CacheEntryChanged.groovy | 6 ++++++ .../groovy/io/xh/hoist/cache/CacheEntryListener.groovy | 6 ++++++ .../groovy/io/xh/hoist/cachedvalue/CachedValue.groovy | 8 +++++++- .../io/xh/hoist/cachedvalue/CachedValueChanged.groovy | 6 ++++++ .../io/xh/hoist/cachedvalue/CachedValueEntry.groovy | 2 +- .../io/xh/hoist/configuration/ApplicationConfig.groovy | 2 +- .../io/xh/hoist/configuration/LogbackConfig.groovy | 2 +- .../io/xh/hoist/configuration/RuntimeConfig.groovy | 2 +- .../groovy/io/xh/hoist/data/filter/CompoundFilter.groovy | 2 +- .../groovy/io/xh/hoist/data/filter/FieldFilter.groovy | 2 +- src/main/groovy/io/xh/hoist/data/filter/Filter.groovy | 2 +- .../groovy/io/xh/hoist/data/filter/FunctionFilter.groovy | 2 +- .../xh/hoist/exception/ClusterExecutionException.groovy | 2 +- .../xh/hoist/exception/DataNotAvailableException.groovy | 2 +- .../groovy/io/xh/hoist/exception/ExceptionHandler.groovy | 2 +- .../io/xh/hoist/exception/ExternalHttpException.groovy | 2 +- .../groovy/io/xh/hoist/exception/HttpException.groovy | 2 +- .../hoist/exception/InstanceNotAvailableException.groovy | 2 +- .../xh/hoist/exception/InstanceNotFoundException.groovy | 4 ++-- .../xh/hoist/exception/NotAuthenticatedException.groovy | 2 +- .../io/xh/hoist/exception/NotAuthorizedException.groovy | 2 +- .../io/xh/hoist/exception/NotFoundException.groovy | 2 +- .../groovy/io/xh/hoist/exception/RoutineException.java | 2 +- .../io/xh/hoist/exception/RoutineRuntimeException.groovy | 2 +- .../xh/hoist/exception/SessionMismatchException.groovy | 2 +- .../io/xh/hoist/exception/ValidationException.groovy | 2 +- src/main/groovy/io/xh/hoist/http/HttpUtils.groovy | 2 +- src/main/groovy/io/xh/hoist/http/JSONClient.groovy | 2 +- src/main/groovy/io/xh/hoist/json/JSONFormat.java | 2 +- src/main/groovy/io/xh/hoist/json/JSONFormatCached.java | 2 +- src/main/groovy/io/xh/hoist/json/JSONParser.java | 2 +- src/main/groovy/io/xh/hoist/json/JSONSerializer.java | 2 +- .../io/xh/hoist/json/serializer/DoubleSerializer.java | 2 +- .../io/xh/hoist/json/serializer/FloatSerializer.java | 2 +- .../io/xh/hoist/json/serializer/GStringSerializer.java | 2 +- .../json/serializer/JSONFormatCachedSerializer.java | 2 +- .../xh/hoist/json/serializer/JSONFormatSerializer.java | 2 +- .../io/xh/hoist/json/serializer/LocalDateSerializer.java | 2 +- .../xh/hoist/json/serializer/ThrowableSerializer.groovy | 2 +- src/main/groovy/io/xh/hoist/kryo/KryoIdGenerator.java | 9 +++++++-- src/main/groovy/io/xh/hoist/kryo/KryoSerializer.java | 9 +++++++-- src/main/groovy/io/xh/hoist/kryo/KryoSupport.groovy | 6 ++++++ src/main/groovy/io/xh/hoist/ldap/LdapGroup.groovy | 6 ++++++ src/main/groovy/io/xh/hoist/ldap/LdapObject.groovy | 6 ++++++ src/main/groovy/io/xh/hoist/ldap/LdapPerson.groovy | 6 ++++++ .../io/xh/hoist/log/ClusterInstanceConverter.groovy | 2 +- src/main/groovy/io/xh/hoist/log/LogSupport.groovy | 2 +- .../groovy/io/xh/hoist/log/LogSupportConverter.groovy | 2 +- src/main/groovy/io/xh/hoist/log/LogSupportMarker.groovy | 2 +- .../io/xh/hoist/monitor/AggregateMonitorResult.groovy | 2 +- src/main/groovy/io/xh/hoist/monitor/MonitorConfig.groovy | 7 +++++++ src/main/groovy/io/xh/hoist/monitor/MonitorResult.groovy | 2 +- src/main/groovy/io/xh/hoist/monitor/MonitorStatus.groovy | 2 +- .../io/xh/hoist/monitor/MonitorStatusReport.groovy | 2 +- .../provided/DefaultMonitorDefinitionService.groovy | 2 +- src/main/groovy/io/xh/hoist/role/BaseRoleService.groovy | 2 +- .../io/xh/hoist/role/provided/DefaultRoleService.groovy | 2 +- src/main/groovy/io/xh/hoist/security/Access.groovy | 2 +- src/main/groovy/io/xh/hoist/security/AccessAll.groovy | 2 +- .../xh/hoist/security/BaseAuthenticationService.groovy | 2 +- src/main/groovy/io/xh/hoist/user/BaseUserService.groovy | 2 +- src/main/groovy/io/xh/hoist/user/HoistUser.groovy | 2 +- src/main/groovy/io/xh/hoist/user/IdentitySupport.groovy | 2 +- src/main/groovy/io/xh/hoist/util/DateTimeUtils.groovy | 2 +- .../groovy/io/xh/hoist/util/InstanceConfigUtils.groovy | 2 +- src/main/groovy/io/xh/hoist/util/StringUtils.groovy | 2 +- src/main/groovy/io/xh/hoist/util/Timer.groovy | 2 +- src/main/groovy/io/xh/hoist/util/Utils.groovy | 2 +- .../io/xh/hoist/websocket/HoistWebSocketChannel.groovy | 2 +- .../xh/hoist/websocket/HoistWebSocketConfigurer.groovy | 2 +- .../io/xh/hoist/websocket/HoistWebSocketHandler.groovy | 2 +- 153 files changed, 218 insertions(+), 153 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7310ba..1e9ac94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2054,8 +2054,6 @@ exposing them to the application as a map. ------------------------------------------ -Copyright © 2024 Extremely Heavy Industries Inc. - all rights reserved - ------------------------------------------- - 📫☎️🌎 info@xh.io | https://xh.io + +Copyright © 2025 Extremely Heavy Industries Inc. diff --git a/LICENSE.md b/LICENSE.md index c215eb64..303b6059 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright 2014-2021 Extremely Heavy Industries, Inc. + Copyright 2014-2025 Extremely Heavy Industries, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -187,4 +187,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/README.md b/README.md index 4473d5ca..0116fb45 100644 --- a/README.md +++ b/README.md @@ -445,4 +445,4 @@ additional features and services provided by the framework. ------------------------------------------ 📫☎️🌎 info@xh.io | https://xh.io -Copyright © 2023 Extremely Heavy Industries Inc. +Copyright © 2025 Extremely Heavy Industries Inc. diff --git a/SECURITY.md b/SECURITY.md index 87ef4147..7a65d264 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -24,3 +24,5 @@ application and its deployment. ------------------------------------------ 📫☎️🌎 info@xh.io | https://xh.io + +Copyright © 2025 Extremely Heavy Industries Inc. diff --git a/grails-app/controllers/io/xh/hoist/BaseController.groovy b/grails-app/controllers/io/xh/hoist/BaseController.groovy index 98255e76..37067abe 100644 --- a/grails-app/controllers/io/xh/hoist/BaseController.groovy +++ b/grails-app/controllers/io/xh/hoist/BaseController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist diff --git a/grails-app/controllers/io/xh/hoist/RestController.groovy b/grails-app/controllers/io/xh/hoist/RestController.groovy index 2780e517..954a1362 100644 --- a/grails-app/controllers/io/xh/hoist/RestController.groovy +++ b/grails-app/controllers/io/xh/hoist/RestController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist diff --git a/grails-app/controllers/io/xh/hoist/UrlMappings.groovy b/grails-app/controllers/io/xh/hoist/UrlMappings.groovy index 46b4b639..c32c9f1e 100644 --- a/grails-app/controllers/io/xh/hoist/UrlMappings.groovy +++ b/grails-app/controllers/io/xh/hoist/UrlMappings.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist diff --git a/grails-app/controllers/io/xh/hoist/admin/AdminRestController.groovy b/grails-app/controllers/io/xh/hoist/admin/AdminRestController.groovy index 71280827..7391e203 100644 --- a/grails-app/controllers/io/xh/hoist/admin/AdminRestController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/AdminRestController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/AlertBannerAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/AlertBannerAdminController.groovy index 18dd086a..f189984a 100644 --- a/grails-app/controllers/io/xh/hoist/admin/AlertBannerAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/AlertBannerAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/ClientErrorAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/ClientErrorAdminController.groovy index 2dd323c6..12b8320b 100644 --- a/grails-app/controllers/io/xh/hoist/admin/ClientErrorAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/ClientErrorAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/ConfigAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/ConfigAdminController.groovy index 647a84fd..9a97ff87 100644 --- a/grails-app/controllers/io/xh/hoist/admin/ConfigAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/ConfigAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/ConfigDiffAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/ConfigDiffAdminController.groovy index 7dd4ac82..bfffd7db 100644 --- a/grails-app/controllers/io/xh/hoist/admin/ConfigDiffAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/ConfigDiffAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/FeedbackAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/FeedbackAdminController.groovy index 6b54ebc7..6bb97a56 100644 --- a/grails-app/controllers/io/xh/hoist/admin/FeedbackAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/FeedbackAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/JsonBlobAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/JsonBlobAdminController.groovy index 8450ef02..4fd61bd0 100644 --- a/grails-app/controllers/io/xh/hoist/admin/JsonBlobAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/JsonBlobAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/JsonBlobDiffAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/JsonBlobDiffAdminController.groovy index 654be1de..bc6ee366 100644 --- a/grails-app/controllers/io/xh/hoist/admin/JsonBlobDiffAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/JsonBlobDiffAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/LogLevelAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/LogLevelAdminController.groovy index 63ac46f7..4e5be30f 100644 --- a/grails-app/controllers/io/xh/hoist/admin/LogLevelAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/LogLevelAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/MonitorAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/MonitorAdminController.groovy index ab357e4d..7b85f5f0 100644 --- a/grails-app/controllers/io/xh/hoist/admin/MonitorAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/MonitorAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/MonitorResultsAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/MonitorResultsAdminController.groovy index 7f8b4002..68169b9a 100644 --- a/grails-app/controllers/io/xh/hoist/admin/MonitorResultsAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/MonitorResultsAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/PreferenceAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/PreferenceAdminController.groovy index 7587b6f8..16de1459 100644 --- a/grails-app/controllers/io/xh/hoist/admin/PreferenceAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/PreferenceAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/PreferenceDiffAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/PreferenceDiffAdminController.groovy index 5a51cd6c..2d90246c 100644 --- a/grails-app/controllers/io/xh/hoist/admin/PreferenceDiffAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/PreferenceDiffAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/TrackLogAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/TrackLogAdminController.groovy index 60effd69..b6c28eae 100644 --- a/grails-app/controllers/io/xh/hoist/admin/TrackLogAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/TrackLogAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/UserAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/UserAdminController.groovy index dea04d49..718d9f47 100644 --- a/grails-app/controllers/io/xh/hoist/admin/UserAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/UserAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/UserPreferenceAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/UserPreferenceAdminController.groovy index 12964b46..5b243cd4 100644 --- a/grails-app/controllers/io/xh/hoist/admin/UserPreferenceAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/UserPreferenceAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/controllers/io/xh/hoist/admin/cluster/ClusterAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/cluster/ClusterAdminController.groovy index e7b537c7..e3dfad84 100644 --- a/grails-app/controllers/io/xh/hoist/admin/cluster/ClusterAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/cluster/ClusterAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin.cluster diff --git a/grails-app/controllers/io/xh/hoist/admin/cluster/ConnectionPoolMonitorAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/cluster/ConnectionPoolMonitorAdminController.groovy index 84483fa0..85a42f34 100644 --- a/grails-app/controllers/io/xh/hoist/admin/cluster/ConnectionPoolMonitorAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/cluster/ConnectionPoolMonitorAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin.cluster diff --git a/grails-app/controllers/io/xh/hoist/admin/cluster/EnvAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/cluster/EnvAdminController.groovy index 5156da28..5d567205 100644 --- a/grails-app/controllers/io/xh/hoist/admin/cluster/EnvAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/cluster/EnvAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin.cluster diff --git a/grails-app/controllers/io/xh/hoist/admin/cluster/LogViewerAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/cluster/LogViewerAdminController.groovy index ee326ff7..3d9ea61b 100644 --- a/grails-app/controllers/io/xh/hoist/admin/cluster/LogViewerAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/cluster/LogViewerAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin.cluster diff --git a/grails-app/controllers/io/xh/hoist/admin/cluster/MemoryMonitorAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/cluster/MemoryMonitorAdminController.groovy index 828a3ea6..8b39f174 100644 --- a/grails-app/controllers/io/xh/hoist/admin/cluster/MemoryMonitorAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/cluster/MemoryMonitorAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin.cluster @@ -68,4 +68,4 @@ class MemoryMonitorAdminController extends BaseController { def snapshotsForPastInstance(String instance) { renderJSON(memoryMonitoringService.snapshotsForPastInstance(instance)) } -} \ No newline at end of file +} diff --git a/grails-app/controllers/io/xh/hoist/admin/cluster/ServiceManagerAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/cluster/ServiceManagerAdminController.groovy index 2238894e..502e0525 100644 --- a/grails-app/controllers/io/xh/hoist/admin/cluster/ServiceManagerAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/cluster/ServiceManagerAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin.cluster @@ -48,4 +48,4 @@ class ServiceManagerAdminController extends BaseController { return [success: true] } } -} \ No newline at end of file +} diff --git a/grails-app/controllers/io/xh/hoist/admin/cluster/WebSocketAdminController.groovy b/grails-app/controllers/io/xh/hoist/admin/cluster/WebSocketAdminController.groovy index d14e6ab1..a4ff0e15 100644 --- a/grails-app/controllers/io/xh/hoist/admin/cluster/WebSocketAdminController.groovy +++ b/grails-app/controllers/io/xh/hoist/admin/cluster/WebSocketAdminController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin.cluster diff --git a/grails-app/controllers/io/xh/hoist/impl/ProxyImplController.groovy b/grails-app/controllers/io/xh/hoist/impl/ProxyImplController.groovy index 159c5b01..46806f89 100644 --- a/grails-app/controllers/io/xh/hoist/impl/ProxyImplController.groovy +++ b/grails-app/controllers/io/xh/hoist/impl/ProxyImplController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.impl diff --git a/grails-app/controllers/io/xh/hoist/impl/XhController.groovy b/grails-app/controllers/io/xh/hoist/impl/XhController.groovy index 06acbdb0..4c810185 100644 --- a/grails-app/controllers/io/xh/hoist/impl/XhController.groovy +++ b/grails-app/controllers/io/xh/hoist/impl/XhController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.impl diff --git a/grails-app/controllers/io/xh/hoist/impl/XhViewController.groovy b/grails-app/controllers/io/xh/hoist/impl/XhViewController.groovy index f803e283..7a5dc919 100644 --- a/grails-app/controllers/io/xh/hoist/impl/XhViewController.groovy +++ b/grails-app/controllers/io/xh/hoist/impl/XhViewController.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.impl diff --git a/grails-app/controllers/io/xh/hoist/security/AccessInterceptor.groovy b/grails-app/controllers/io/xh/hoist/security/AccessInterceptor.groovy index 7b081c3b..af8f5afa 100644 --- a/grails-app/controllers/io/xh/hoist/security/AccessInterceptor.groovy +++ b/grails-app/controllers/io/xh/hoist/security/AccessInterceptor.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.security diff --git a/grails-app/domain/io/xh/hoist/clienterror/ClientError.groovy b/grails-app/domain/io/xh/hoist/clienterror/ClientError.groovy index ba660478..12902903 100644 --- a/grails-app/domain/io/xh/hoist/clienterror/ClientError.groovy +++ b/grails-app/domain/io/xh/hoist/clienterror/ClientError.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.clienterror diff --git a/grails-app/domain/io/xh/hoist/config/AppConfig.groovy b/grails-app/domain/io/xh/hoist/config/AppConfig.groovy index 480d6d98..88e0b47e 100644 --- a/grails-app/domain/io/xh/hoist/config/AppConfig.groovy +++ b/grails-app/domain/io/xh/hoist/config/AppConfig.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.config diff --git a/grails-app/domain/io/xh/hoist/feedback/Feedback.groovy b/grails-app/domain/io/xh/hoist/feedback/Feedback.groovy index 0a1a731e..c367fbbc 100644 --- a/grails-app/domain/io/xh/hoist/feedback/Feedback.groovy +++ b/grails-app/domain/io/xh/hoist/feedback/Feedback.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.feedback diff --git a/grails-app/domain/io/xh/hoist/jsonblob/JsonBlob.groovy b/grails-app/domain/io/xh/hoist/jsonblob/JsonBlob.groovy index a94e1486..366b7276 100644 --- a/grails-app/domain/io/xh/hoist/jsonblob/JsonBlob.groovy +++ b/grails-app/domain/io/xh/hoist/jsonblob/JsonBlob.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.jsonblob diff --git a/grails-app/domain/io/xh/hoist/log/LogLevel.groovy b/grails-app/domain/io/xh/hoist/log/LogLevel.groovy index f8b10a1d..2cf1421a 100644 --- a/grails-app/domain/io/xh/hoist/log/LogLevel.groovy +++ b/grails-app/domain/io/xh/hoist/log/LogLevel.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.log diff --git a/grails-app/domain/io/xh/hoist/monitor/Monitor.groovy b/grails-app/domain/io/xh/hoist/monitor/Monitor.groovy index d27c7a0c..76ec939d 100644 --- a/grails-app/domain/io/xh/hoist/monitor/Monitor.groovy +++ b/grails-app/domain/io/xh/hoist/monitor/Monitor.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.monitor diff --git a/grails-app/domain/io/xh/hoist/pref/Preference.groovy b/grails-app/domain/io/xh/hoist/pref/Preference.groovy index 3627551c..c30cfa28 100644 --- a/grails-app/domain/io/xh/hoist/pref/Preference.groovy +++ b/grails-app/domain/io/xh/hoist/pref/Preference.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.pref diff --git a/grails-app/domain/io/xh/hoist/pref/UserPreference.groovy b/grails-app/domain/io/xh/hoist/pref/UserPreference.groovy index e58fc873..aa00d4f9 100644 --- a/grails-app/domain/io/xh/hoist/pref/UserPreference.groovy +++ b/grails-app/domain/io/xh/hoist/pref/UserPreference.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.pref diff --git a/grails-app/domain/io/xh/hoist/track/TrackLog.groovy b/grails-app/domain/io/xh/hoist/track/TrackLog.groovy index ab5cb0f2..0e226f87 100644 --- a/grails-app/domain/io/xh/hoist/track/TrackLog.groovy +++ b/grails-app/domain/io/xh/hoist/track/TrackLog.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.track diff --git a/grails-app/init/io/xh/hoist/Application.groovy b/grails-app/init/io/xh/hoist/Application.groovy index c40e753c..db14da8f 100644 --- a/grails-app/init/io/xh/hoist/Application.groovy +++ b/grails-app/init/io/xh/hoist/Application.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist diff --git a/grails-app/init/io/xh/hoist/BootStrap.groovy b/grails-app/init/io/xh/hoist/BootStrap.groovy index 2156bc1e..64b70378 100644 --- a/grails-app/init/io/xh/hoist/BootStrap.groovy +++ b/grails-app/init/io/xh/hoist/BootStrap.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist diff --git a/grails-app/services/io/xh/hoist/admin/ConnectionPoolMonitoringService.groovy b/grails-app/services/io/xh/hoist/admin/ConnectionPoolMonitoringService.groovy index 37dc7e38..e4969703 100644 --- a/grails-app/services/io/xh/hoist/admin/ConnectionPoolMonitoringService.groovy +++ b/grails-app/services/io/xh/hoist/admin/ConnectionPoolMonitoringService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/services/io/xh/hoist/admin/MemoryMonitoringService.groovy b/grails-app/services/io/xh/hoist/admin/MemoryMonitoringService.groovy index e2f63b08..80c21b23 100644 --- a/grails-app/services/io/xh/hoist/admin/MemoryMonitoringService.groovy +++ b/grails-app/services/io/xh/hoist/admin/MemoryMonitoringService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/services/io/xh/hoist/admin/ServiceManagerService.groovy b/grails-app/services/io/xh/hoist/admin/ServiceManagerService.groovy index 56028b99..7e0f3f29 100644 --- a/grails-app/services/io/xh/hoist/admin/ServiceManagerService.groovy +++ b/grails-app/services/io/xh/hoist/admin/ServiceManagerService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.admin diff --git a/grails-app/services/io/xh/hoist/alertbanner/AlertBannerService.groovy b/grails-app/services/io/xh/hoist/alertbanner/AlertBannerService.groovy index b9c5551e..59431d5f 100644 --- a/grails-app/services/io/xh/hoist/alertbanner/AlertBannerService.groovy +++ b/grails-app/services/io/xh/hoist/alertbanner/AlertBannerService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.alertbanner diff --git a/grails-app/services/io/xh/hoist/clienterror/ClientErrorEmailService.groovy b/grails-app/services/io/xh/hoist/clienterror/ClientErrorEmailService.groovy index 90a241cf..e2febf21 100644 --- a/grails-app/services/io/xh/hoist/clienterror/ClientErrorEmailService.groovy +++ b/grails-app/services/io/xh/hoist/clienterror/ClientErrorEmailService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.clienterror diff --git a/grails-app/services/io/xh/hoist/clienterror/ClientErrorService.groovy b/grails-app/services/io/xh/hoist/clienterror/ClientErrorService.groovy index caa607b0..8a7067b1 100644 --- a/grails-app/services/io/xh/hoist/clienterror/ClientErrorService.groovy +++ b/grails-app/services/io/xh/hoist/clienterror/ClientErrorService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.clienterror diff --git a/grails-app/services/io/xh/hoist/config/ConfigDiffService.groovy b/grails-app/services/io/xh/hoist/config/ConfigDiffService.groovy index 35802dc5..33b8e089 100644 --- a/grails-app/services/io/xh/hoist/config/ConfigDiffService.groovy +++ b/grails-app/services/io/xh/hoist/config/ConfigDiffService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.config diff --git a/grails-app/services/io/xh/hoist/config/ConfigService.groovy b/grails-app/services/io/xh/hoist/config/ConfigService.groovy index 0279a331..e9bd9490 100644 --- a/grails-app/services/io/xh/hoist/config/ConfigService.groovy +++ b/grails-app/services/io/xh/hoist/config/ConfigService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.config diff --git a/grails-app/services/io/xh/hoist/email/EmailService.groovy b/grails-app/services/io/xh/hoist/email/EmailService.groovy index 6ac160ec..c1da4448 100644 --- a/grails-app/services/io/xh/hoist/email/EmailService.groovy +++ b/grails-app/services/io/xh/hoist/email/EmailService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.email diff --git a/grails-app/services/io/xh/hoist/environment/EnvironmentService.groovy b/grails-app/services/io/xh/hoist/environment/EnvironmentService.groovy index eac52df3..23c197ea 100644 --- a/grails-app/services/io/xh/hoist/environment/EnvironmentService.groovy +++ b/grails-app/services/io/xh/hoist/environment/EnvironmentService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.environment diff --git a/grails-app/services/io/xh/hoist/export/GridExportImplService.groovy b/grails-app/services/io/xh/hoist/export/GridExportImplService.groovy index c71f4009..c4c09ac3 100644 --- a/grails-app/services/io/xh/hoist/export/GridExportImplService.groovy +++ b/grails-app/services/io/xh/hoist/export/GridExportImplService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.export diff --git a/grails-app/services/io/xh/hoist/feedback/FeedbackEmailService.groovy b/grails-app/services/io/xh/hoist/feedback/FeedbackEmailService.groovy index 597bade4..5e036b57 100644 --- a/grails-app/services/io/xh/hoist/feedback/FeedbackEmailService.groovy +++ b/grails-app/services/io/xh/hoist/feedback/FeedbackEmailService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.feedback diff --git a/grails-app/services/io/xh/hoist/feedback/FeedbackService.groovy b/grails-app/services/io/xh/hoist/feedback/FeedbackService.groovy index 9d3c12c9..96fd22b3 100644 --- a/grails-app/services/io/xh/hoist/feedback/FeedbackService.groovy +++ b/grails-app/services/io/xh/hoist/feedback/FeedbackService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.feedback diff --git a/grails-app/services/io/xh/hoist/http/BaseProxyService.groovy b/grails-app/services/io/xh/hoist/http/BaseProxyService.groovy index 571d88e4..80436b96 100644 --- a/grails-app/services/io/xh/hoist/http/BaseProxyService.groovy +++ b/grails-app/services/io/xh/hoist/http/BaseProxyService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.http diff --git a/grails-app/services/io/xh/hoist/jsonblob/JsonBlobDiffService.groovy b/grails-app/services/io/xh/hoist/jsonblob/JsonBlobDiffService.groovy index 81c3cd26..7dd4ca9b 100644 --- a/grails-app/services/io/xh/hoist/jsonblob/JsonBlobDiffService.groovy +++ b/grails-app/services/io/xh/hoist/jsonblob/JsonBlobDiffService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.jsonblob diff --git a/grails-app/services/io/xh/hoist/jsonblob/JsonBlobService.groovy b/grails-app/services/io/xh/hoist/jsonblob/JsonBlobService.groovy index b46d335c..97935baa 100644 --- a/grails-app/services/io/xh/hoist/jsonblob/JsonBlobService.groovy +++ b/grails-app/services/io/xh/hoist/jsonblob/JsonBlobService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.jsonblob diff --git a/grails-app/services/io/xh/hoist/log/LogArchiveService.groovy b/grails-app/services/io/xh/hoist/log/LogArchiveService.groovy index b3ecdbf6..1b80203e 100644 --- a/grails-app/services/io/xh/hoist/log/LogArchiveService.groovy +++ b/grails-app/services/io/xh/hoist/log/LogArchiveService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.log diff --git a/grails-app/services/io/xh/hoist/log/LogLevelService.groovy b/grails-app/services/io/xh/hoist/log/LogLevelService.groovy index ae109116..999d5cc2 100644 --- a/grails-app/services/io/xh/hoist/log/LogLevelService.groovy +++ b/grails-app/services/io/xh/hoist/log/LogLevelService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.log diff --git a/grails-app/services/io/xh/hoist/log/LogReaderService.groovy b/grails-app/services/io/xh/hoist/log/LogReaderService.groovy index 30455966..8cf9ce24 100644 --- a/grails-app/services/io/xh/hoist/log/LogReaderService.groovy +++ b/grails-app/services/io/xh/hoist/log/LogReaderService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.log diff --git a/grails-app/services/io/xh/hoist/monitor/MonitorEvalService.groovy b/grails-app/services/io/xh/hoist/monitor/MonitorEvalService.groovy index 294793ce..e1d12037 100644 --- a/grails-app/services/io/xh/hoist/monitor/MonitorEvalService.groovy +++ b/grails-app/services/io/xh/hoist/monitor/MonitorEvalService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.monitor diff --git a/grails-app/services/io/xh/hoist/monitor/MonitorReportService.groovy b/grails-app/services/io/xh/hoist/monitor/MonitorReportService.groovy index f43083a7..29081b3f 100644 --- a/grails-app/services/io/xh/hoist/monitor/MonitorReportService.groovy +++ b/grails-app/services/io/xh/hoist/monitor/MonitorReportService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.monitor diff --git a/grails-app/services/io/xh/hoist/monitor/MonitorService.groovy b/grails-app/services/io/xh/hoist/monitor/MonitorService.groovy index 469fc7c9..b8d7996a 100644 --- a/grails-app/services/io/xh/hoist/monitor/MonitorService.groovy +++ b/grails-app/services/io/xh/hoist/monitor/MonitorService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.monitor diff --git a/grails-app/services/io/xh/hoist/pref/PrefDiffService.groovy b/grails-app/services/io/xh/hoist/pref/PrefDiffService.groovy index 59609c01..3c11dc95 100644 --- a/grails-app/services/io/xh/hoist/pref/PrefDiffService.groovy +++ b/grails-app/services/io/xh/hoist/pref/PrefDiffService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.pref diff --git a/grails-app/services/io/xh/hoist/pref/PrefService.groovy b/grails-app/services/io/xh/hoist/pref/PrefService.groovy index 227aa766..eb622abc 100644 --- a/grails-app/services/io/xh/hoist/pref/PrefService.groovy +++ b/grails-app/services/io/xh/hoist/pref/PrefService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.pref diff --git a/grails-app/services/io/xh/hoist/track/TrackService.groovy b/grails-app/services/io/xh/hoist/track/TrackService.groovy index 9262d94e..d8cf78cc 100644 --- a/grails-app/services/io/xh/hoist/track/TrackService.groovy +++ b/grails-app/services/io/xh/hoist/track/TrackService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.track diff --git a/grails-app/services/io/xh/hoist/user/IdentityService.groovy b/grails-app/services/io/xh/hoist/user/IdentityService.groovy index 9cf7853e..f499f2f7 100644 --- a/grails-app/services/io/xh/hoist/user/IdentityService.groovy +++ b/grails-app/services/io/xh/hoist/user/IdentityService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.user diff --git a/grails-app/services/io/xh/hoist/view/ViewService.groovy b/grails-app/services/io/xh/hoist/view/ViewService.groovy index edfde519..b15a471a 100644 --- a/grails-app/services/io/xh/hoist/view/ViewService.groovy +++ b/grails-app/services/io/xh/hoist/view/ViewService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2024 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.view diff --git a/grails-app/services/io/xh/hoist/websocket/WebSocketService.groovy b/grails-app/services/io/xh/hoist/websocket/WebSocketService.groovy index 50065139..f6e5ab05 100644 --- a/grails-app/services/io/xh/hoist/websocket/WebSocketService.groovy +++ b/grails-app/services/io/xh/hoist/websocket/WebSocketService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.websocket diff --git a/src/main/groovy/io/xh/hoist/AppEnvironment.groovy b/src/main/groovy/io/xh/hoist/AppEnvironment.groovy index 41cb8627..95f61f58 100644 --- a/src/main/groovy/io/xh/hoist/AppEnvironment.groovy +++ b/src/main/groovy/io/xh/hoist/AppEnvironment.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist diff --git a/src/main/groovy/io/xh/hoist/BaseService.groovy b/src/main/groovy/io/xh/hoist/BaseService.groovy index e1a5d632..075e242f 100644 --- a/src/main/groovy/io/xh/hoist/BaseService.groovy +++ b/src/main/groovy/io/xh/hoist/BaseService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist diff --git a/src/main/groovy/io/xh/hoist/HoistCoreGrailsPlugin.groovy b/src/main/groovy/io/xh/hoist/HoistCoreGrailsPlugin.groovy index 64794ea5..555ae9fd 100644 --- a/src/main/groovy/io/xh/hoist/HoistCoreGrailsPlugin.groovy +++ b/src/main/groovy/io/xh/hoist/HoistCoreGrailsPlugin.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist diff --git a/src/main/groovy/io/xh/hoist/HoistFilter.groovy b/src/main/groovy/io/xh/hoist/HoistFilter.groovy index 1d63ef9a..b43b1924 100644 --- a/src/main/groovy/io/xh/hoist/HoistFilter.groovy +++ b/src/main/groovy/io/xh/hoist/HoistFilter.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist diff --git a/src/main/groovy/io/xh/hoist/browser/Browser.groovy b/src/main/groovy/io/xh/hoist/browser/Browser.groovy index 20a571c1..e34558b2 100644 --- a/src/main/groovy/io/xh/hoist/browser/Browser.groovy +++ b/src/main/groovy/io/xh/hoist/browser/Browser.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.browser diff --git a/src/main/groovy/io/xh/hoist/browser/Device.groovy b/src/main/groovy/io/xh/hoist/browser/Device.groovy index dc07c7ff..e16ad6e4 100644 --- a/src/main/groovy/io/xh/hoist/browser/Device.groovy +++ b/src/main/groovy/io/xh/hoist/browser/Device.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.browser diff --git a/src/main/groovy/io/xh/hoist/browser/Utils.groovy b/src/main/groovy/io/xh/hoist/browser/Utils.groovy index 4101fcaa..84e5375f 100644 --- a/src/main/groovy/io/xh/hoist/browser/Utils.groovy +++ b/src/main/groovy/io/xh/hoist/browser/Utils.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.browser diff --git a/src/main/groovy/io/xh/hoist/cache/Cache.groovy b/src/main/groovy/io/xh/hoist/cache/Cache.groovy index 00f90712..f92f2c3c 100644 --- a/src/main/groovy/io/xh/hoist/cache/Cache.groovy +++ b/src/main/groovy/io/xh/hoist/cache/Cache.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.cache diff --git a/src/main/groovy/io/xh/hoist/cache/CacheEntry.groovy b/src/main/groovy/io/xh/hoist/cache/CacheEntry.groovy index 04fd659f..fe093f5b 100644 --- a/src/main/groovy/io/xh/hoist/cache/CacheEntry.groovy +++ b/src/main/groovy/io/xh/hoist/cache/CacheEntry.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.cache diff --git a/src/main/groovy/io/xh/hoist/cache/CacheEntryChanged.groovy b/src/main/groovy/io/xh/hoist/cache/CacheEntryChanged.groovy index 9b199f5f..db8495c8 100644 --- a/src/main/groovy/io/xh/hoist/cache/CacheEntryChanged.groovy +++ b/src/main/groovy/io/xh/hoist/cache/CacheEntryChanged.groovy @@ -1,3 +1,9 @@ +/* + * This file belongs to Hoist, an application development toolkit + * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) + * + * Copyright © 2025 Extremely Heavy Industries Inc. + */ package io.xh.hoist.cache class CacheEntryChanged { diff --git a/src/main/groovy/io/xh/hoist/cache/CacheEntryListener.groovy b/src/main/groovy/io/xh/hoist/cache/CacheEntryListener.groovy index 8f755d6b..e74ef9a8 100644 --- a/src/main/groovy/io/xh/hoist/cache/CacheEntryListener.groovy +++ b/src/main/groovy/io/xh/hoist/cache/CacheEntryListener.groovy @@ -1,3 +1,9 @@ +/* + * This file belongs to Hoist, an application development toolkit + * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) + * + * Copyright © 2025 Extremely Heavy Industries Inc. + */ package io.xh.hoist.cache import com.hazelcast.core.EntryEvent diff --git a/src/main/groovy/io/xh/hoist/cachedvalue/CachedValue.groovy b/src/main/groovy/io/xh/hoist/cachedvalue/CachedValue.groovy index 8ce8bc13..ef546cc5 100644 --- a/src/main/groovy/io/xh/hoist/cachedvalue/CachedValue.groovy +++ b/src/main/groovy/io/xh/hoist/cachedvalue/CachedValue.groovy @@ -1,6 +1,12 @@ +/* + * This file belongs to Hoist, an application development toolkit + * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) + * + * Copyright © 2025 Extremely Heavy Industries Inc. + */ package io.xh.hoist.cachedvalue -import com.hazelcast.config.InMemoryFormat + import com.hazelcast.topic.ITopic import com.hazelcast.topic.Message import com.hazelcast.topic.ReliableMessageListener diff --git a/src/main/groovy/io/xh/hoist/cachedvalue/CachedValueChanged.groovy b/src/main/groovy/io/xh/hoist/cachedvalue/CachedValueChanged.groovy index 19f6f65c..fd630c79 100644 --- a/src/main/groovy/io/xh/hoist/cachedvalue/CachedValueChanged.groovy +++ b/src/main/groovy/io/xh/hoist/cachedvalue/CachedValueChanged.groovy @@ -1,3 +1,9 @@ +/* + * This file belongs to Hoist, an application development toolkit + * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) + * + * Copyright © 2025 Extremely Heavy Industries Inc. + */ package io.xh.hoist.cachedvalue class CachedValueChanged { diff --git a/src/main/groovy/io/xh/hoist/cachedvalue/CachedValueEntry.groovy b/src/main/groovy/io/xh/hoist/cachedvalue/CachedValueEntry.groovy index b14fd29b..1262b738 100644 --- a/src/main/groovy/io/xh/hoist/cachedvalue/CachedValueEntry.groovy +++ b/src/main/groovy/io/xh/hoist/cachedvalue/CachedValueEntry.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.cachedvalue diff --git a/src/main/groovy/io/xh/hoist/configuration/ApplicationConfig.groovy b/src/main/groovy/io/xh/hoist/configuration/ApplicationConfig.groovy index 83e72669..1da7375e 100644 --- a/src/main/groovy/io/xh/hoist/configuration/ApplicationConfig.groovy +++ b/src/main/groovy/io/xh/hoist/configuration/ApplicationConfig.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.configuration diff --git a/src/main/groovy/io/xh/hoist/configuration/LogbackConfig.groovy b/src/main/groovy/io/xh/hoist/configuration/LogbackConfig.groovy index 5600eaf9..2abd7792 100644 --- a/src/main/groovy/io/xh/hoist/configuration/LogbackConfig.groovy +++ b/src/main/groovy/io/xh/hoist/configuration/LogbackConfig.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.configuration diff --git a/src/main/groovy/io/xh/hoist/configuration/RuntimeConfig.groovy b/src/main/groovy/io/xh/hoist/configuration/RuntimeConfig.groovy index 96565bc8..4c5ea6c4 100644 --- a/src/main/groovy/io/xh/hoist/configuration/RuntimeConfig.groovy +++ b/src/main/groovy/io/xh/hoist/configuration/RuntimeConfig.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.configuration diff --git a/src/main/groovy/io/xh/hoist/data/filter/CompoundFilter.groovy b/src/main/groovy/io/xh/hoist/data/filter/CompoundFilter.groovy index a2c21c8b..2a49f170 100644 --- a/src/main/groovy/io/xh/hoist/data/filter/CompoundFilter.groovy +++ b/src/main/groovy/io/xh/hoist/data/filter/CompoundFilter.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2024 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.data.filter diff --git a/src/main/groovy/io/xh/hoist/data/filter/FieldFilter.groovy b/src/main/groovy/io/xh/hoist/data/filter/FieldFilter.groovy index a4e8d592..cf86aa35 100644 --- a/src/main/groovy/io/xh/hoist/data/filter/FieldFilter.groovy +++ b/src/main/groovy/io/xh/hoist/data/filter/FieldFilter.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2024 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.data.filter diff --git a/src/main/groovy/io/xh/hoist/data/filter/Filter.groovy b/src/main/groovy/io/xh/hoist/data/filter/Filter.groovy index 9aeb1956..aabd2669 100644 --- a/src/main/groovy/io/xh/hoist/data/filter/Filter.groovy +++ b/src/main/groovy/io/xh/hoist/data/filter/Filter.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2024 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.data.filter diff --git a/src/main/groovy/io/xh/hoist/data/filter/FunctionFilter.groovy b/src/main/groovy/io/xh/hoist/data/filter/FunctionFilter.groovy index 5986dc7d..54a28085 100644 --- a/src/main/groovy/io/xh/hoist/data/filter/FunctionFilter.groovy +++ b/src/main/groovy/io/xh/hoist/data/filter/FunctionFilter.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2024 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.data.filter diff --git a/src/main/groovy/io/xh/hoist/exception/ClusterExecutionException.groovy b/src/main/groovy/io/xh/hoist/exception/ClusterExecutionException.groovy index 1614fde7..017259ba 100644 --- a/src/main/groovy/io/xh/hoist/exception/ClusterExecutionException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/ClusterExecutionException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/exception/DataNotAvailableException.groovy b/src/main/groovy/io/xh/hoist/exception/DataNotAvailableException.groovy index c3423a91..ce66ab35 100644 --- a/src/main/groovy/io/xh/hoist/exception/DataNotAvailableException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/DataNotAvailableException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/exception/ExceptionHandler.groovy b/src/main/groovy/io/xh/hoist/exception/ExceptionHandler.groovy index 9ddb27ed..07e85a84 100644 --- a/src/main/groovy/io/xh/hoist/exception/ExceptionHandler.groovy +++ b/src/main/groovy/io/xh/hoist/exception/ExceptionHandler.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/exception/ExternalHttpException.groovy b/src/main/groovy/io/xh/hoist/exception/ExternalHttpException.groovy index 8dd7a6ba..e677789c 100644 --- a/src/main/groovy/io/xh/hoist/exception/ExternalHttpException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/ExternalHttpException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/exception/HttpException.groovy b/src/main/groovy/io/xh/hoist/exception/HttpException.groovy index 89fb8d0b..6bff129f 100644 --- a/src/main/groovy/io/xh/hoist/exception/HttpException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/HttpException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/exception/InstanceNotAvailableException.groovy b/src/main/groovy/io/xh/hoist/exception/InstanceNotAvailableException.groovy index 1f7f8caa..58c3ea19 100644 --- a/src/main/groovy/io/xh/hoist/exception/InstanceNotAvailableException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/InstanceNotAvailableException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/exception/InstanceNotFoundException.groovy b/src/main/groovy/io/xh/hoist/exception/InstanceNotFoundException.groovy index 7b98afed..bec11941 100644 --- a/src/main/groovy/io/xh/hoist/exception/InstanceNotFoundException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/InstanceNotFoundException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception @@ -11,4 +11,4 @@ class InstanceNotFoundException extends RoutineRuntimeException { InstanceNotFoundException(String s) { super(s) } -} \ No newline at end of file +} diff --git a/src/main/groovy/io/xh/hoist/exception/NotAuthenticatedException.groovy b/src/main/groovy/io/xh/hoist/exception/NotAuthenticatedException.groovy index 51411f6a..d46fb134 100644 --- a/src/main/groovy/io/xh/hoist/exception/NotAuthenticatedException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/NotAuthenticatedException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/exception/NotAuthorizedException.groovy b/src/main/groovy/io/xh/hoist/exception/NotAuthorizedException.groovy index 00070b91..4b83c853 100644 --- a/src/main/groovy/io/xh/hoist/exception/NotAuthorizedException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/NotAuthorizedException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/exception/NotFoundException.groovy b/src/main/groovy/io/xh/hoist/exception/NotFoundException.groovy index 1e632529..6d450c6c 100644 --- a/src/main/groovy/io/xh/hoist/exception/NotFoundException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/NotFoundException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/exception/RoutineException.java b/src/main/groovy/io/xh/hoist/exception/RoutineException.java index f9933a7a..e87b53d6 100644 --- a/src/main/groovy/io/xh/hoist/exception/RoutineException.java +++ b/src/main/groovy/io/xh/hoist/exception/RoutineException.java @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception; diff --git a/src/main/groovy/io/xh/hoist/exception/RoutineRuntimeException.groovy b/src/main/groovy/io/xh/hoist/exception/RoutineRuntimeException.groovy index 267088a1..d798324a 100644 --- a/src/main/groovy/io/xh/hoist/exception/RoutineRuntimeException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/RoutineRuntimeException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/exception/SessionMismatchException.groovy b/src/main/groovy/io/xh/hoist/exception/SessionMismatchException.groovy index 05cc1a7c..6e7be60e 100644 --- a/src/main/groovy/io/xh/hoist/exception/SessionMismatchException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/SessionMismatchException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/exception/ValidationException.groovy b/src/main/groovy/io/xh/hoist/exception/ValidationException.groovy index 9bc01fb4..f6597918 100644 --- a/src/main/groovy/io/xh/hoist/exception/ValidationException.groovy +++ b/src/main/groovy/io/xh/hoist/exception/ValidationException.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.exception diff --git a/src/main/groovy/io/xh/hoist/http/HttpUtils.groovy b/src/main/groovy/io/xh/hoist/http/HttpUtils.groovy index 1137f4b0..9d7f94aa 100644 --- a/src/main/groovy/io/xh/hoist/http/HttpUtils.groovy +++ b/src/main/groovy/io/xh/hoist/http/HttpUtils.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.http diff --git a/src/main/groovy/io/xh/hoist/http/JSONClient.groovy b/src/main/groovy/io/xh/hoist/http/JSONClient.groovy index 8c7f1325..96b512aa 100644 --- a/src/main/groovy/io/xh/hoist/http/JSONClient.groovy +++ b/src/main/groovy/io/xh/hoist/http/JSONClient.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.http diff --git a/src/main/groovy/io/xh/hoist/json/JSONFormat.java b/src/main/groovy/io/xh/hoist/json/JSONFormat.java index 27e3a64f..ccc7be78 100644 --- a/src/main/groovy/io/xh/hoist/json/JSONFormat.java +++ b/src/main/groovy/io/xh/hoist/json/JSONFormat.java @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.json; diff --git a/src/main/groovy/io/xh/hoist/json/JSONFormatCached.java b/src/main/groovy/io/xh/hoist/json/JSONFormatCached.java index 0c7e5989..c639b097 100644 --- a/src/main/groovy/io/xh/hoist/json/JSONFormatCached.java +++ b/src/main/groovy/io/xh/hoist/json/JSONFormatCached.java @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.json; diff --git a/src/main/groovy/io/xh/hoist/json/JSONParser.java b/src/main/groovy/io/xh/hoist/json/JSONParser.java index ed745cff..b8faa71a 100644 --- a/src/main/groovy/io/xh/hoist/json/JSONParser.java +++ b/src/main/groovy/io/xh/hoist/json/JSONParser.java @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.json; diff --git a/src/main/groovy/io/xh/hoist/json/JSONSerializer.java b/src/main/groovy/io/xh/hoist/json/JSONSerializer.java index 5e56f256..5f56a1d4 100644 --- a/src/main/groovy/io/xh/hoist/json/JSONSerializer.java +++ b/src/main/groovy/io/xh/hoist/json/JSONSerializer.java @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.json; diff --git a/src/main/groovy/io/xh/hoist/json/serializer/DoubleSerializer.java b/src/main/groovy/io/xh/hoist/json/serializer/DoubleSerializer.java index ee49a714..e7850a2f 100644 --- a/src/main/groovy/io/xh/hoist/json/serializer/DoubleSerializer.java +++ b/src/main/groovy/io/xh/hoist/json/serializer/DoubleSerializer.java @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.json.serializer; diff --git a/src/main/groovy/io/xh/hoist/json/serializer/FloatSerializer.java b/src/main/groovy/io/xh/hoist/json/serializer/FloatSerializer.java index f4805ba0..8a3b5f02 100644 --- a/src/main/groovy/io/xh/hoist/json/serializer/FloatSerializer.java +++ b/src/main/groovy/io/xh/hoist/json/serializer/FloatSerializer.java @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.json.serializer; diff --git a/src/main/groovy/io/xh/hoist/json/serializer/GStringSerializer.java b/src/main/groovy/io/xh/hoist/json/serializer/GStringSerializer.java index dd349c3a..19afc7ce 100644 --- a/src/main/groovy/io/xh/hoist/json/serializer/GStringSerializer.java +++ b/src/main/groovy/io/xh/hoist/json/serializer/GStringSerializer.java @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.json.serializer; diff --git a/src/main/groovy/io/xh/hoist/json/serializer/JSONFormatCachedSerializer.java b/src/main/groovy/io/xh/hoist/json/serializer/JSONFormatCachedSerializer.java index 4f5be3e3..a62941d4 100644 --- a/src/main/groovy/io/xh/hoist/json/serializer/JSONFormatCachedSerializer.java +++ b/src/main/groovy/io/xh/hoist/json/serializer/JSONFormatCachedSerializer.java @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.json.serializer; diff --git a/src/main/groovy/io/xh/hoist/json/serializer/JSONFormatSerializer.java b/src/main/groovy/io/xh/hoist/json/serializer/JSONFormatSerializer.java index b711d7a7..fc12fbd6 100644 --- a/src/main/groovy/io/xh/hoist/json/serializer/JSONFormatSerializer.java +++ b/src/main/groovy/io/xh/hoist/json/serializer/JSONFormatSerializer.java @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.json.serializer; diff --git a/src/main/groovy/io/xh/hoist/json/serializer/LocalDateSerializer.java b/src/main/groovy/io/xh/hoist/json/serializer/LocalDateSerializer.java index cc01858d..595567f3 100644 --- a/src/main/groovy/io/xh/hoist/json/serializer/LocalDateSerializer.java +++ b/src/main/groovy/io/xh/hoist/json/serializer/LocalDateSerializer.java @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.json.serializer; diff --git a/src/main/groovy/io/xh/hoist/json/serializer/ThrowableSerializer.groovy b/src/main/groovy/io/xh/hoist/json/serializer/ThrowableSerializer.groovy index a0358a84..f69e87df 100644 --- a/src/main/groovy/io/xh/hoist/json/serializer/ThrowableSerializer.groovy +++ b/src/main/groovy/io/xh/hoist/json/serializer/ThrowableSerializer.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.json.serializer; diff --git a/src/main/groovy/io/xh/hoist/kryo/KryoIdGenerator.java b/src/main/groovy/io/xh/hoist/kryo/KryoIdGenerator.java index 69a7c0e5..c5052649 100644 --- a/src/main/groovy/io/xh/hoist/kryo/KryoIdGenerator.java +++ b/src/main/groovy/io/xh/hoist/kryo/KryoIdGenerator.java @@ -1,3 +1,9 @@ +/* + * This file belongs to Hoist, an application development toolkit + * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) + * + * Copyright © 2025 Extremely Heavy Industries Inc. + */ package io.xh.hoist.kryo; @@ -8,8 +14,7 @@ /** * A thread safe generator for serializer ids. - * - * Simplification of class from https://github.com/jerrinot/subzero + * Simplification of class from https://github.com/jerrinot/subzero. */ public class KryoIdGenerator { private static final int BASE_ID = 6000; diff --git a/src/main/groovy/io/xh/hoist/kryo/KryoSerializer.java b/src/main/groovy/io/xh/hoist/kryo/KryoSerializer.java index a2b427ae..4bd818b5 100644 --- a/src/main/groovy/io/xh/hoist/kryo/KryoSerializer.java +++ b/src/main/groovy/io/xh/hoist/kryo/KryoSerializer.java @@ -1,3 +1,9 @@ +/* + * This file belongs to Hoist, an application development toolkit + * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) + * + * Copyright © 2025 Extremely Heavy Industries Inc. + */ package io.xh.hoist.kryo; @@ -24,8 +30,7 @@ /** * A Hazelcast Serializer that uses Kryo. - * - * Simplification of strategy from https://github.com/jerrinot/subzero + * Simplification of strategy from https://github.com/jerrinot/subzero. */ class KryoSerializer implements StreamSerializer, HazelcastInstanceAware { diff --git a/src/main/groovy/io/xh/hoist/kryo/KryoSupport.groovy b/src/main/groovy/io/xh/hoist/kryo/KryoSupport.groovy index 0b5929b7..a0501a8a 100644 --- a/src/main/groovy/io/xh/hoist/kryo/KryoSupport.groovy +++ b/src/main/groovy/io/xh/hoist/kryo/KryoSupport.groovy @@ -1,3 +1,9 @@ +/* + * This file belongs to Hoist, an application development toolkit + * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) + * + * Copyright © 2025 Extremely Heavy Industries Inc. + */ package io.xh.hoist.kryo import com.hazelcast.config.Config diff --git a/src/main/groovy/io/xh/hoist/ldap/LdapGroup.groovy b/src/main/groovy/io/xh/hoist/ldap/LdapGroup.groovy index 7a826681..6318eb64 100644 --- a/src/main/groovy/io/xh/hoist/ldap/LdapGroup.groovy +++ b/src/main/groovy/io/xh/hoist/ldap/LdapGroup.groovy @@ -1,3 +1,9 @@ +/* + * This file belongs to Hoist, an application development toolkit + * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) + * + * Copyright © 2025 Extremely Heavy Industries Inc. + */ package io.xh.hoist.ldap import org.apache.directory.api.ldap.model.entry.Attribute diff --git a/src/main/groovy/io/xh/hoist/ldap/LdapObject.groovy b/src/main/groovy/io/xh/hoist/ldap/LdapObject.groovy index 6ced09a8..5f43bc4b 100644 --- a/src/main/groovy/io/xh/hoist/ldap/LdapObject.groovy +++ b/src/main/groovy/io/xh/hoist/ldap/LdapObject.groovy @@ -1,3 +1,9 @@ +/* + * This file belongs to Hoist, an application development toolkit + * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) + * + * Copyright © 2025 Extremely Heavy Industries Inc. + */ package io.xh.hoist.ldap import org.apache.directory.api.ldap.model.entry.Attribute diff --git a/src/main/groovy/io/xh/hoist/ldap/LdapPerson.groovy b/src/main/groovy/io/xh/hoist/ldap/LdapPerson.groovy index 21389874..60936f5f 100644 --- a/src/main/groovy/io/xh/hoist/ldap/LdapPerson.groovy +++ b/src/main/groovy/io/xh/hoist/ldap/LdapPerson.groovy @@ -1,3 +1,9 @@ +/* + * This file belongs to Hoist, an application development toolkit + * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) + * + * Copyright © 2025 Extremely Heavy Industries Inc. + */ package io.xh.hoist.ldap import org.apache.directory.api.ldap.model.entry.Attribute diff --git a/src/main/groovy/io/xh/hoist/log/ClusterInstanceConverter.groovy b/src/main/groovy/io/xh/hoist/log/ClusterInstanceConverter.groovy index 3d34f6b6..e48878f9 100644 --- a/src/main/groovy/io/xh/hoist/log/ClusterInstanceConverter.groovy +++ b/src/main/groovy/io/xh/hoist/log/ClusterInstanceConverter.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.log diff --git a/src/main/groovy/io/xh/hoist/log/LogSupport.groovy b/src/main/groovy/io/xh/hoist/log/LogSupport.groovy index 5a679c0d..ae5c127f 100644 --- a/src/main/groovy/io/xh/hoist/log/LogSupport.groovy +++ b/src/main/groovy/io/xh/hoist/log/LogSupport.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.log diff --git a/src/main/groovy/io/xh/hoist/log/LogSupportConverter.groovy b/src/main/groovy/io/xh/hoist/log/LogSupportConverter.groovy index a50d00a5..9b836e28 100644 --- a/src/main/groovy/io/xh/hoist/log/LogSupportConverter.groovy +++ b/src/main/groovy/io/xh/hoist/log/LogSupportConverter.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.log diff --git a/src/main/groovy/io/xh/hoist/log/LogSupportMarker.groovy b/src/main/groovy/io/xh/hoist/log/LogSupportMarker.groovy index ae26daa5..619b987d 100644 --- a/src/main/groovy/io/xh/hoist/log/LogSupportMarker.groovy +++ b/src/main/groovy/io/xh/hoist/log/LogSupportMarker.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.log diff --git a/src/main/groovy/io/xh/hoist/monitor/AggregateMonitorResult.groovy b/src/main/groovy/io/xh/hoist/monitor/AggregateMonitorResult.groovy index 8423beef..7eef6995 100644 --- a/src/main/groovy/io/xh/hoist/monitor/AggregateMonitorResult.groovy +++ b/src/main/groovy/io/xh/hoist/monitor/AggregateMonitorResult.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2024 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.monitor diff --git a/src/main/groovy/io/xh/hoist/monitor/MonitorConfig.groovy b/src/main/groovy/io/xh/hoist/monitor/MonitorConfig.groovy index c0ccf1a7..1d4c2abe 100644 --- a/src/main/groovy/io/xh/hoist/monitor/MonitorConfig.groovy +++ b/src/main/groovy/io/xh/hoist/monitor/MonitorConfig.groovy @@ -1,3 +1,10 @@ +/* + * This file belongs to Hoist, an application development toolkit + * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) + * + * Copyright © 2025 Extremely Heavy Industries Inc. + */ + package io.xh.hoist.monitor import groovy.transform.MapConstructor diff --git a/src/main/groovy/io/xh/hoist/monitor/MonitorResult.groovy b/src/main/groovy/io/xh/hoist/monitor/MonitorResult.groovy index d9ecf281..88647b00 100644 --- a/src/main/groovy/io/xh/hoist/monitor/MonitorResult.groovy +++ b/src/main/groovy/io/xh/hoist/monitor/MonitorResult.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.monitor diff --git a/src/main/groovy/io/xh/hoist/monitor/MonitorStatus.groovy b/src/main/groovy/io/xh/hoist/monitor/MonitorStatus.groovy index fc92031b..6268b562 100644 --- a/src/main/groovy/io/xh/hoist/monitor/MonitorStatus.groovy +++ b/src/main/groovy/io/xh/hoist/monitor/MonitorStatus.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.monitor diff --git a/src/main/groovy/io/xh/hoist/monitor/MonitorStatusReport.groovy b/src/main/groovy/io/xh/hoist/monitor/MonitorStatusReport.groovy index 08487244..c78b4582 100644 --- a/src/main/groovy/io/xh/hoist/monitor/MonitorStatusReport.groovy +++ b/src/main/groovy/io/xh/hoist/monitor/MonitorStatusReport.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.monitor diff --git a/src/main/groovy/io/xh/hoist/monitor/provided/DefaultMonitorDefinitionService.groovy b/src/main/groovy/io/xh/hoist/monitor/provided/DefaultMonitorDefinitionService.groovy index b8769831..b3ec8d18 100644 --- a/src/main/groovy/io/xh/hoist/monitor/provided/DefaultMonitorDefinitionService.groovy +++ b/src/main/groovy/io/xh/hoist/monitor/provided/DefaultMonitorDefinitionService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2024 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.monitor.provided diff --git a/src/main/groovy/io/xh/hoist/role/BaseRoleService.groovy b/src/main/groovy/io/xh/hoist/role/BaseRoleService.groovy index 9f4d4def..3230cb59 100644 --- a/src/main/groovy/io/xh/hoist/role/BaseRoleService.groovy +++ b/src/main/groovy/io/xh/hoist/role/BaseRoleService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.role diff --git a/src/main/groovy/io/xh/hoist/role/provided/DefaultRoleService.groovy b/src/main/groovy/io/xh/hoist/role/provided/DefaultRoleService.groovy index 6065184c..886525e8 100644 --- a/src/main/groovy/io/xh/hoist/role/provided/DefaultRoleService.groovy +++ b/src/main/groovy/io/xh/hoist/role/provided/DefaultRoleService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.role.provided diff --git a/src/main/groovy/io/xh/hoist/security/Access.groovy b/src/main/groovy/io/xh/hoist/security/Access.groovy index d0446817..9863162f 100644 --- a/src/main/groovy/io/xh/hoist/security/Access.groovy +++ b/src/main/groovy/io/xh/hoist/security/Access.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.security diff --git a/src/main/groovy/io/xh/hoist/security/AccessAll.groovy b/src/main/groovy/io/xh/hoist/security/AccessAll.groovy index 69cff19b..3d2ae54d 100644 --- a/src/main/groovy/io/xh/hoist/security/AccessAll.groovy +++ b/src/main/groovy/io/xh/hoist/security/AccessAll.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.security diff --git a/src/main/groovy/io/xh/hoist/security/BaseAuthenticationService.groovy b/src/main/groovy/io/xh/hoist/security/BaseAuthenticationService.groovy index 813c7514..205f1f33 100644 --- a/src/main/groovy/io/xh/hoist/security/BaseAuthenticationService.groovy +++ b/src/main/groovy/io/xh/hoist/security/BaseAuthenticationService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.security diff --git a/src/main/groovy/io/xh/hoist/user/BaseUserService.groovy b/src/main/groovy/io/xh/hoist/user/BaseUserService.groovy index 2f8d1f67..4e4f977b 100644 --- a/src/main/groovy/io/xh/hoist/user/BaseUserService.groovy +++ b/src/main/groovy/io/xh/hoist/user/BaseUserService.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.user diff --git a/src/main/groovy/io/xh/hoist/user/HoistUser.groovy b/src/main/groovy/io/xh/hoist/user/HoistUser.groovy index 4b443924..4ed4fd8d 100644 --- a/src/main/groovy/io/xh/hoist/user/HoistUser.groovy +++ b/src/main/groovy/io/xh/hoist/user/HoistUser.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.user diff --git a/src/main/groovy/io/xh/hoist/user/IdentitySupport.groovy b/src/main/groovy/io/xh/hoist/user/IdentitySupport.groovy index a12bdeb2..e894d46c 100644 --- a/src/main/groovy/io/xh/hoist/user/IdentitySupport.groovy +++ b/src/main/groovy/io/xh/hoist/user/IdentitySupport.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.user diff --git a/src/main/groovy/io/xh/hoist/util/DateTimeUtils.groovy b/src/main/groovy/io/xh/hoist/util/DateTimeUtils.groovy index 69f52aeb..e4c04223 100644 --- a/src/main/groovy/io/xh/hoist/util/DateTimeUtils.groovy +++ b/src/main/groovy/io/xh/hoist/util/DateTimeUtils.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.util diff --git a/src/main/groovy/io/xh/hoist/util/InstanceConfigUtils.groovy b/src/main/groovy/io/xh/hoist/util/InstanceConfigUtils.groovy index 2db8b297..3e18c606 100644 --- a/src/main/groovy/io/xh/hoist/util/InstanceConfigUtils.groovy +++ b/src/main/groovy/io/xh/hoist/util/InstanceConfigUtils.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.util diff --git a/src/main/groovy/io/xh/hoist/util/StringUtils.groovy b/src/main/groovy/io/xh/hoist/util/StringUtils.groovy index 7db177c0..9315ee21 100644 --- a/src/main/groovy/io/xh/hoist/util/StringUtils.groovy +++ b/src/main/groovy/io/xh/hoist/util/StringUtils.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.util diff --git a/src/main/groovy/io/xh/hoist/util/Timer.groovy b/src/main/groovy/io/xh/hoist/util/Timer.groovy index e6bcc2f1..fedf7247 100644 --- a/src/main/groovy/io/xh/hoist/util/Timer.groovy +++ b/src/main/groovy/io/xh/hoist/util/Timer.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.util diff --git a/src/main/groovy/io/xh/hoist/util/Utils.groovy b/src/main/groovy/io/xh/hoist/util/Utils.groovy index fa1663cf..30d85fb3 100644 --- a/src/main/groovy/io/xh/hoist/util/Utils.groovy +++ b/src/main/groovy/io/xh/hoist/util/Utils.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.util diff --git a/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketChannel.groovy b/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketChannel.groovy index d73f5b4a..cd47390d 100644 --- a/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketChannel.groovy +++ b/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketChannel.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.websocket diff --git a/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketConfigurer.groovy b/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketConfigurer.groovy index cc0c3032..b6f00969 100644 --- a/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketConfigurer.groovy +++ b/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketConfigurer.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.websocket diff --git a/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketHandler.groovy b/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketHandler.groovy index 29a6ba1e..1df6ad37 100644 --- a/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketHandler.groovy +++ b/src/main/groovy/io/xh/hoist/websocket/HoistWebSocketHandler.groovy @@ -2,7 +2,7 @@ * This file belongs to Hoist, an application development toolkit * developed by Extremely Heavy Industries (www.xh.io | info@xh.io) * - * Copyright © 2023 Extremely Heavy Industries Inc. + * Copyright © 2025 Extremely Heavy Industries Inc. */ package io.xh.hoist.websocket