From cfbabf767e513f69db922e379282a472b08175ff Mon Sep 17 00:00:00 2001 From: madness-inc Date: Thu, 10 Jun 2021 17:16:07 +0200 Subject: [PATCH] MGR-112 --- .../org/appng/application/manager/business/Applications.java | 2 +- src/main/java/org/appng/application/manager/business/Beans.java | 2 +- src/main/java/org/appng/application/manager/business/Cache.java | 2 +- .../org/appng/application/manager/business/ClusterState.java | 2 +- .../appng/application/manager/business/DatabaseConnections.java | 2 +- .../java/org/appng/application/manager/business/Dictionary.java | 2 +- .../org/appng/application/manager/business/Environment.java | 2 +- .../java/org/appng/application/manager/business/GrantSites.java | 2 +- .../java/org/appng/application/manager/business/Groups.java | 2 +- .../org/appng/application/manager/business/Installation.java | 2 +- src/main/java/org/appng/application/manager/business/Jars.java | 2 +- .../java/org/appng/application/manager/business/LdapUsers.java | 2 +- .../java/org/appng/application/manager/business/LogConfig.java | 2 +- .../application/manager/business/LogConfigChangedEvent.java | 2 +- .../org/appng/application/manager/business/Permissions.java | 2 +- .../org/appng/application/manager/business/PlatformEvents.java | 2 +- .../java/org/appng/application/manager/business/Properties.java | 2 +- .../org/appng/application/manager/business/Repositories.java | 2 +- .../org/appng/application/manager/business/ResourceUpload.java | 2 +- .../java/org/appng/application/manager/business/Resources.java | 2 +- src/main/java/org/appng/application/manager/business/Roles.java | 2 +- .../java/org/appng/application/manager/business/Sessions.java | 2 +- src/main/java/org/appng/application/manager/business/Sites.java | 2 +- .../org/appng/application/manager/business/SqlExecutor.java | 2 +- .../java/org/appng/application/manager/business/Subjects.java | 2 +- .../java/org/appng/application/manager/business/Templates.java | 2 +- .../application/manager/business/webservice/Constants.java | 2 +- .../application/manager/business/webservice/FastAccessFile.java | 2 +- .../application/manager/business/webservice/LogViewer.java | 2 +- .../manager/business/webservice/PlatformEventExport.java | 2 +- .../application/manager/business/webservice/SystemReport.java | 2 +- .../application/manager/business/webservice/ThreadViewer.java | 2 +- .../appng/application/manager/form/DatabaseConnectionForm.java | 2 +- src/main/java/org/appng/application/manager/form/GrantForm.java | 2 +- src/main/java/org/appng/application/manager/form/GroupForm.java | 2 +- .../org/appng/application/manager/form/PackageUploadForm.java | 2 +- .../java/org/appng/application/manager/form/PropertyForm.java | 2 +- .../java/org/appng/application/manager/form/RepositoryForm.java | 2 +- .../java/org/appng/application/manager/form/ResourceForm.java | 2 +- src/main/java/org/appng/application/manager/form/RoleForm.java | 2 +- src/main/java/org/appng/application/manager/form/SiteForm.java | 2 +- .../java/org/appng/application/manager/form/SubjectForm.java | 2 +- .../java/org/appng/application/manager/form/UploadForm.java | 2 +- .../org/appng/application/manager/job/DatabaseReportJob.java | 2 +- .../java/org/appng/application/manager/job/LogDatabaseSize.java | 2 +- .../appng/application/manager/job/PlatformEventReportJob.java | 2 +- .../java/org/appng/application/manager/job/ReportJobBase.java | 2 +- .../org/appng/application/manager/service/ManagerService.java | 2 +- .../appng/application/manager/service/PlatformEventService.java | 2 +- .../java/org/appng/application/manager/service/RoleService.java | 2 +- .../java/org/appng/application/manager/service/Service.java | 2 +- .../org/appng/application/manager/service/ServiceAware.java | 2 +- .../application/manager/soap/endpoint/RepositoryService.java | 2 +- .../org/appng/application/manager/business/AbstractTest.java | 2 +- .../application/manager/business/ApplicationPropertiesTest.java | 2 +- .../appng/application/manager/business/ClusterStateTest.java | 2 +- .../application/manager/business/DataBaseConnectionsTest.java | 2 +- .../java/org/appng/application/manager/business/GroupsTest.java | 2 +- .../org/appng/application/manager/business/LdapUsersTest.java | 2 +- .../org/appng/application/manager/business/PermissionsTest.java | 2 +- .../appng/application/manager/business/PlatformEventsTest.java | 2 +- .../application/manager/business/PlatformPropertiesTest.java | 2 +- .../appng/application/manager/business/RepositoriesTest.java | 2 +- .../java/org/appng/application/manager/business/RoleTest.java | 2 +- .../org/appng/application/manager/business/SessionsTest.java | 2 +- .../appng/application/manager/business/SessionsTestBean.java | 2 +- .../appng/application/manager/business/SitePropertiesTest.java | 2 +- .../java/org/appng/application/manager/business/SitesTest.java | 2 +- .../org/appng/application/manager/business/SqlExecutorTest.java | 2 +- .../org/appng/application/manager/business/SubjectsTest.java | 2 +- .../application/manager/business/webservice/LogViewerTest.java | 2 +- 71 files changed, 71 insertions(+), 71 deletions(-) diff --git a/src/main/java/org/appng/application/manager/business/Applications.java b/src/main/java/org/appng/application/manager/business/Applications.java index b72a522..874b501 100644 --- a/src/main/java/org/appng/application/manager/business/Applications.java +++ b/src/main/java/org/appng/application/manager/business/Applications.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Beans.java b/src/main/java/org/appng/application/manager/business/Beans.java index c28bac3..622b6ff 100644 --- a/src/main/java/org/appng/application/manager/business/Beans.java +++ b/src/main/java/org/appng/application/manager/business/Beans.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Cache.java b/src/main/java/org/appng/application/manager/business/Cache.java index e2266c9..358edbd 100644 --- a/src/main/java/org/appng/application/manager/business/Cache.java +++ b/src/main/java/org/appng/application/manager/business/Cache.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/ClusterState.java b/src/main/java/org/appng/application/manager/business/ClusterState.java index ecc96cc..b7a3e5a 100644 --- a/src/main/java/org/appng/application/manager/business/ClusterState.java +++ b/src/main/java/org/appng/application/manager/business/ClusterState.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/DatabaseConnections.java b/src/main/java/org/appng/application/manager/business/DatabaseConnections.java index 93955c6..736c962 100644 --- a/src/main/java/org/appng/application/manager/business/DatabaseConnections.java +++ b/src/main/java/org/appng/application/manager/business/DatabaseConnections.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Dictionary.java b/src/main/java/org/appng/application/manager/business/Dictionary.java index 4398749..7be3b41 100644 --- a/src/main/java/org/appng/application/manager/business/Dictionary.java +++ b/src/main/java/org/appng/application/manager/business/Dictionary.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Environment.java b/src/main/java/org/appng/application/manager/business/Environment.java index d5fb8d5..fb2975f 100644 --- a/src/main/java/org/appng/application/manager/business/Environment.java +++ b/src/main/java/org/appng/application/manager/business/Environment.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/GrantSites.java b/src/main/java/org/appng/application/manager/business/GrantSites.java index 90e89b9..17d7227 100644 --- a/src/main/java/org/appng/application/manager/business/GrantSites.java +++ b/src/main/java/org/appng/application/manager/business/GrantSites.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Groups.java b/src/main/java/org/appng/application/manager/business/Groups.java index 29f3be6..6b352c2 100644 --- a/src/main/java/org/appng/application/manager/business/Groups.java +++ b/src/main/java/org/appng/application/manager/business/Groups.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Installation.java b/src/main/java/org/appng/application/manager/business/Installation.java index dfc4b1d..e1141c1 100644 --- a/src/main/java/org/appng/application/manager/business/Installation.java +++ b/src/main/java/org/appng/application/manager/business/Installation.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Jars.java b/src/main/java/org/appng/application/manager/business/Jars.java index 2301118..42502dc 100644 --- a/src/main/java/org/appng/application/manager/business/Jars.java +++ b/src/main/java/org/appng/application/manager/business/Jars.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/LdapUsers.java b/src/main/java/org/appng/application/manager/business/LdapUsers.java index ac78450..b453b09 100644 --- a/src/main/java/org/appng/application/manager/business/LdapUsers.java +++ b/src/main/java/org/appng/application/manager/business/LdapUsers.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/LogConfig.java b/src/main/java/org/appng/application/manager/business/LogConfig.java index 2d6966a..7db06ac 100644 --- a/src/main/java/org/appng/application/manager/business/LogConfig.java +++ b/src/main/java/org/appng/application/manager/business/LogConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/LogConfigChangedEvent.java b/src/main/java/org/appng/application/manager/business/LogConfigChangedEvent.java index 2058a9f..bc81c64 100644 --- a/src/main/java/org/appng/application/manager/business/LogConfigChangedEvent.java +++ b/src/main/java/org/appng/application/manager/business/LogConfigChangedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Permissions.java b/src/main/java/org/appng/application/manager/business/Permissions.java index 8000755..41d6cfb 100644 --- a/src/main/java/org/appng/application/manager/business/Permissions.java +++ b/src/main/java/org/appng/application/manager/business/Permissions.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/PlatformEvents.java b/src/main/java/org/appng/application/manager/business/PlatformEvents.java index bacd291..ef5e825 100644 --- a/src/main/java/org/appng/application/manager/business/PlatformEvents.java +++ b/src/main/java/org/appng/application/manager/business/PlatformEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Properties.java b/src/main/java/org/appng/application/manager/business/Properties.java index f8180b1..2b61630 100644 --- a/src/main/java/org/appng/application/manager/business/Properties.java +++ b/src/main/java/org/appng/application/manager/business/Properties.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Repositories.java b/src/main/java/org/appng/application/manager/business/Repositories.java index a7b2fb6..b4590f4 100644 --- a/src/main/java/org/appng/application/manager/business/Repositories.java +++ b/src/main/java/org/appng/application/manager/business/Repositories.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/ResourceUpload.java b/src/main/java/org/appng/application/manager/business/ResourceUpload.java index ef87521..f82e370 100644 --- a/src/main/java/org/appng/application/manager/business/ResourceUpload.java +++ b/src/main/java/org/appng/application/manager/business/ResourceUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Resources.java b/src/main/java/org/appng/application/manager/business/Resources.java index 066c8cd..fa9f2f8 100644 --- a/src/main/java/org/appng/application/manager/business/Resources.java +++ b/src/main/java/org/appng/application/manager/business/Resources.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Roles.java b/src/main/java/org/appng/application/manager/business/Roles.java index 73d3daa..e5e0b34 100644 --- a/src/main/java/org/appng/application/manager/business/Roles.java +++ b/src/main/java/org/appng/application/manager/business/Roles.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Sessions.java b/src/main/java/org/appng/application/manager/business/Sessions.java index 055a105..473a12e 100644 --- a/src/main/java/org/appng/application/manager/business/Sessions.java +++ b/src/main/java/org/appng/application/manager/business/Sessions.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Sites.java b/src/main/java/org/appng/application/manager/business/Sites.java index 202003d..62d0779 100644 --- a/src/main/java/org/appng/application/manager/business/Sites.java +++ b/src/main/java/org/appng/application/manager/business/Sites.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/SqlExecutor.java b/src/main/java/org/appng/application/manager/business/SqlExecutor.java index b932983..99381d9 100644 --- a/src/main/java/org/appng/application/manager/business/SqlExecutor.java +++ b/src/main/java/org/appng/application/manager/business/SqlExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Subjects.java b/src/main/java/org/appng/application/manager/business/Subjects.java index 620d763..085479f 100644 --- a/src/main/java/org/appng/application/manager/business/Subjects.java +++ b/src/main/java/org/appng/application/manager/business/Subjects.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/Templates.java b/src/main/java/org/appng/application/manager/business/Templates.java index 41de299..e75c3b0 100644 --- a/src/main/java/org/appng/application/manager/business/Templates.java +++ b/src/main/java/org/appng/application/manager/business/Templates.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/webservice/Constants.java b/src/main/java/org/appng/application/manager/business/webservice/Constants.java index 5d37ccb..4b01e98 100644 --- a/src/main/java/org/appng/application/manager/business/webservice/Constants.java +++ b/src/main/java/org/appng/application/manager/business/webservice/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/webservice/FastAccessFile.java b/src/main/java/org/appng/application/manager/business/webservice/FastAccessFile.java index c008af2..9d9901f 100644 --- a/src/main/java/org/appng/application/manager/business/webservice/FastAccessFile.java +++ b/src/main/java/org/appng/application/manager/business/webservice/FastAccessFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/webservice/LogViewer.java b/src/main/java/org/appng/application/manager/business/webservice/LogViewer.java index 2e97c9c..19ab8a6 100644 --- a/src/main/java/org/appng/application/manager/business/webservice/LogViewer.java +++ b/src/main/java/org/appng/application/manager/business/webservice/LogViewer.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/webservice/PlatformEventExport.java b/src/main/java/org/appng/application/manager/business/webservice/PlatformEventExport.java index 49c4f3c..b187bce 100644 --- a/src/main/java/org/appng/application/manager/business/webservice/PlatformEventExport.java +++ b/src/main/java/org/appng/application/manager/business/webservice/PlatformEventExport.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/webservice/SystemReport.java b/src/main/java/org/appng/application/manager/business/webservice/SystemReport.java index 0090a77..1a5777d 100644 --- a/src/main/java/org/appng/application/manager/business/webservice/SystemReport.java +++ b/src/main/java/org/appng/application/manager/business/webservice/SystemReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/business/webservice/ThreadViewer.java b/src/main/java/org/appng/application/manager/business/webservice/ThreadViewer.java index 55db193..a819f4d 100644 --- a/src/main/java/org/appng/application/manager/business/webservice/ThreadViewer.java +++ b/src/main/java/org/appng/application/manager/business/webservice/ThreadViewer.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/form/DatabaseConnectionForm.java b/src/main/java/org/appng/application/manager/form/DatabaseConnectionForm.java index 41fe353..7c563d1 100644 --- a/src/main/java/org/appng/application/manager/form/DatabaseConnectionForm.java +++ b/src/main/java/org/appng/application/manager/form/DatabaseConnectionForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/form/GrantForm.java b/src/main/java/org/appng/application/manager/form/GrantForm.java index b2bcc89..58dc6d4 100644 --- a/src/main/java/org/appng/application/manager/form/GrantForm.java +++ b/src/main/java/org/appng/application/manager/form/GrantForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/form/GroupForm.java b/src/main/java/org/appng/application/manager/form/GroupForm.java index d202a92..894b5df 100644 --- a/src/main/java/org/appng/application/manager/form/GroupForm.java +++ b/src/main/java/org/appng/application/manager/form/GroupForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/form/PackageUploadForm.java b/src/main/java/org/appng/application/manager/form/PackageUploadForm.java index dc38be4..72664b3 100644 --- a/src/main/java/org/appng/application/manager/form/PackageUploadForm.java +++ b/src/main/java/org/appng/application/manager/form/PackageUploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/form/PropertyForm.java b/src/main/java/org/appng/application/manager/form/PropertyForm.java index 51affbd..8a54ea3 100644 --- a/src/main/java/org/appng/application/manager/form/PropertyForm.java +++ b/src/main/java/org/appng/application/manager/form/PropertyForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/form/RepositoryForm.java b/src/main/java/org/appng/application/manager/form/RepositoryForm.java index 42cd881..c678803 100644 --- a/src/main/java/org/appng/application/manager/form/RepositoryForm.java +++ b/src/main/java/org/appng/application/manager/form/RepositoryForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/form/ResourceForm.java b/src/main/java/org/appng/application/manager/form/ResourceForm.java index 31f7466..f3aaccf 100644 --- a/src/main/java/org/appng/application/manager/form/ResourceForm.java +++ b/src/main/java/org/appng/application/manager/form/ResourceForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/form/RoleForm.java b/src/main/java/org/appng/application/manager/form/RoleForm.java index ef8ec74..f3de3fa 100644 --- a/src/main/java/org/appng/application/manager/form/RoleForm.java +++ b/src/main/java/org/appng/application/manager/form/RoleForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/form/SiteForm.java b/src/main/java/org/appng/application/manager/form/SiteForm.java index 2d5b117..30f43d6 100644 --- a/src/main/java/org/appng/application/manager/form/SiteForm.java +++ b/src/main/java/org/appng/application/manager/form/SiteForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/form/SubjectForm.java b/src/main/java/org/appng/application/manager/form/SubjectForm.java index bcd6ba1..4bb22f3 100644 --- a/src/main/java/org/appng/application/manager/form/SubjectForm.java +++ b/src/main/java/org/appng/application/manager/form/SubjectForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/form/UploadForm.java b/src/main/java/org/appng/application/manager/form/UploadForm.java index e5357a0..478b5f0 100644 --- a/src/main/java/org/appng/application/manager/form/UploadForm.java +++ b/src/main/java/org/appng/application/manager/form/UploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/job/DatabaseReportJob.java b/src/main/java/org/appng/application/manager/job/DatabaseReportJob.java index ea6aa49..2568f0f 100644 --- a/src/main/java/org/appng/application/manager/job/DatabaseReportJob.java +++ b/src/main/java/org/appng/application/manager/job/DatabaseReportJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/job/LogDatabaseSize.java b/src/main/java/org/appng/application/manager/job/LogDatabaseSize.java index 3ca0d1b..1b4bb40 100644 --- a/src/main/java/org/appng/application/manager/job/LogDatabaseSize.java +++ b/src/main/java/org/appng/application/manager/job/LogDatabaseSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/job/PlatformEventReportJob.java b/src/main/java/org/appng/application/manager/job/PlatformEventReportJob.java index 616e4d4..424f9f3 100644 --- a/src/main/java/org/appng/application/manager/job/PlatformEventReportJob.java +++ b/src/main/java/org/appng/application/manager/job/PlatformEventReportJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/job/ReportJobBase.java b/src/main/java/org/appng/application/manager/job/ReportJobBase.java index c241b1d..d4f90b4 100644 --- a/src/main/java/org/appng/application/manager/job/ReportJobBase.java +++ b/src/main/java/org/appng/application/manager/job/ReportJobBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/service/ManagerService.java b/src/main/java/org/appng/application/manager/service/ManagerService.java index 7eaacb0..b151025 100644 --- a/src/main/java/org/appng/application/manager/service/ManagerService.java +++ b/src/main/java/org/appng/application/manager/service/ManagerService.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/service/PlatformEventService.java b/src/main/java/org/appng/application/manager/service/PlatformEventService.java index b4c2d65..c4101e8 100644 --- a/src/main/java/org/appng/application/manager/service/PlatformEventService.java +++ b/src/main/java/org/appng/application/manager/service/PlatformEventService.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/service/RoleService.java b/src/main/java/org/appng/application/manager/service/RoleService.java index 27fc6fe..1844653 100644 --- a/src/main/java/org/appng/application/manager/service/RoleService.java +++ b/src/main/java/org/appng/application/manager/service/RoleService.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/service/Service.java b/src/main/java/org/appng/application/manager/service/Service.java index 2dfb02d..04aaf3e 100644 --- a/src/main/java/org/appng/application/manager/service/Service.java +++ b/src/main/java/org/appng/application/manager/service/Service.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/service/ServiceAware.java b/src/main/java/org/appng/application/manager/service/ServiceAware.java index 86b53f6..ec0bb6b 100644 --- a/src/main/java/org/appng/application/manager/service/ServiceAware.java +++ b/src/main/java/org/appng/application/manager/service/ServiceAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/manager/soap/endpoint/RepositoryService.java b/src/main/java/org/appng/application/manager/soap/endpoint/RepositoryService.java index a472d66..8282406 100644 --- a/src/main/java/org/appng/application/manager/soap/endpoint/RepositoryService.java +++ b/src/main/java/org/appng/application/manager/soap/endpoint/RepositoryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/AbstractTest.java b/src/test/java/org/appng/application/manager/business/AbstractTest.java index f55e7a5..3109acc 100644 --- a/src/test/java/org/appng/application/manager/business/AbstractTest.java +++ b/src/test/java/org/appng/application/manager/business/AbstractTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/ApplicationPropertiesTest.java b/src/test/java/org/appng/application/manager/business/ApplicationPropertiesTest.java index e1f8fec..4486b04 100644 --- a/src/test/java/org/appng/application/manager/business/ApplicationPropertiesTest.java +++ b/src/test/java/org/appng/application/manager/business/ApplicationPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/ClusterStateTest.java b/src/test/java/org/appng/application/manager/business/ClusterStateTest.java index 94e2e3d..cc9054e 100644 --- a/src/test/java/org/appng/application/manager/business/ClusterStateTest.java +++ b/src/test/java/org/appng/application/manager/business/ClusterStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/DataBaseConnectionsTest.java b/src/test/java/org/appng/application/manager/business/DataBaseConnectionsTest.java index 812c9e9..226c3a8 100644 --- a/src/test/java/org/appng/application/manager/business/DataBaseConnectionsTest.java +++ b/src/test/java/org/appng/application/manager/business/DataBaseConnectionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/GroupsTest.java b/src/test/java/org/appng/application/manager/business/GroupsTest.java index a96549e..5d69012 100644 --- a/src/test/java/org/appng/application/manager/business/GroupsTest.java +++ b/src/test/java/org/appng/application/manager/business/GroupsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/LdapUsersTest.java b/src/test/java/org/appng/application/manager/business/LdapUsersTest.java index 103a73a..1958782 100644 --- a/src/test/java/org/appng/application/manager/business/LdapUsersTest.java +++ b/src/test/java/org/appng/application/manager/business/LdapUsersTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/PermissionsTest.java b/src/test/java/org/appng/application/manager/business/PermissionsTest.java index 1f1f9c7..7d10184 100644 --- a/src/test/java/org/appng/application/manager/business/PermissionsTest.java +++ b/src/test/java/org/appng/application/manager/business/PermissionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/PlatformEventsTest.java b/src/test/java/org/appng/application/manager/business/PlatformEventsTest.java index 05b5fad..daf2b68 100644 --- a/src/test/java/org/appng/application/manager/business/PlatformEventsTest.java +++ b/src/test/java/org/appng/application/manager/business/PlatformEventsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/PlatformPropertiesTest.java b/src/test/java/org/appng/application/manager/business/PlatformPropertiesTest.java index 4986da0..78009c0 100644 --- a/src/test/java/org/appng/application/manager/business/PlatformPropertiesTest.java +++ b/src/test/java/org/appng/application/manager/business/PlatformPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/RepositoriesTest.java b/src/test/java/org/appng/application/manager/business/RepositoriesTest.java index e8200cd..1c6e0f1 100644 --- a/src/test/java/org/appng/application/manager/business/RepositoriesTest.java +++ b/src/test/java/org/appng/application/manager/business/RepositoriesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/RoleTest.java b/src/test/java/org/appng/application/manager/business/RoleTest.java index 2c16f89..31af391 100644 --- a/src/test/java/org/appng/application/manager/business/RoleTest.java +++ b/src/test/java/org/appng/application/manager/business/RoleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/SessionsTest.java b/src/test/java/org/appng/application/manager/business/SessionsTest.java index ae62a98..d4c63b0 100644 --- a/src/test/java/org/appng/application/manager/business/SessionsTest.java +++ b/src/test/java/org/appng/application/manager/business/SessionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/SessionsTestBean.java b/src/test/java/org/appng/application/manager/business/SessionsTestBean.java index 40b3bb9..38f2ae6 100644 --- a/src/test/java/org/appng/application/manager/business/SessionsTestBean.java +++ b/src/test/java/org/appng/application/manager/business/SessionsTestBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/SitePropertiesTest.java b/src/test/java/org/appng/application/manager/business/SitePropertiesTest.java index 82ddc35..3cf0f73 100644 --- a/src/test/java/org/appng/application/manager/business/SitePropertiesTest.java +++ b/src/test/java/org/appng/application/manager/business/SitePropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/SitesTest.java b/src/test/java/org/appng/application/manager/business/SitesTest.java index 92464fc..39f1142 100644 --- a/src/test/java/org/appng/application/manager/business/SitesTest.java +++ b/src/test/java/org/appng/application/manager/business/SitesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/SqlExecutorTest.java b/src/test/java/org/appng/application/manager/business/SqlExecutorTest.java index 3aad775..8f7c3f7 100644 --- a/src/test/java/org/appng/application/manager/business/SqlExecutorTest.java +++ b/src/test/java/org/appng/application/manager/business/SqlExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/SubjectsTest.java b/src/test/java/org/appng/application/manager/business/SubjectsTest.java index fbd8fa3..5275cd2 100644 --- a/src/test/java/org/appng/application/manager/business/SubjectsTest.java +++ b/src/test/java/org/appng/application/manager/business/SubjectsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/manager/business/webservice/LogViewerTest.java b/src/test/java/org/appng/application/manager/business/webservice/LogViewerTest.java index 0b4db29..aa8f87f 100644 --- a/src/test/java/org/appng/application/manager/business/webservice/LogViewerTest.java +++ b/src/test/java/org/appng/application/manager/business/webservice/LogViewerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2020 the original author or authors. + * Copyright 2011-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.