diff --git a/pom.xml b/pom.xml index 6e2e41bf49..b0691fb516 100644 --- a/pom.xml +++ b/pom.xml @@ -403,7 +403,6 @@ - org.commonjava.maven.plugins directory-maven-plugin @@ -607,7 +605,7 @@ GNU General Public License, Version 3 http://www.gnu.org/licenses/gpl-3.0-standalone.html - Copyright (C) 2010-2022 Structr GmbH + Copyright (C) 2010-2023 Structr GmbH This file is part of Structr <http://structr.org>. diff --git a/structr-base/src/main/java/org/structr/Server.java b/structr-base/src/main/java/org/structr/Server.java index c3bb9820db..e4ca1a0fc6 100644 --- a/structr-base/src/main/java/org/structr/Server.java +++ b/structr-base/src/main/java/org/structr/Server.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/Shutdown.java b/structr-base/src/main/java/org/structr/Shutdown.java index b9f0139a6e..482e31d66e 100644 --- a/structr-base/src/main/java/org/structr/Shutdown.java +++ b/structr-base/src/main/java/org/structr/Shutdown.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/StructrClassLoader.java b/structr-base/src/main/java/org/structr/StructrClassLoader.java index 96d2afeb85..697769432a 100644 --- a/structr-base/src/main/java/org/structr/StructrClassLoader.java +++ b/structr-base/src/main/java/org/structr/StructrClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/agent/AbstractTask.java b/structr-base/src/main/java/org/structr/agent/AbstractTask.java index 611feaeea7..6c61506758 100644 --- a/structr-base/src/main/java/org/structr/agent/AbstractTask.java +++ b/structr-base/src/main/java/org/structr/agent/AbstractTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/agent/Agent.java b/structr-base/src/main/java/org/structr/agent/Agent.java index 7a832dfb77..df5d33c39f 100644 --- a/structr-base/src/main/java/org/structr/agent/Agent.java +++ b/structr-base/src/main/java/org/structr/agent/Agent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/agent/AgentService.java b/structr-base/src/main/java/org/structr/agent/AgentService.java index bc86ff034e..0b61425c7d 100644 --- a/structr-base/src/main/java/org/structr/agent/AgentService.java +++ b/structr-base/src/main/java/org/structr/agent/AgentService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/agent/AgentServiceCommand.java b/structr-base/src/main/java/org/structr/agent/AgentServiceCommand.java index 2f847ed6bc..efa0795427 100644 --- a/structr-base/src/main/java/org/structr/agent/AgentServiceCommand.java +++ b/structr-base/src/main/java/org/structr/agent/AgentServiceCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/agent/ListAgentsCommand.java b/structr-base/src/main/java/org/structr/agent/ListAgentsCommand.java index ed7ebb2e3d..16715e16ef 100644 --- a/structr-base/src/main/java/org/structr/agent/ListAgentsCommand.java +++ b/structr-base/src/main/java/org/structr/agent/ListAgentsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/agent/ListTasksCommand.java b/structr-base/src/main/java/org/structr/agent/ListTasksCommand.java index 2d2483d46c..a815d3b54b 100644 --- a/structr-base/src/main/java/org/structr/agent/ListTasksCommand.java +++ b/structr-base/src/main/java/org/structr/agent/ListTasksCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/agent/ProcessTaskCommand.java b/structr-base/src/main/java/org/structr/agent/ProcessTaskCommand.java index 10ec2858bb..de3bfa4b30 100644 --- a/structr-base/src/main/java/org/structr/agent/ProcessTaskCommand.java +++ b/structr-base/src/main/java/org/structr/agent/ProcessTaskCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/agent/ReturnValue.java b/structr-base/src/main/java/org/structr/agent/ReturnValue.java index 97e4a49ab0..2509486f9f 100644 --- a/structr-base/src/main/java/org/structr/agent/ReturnValue.java +++ b/structr-base/src/main/java/org/structr/agent/ReturnValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/agent/StatusInfo.java b/structr-base/src/main/java/org/structr/agent/StatusInfo.java index 1afe507553..46b593a968 100644 --- a/structr-base/src/main/java/org/structr/agent/StatusInfo.java +++ b/structr-base/src/main/java/org/structr/agent/StatusInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/agent/Task.java b/structr-base/src/main/java/org/structr/agent/Task.java index 815e269188..904b8c426f 100644 --- a/structr-base/src/main/java/org/structr/agent/Task.java +++ b/structr-base/src/main/java/org/structr/agent/Task.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/agent/package-info.java b/structr-base/src/main/java/org/structr/agent/package-info.java index 48864b465f..d793f5af2f 100644 --- a/structr-base/src/main/java/org/structr/agent/package-info.java +++ b/structr-base/src/main/java/org/structr/agent/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/autocomplete/AbstractHintProvider.java b/structr-base/src/main/java/org/structr/autocomplete/AbstractHintProvider.java index d8f74302e7..2ee9e3f1a1 100644 --- a/structr-base/src/main/java/org/structr/autocomplete/AbstractHintProvider.java +++ b/structr-base/src/main/java/org/structr/autocomplete/AbstractHintProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.autocomplete; diff --git a/structr-base/src/main/java/org/structr/autocomplete/JavaHintProvider.java b/structr-base/src/main/java/org/structr/autocomplete/JavaHintProvider.java index 2cd5ac7aa6..622959a01e 100644 --- a/structr-base/src/main/java/org/structr/autocomplete/JavaHintProvider.java +++ b/structr-base/src/main/java/org/structr/autocomplete/JavaHintProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.autocomplete; diff --git a/structr-base/src/main/java/org/structr/autocomplete/JavascriptHintProvider.java b/structr-base/src/main/java/org/structr/autocomplete/JavascriptHintProvider.java index 3ee4c6e9e5..3aee48d10e 100644 --- a/structr-base/src/main/java/org/structr/autocomplete/JavascriptHintProvider.java +++ b/structr-base/src/main/java/org/structr/autocomplete/JavascriptHintProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.autocomplete; diff --git a/structr-base/src/main/java/org/structr/autocomplete/PlaintextHintProvider.java b/structr-base/src/main/java/org/structr/autocomplete/PlaintextHintProvider.java index 474253553e..8de841ec07 100644 --- a/structr-base/src/main/java/org/structr/autocomplete/PlaintextHintProvider.java +++ b/structr-base/src/main/java/org/structr/autocomplete/PlaintextHintProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.autocomplete; diff --git a/structr-base/src/main/java/org/structr/autocomplete/SeparatorHint.java b/structr-base/src/main/java/org/structr/autocomplete/SeparatorHint.java index b4f4f61dc9..90cf49bc2a 100644 --- a/structr-base/src/main/java/org/structr/autocomplete/SeparatorHint.java +++ b/structr-base/src/main/java/org/structr/autocomplete/SeparatorHint.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.autocomplete; diff --git a/structr-base/src/main/java/org/structr/common/AccessControllable.java b/structr-base/src/main/java/org/structr/common/AccessControllable.java index d621f8a940..a84b3e0395 100644 --- a/structr-base/src/main/java/org/structr/common/AccessControllable.java +++ b/structr-base/src/main/java/org/structr/common/AccessControllable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/AccessMode.java b/structr-base/src/main/java/org/structr/common/AccessMode.java index 9e7f0cace9..93aa6dae36 100644 --- a/structr-base/src/main/java/org/structr/common/AccessMode.java +++ b/structr-base/src/main/java/org/structr/common/AccessMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/AccessPathCache.java b/structr-base/src/main/java/org/structr/common/AccessPathCache.java index d986cdbe22..620a75b32f 100644 --- a/structr-base/src/main/java/org/structr/common/AccessPathCache.java +++ b/structr-base/src/main/java/org/structr/common/AccessPathCache.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/AdvancedMailContainer.java b/structr-base/src/main/java/org/structr/common/AdvancedMailContainer.java index 51dafab8ed..bb415c7207 100644 --- a/structr-base/src/main/java/org/structr/common/AdvancedMailContainer.java +++ b/structr-base/src/main/java/org/structr/common/AdvancedMailContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/CaseHelper.java b/structr-base/src/main/java/org/structr/common/CaseHelper.java index fe55db69fd..442a45725f 100644 --- a/structr-base/src/main/java/org/structr/common/CaseHelper.java +++ b/structr-base/src/main/java/org/structr/common/CaseHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/ConstantBooleanTrue.java b/structr-base/src/main/java/org/structr/common/ConstantBooleanTrue.java index 988f26622a..32bcb9830a 100644 --- a/structr-base/src/main/java/org/structr/common/ConstantBooleanTrue.java +++ b/structr-base/src/main/java/org/structr/common/ConstantBooleanTrue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/ContextAwareEntity.java b/structr-base/src/main/java/org/structr/common/ContextAwareEntity.java index d65505a701..d2f44f1cd1 100644 --- a/structr-base/src/main/java/org/structr/common/ContextAwareEntity.java +++ b/structr-base/src/main/java/org/structr/common/ContextAwareEntity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/ContextStore.java b/structr-base/src/main/java/org/structr/common/ContextStore.java index b6642504b2..01d62bbfc6 100644 --- a/structr-base/src/main/java/org/structr/common/ContextStore.java +++ b/structr-base/src/main/java/org/structr/common/ContextStore.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/DefaultFactoryDefinition.java b/structr-base/src/main/java/org/structr/common/DefaultFactoryDefinition.java index 2c17316d74..da2f002182 100644 --- a/structr-base/src/main/java/org/structr/common/DefaultFactoryDefinition.java +++ b/structr-base/src/main/java/org/structr/common/DefaultFactoryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/DynamicMailAttachment.java b/structr-base/src/main/java/org/structr/common/DynamicMailAttachment.java index 6ce64ffebf..958d1becc6 100644 --- a/structr-base/src/main/java/org/structr/common/DynamicMailAttachment.java +++ b/structr-base/src/main/java/org/structr/common/DynamicMailAttachment.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/EMailValidator.java b/structr-base/src/main/java/org/structr/common/EMailValidator.java index 256492e526..90f69c0d8e 100644 --- a/structr-base/src/main/java/org/structr/common/EMailValidator.java +++ b/structr-base/src/main/java/org/structr/common/EMailValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/EntityAndPropertiesContainer.java b/structr-base/src/main/java/org/structr/common/EntityAndPropertiesContainer.java index 1002459994..fcda529a25 100644 --- a/structr-base/src/main/java/org/structr/common/EntityAndPropertiesContainer.java +++ b/structr-base/src/main/java/org/structr/common/EntityAndPropertiesContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/FactoryDefinition.java b/structr-base/src/main/java/org/structr/common/FactoryDefinition.java index 1ac03d2029..9e21563128 100644 --- a/structr-base/src/main/java/org/structr/common/FactoryDefinition.java +++ b/structr-base/src/main/java/org/structr/common/FactoryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/Filter.java b/structr-base/src/main/java/org/structr/common/Filter.java index a91c033a55..b44697e3f6 100644 --- a/structr-base/src/main/java/org/structr/common/Filter.java +++ b/structr-base/src/main/java/org/structr/common/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/KeyAndClass.java b/structr-base/src/main/java/org/structr/common/KeyAndClass.java index 3f2fef1354..c3ea0e370d 100644 --- a/structr-base/src/main/java/org/structr/common/KeyAndClass.java +++ b/structr-base/src/main/java/org/structr/common/KeyAndClass.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/LowercaseTransformator.java b/structr-base/src/main/java/org/structr/common/LowercaseTransformator.java index e448e5f853..d2c8b03e11 100644 --- a/structr-base/src/main/java/org/structr/common/LowercaseTransformator.java +++ b/structr-base/src/main/java/org/structr/common/LowercaseTransformator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/MailHelper.java b/structr-base/src/main/java/org/structr/common/MailHelper.java index 9a13e2766a..39c676b7b1 100644 --- a/structr-base/src/main/java/org/structr/common/MailHelper.java +++ b/structr-base/src/main/java/org/structr/common/MailHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/NotNullPredicate.java b/structr-base/src/main/java/org/structr/common/NotNullPredicate.java index f891d6b9dd..79ba2e2406 100644 --- a/structr-base/src/main/java/org/structr/common/NotNullPredicate.java +++ b/structr-base/src/main/java/org/structr/common/NotNullPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/PagingHelper.java b/structr-base/src/main/java/org/structr/common/PagingHelper.java index 422a3c1b90..fb846e4f86 100644 --- a/structr-base/src/main/java/org/structr/common/PagingHelper.java +++ b/structr-base/src/main/java/org/structr/common/PagingHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/PathHelper.java b/structr-base/src/main/java/org/structr/common/PathHelper.java index 6a86bd5f5d..1e4abd6b52 100644 --- a/structr-base/src/main/java/org/structr/common/PathHelper.java +++ b/structr-base/src/main/java/org/structr/common/PathHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/PathResolvingComparator.java b/structr-base/src/main/java/org/structr/common/PathResolvingComparator.java index 6596b67845..f02c84717c 100644 --- a/structr-base/src/main/java/org/structr/common/PathResolvingComparator.java +++ b/structr-base/src/main/java/org/structr/common/PathResolvingComparator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/Permission.java b/structr-base/src/main/java/org/structr/common/Permission.java index 610b91ad65..edb8db0633 100644 --- a/structr-base/src/main/java/org/structr/common/Permission.java +++ b/structr-base/src/main/java/org/structr/common/Permission.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/PermissionPropagation.java b/structr-base/src/main/java/org/structr/common/PermissionPropagation.java index ddb5f482a8..fa8f17643d 100644 --- a/structr-base/src/main/java/org/structr/common/PermissionPropagation.java +++ b/structr-base/src/main/java/org/structr/common/PermissionPropagation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/PermissionResolutionMask.java b/structr-base/src/main/java/org/structr/common/PermissionResolutionMask.java index f2b826a7c4..f8bc13b079 100644 --- a/structr-base/src/main/java/org/structr/common/PermissionResolutionMask.java +++ b/structr-base/src/main/java/org/structr/common/PermissionResolutionMask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/Permissions.java b/structr-base/src/main/java/org/structr/common/Permissions.java index 15ef514bf9..8c7670829e 100644 --- a/structr-base/src/main/java/org/structr/common/Permissions.java +++ b/structr-base/src/main/java/org/structr/common/Permissions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/PropertyView.java b/structr-base/src/main/java/org/structr/common/PropertyView.java index 9343bb22f2..cc6ba79275 100644 --- a/structr-base/src/main/java/org/structr/common/PropertyView.java +++ b/structr-base/src/main/java/org/structr/common/PropertyView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/QueryRange.java b/structr-base/src/main/java/org/structr/common/QueryRange.java index f7e3824be6..31418cb8ed 100644 --- a/structr-base/src/main/java/org/structr/common/QueryRange.java +++ b/structr-base/src/main/java/org/structr/common/QueryRange.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/RecurringDateHelper.java b/structr-base/src/main/java/org/structr/common/RecurringDateHelper.java index 5949693dfd..88538a570b 100644 --- a/structr-base/src/main/java/org/structr/common/RecurringDateHelper.java +++ b/structr-base/src/main/java/org/structr/common/RecurringDateHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/RelType.java b/structr-base/src/main/java/org/structr/common/RelType.java index 3290ddc3b1..51f64fd59c 100644 --- a/structr-base/src/main/java/org/structr/common/RelType.java +++ b/structr-base/src/main/java/org/structr/common/RelType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/RequestKeywords.java b/structr-base/src/main/java/org/structr/common/RequestKeywords.java index 4f62b20c3e..2eea3c0843 100644 --- a/structr-base/src/main/java/org/structr/common/RequestKeywords.java +++ b/structr-base/src/main/java/org/structr/common/RequestKeywords.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/ResultTransformer.java b/structr-base/src/main/java/org/structr/common/ResultTransformer.java index 56ce84b589..44fb2224ea 100644 --- a/structr-base/src/main/java/org/structr/common/ResultTransformer.java +++ b/structr-base/src/main/java/org/structr/common/ResultTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/SecurityContext.java b/structr-base/src/main/java/org/structr/common/SecurityContext.java index fefea05190..4e81497631 100644 --- a/structr-base/src/main/java/org/structr/common/SecurityContext.java +++ b/structr-base/src/main/java/org/structr/common/SecurityContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/SecurityDelegate.java b/structr-base/src/main/java/org/structr/common/SecurityDelegate.java index 0b4e039095..2455b5d539 100644 --- a/structr-base/src/main/java/org/structr/common/SecurityDelegate.java +++ b/structr-base/src/main/java/org/structr/common/SecurityDelegate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/SyncState.java b/structr-base/src/main/java/org/structr/common/SyncState.java index a5853724c3..37b725e4bc 100644 --- a/structr-base/src/main/java/org/structr/common/SyncState.java +++ b/structr-base/src/main/java/org/structr/common/SyncState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/ThreadLocalMatcher.java b/structr-base/src/main/java/org/structr/common/ThreadLocalMatcher.java index e997521ea0..ebe631e713 100644 --- a/structr-base/src/main/java/org/structr/common/ThreadLocalMatcher.java +++ b/structr-base/src/main/java/org/structr/common/ThreadLocalMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/ThumbnailParameters.java b/structr-base/src/main/java/org/structr/common/ThumbnailParameters.java index 05821886c7..c3abb055d7 100644 --- a/structr-base/src/main/java/org/structr/common/ThumbnailParameters.java +++ b/structr-base/src/main/java/org/structr/common/ThumbnailParameters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/TrimTransformator.java b/structr-base/src/main/java/org/structr/common/TrimTransformator.java index 74bdc82364..2e5a7f132a 100644 --- a/structr-base/src/main/java/org/structr/common/TrimTransformator.java +++ b/structr-base/src/main/java/org/structr/common/TrimTransformator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/TruePredicate.java b/structr-base/src/main/java/org/structr/common/TruePredicate.java index f4c0bedddf..b3491dbbf0 100644 --- a/structr-base/src/main/java/org/structr/common/TruePredicate.java +++ b/structr-base/src/main/java/org/structr/common/TruePredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/ValidationHelper.java b/structr-base/src/main/java/org/structr/common/ValidationHelper.java index 7b95dfd3b3..3457cde9db 100644 --- a/structr-base/src/main/java/org/structr/common/ValidationHelper.java +++ b/structr-base/src/main/java/org/structr/common/ValidationHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/VersionHelper.java b/structr-base/src/main/java/org/structr/common/VersionHelper.java index bd19f23df3..682a3c05f8 100644 --- a/structr-base/src/main/java/org/structr/common/VersionHelper.java +++ b/structr-base/src/main/java/org/structr/common/VersionHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/View.java b/structr-base/src/main/java/org/structr/common/View.java index f03865121a..101db3bdb8 100644 --- a/structr-base/src/main/java/org/structr/common/View.java +++ b/structr-base/src/main/java/org/structr/common/View.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/Visitor.java b/structr-base/src/main/java/org/structr/common/Visitor.java index c7c6ae31cc..196bf1dfe2 100644 --- a/structr-base/src/main/java/org/structr/common/Visitor.java +++ b/structr-base/src/main/java/org/structr/common/Visitor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/ArgumentCountException.java b/structr-base/src/main/java/org/structr/common/error/ArgumentCountException.java index af993418e7..c70353be59 100644 --- a/structr-base/src/main/java/org/structr/common/error/ArgumentCountException.java +++ b/structr-base/src/main/java/org/structr/common/error/ArgumentCountException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/ArgumentNullException.java b/structr-base/src/main/java/org/structr/common/error/ArgumentNullException.java index 7ab3d47d23..c61006af19 100644 --- a/structr-base/src/main/java/org/structr/common/error/ArgumentNullException.java +++ b/structr-base/src/main/java/org/structr/common/error/ArgumentNullException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/ArgumentTypeException.java b/structr-base/src/main/java/org/structr/common/error/ArgumentTypeException.java index 542795a296..0956c5538d 100644 --- a/structr-base/src/main/java/org/structr/common/error/ArgumentTypeException.java +++ b/structr-base/src/main/java/org/structr/common/error/ArgumentTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/AssertException.java b/structr-base/src/main/java/org/structr/common/error/AssertException.java index 1747777535..2c9adf1876 100644 --- a/structr-base/src/main/java/org/structr/common/error/AssertException.java +++ b/structr-base/src/main/java/org/structr/common/error/AssertException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/CardinalityToken.java b/structr-base/src/main/java/org/structr/common/error/CardinalityToken.java index 06f6669d18..575cc2d0d9 100644 --- a/structr-base/src/main/java/org/structr/common/error/CardinalityToken.java +++ b/structr-base/src/main/java/org/structr/common/error/CardinalityToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/ChronologicalOrderToken.java b/structr-base/src/main/java/org/structr/common/error/ChronologicalOrderToken.java index 6151c66236..c2e73faef1 100644 --- a/structr-base/src/main/java/org/structr/common/error/ChronologicalOrderToken.java +++ b/structr-base/src/main/java/org/structr/common/error/ChronologicalOrderToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/CompoundToken.java b/structr-base/src/main/java/org/structr/common/error/CompoundToken.java index eb5047565f..07f819e9cb 100644 --- a/structr-base/src/main/java/org/structr/common/error/CompoundToken.java +++ b/structr-base/src/main/java/org/structr/common/error/CompoundToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/DatabaseServiceNetworkException.java b/structr-base/src/main/java/org/structr/common/error/DatabaseServiceNetworkException.java index f5292ece89..696c0ce39d 100644 --- a/structr-base/src/main/java/org/structr/common/error/DatabaseServiceNetworkException.java +++ b/structr-base/src/main/java/org/structr/common/error/DatabaseServiceNetworkException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/DatabaseServiceNotAvailableException.java b/structr-base/src/main/java/org/structr/common/error/DatabaseServiceNotAvailableException.java index 372db5fe4b..e004f4d887 100644 --- a/structr-base/src/main/java/org/structr/common/error/DatabaseServiceNotAvailableException.java +++ b/structr-base/src/main/java/org/structr/common/error/DatabaseServiceNotAvailableException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/DateFormatToken.java b/structr-base/src/main/java/org/structr/common/error/DateFormatToken.java index 641c17ca20..c32fc47228 100644 --- a/structr-base/src/main/java/org/structr/common/error/DateFormatToken.java +++ b/structr-base/src/main/java/org/structr/common/error/DateFormatToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/DiagnosticErrorToken.java b/structr-base/src/main/java/org/structr/common/error/DiagnosticErrorToken.java index 2889fb351e..9635f16454 100644 --- a/structr-base/src/main/java/org/structr/common/error/DiagnosticErrorToken.java +++ b/structr-base/src/main/java/org/structr/common/error/DiagnosticErrorToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/DuplicateRelationshipToken.java b/structr-base/src/main/java/org/structr/common/error/DuplicateRelationshipToken.java index 8c5beb4da9..8f0b5bb137 100644 --- a/structr-base/src/main/java/org/structr/common/error/DuplicateRelationshipToken.java +++ b/structr-base/src/main/java/org/structr/common/error/DuplicateRelationshipToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/EmptyPropertyToken.java b/structr-base/src/main/java/org/structr/common/error/EmptyPropertyToken.java index a881123268..693d001ce6 100644 --- a/structr-base/src/main/java/org/structr/common/error/EmptyPropertyToken.java +++ b/structr-base/src/main/java/org/structr/common/error/EmptyPropertyToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/ErrorBuffer.java b/structr-base/src/main/java/org/structr/common/error/ErrorBuffer.java index c3de6d041a..7c561bd562 100644 --- a/structr-base/src/main/java/org/structr/common/error/ErrorBuffer.java +++ b/structr-base/src/main/java/org/structr/common/error/ErrorBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/ErrorToken.java b/structr-base/src/main/java/org/structr/common/error/ErrorToken.java index 1e47b5fb14..aa1799bcf1 100644 --- a/structr-base/src/main/java/org/structr/common/error/ErrorToken.java +++ b/structr-base/src/main/java/org/structr/common/error/ErrorToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/FrameworkException.java b/structr-base/src/main/java/org/structr/common/error/FrameworkException.java index 6ac812de6c..7c4bb98234 100644 --- a/structr-base/src/main/java/org/structr/common/error/FrameworkException.java +++ b/structr-base/src/main/java/org/structr/common/error/FrameworkException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/FutureDateToken.java b/structr-base/src/main/java/org/structr/common/error/FutureDateToken.java index 4a66437a2f..365bf8dbda 100644 --- a/structr-base/src/main/java/org/structr/common/error/FutureDateToken.java +++ b/structr-base/src/main/java/org/structr/common/error/FutureDateToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/IdNotFoundToken.java b/structr-base/src/main/java/org/structr/common/error/IdNotFoundToken.java index ed73c6c046..83596dd269 100644 --- a/structr-base/src/main/java/org/structr/common/error/IdNotFoundToken.java +++ b/structr-base/src/main/java/org/structr/common/error/IdNotFoundToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/InstantiationErrorToken.java b/structr-base/src/main/java/org/structr/common/error/InstantiationErrorToken.java index d566fb5ae6..35fe3b8a97 100644 --- a/structr-base/src/main/java/org/structr/common/error/InstantiationErrorToken.java +++ b/structr-base/src/main/java/org/structr/common/error/InstantiationErrorToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/InternalSystemPropertyToken.java b/structr-base/src/main/java/org/structr/common/error/InternalSystemPropertyToken.java index 7f02efa433..adc3159a9c 100644 --- a/structr-base/src/main/java/org/structr/common/error/InternalSystemPropertyToken.java +++ b/structr-base/src/main/java/org/structr/common/error/InternalSystemPropertyToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/InvalidPropertySchemaToken.java b/structr-base/src/main/java/org/structr/common/error/InvalidPropertySchemaToken.java index f5315c16d4..192f92de99 100644 --- a/structr-base/src/main/java/org/structr/common/error/InvalidPropertySchemaToken.java +++ b/structr-base/src/main/java/org/structr/common/error/InvalidPropertySchemaToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/InvalidSchemaToken.java b/structr-base/src/main/java/org/structr/common/error/InvalidSchemaToken.java index e263bb99ce..8ab6235465 100644 --- a/structr-base/src/main/java/org/structr/common/error/InvalidSchemaToken.java +++ b/structr-base/src/main/java/org/structr/common/error/InvalidSchemaToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/InvalidSearchField.java b/structr-base/src/main/java/org/structr/common/error/InvalidSearchField.java index 94e867e08d..b72452abe5 100644 --- a/structr-base/src/main/java/org/structr/common/error/InvalidSearchField.java +++ b/structr-base/src/main/java/org/structr/common/error/InvalidSearchField.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/InvalidSortKey.java b/structr-base/src/main/java/org/structr/common/error/InvalidSortKey.java index 8dbdf20b91..6e1519c8b4 100644 --- a/structr-base/src/main/java/org/structr/common/error/InvalidSortKey.java +++ b/structr-base/src/main/java/org/structr/common/error/InvalidSortKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/JsonException.java b/structr-base/src/main/java/org/structr/common/error/JsonException.java index ed8ef3239c..ea627ac9e3 100644 --- a/structr-base/src/main/java/org/structr/common/error/JsonException.java +++ b/structr-base/src/main/java/org/structr/common/error/JsonException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/LowercaseUniqueToken.java b/structr-base/src/main/java/org/structr/common/error/LowercaseUniqueToken.java index 9f9305b324..d1b17d292e 100644 --- a/structr-base/src/main/java/org/structr/common/error/LowercaseUniqueToken.java +++ b/structr-base/src/main/java/org/structr/common/error/LowercaseUniqueToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/MatchToken.java b/structr-base/src/main/java/org/structr/common/error/MatchToken.java index 0395dcae48..76f09a7849 100644 --- a/structr-base/src/main/java/org/structr/common/error/MatchToken.java +++ b/structr-base/src/main/java/org/structr/common/error/MatchToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/NullArgumentToken.java b/structr-base/src/main/java/org/structr/common/error/NullArgumentToken.java index 6fbd03f670..287d1f182c 100644 --- a/structr-base/src/main/java/org/structr/common/error/NullArgumentToken.java +++ b/structr-base/src/main/java/org/structr/common/error/NullArgumentToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/NullPropertyToken.java b/structr-base/src/main/java/org/structr/common/error/NullPropertyToken.java index 32e8ee9321..494845d820 100644 --- a/structr-base/src/main/java/org/structr/common/error/NullPropertyToken.java +++ b/structr-base/src/main/java/org/structr/common/error/NullPropertyToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/NumberToken.java b/structr-base/src/main/java/org/structr/common/error/NumberToken.java index 18de3eccd8..08c7742537 100644 --- a/structr-base/src/main/java/org/structr/common/error/NumberToken.java +++ b/structr-base/src/main/java/org/structr/common/error/NumberToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/PasswordPolicyViolationException.java b/structr-base/src/main/java/org/structr/common/error/PasswordPolicyViolationException.java index 41816cb507..b7d125493c 100644 --- a/structr-base/src/main/java/org/structr/common/error/PasswordPolicyViolationException.java +++ b/structr-base/src/main/java/org/structr/common/error/PasswordPolicyViolationException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/PropertiesNotFoundToken.java b/structr-base/src/main/java/org/structr/common/error/PropertiesNotFoundToken.java index 05fd0354a1..4154384b5c 100644 --- a/structr-base/src/main/java/org/structr/common/error/PropertiesNotFoundToken.java +++ b/structr-base/src/main/java/org/structr/common/error/PropertiesNotFoundToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/PropertyNotFoundToken.java b/structr-base/src/main/java/org/structr/common/error/PropertyNotFoundToken.java index bd8c1e1c7d..09fa48fbb0 100644 --- a/structr-base/src/main/java/org/structr/common/error/PropertyNotFoundToken.java +++ b/structr-base/src/main/java/org/structr/common/error/PropertyNotFoundToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/RangeToken.java b/structr-base/src/main/java/org/structr/common/error/RangeToken.java index 4e9d7212fe..e64663b0a2 100644 --- a/structr-base/src/main/java/org/structr/common/error/RangeToken.java +++ b/structr-base/src/main/java/org/structr/common/error/RangeToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/ReadOnlyPropertyToken.java b/structr-base/src/main/java/org/structr/common/error/ReadOnlyPropertyToken.java index 72659f72de..f7c6544b03 100644 --- a/structr-base/src/main/java/org/structr/common/error/ReadOnlyPropertyToken.java +++ b/structr-base/src/main/java/org/structr/common/error/ReadOnlyPropertyToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/ScriptingException.java b/structr-base/src/main/java/org/structr/common/error/ScriptingException.java index 79fbfe52c0..23bd4d75ef 100644 --- a/structr-base/src/main/java/org/structr/common/error/ScriptingException.java +++ b/structr-base/src/main/java/org/structr/common/error/ScriptingException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/SemanticErrorToken.java b/structr-base/src/main/java/org/structr/common/error/SemanticErrorToken.java index 3764815a08..3b09bb87ab 100644 --- a/structr-base/src/main/java/org/structr/common/error/SemanticErrorToken.java +++ b/structr-base/src/main/java/org/structr/common/error/SemanticErrorToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/TooLongToken.java b/structr-base/src/main/java/org/structr/common/error/TooLongToken.java index a42fe3835f..52c3db8783 100644 --- a/structr-base/src/main/java/org/structr/common/error/TooLongToken.java +++ b/structr-base/src/main/java/org/structr/common/error/TooLongToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/TooShortToken.java b/structr-base/src/main/java/org/structr/common/error/TooShortToken.java index b8a666b5a4..73fe760ca4 100644 --- a/structr-base/src/main/java/org/structr/common/error/TooShortToken.java +++ b/structr-base/src/main/java/org/structr/common/error/TooShortToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/TypeToken.java b/structr-base/src/main/java/org/structr/common/error/TypeToken.java index cdbb9c94fe..eed8be55e2 100644 --- a/structr-base/src/main/java/org/structr/common/error/TypeToken.java +++ b/structr-base/src/main/java/org/structr/common/error/TypeToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/UniqueToken.java b/structr-base/src/main/java/org/structr/common/error/UniqueToken.java index d4ea3be92d..a94fee1c16 100644 --- a/structr-base/src/main/java/org/structr/common/error/UniqueToken.java +++ b/structr-base/src/main/java/org/structr/common/error/UniqueToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/UnlicensedScriptException.java b/structr-base/src/main/java/org/structr/common/error/UnlicensedScriptException.java index 45ad04ae39..1b05ff1903 100644 --- a/structr-base/src/main/java/org/structr/common/error/UnlicensedScriptException.java +++ b/structr-base/src/main/java/org/structr/common/error/UnlicensedScriptException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/UnlicensedToken.java b/structr-base/src/main/java/org/structr/common/error/UnlicensedToken.java index 347dc9c5e2..b170cead79 100644 --- a/structr-base/src/main/java/org/structr/common/error/UnlicensedToken.java +++ b/structr-base/src/main/java/org/structr/common/error/UnlicensedToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/UnlicensedTypeException.java b/structr-base/src/main/java/org/structr/common/error/UnlicensedTypeException.java index 35b46a7e44..c74860439e 100644 --- a/structr-base/src/main/java/org/structr/common/error/UnlicensedTypeException.java +++ b/structr-base/src/main/java/org/structr/common/error/UnlicensedTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/ValueToken.java b/structr-base/src/main/java/org/structr/common/error/ValueToken.java index 63ef39fb58..75e0992e53 100644 --- a/structr-base/src/main/java/org/structr/common/error/ValueToken.java +++ b/structr-base/src/main/java/org/structr/common/error/ValueToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/error/package-info.java b/structr-base/src/main/java/org/structr/common/error/package-info.java index 10d0a2e9ad..2aa0835d3a 100644 --- a/structr-base/src/main/java/org/structr/common/error/package-info.java +++ b/structr-base/src/main/java/org/structr/common/error/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/event/RuntimeEvent.java b/structr-base/src/main/java/org/structr/common/event/RuntimeEvent.java index cdd831cce6..5929ed8e0a 100644 --- a/structr-base/src/main/java/org/structr/common/event/RuntimeEvent.java +++ b/structr-base/src/main/java/org/structr/common/event/RuntimeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/event/RuntimeEventLog.java b/structr-base/src/main/java/org/structr/common/event/RuntimeEventLog.java index 757eb7e897..719a9b1cca 100644 --- a/structr-base/src/main/java/org/structr/common/event/RuntimeEventLog.java +++ b/structr-base/src/main/java/org/structr/common/event/RuntimeEventLog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/fulltext/ContentAnalyzer.java b/structr-base/src/main/java/org/structr/common/fulltext/ContentAnalyzer.java index 5f5592752a..366f4863c4 100644 --- a/structr-base/src/main/java/org/structr/common/fulltext/ContentAnalyzer.java +++ b/structr-base/src/main/java/org/structr/common/fulltext/ContentAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/fulltext/DummyContentAnalyzer.java b/structr-base/src/main/java/org/structr/common/fulltext/DummyContentAnalyzer.java index ee56d77338..1f85c9fed0 100644 --- a/structr-base/src/main/java/org/structr/common/fulltext/DummyContentAnalyzer.java +++ b/structr-base/src/main/java/org/structr/common/fulltext/DummyContentAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/fulltext/DummyFulltextIndexer.java b/structr-base/src/main/java/org/structr/common/fulltext/DummyFulltextIndexer.java index 075375390f..5e59a8b946 100644 --- a/structr-base/src/main/java/org/structr/common/fulltext/DummyFulltextIndexer.java +++ b/structr-base/src/main/java/org/structr/common/fulltext/DummyFulltextIndexer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/fulltext/FulltextIndexer.java b/structr-base/src/main/java/org/structr/common/fulltext/FulltextIndexer.java index cf9020680b..fe2cfbc9e2 100644 --- a/structr-base/src/main/java/org/structr/common/fulltext/FulltextIndexer.java +++ b/structr-base/src/main/java/org/structr/common/fulltext/FulltextIndexer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/fulltext/Indexable.java b/structr-base/src/main/java/org/structr/common/fulltext/Indexable.java index 8d6f8e1f02..4e56a54a4a 100644 --- a/structr-base/src/main/java/org/structr/common/fulltext/Indexable.java +++ b/structr-base/src/main/java/org/structr/common/fulltext/Indexable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/fulltext/IndexedWord.java b/structr-base/src/main/java/org/structr/common/fulltext/IndexedWord.java index 66bdf8c8aa..f3081aa566 100644 --- a/structr-base/src/main/java/org/structr/common/fulltext/IndexedWord.java +++ b/structr-base/src/main/java/org/structr/common/fulltext/IndexedWord.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/geo/AbstractGeoCodingProvider.java b/structr-base/src/main/java/org/structr/common/geo/AbstractGeoCodingProvider.java index 2c6bcde60d..8d3978ff81 100644 --- a/structr-base/src/main/java/org/structr/common/geo/AbstractGeoCodingProvider.java +++ b/structr-base/src/main/java/org/structr/common/geo/AbstractGeoCodingProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/geo/AddressComponent.java b/structr-base/src/main/java/org/structr/common/geo/AddressComponent.java index 447c589942..6b001ef64c 100644 --- a/structr-base/src/main/java/org/structr/common/geo/AddressComponent.java +++ b/structr-base/src/main/java/org/structr/common/geo/AddressComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/geo/BingGeoCodingProvider.java b/structr-base/src/main/java/org/structr/common/geo/BingGeoCodingProvider.java index 4954138d55..2242709350 100644 --- a/structr-base/src/main/java/org/structr/common/geo/BingGeoCodingProvider.java +++ b/structr-base/src/main/java/org/structr/common/geo/BingGeoCodingProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/geo/GeoCodingProvider.java b/structr-base/src/main/java/org/structr/common/geo/GeoCodingProvider.java index db3918301b..f0ab836cc7 100644 --- a/structr-base/src/main/java/org/structr/common/geo/GeoCodingProvider.java +++ b/structr-base/src/main/java/org/structr/common/geo/GeoCodingProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/geo/GeoCodingResult.java b/structr-base/src/main/java/org/structr/common/geo/GeoCodingResult.java index 8bdb1b5b3d..4b78818cc7 100644 --- a/structr-base/src/main/java/org/structr/common/geo/GeoCodingResult.java +++ b/structr-base/src/main/java/org/structr/common/geo/GeoCodingResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/geo/GeoHelper.java b/structr-base/src/main/java/org/structr/common/geo/GeoHelper.java index 9293578218..a903640084 100644 --- a/structr-base/src/main/java/org/structr/common/geo/GeoHelper.java +++ b/structr-base/src/main/java/org/structr/common/geo/GeoHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/geo/GoogleGeoCodingProvider.java b/structr-base/src/main/java/org/structr/common/geo/GoogleGeoCodingProvider.java index f5c656903a..cb28aa4955 100644 --- a/structr-base/src/main/java/org/structr/common/geo/GoogleGeoCodingProvider.java +++ b/structr-base/src/main/java/org/structr/common/geo/GoogleGeoCodingProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/geo/OSMGeoCodingProvider.java b/structr-base/src/main/java/org/structr/common/geo/OSMGeoCodingProvider.java index d9a87cdf5d..58f720b94a 100644 --- a/structr-base/src/main/java/org/structr/common/geo/OSMGeoCodingProvider.java +++ b/structr-base/src/main/java/org/structr/common/geo/OSMGeoCodingProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/mail/MailServiceInterface.java b/structr-base/src/main/java/org/structr/common/mail/MailServiceInterface.java index 1f21bd50ef..462365269c 100644 --- a/structr-base/src/main/java/org/structr/common/mail/MailServiceInterface.java +++ b/structr-base/src/main/java/org/structr/common/mail/MailServiceInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/common/package-info.java b/structr-base/src/main/java/org/structr/common/package-info.java index 6add304e8c..dd56dfa38b 100644 --- a/structr-base/src/main/java/org/structr/common/package-info.java +++ b/structr-base/src/main/java/org/structr/common/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/console/Console.java b/structr-base/src/main/java/org/structr/console/Console.java index 09050fc67c..4e197ecd39 100644 --- a/structr-base/src/main/java/org/structr/console/Console.java +++ b/structr-base/src/main/java/org/structr/console/Console.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console; diff --git a/structr-base/src/main/java/org/structr/console/rest/AsRestCommand.java b/structr-base/src/main/java/org/structr/console/rest/AsRestCommand.java index a0fe001360..c2a7013594 100644 --- a/structr-base/src/main/java/org/structr/console/rest/AsRestCommand.java +++ b/structr-base/src/main/java/org/structr/console/rest/AsRestCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.rest; diff --git a/structr-base/src/main/java/org/structr/console/rest/AuthRestCommand.java b/structr-base/src/main/java/org/structr/console/rest/AuthRestCommand.java index 4515628717..fb4c779d34 100644 --- a/structr-base/src/main/java/org/structr/console/rest/AuthRestCommand.java +++ b/structr-base/src/main/java/org/structr/console/rest/AuthRestCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.rest; diff --git a/structr-base/src/main/java/org/structr/console/rest/DeleteRestCommand.java b/structr-base/src/main/java/org/structr/console/rest/DeleteRestCommand.java index 5be1e6b87d..dc2f342ca0 100644 --- a/structr-base/src/main/java/org/structr/console/rest/DeleteRestCommand.java +++ b/structr-base/src/main/java/org/structr/console/rest/DeleteRestCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.rest; diff --git a/structr-base/src/main/java/org/structr/console/rest/GetRestCommand.java b/structr-base/src/main/java/org/structr/console/rest/GetRestCommand.java index 26854ec031..d21d083808 100644 --- a/structr-base/src/main/java/org/structr/console/rest/GetRestCommand.java +++ b/structr-base/src/main/java/org/structr/console/rest/GetRestCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.rest; diff --git a/structr-base/src/main/java/org/structr/console/rest/HelpRestCommand.java b/structr-base/src/main/java/org/structr/console/rest/HelpRestCommand.java index 718e977b29..092cffbbe1 100644 --- a/structr-base/src/main/java/org/structr/console/rest/HelpRestCommand.java +++ b/structr-base/src/main/java/org/structr/console/rest/HelpRestCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.rest; diff --git a/structr-base/src/main/java/org/structr/console/rest/PostRestCommand.java b/structr-base/src/main/java/org/structr/console/rest/PostRestCommand.java index 46835b1779..e7411a935e 100644 --- a/structr-base/src/main/java/org/structr/console/rest/PostRestCommand.java +++ b/structr-base/src/main/java/org/structr/console/rest/PostRestCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.rest; diff --git a/structr-base/src/main/java/org/structr/console/rest/PutRestCommand.java b/structr-base/src/main/java/org/structr/console/rest/PutRestCommand.java index a7c72c4cd0..0e63bb18df 100644 --- a/structr-base/src/main/java/org/structr/console/rest/PutRestCommand.java +++ b/structr-base/src/main/java/org/structr/console/rest/PutRestCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.rest; diff --git a/structr-base/src/main/java/org/structr/console/rest/RestCommand.java b/structr-base/src/main/java/org/structr/console/rest/RestCommand.java index 30e8f53d76..ef6dcb2c52 100644 --- a/structr-base/src/main/java/org/structr/console/rest/RestCommand.java +++ b/structr-base/src/main/java/org/structr/console/rest/RestCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.rest; diff --git a/structr-base/src/main/java/org/structr/console/shell/AdminConsoleCommand.java b/structr-base/src/main/java/org/structr/console/shell/AdminConsoleCommand.java index 707acbd293..0c2d59c8ca 100644 --- a/structr-base/src/main/java/org/structr/console/shell/AdminConsoleCommand.java +++ b/structr-base/src/main/java/org/structr/console/shell/AdminConsoleCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.shell; diff --git a/structr-base/src/main/java/org/structr/console/shell/DirectFileImportConsoleCommand.java b/structr-base/src/main/java/org/structr/console/shell/DirectFileImportConsoleCommand.java index 1754ac88e8..75ceaf3998 100644 --- a/structr-base/src/main/java/org/structr/console/shell/DirectFileImportConsoleCommand.java +++ b/structr-base/src/main/java/org/structr/console/shell/DirectFileImportConsoleCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.shell; diff --git a/structr-base/src/main/java/org/structr/console/shell/ExportConsoleCommand.java b/structr-base/src/main/java/org/structr/console/shell/ExportConsoleCommand.java index 39ee2fb5c8..c61f74a4eb 100644 --- a/structr-base/src/main/java/org/structr/console/shell/ExportConsoleCommand.java +++ b/structr-base/src/main/java/org/structr/console/shell/ExportConsoleCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.shell; diff --git a/structr-base/src/main/java/org/structr/console/shell/ExportDataConsoleCommand.java b/structr-base/src/main/java/org/structr/console/shell/ExportDataConsoleCommand.java index f9e1020494..5c8e75cf7b 100644 --- a/structr-base/src/main/java/org/structr/console/shell/ExportDataConsoleCommand.java +++ b/structr-base/src/main/java/org/structr/console/shell/ExportDataConsoleCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.shell; diff --git a/structr-base/src/main/java/org/structr/console/shell/HelpConsoleCommand.java b/structr-base/src/main/java/org/structr/console/shell/HelpConsoleCommand.java index 31a0b1e932..de7cfd1cab 100644 --- a/structr-base/src/main/java/org/structr/console/shell/HelpConsoleCommand.java +++ b/structr-base/src/main/java/org/structr/console/shell/HelpConsoleCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.shell; diff --git a/structr-base/src/main/java/org/structr/console/shell/ImportConsoleCommand.java b/structr-base/src/main/java/org/structr/console/shell/ImportConsoleCommand.java index 526f76e0e1..5ed877c5da 100644 --- a/structr-base/src/main/java/org/structr/console/shell/ImportConsoleCommand.java +++ b/structr-base/src/main/java/org/structr/console/shell/ImportConsoleCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.shell; diff --git a/structr-base/src/main/java/org/structr/console/shell/ImportDataConsoleCommand.java b/structr-base/src/main/java/org/structr/console/shell/ImportDataConsoleCommand.java index b19e2da759..8de8ec8732 100644 --- a/structr-base/src/main/java/org/structr/console/shell/ImportDataConsoleCommand.java +++ b/structr-base/src/main/java/org/structr/console/shell/ImportDataConsoleCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.shell; diff --git a/structr-base/src/main/java/org/structr/console/shell/InitConsoleCommand.java b/structr-base/src/main/java/org/structr/console/shell/InitConsoleCommand.java index d7fd8cb800..b64565afb4 100644 --- a/structr-base/src/main/java/org/structr/console/shell/InitConsoleCommand.java +++ b/structr-base/src/main/java/org/structr/console/shell/InitConsoleCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.shell; diff --git a/structr-base/src/main/java/org/structr/console/shell/UserConsoleCommand.java b/structr-base/src/main/java/org/structr/console/shell/UserConsoleCommand.java index 40b355a0a8..ed93b6d1c6 100644 --- a/structr-base/src/main/java/org/structr/console/shell/UserConsoleCommand.java +++ b/structr-base/src/main/java/org/structr/console/shell/UserConsoleCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.shell; diff --git a/structr-base/src/main/java/org/structr/console/tabcompletion/AbstractTabCompletionProvider.java b/structr-base/src/main/java/org/structr/console/tabcompletion/AbstractTabCompletionProvider.java index 0be4411aa6..923ab18450 100644 --- a/structr-base/src/main/java/org/structr/console/tabcompletion/AbstractTabCompletionProvider.java +++ b/structr-base/src/main/java/org/structr/console/tabcompletion/AbstractTabCompletionProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.tabcompletion; diff --git a/structr-base/src/main/java/org/structr/console/tabcompletion/AdminTabCompletionProvider.java b/structr-base/src/main/java/org/structr/console/tabcompletion/AdminTabCompletionProvider.java index 13a6f97459..eb85c53f97 100644 --- a/structr-base/src/main/java/org/structr/console/tabcompletion/AdminTabCompletionProvider.java +++ b/structr-base/src/main/java/org/structr/console/tabcompletion/AdminTabCompletionProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.tabcompletion; diff --git a/structr-base/src/main/java/org/structr/console/tabcompletion/CypherTabCompletionProvider.java b/structr-base/src/main/java/org/structr/console/tabcompletion/CypherTabCompletionProvider.java index a76d6eb11c..5e9c64260e 100644 --- a/structr-base/src/main/java/org/structr/console/tabcompletion/CypherTabCompletionProvider.java +++ b/structr-base/src/main/java/org/structr/console/tabcompletion/CypherTabCompletionProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.tabcompletion; diff --git a/structr-base/src/main/java/org/structr/console/tabcompletion/JavaScriptTabCompletionProvider.java b/structr-base/src/main/java/org/structr/console/tabcompletion/JavaScriptTabCompletionProvider.java index 194b51d958..77ddc45236 100644 --- a/structr-base/src/main/java/org/structr/console/tabcompletion/JavaScriptTabCompletionProvider.java +++ b/structr-base/src/main/java/org/structr/console/tabcompletion/JavaScriptTabCompletionProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.tabcompletion; diff --git a/structr-base/src/main/java/org/structr/console/tabcompletion/RestTabCompletionProvider.java b/structr-base/src/main/java/org/structr/console/tabcompletion/RestTabCompletionProvider.java index e54dcaa67c..61e16ac4ed 100644 --- a/structr-base/src/main/java/org/structr/console/tabcompletion/RestTabCompletionProvider.java +++ b/structr-base/src/main/java/org/structr/console/tabcompletion/RestTabCompletionProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.tabcompletion; diff --git a/structr-base/src/main/java/org/structr/console/tabcompletion/StructrScriptTabCompletionProvider.java b/structr-base/src/main/java/org/structr/console/tabcompletion/StructrScriptTabCompletionProvider.java index fba4c6edd2..7e3daa7afe 100644 --- a/structr-base/src/main/java/org/structr/console/tabcompletion/StructrScriptTabCompletionProvider.java +++ b/structr-base/src/main/java/org/structr/console/tabcompletion/StructrScriptTabCompletionProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.tabcompletion; diff --git a/structr-base/src/main/java/org/structr/console/tabcompletion/TabCompletionProvider.java b/structr-base/src/main/java/org/structr/console/tabcompletion/TabCompletionProvider.java index 7196aea8a1..55d66e45a5 100644 --- a/structr-base/src/main/java/org/structr/console/tabcompletion/TabCompletionProvider.java +++ b/structr-base/src/main/java/org/structr/console/tabcompletion/TabCompletionProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.tabcompletion; diff --git a/structr-base/src/main/java/org/structr/console/tabcompletion/TabCompletionResult.java b/structr-base/src/main/java/org/structr/console/tabcompletion/TabCompletionResult.java index 566fc96fca..127bc0bb30 100644 --- a/structr-base/src/main/java/org/structr/console/tabcompletion/TabCompletionResult.java +++ b/structr-base/src/main/java/org/structr/console/tabcompletion/TabCompletionResult.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.console.tabcompletion; diff --git a/structr-base/src/main/java/org/structr/core/Adapter.java b/structr-base/src/main/java/org/structr/core/Adapter.java index 30f17069ff..0ceca9be60 100644 --- a/structr-base/src/main/java/org/structr/core/Adapter.java +++ b/structr-base/src/main/java/org/structr/core/Adapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/Converter.java b/structr-base/src/main/java/org/structr/core/Converter.java index 3f2fc32808..816438e7cb 100644 --- a/structr-base/src/main/java/org/structr/core/Converter.java +++ b/structr-base/src/main/java/org/structr/core/Converter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/Decorable.java b/structr-base/src/main/java/org/structr/core/Decorable.java index def6287d45..1a665b5da6 100644 --- a/structr-base/src/main/java/org/structr/core/Decorable.java +++ b/structr-base/src/main/java/org/structr/core/Decorable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/Decorator.java b/structr-base/src/main/java/org/structr/core/Decorator.java index bc11ade4f8..4683cae60b 100644 --- a/structr-base/src/main/java/org/structr/core/Decorator.java +++ b/structr-base/src/main/java/org/structr/core/Decorator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/Export.java b/structr-base/src/main/java/org/structr/core/Export.java index dbe87ab88d..d36342ff61 100644 --- a/structr-base/src/main/java/org/structr/core/Export.java +++ b/structr-base/src/main/java/org/structr/core/Export.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/GraphObject.java b/structr-base/src/main/java/org/structr/core/GraphObject.java index f4d4ba522b..314f82ac49 100644 --- a/structr-base/src/main/java/org/structr/core/GraphObject.java +++ b/structr-base/src/main/java/org/structr/core/GraphObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/GraphObjectMap.java b/structr-base/src/main/java/org/structr/core/GraphObjectMap.java index 73481d9500..b8a51598c9 100644 --- a/structr-base/src/main/java/org/structr/core/GraphObjectMap.java +++ b/structr-base/src/main/java/org/structr/core/GraphObjectMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/IJsonInput.java b/structr-base/src/main/java/org/structr/core/IJsonInput.java index 63dc3beb9e..26bc94fcb5 100644 --- a/structr-base/src/main/java/org/structr/core/IJsonInput.java +++ b/structr-base/src/main/java/org/structr/core/IJsonInput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/IterableAdapter.java b/structr-base/src/main/java/org/structr/core/IterableAdapter.java index 0812e3c96c..7dafae38e6 100644 --- a/structr-base/src/main/java/org/structr/core/IterableAdapter.java +++ b/structr-base/src/main/java/org/structr/core/IterableAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/JsonInput.java b/structr-base/src/main/java/org/structr/core/JsonInput.java index 1f190e967a..8157fef03c 100644 --- a/structr-base/src/main/java/org/structr/core/JsonInput.java +++ b/structr-base/src/main/java/org/structr/core/JsonInput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/JsonMultiInput.java b/structr-base/src/main/java/org/structr/core/JsonMultiInput.java index 892d1110a6..c3cc4cfc94 100644 --- a/structr-base/src/main/java/org/structr/core/JsonMultiInput.java +++ b/structr-base/src/main/java/org/structr/core/JsonMultiInput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/JsonSingleInput.java b/structr-base/src/main/java/org/structr/core/JsonSingleInput.java index ac9cdb7a15..8f999cb34f 100644 --- a/structr-base/src/main/java/org/structr/core/JsonSingleInput.java +++ b/structr-base/src/main/java/org/structr/core/JsonSingleInput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/MapPropertyGroup.java b/structr-base/src/main/java/org/structr/core/MapPropertyGroup.java index 024496514b..dd3aae26be 100644 --- a/structr-base/src/main/java/org/structr/core/MapPropertyGroup.java +++ b/structr-base/src/main/java/org/structr/core/MapPropertyGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/PropertyGroup.java b/structr-base/src/main/java/org/structr/core/PropertyGroup.java index e47a7fbe2f..88e603e33b 100644 --- a/structr-base/src/main/java/org/structr/core/PropertyGroup.java +++ b/structr-base/src/main/java/org/structr/core/PropertyGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/PropertyValidator.java b/structr-base/src/main/java/org/structr/core/PropertyValidator.java index 57bcda45ec..a4f501946a 100644 --- a/structr-base/src/main/java/org/structr/core/PropertyValidator.java +++ b/structr-base/src/main/java/org/structr/core/PropertyValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/Services.java b/structr-base/src/main/java/org/structr/core/Services.java index b22c1e1765..b5a3c3ef28 100644 --- a/structr-base/src/main/java/org/structr/core/Services.java +++ b/structr-base/src/main/java/org/structr/core/Services.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/StaticValue.java b/structr-base/src/main/java/org/structr/core/StaticValue.java index 1a20e6247c..e237373b13 100644 --- a/structr-base/src/main/java/org/structr/core/StaticValue.java +++ b/structr-base/src/main/java/org/structr/core/StaticValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/StructrTransactionListener.java b/structr-base/src/main/java/org/structr/core/StructrTransactionListener.java index ab78351c78..df8123ef07 100644 --- a/structr-base/src/main/java/org/structr/core/StructrTransactionListener.java +++ b/structr-base/src/main/java/org/structr/core/StructrTransactionListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/TransactionChangeSet.java b/structr-base/src/main/java/org/structr/core/TransactionChangeSet.java index f4a349589d..f376ad4e2a 100644 --- a/structr-base/src/main/java/org/structr/core/TransactionChangeSet.java +++ b/structr-base/src/main/java/org/structr/core/TransactionChangeSet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/Transformation.java b/structr-base/src/main/java/org/structr/core/Transformation.java index 313d5233e0..ff6a320817 100644 --- a/structr-base/src/main/java/org/structr/core/Transformation.java +++ b/structr-base/src/main/java/org/structr/core/Transformation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/UnsupportedArgumentError.java b/structr-base/src/main/java/org/structr/core/UnsupportedArgumentError.java index 9598656332..0408d00074 100644 --- a/structr-base/src/main/java/org/structr/core/UnsupportedArgumentError.java +++ b/structr-base/src/main/java/org/structr/core/UnsupportedArgumentError.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/Value.java b/structr-base/src/main/java/org/structr/core/Value.java index 184d4e6f2b..fd551c4607 100644 --- a/structr-base/src/main/java/org/structr/core/Value.java +++ b/structr-base/src/main/java/org/structr/core/Value.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/app/App.java b/structr-base/src/main/java/org/structr/core/app/App.java index ed33a536fa..fa09500191 100644 --- a/structr-base/src/main/java/org/structr/core/app/App.java +++ b/structr-base/src/main/java/org/structr/core/app/App.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/app/Query.java b/structr-base/src/main/java/org/structr/core/app/Query.java index 5494d037d6..9fa9a362eb 100644 --- a/structr-base/src/main/java/org/structr/core/app/Query.java +++ b/structr-base/src/main/java/org/structr/core/app/Query.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/app/StructrApp.java b/structr-base/src/main/java/org/structr/core/app/StructrApp.java index d7e514503d..c231ae5e8e 100644 --- a/structr-base/src/main/java/org/structr/core/app/StructrApp.java +++ b/structr-base/src/main/java/org/structr/core/app/StructrApp.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/Authenticator.java b/structr-base/src/main/java/org/structr/core/auth/Authenticator.java index d2b59fd932..4493db3147 100644 --- a/structr-base/src/main/java/org/structr/core/auth/Authenticator.java +++ b/structr-base/src/main/java/org/structr/core/auth/Authenticator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/HashHelper.java b/structr-base/src/main/java/org/structr/core/auth/HashHelper.java index ed1adda49b..c39f4596f3 100644 --- a/structr-base/src/main/java/org/structr/core/auth/HashHelper.java +++ b/structr-base/src/main/java/org/structr/core/auth/HashHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/SuperUserAuthenticator.java b/structr-base/src/main/java/org/structr/core/auth/SuperUserAuthenticator.java index 5864f5cbd4..adb9881556 100644 --- a/structr-base/src/main/java/org/structr/core/auth/SuperUserAuthenticator.java +++ b/structr-base/src/main/java/org/structr/core/auth/SuperUserAuthenticator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/exception/AuthenticationException.java b/structr-base/src/main/java/org/structr/core/auth/exception/AuthenticationException.java index c15f0e6133..89b9fca757 100644 --- a/structr-base/src/main/java/org/structr/core/auth/exception/AuthenticationException.java +++ b/structr-base/src/main/java/org/structr/core/auth/exception/AuthenticationException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/exception/DeleteInvalidUserException.java b/structr-base/src/main/java/org/structr/core/auth/exception/DeleteInvalidUserException.java index 6c1b49391a..41d3b39499 100644 --- a/structr-base/src/main/java/org/structr/core/auth/exception/DeleteInvalidUserException.java +++ b/structr-base/src/main/java/org/structr/core/auth/exception/DeleteInvalidUserException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/exception/PasswordChangeRequiredException.java b/structr-base/src/main/java/org/structr/core/auth/exception/PasswordChangeRequiredException.java index dcf4cb8e0b..a0dc6876fd 100644 --- a/structr-base/src/main/java/org/structr/core/auth/exception/PasswordChangeRequiredException.java +++ b/structr-base/src/main/java/org/structr/core/auth/exception/PasswordChangeRequiredException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/exception/SessionLimitExceededException.java b/structr-base/src/main/java/org/structr/core/auth/exception/SessionLimitExceededException.java index 651bbd75da..8908bdf066 100644 --- a/structr-base/src/main/java/org/structr/core/auth/exception/SessionLimitExceededException.java +++ b/structr-base/src/main/java/org/structr/core/auth/exception/SessionLimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/exception/TooManyFailedLoginAttemptsException.java b/structr-base/src/main/java/org/structr/core/auth/exception/TooManyFailedLoginAttemptsException.java index 51b8786376..df770c8cd9 100644 --- a/structr-base/src/main/java/org/structr/core/auth/exception/TooManyFailedLoginAttemptsException.java +++ b/structr-base/src/main/java/org/structr/core/auth/exception/TooManyFailedLoginAttemptsException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationFailedException.java b/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationFailedException.java index d9ff08cc9d..2b6a7e58dd 100644 --- a/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationFailedException.java +++ b/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationFailedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationRequiredException.java b/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationRequiredException.java index df4ec10ac7..a38e1d43ea 100644 --- a/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationRequiredException.java +++ b/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationRequiredException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationTokenInvalidException.java b/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationTokenInvalidException.java index 138aa8c983..d6f4507f70 100644 --- a/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationTokenInvalidException.java +++ b/structr-base/src/main/java/org/structr/core/auth/exception/TwoFactorAuthenticationTokenInvalidException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/exception/UnauthorizedException.java b/structr-base/src/main/java/org/structr/core/auth/exception/UnauthorizedException.java index d0cd641441..801e7c94de 100644 --- a/structr-base/src/main/java/org/structr/core/auth/exception/UnauthorizedException.java +++ b/structr-base/src/main/java/org/structr/core/auth/exception/UnauthorizedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/exception/UnauthorizedReasonException.java b/structr-base/src/main/java/org/structr/core/auth/exception/UnauthorizedReasonException.java index ff8855bc36..67a6cfafbe 100644 --- a/structr-base/src/main/java/org/structr/core/auth/exception/UnauthorizedReasonException.java +++ b/structr-base/src/main/java/org/structr/core/auth/exception/UnauthorizedReasonException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/exception/package-info.java b/structr-base/src/main/java/org/structr/core/auth/exception/package-info.java index 077873e013..3afc347a18 100644 --- a/structr-base/src/main/java/org/structr/core/auth/exception/package-info.java +++ b/structr-base/src/main/java/org/structr/core/auth/exception/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/auth/package-info.java b/structr-base/src/main/java/org/structr/core/auth/package-info.java index b0ca8b4d4a..e1582ed53c 100644 --- a/structr-base/src/main/java/org/structr/core/auth/package-info.java +++ b/structr-base/src/main/java/org/structr/core/auth/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/Aggregation.java b/structr-base/src/main/java/org/structr/core/converter/Aggregation.java index 834bae008b..4179612109 100644 --- a/structr-base/src/main/java/org/structr/core/converter/Aggregation.java +++ b/structr-base/src/main/java/org/structr/core/converter/Aggregation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/CypherQueryConverter.java b/structr-base/src/main/java/org/structr/core/converter/CypherQueryConverter.java index ed515e4e13..fd1300f3f4 100644 --- a/structr-base/src/main/java/org/structr/core/converter/CypherQueryConverter.java +++ b/structr-base/src/main/java/org/structr/core/converter/CypherQueryConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/DateConverter.java b/structr-base/src/main/java/org/structr/core/converter/DateConverter.java index 9cc5edc043..901cc468af 100644 --- a/structr-base/src/main/java/org/structr/core/converter/DateConverter.java +++ b/structr-base/src/main/java/org/structr/core/converter/DateConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/ParameterHolder.java b/structr-base/src/main/java/org/structr/core/converter/ParameterHolder.java index 4da05753f9..7681acd462 100644 --- a/structr-base/src/main/java/org/structr/core/converter/ParameterHolder.java +++ b/structr-base/src/main/java/org/structr/core/converter/ParameterHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/PropertyConverter.java b/structr-base/src/main/java/org/structr/core/converter/PropertyConverter.java index 87748fe537..3aa852dcfb 100644 --- a/structr-base/src/main/java/org/structr/core/converter/PropertyConverter.java +++ b/structr-base/src/main/java/org/structr/core/converter/PropertyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/PropertyMapper.java b/structr-base/src/main/java/org/structr/core/converter/PropertyMapper.java index 45f9910159..53460f0bac 100644 --- a/structr-base/src/main/java/org/structr/core/converter/PropertyMapper.java +++ b/structr-base/src/main/java/org/structr/core/converter/PropertyMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/RelatedNodePropertyMapper.java b/structr-base/src/main/java/org/structr/core/converter/RelatedNodePropertyMapper.java index 476206fbba..eb85bc77ff 100644 --- a/structr-base/src/main/java/org/structr/core/converter/RelatedNodePropertyMapper.java +++ b/structr-base/src/main/java/org/structr/core/converter/RelatedNodePropertyMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/RelationshipEndNodeConverter.java b/structr-base/src/main/java/org/structr/core/converter/RelationshipEndNodeConverter.java index bb5be942d1..cbcae0a327 100644 --- a/structr-base/src/main/java/org/structr/core/converter/RelationshipEndNodeConverter.java +++ b/structr-base/src/main/java/org/structr/core/converter/RelationshipEndNodeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/RelationshipEndNodeTypeConverter.java b/structr-base/src/main/java/org/structr/core/converter/RelationshipEndNodeTypeConverter.java index a1dee0ca55..0bf14ea9e8 100644 --- a/structr-base/src/main/java/org/structr/core/converter/RelationshipEndNodeTypeConverter.java +++ b/structr-base/src/main/java/org/structr/core/converter/RelationshipEndNodeTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/RelationshipStartNodeConverter.java b/structr-base/src/main/java/org/structr/core/converter/RelationshipStartNodeConverter.java index 5688c696c5..f1afb091bb 100644 --- a/structr-base/src/main/java/org/structr/core/converter/RelationshipStartNodeConverter.java +++ b/structr-base/src/main/java/org/structr/core/converter/RelationshipStartNodeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/RelationshipStartNodeTypeConverter.java b/structr-base/src/main/java/org/structr/core/converter/RelationshipStartNodeTypeConverter.java index 1d609d7180..91d81bc076 100644 --- a/structr-base/src/main/java/org/structr/core/converter/RelationshipStartNodeTypeConverter.java +++ b/structr-base/src/main/java/org/structr/core/converter/RelationshipStartNodeTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/StringToInt.java b/structr-base/src/main/java/org/structr/core/converter/StringToInt.java index ce847ab48f..f2c133ee6b 100644 --- a/structr-base/src/main/java/org/structr/core/converter/StringToInt.java +++ b/structr-base/src/main/java/org/structr/core/converter/StringToInt.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/ValidationInfo.java b/structr-base/src/main/java/org/structr/core/converter/ValidationInfo.java index a4f8f115b1..a719301d16 100644 --- a/structr-base/src/main/java/org/structr/core/converter/ValidationInfo.java +++ b/structr-base/src/main/java/org/structr/core/converter/ValidationInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/converter/package-info.java b/structr-base/src/main/java/org/structr/core/converter/package-info.java index e95764878b..7c9eafa4e2 100644 --- a/structr-base/src/main/java/org/structr/core/converter/package-info.java +++ b/structr-base/src/main/java/org/structr/core/converter/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/cypher/CypherQuery.java b/structr-base/src/main/java/org/structr/core/cypher/CypherQuery.java index 1351822aab..2396fa6131 100644 --- a/structr-base/src/main/java/org/structr/core/cypher/CypherQuery.java +++ b/structr-base/src/main/java/org/structr/core/cypher/CypherQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/cypher/CypherQueryHandler.java b/structr-base/src/main/java/org/structr/core/cypher/CypherQueryHandler.java index 57df1558a8..0b16039df9 100644 --- a/structr-base/src/main/java/org/structr/core/cypher/CypherQueryHandler.java +++ b/structr-base/src/main/java/org/structr/core/cypher/CypherQueryHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/cypher/package-info.java b/structr-base/src/main/java/org/structr/core/cypher/package-info.java index 8bb0351d71..f65ae48b52 100644 --- a/structr-base/src/main/java/org/structr/core/cypher/package-info.java +++ b/structr-base/src/main/java/org/structr/core/cypher/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/datasources/DataSources.java b/structr-base/src/main/java/org/structr/core/datasources/DataSources.java index 0a3c4941a2..48c9796efd 100644 --- a/structr-base/src/main/java/org/structr/core/datasources/DataSources.java +++ b/structr-base/src/main/java/org/structr/core/datasources/DataSources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/datasources/GraphDataSource.java b/structr-base/src/main/java/org/structr/core/datasources/GraphDataSource.java index 4f92795f86..913fa5d3c3 100644 --- a/structr-base/src/main/java/org/structr/core/datasources/GraphDataSource.java +++ b/structr-base/src/main/java/org/structr/core/datasources/GraphDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/datasources/UnlicensedDataSource.java b/structr-base/src/main/java/org/structr/core/datasources/UnlicensedDataSource.java index 3bdd8fa796..4d9678bb82 100644 --- a/structr-base/src/main/java/org/structr/core/datasources/UnlicensedDataSource.java +++ b/structr-base/src/main/java/org/structr/core/datasources/UnlicensedDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/AbstractEndpoint.java b/structr-base/src/main/java/org/structr/core/entity/AbstractEndpoint.java index 171042e4c0..2fc203a384 100644 --- a/structr-base/src/main/java/org/structr/core/entity/AbstractEndpoint.java +++ b/structr-base/src/main/java/org/structr/core/entity/AbstractEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/AbstractNode.java b/structr-base/src/main/java/org/structr/core/entity/AbstractNode.java index 6f0a409cd8..db2eeee2f8 100644 --- a/structr-base/src/main/java/org/structr/core/entity/AbstractNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/AbstractNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/AbstractRelationship.java b/structr-base/src/main/java/org/structr/core/entity/AbstractRelationship.java index 3608ec5618..352461f307 100644 --- a/structr-base/src/main/java/org/structr/core/entity/AbstractRelationship.java +++ b/structr-base/src/main/java/org/structr/core/entity/AbstractRelationship.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/AbstractSchemaNode.java b/structr-base/src/main/java/org/structr/core/entity/AbstractSchemaNode.java index bd79f87430..8648a9c02b 100644 --- a/structr-base/src/main/java/org/structr/core/entity/AbstractSchemaNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/AbstractSchemaNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/CorsSetting.java b/structr-base/src/main/java/org/structr/core/entity/CorsSetting.java index 6394faba20..639c8348ad 100644 --- a/structr-base/src/main/java/org/structr/core/entity/CorsSetting.java +++ b/structr-base/src/main/java/org/structr/core/entity/CorsSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/DynamicResourceAccess.java b/structr-base/src/main/java/org/structr/core/entity/DynamicResourceAccess.java index 0f450a53cf..020ced8ce9 100644 --- a/structr-base/src/main/java/org/structr/core/entity/DynamicResourceAccess.java +++ b/structr-base/src/main/java/org/structr/core/entity/DynamicResourceAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/Favoritable.java b/structr-base/src/main/java/org/structr/core/entity/Favoritable.java index 013a3976f3..a438e65c3d 100644 --- a/structr-base/src/main/java/org/structr/core/entity/Favoritable.java +++ b/structr-base/src/main/java/org/structr/core/entity/Favoritable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/GenericNode.java b/structr-base/src/main/java/org/structr/core/entity/GenericNode.java index 37c5465c62..fa98ea5045 100644 --- a/structr-base/src/main/java/org/structr/core/entity/GenericNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/GenericNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/GenericRelationship.java b/structr-base/src/main/java/org/structr/core/entity/GenericRelationship.java index e6682c9d34..ec774e9f28 100644 --- a/structr-base/src/main/java/org/structr/core/entity/GenericRelationship.java +++ b/structr-base/src/main/java/org/structr/core/entity/GenericRelationship.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/Group.java b/structr-base/src/main/java/org/structr/core/entity/Group.java index 6af65ae9c6..faa49c9aff 100644 --- a/structr-base/src/main/java/org/structr/core/entity/Group.java +++ b/structr-base/src/main/java/org/structr/core/entity/Group.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/LinkedListNode.java b/structr-base/src/main/java/org/structr/core/entity/LinkedListNode.java index 2f99fc4a71..cc6276a786 100644 --- a/structr-base/src/main/java/org/structr/core/entity/LinkedListNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/LinkedListNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/LinkedListNodeImpl.java b/structr-base/src/main/java/org/structr/core/entity/LinkedListNodeImpl.java index 46cad37e3d..909031f920 100644 --- a/structr-base/src/main/java/org/structr/core/entity/LinkedListNodeImpl.java +++ b/structr-base/src/main/java/org/structr/core/entity/LinkedListNodeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/LinkedTreeNode.java b/structr-base/src/main/java/org/structr/core/entity/LinkedTreeNode.java index 73ac5ed599..169922d8bf 100644 --- a/structr-base/src/main/java/org/structr/core/entity/LinkedTreeNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/LinkedTreeNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/LinkedTreeNodeImpl.java b/structr-base/src/main/java/org/structr/core/entity/LinkedTreeNodeImpl.java index c5b40102d0..9312b06698 100644 --- a/structr-base/src/main/java/org/structr/core/entity/LinkedTreeNodeImpl.java +++ b/structr-base/src/main/java/org/structr/core/entity/LinkedTreeNodeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/Localization.java b/structr-base/src/main/java/org/structr/core/entity/Localization.java index 9770f324d4..80f8cc86f2 100644 --- a/structr-base/src/main/java/org/structr/core/entity/Localization.java +++ b/structr-base/src/main/java/org/structr/core/entity/Localization.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/Locatable.java b/structr-base/src/main/java/org/structr/core/entity/Locatable.java index c7d449551f..b387c09121 100644 --- a/structr-base/src/main/java/org/structr/core/entity/Locatable.java +++ b/structr-base/src/main/java/org/structr/core/entity/Locatable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/Location.java b/structr-base/src/main/java/org/structr/core/entity/Location.java index 5868cfd595..097be7680c 100644 --- a/structr-base/src/main/java/org/structr/core/entity/Location.java +++ b/structr-base/src/main/java/org/structr/core/entity/Location.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/MailTemplate.java b/structr-base/src/main/java/org/structr/core/entity/MailTemplate.java index 3fa51a082a..d469237a4d 100644 --- a/structr-base/src/main/java/org/structr/core/entity/MailTemplate.java +++ b/structr-base/src/main/java/org/structr/core/entity/MailTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/ManyEndpoint.java b/structr-base/src/main/java/org/structr/core/entity/ManyEndpoint.java index b480ab485c..cbecab4596 100644 --- a/structr-base/src/main/java/org/structr/core/entity/ManyEndpoint.java +++ b/structr-base/src/main/java/org/structr/core/entity/ManyEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/ManyStartpoint.java b/structr-base/src/main/java/org/structr/core/entity/ManyStartpoint.java index 527d4683e0..c1295cbd34 100644 --- a/structr-base/src/main/java/org/structr/core/entity/ManyStartpoint.java +++ b/structr-base/src/main/java/org/structr/core/entity/ManyStartpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/ManyToMany.java b/structr-base/src/main/java/org/structr/core/entity/ManyToMany.java index e660f9abe1..f4c20a03ce 100644 --- a/structr-base/src/main/java/org/structr/core/entity/ManyToMany.java +++ b/structr-base/src/main/java/org/structr/core/entity/ManyToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/ManyToOne.java b/structr-base/src/main/java/org/structr/core/entity/ManyToOne.java index f9283a3409..78e2c99c78 100644 --- a/structr-base/src/main/java/org/structr/core/entity/ManyToOne.java +++ b/structr-base/src/main/java/org/structr/core/entity/ManyToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/OneEndpoint.java b/structr-base/src/main/java/org/structr/core/entity/OneEndpoint.java index 5b4f38ee85..3adcbc7432 100644 --- a/structr-base/src/main/java/org/structr/core/entity/OneEndpoint.java +++ b/structr-base/src/main/java/org/structr/core/entity/OneEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/OneStartpoint.java b/structr-base/src/main/java/org/structr/core/entity/OneStartpoint.java index 25573cf5f7..014934c498 100644 --- a/structr-base/src/main/java/org/structr/core/entity/OneStartpoint.java +++ b/structr-base/src/main/java/org/structr/core/entity/OneStartpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/OneToMany.java b/structr-base/src/main/java/org/structr/core/entity/OneToMany.java index 52b554d449..cacc7269b3 100644 --- a/structr-base/src/main/java/org/structr/core/entity/OneToMany.java +++ b/structr-base/src/main/java/org/structr/core/entity/OneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/OneToOne.java b/structr-base/src/main/java/org/structr/core/entity/OneToOne.java index afe6c04003..952043ca1a 100644 --- a/structr-base/src/main/java/org/structr/core/entity/OneToOne.java +++ b/structr-base/src/main/java/org/structr/core/entity/OneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/OtherNodeTypeFilter.java b/structr-base/src/main/java/org/structr/core/entity/OtherNodeTypeFilter.java index 634f695fcd..7a77ced649 100644 --- a/structr-base/src/main/java/org/structr/core/entity/OtherNodeTypeFilter.java +++ b/structr-base/src/main/java/org/structr/core/entity/OtherNodeTypeFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/OtherNodeTypeRelationFilter.java b/structr-base/src/main/java/org/structr/core/entity/OtherNodeTypeRelationFilter.java index 919c3cdb2b..8b40a73e0a 100644 --- a/structr-base/src/main/java/org/structr/core/entity/OtherNodeTypeRelationFilter.java +++ b/structr-base/src/main/java/org/structr/core/entity/OtherNodeTypeRelationFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/Person.java b/structr-base/src/main/java/org/structr/core/entity/Person.java index 4c03a25692..56d44b09e5 100644 --- a/structr-base/src/main/java/org/structr/core/entity/Person.java +++ b/structr-base/src/main/java/org/structr/core/entity/Person.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/Principal.java b/structr-base/src/main/java/org/structr/core/entity/Principal.java index 13b1bb4732..014fca6186 100644 --- a/structr-base/src/main/java/org/structr/core/entity/Principal.java +++ b/structr-base/src/main/java/org/structr/core/entity/Principal.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/Relation.java b/structr-base/src/main/java/org/structr/core/entity/Relation.java index 7c0365e78f..97529d5a00 100644 --- a/structr-base/src/main/java/org/structr/core/entity/Relation.java +++ b/structr-base/src/main/java/org/structr/core/entity/Relation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/ResourceAccess.java b/structr-base/src/main/java/org/structr/core/entity/ResourceAccess.java index 0be25db349..1a68bbd9fe 100644 --- a/structr-base/src/main/java/org/structr/core/entity/ResourceAccess.java +++ b/structr-base/src/main/java/org/structr/core/entity/ResourceAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/SchemaGrant.java b/structr-base/src/main/java/org/structr/core/entity/SchemaGrant.java index 8f3eb75eb4..99cd5958f1 100644 --- a/structr-base/src/main/java/org/structr/core/entity/SchemaGrant.java +++ b/structr-base/src/main/java/org/structr/core/entity/SchemaGrant.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/SchemaMethod.java b/structr-base/src/main/java/org/structr/core/entity/SchemaMethod.java index 3182dbb170..1acb3aa71d 100644 --- a/structr-base/src/main/java/org/structr/core/entity/SchemaMethod.java +++ b/structr-base/src/main/java/org/structr/core/entity/SchemaMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/SchemaMethodParameter.java b/structr-base/src/main/java/org/structr/core/entity/SchemaMethodParameter.java index b939b2caa7..8355ba6fee 100644 --- a/structr-base/src/main/java/org/structr/core/entity/SchemaMethodParameter.java +++ b/structr-base/src/main/java/org/structr/core/entity/SchemaMethodParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/SchemaNode.java b/structr-base/src/main/java/org/structr/core/entity/SchemaNode.java index c845809aac..17ac6f3820 100644 --- a/structr-base/src/main/java/org/structr/core/entity/SchemaNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/SchemaNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/SchemaProperty.java b/structr-base/src/main/java/org/structr/core/entity/SchemaProperty.java index 3a35bca60c..1eb3309cd2 100644 --- a/structr-base/src/main/java/org/structr/core/entity/SchemaProperty.java +++ b/structr-base/src/main/java/org/structr/core/entity/SchemaProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/SchemaRelationshipNode.java b/structr-base/src/main/java/org/structr/core/entity/SchemaRelationshipNode.java index 2a353454ff..3c249bfb51 100644 --- a/structr-base/src/main/java/org/structr/core/entity/SchemaRelationshipNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/SchemaRelationshipNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/SchemaReloadingNode.java b/structr-base/src/main/java/org/structr/core/entity/SchemaReloadingNode.java index 39a4ed9e6f..d60018061d 100644 --- a/structr-base/src/main/java/org/structr/core/entity/SchemaReloadingNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/SchemaReloadingNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/SchemaView.java b/structr-base/src/main/java/org/structr/core/entity/SchemaView.java index 874a7af372..30cc6a47e0 100644 --- a/structr-base/src/main/java/org/structr/core/entity/SchemaView.java +++ b/structr-base/src/main/java/org/structr/core/entity/SchemaView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/Security.java b/structr-base/src/main/java/org/structr/core/entity/Security.java index 4f98fc1d38..39b0620eb0 100644 --- a/structr-base/src/main/java/org/structr/core/entity/Security.java +++ b/structr-base/src/main/java/org/structr/core/entity/Security.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/SessionDataNode.java b/structr-base/src/main/java/org/structr/core/entity/SessionDataNode.java index 17800b408a..4f2d5afb2d 100644 --- a/structr-base/src/main/java/org/structr/core/entity/SessionDataNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/SessionDataNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/Source.java b/structr-base/src/main/java/org/structr/core/entity/Source.java index 59347475ab..a4bd18c56c 100644 --- a/structr-base/src/main/java/org/structr/core/entity/Source.java +++ b/structr-base/src/main/java/org/structr/core/entity/Source.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/SuperUser.java b/structr-base/src/main/java/org/structr/core/entity/SuperUser.java index 7f0b481ad2..c958d3f8ba 100644 --- a/structr-base/src/main/java/org/structr/core/entity/SuperUser.java +++ b/structr-base/src/main/java/org/structr/core/entity/SuperUser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/Target.java b/structr-base/src/main/java/org/structr/core/entity/Target.java index 128af0606b..5bb3f50c50 100644 --- a/structr-base/src/main/java/org/structr/core/entity/Target.java +++ b/structr-base/src/main/java/org/structr/core/entity/Target.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/package-info.java b/structr-base/src/main/java/org/structr/core/entity/package-info.java index 557d1c39eb..c28c136091 100644 --- a/structr-base/src/main/java/org/structr/core/entity/package-info.java +++ b/structr-base/src/main/java/org/structr/core/entity/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/Ownership.java b/structr-base/src/main/java/org/structr/core/entity/relationship/Ownership.java index 35a4f2433e..228cc2b17d 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/Ownership.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/Ownership.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/PrincipalOwnsNode.java b/structr-base/src/main/java/org/structr/core/entity/relationship/PrincipalOwnsNode.java index f707fbed71..5d3fa06bd3 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/PrincipalOwnsNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/PrincipalOwnsNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/PrincipalSchemaGrantRelationship.java b/structr-base/src/main/java/org/structr/core/entity/relationship/PrincipalSchemaGrantRelationship.java index d5f9449a32..1e7383503d 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/PrincipalSchemaGrantRelationship.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/PrincipalSchemaGrantRelationship.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaExcludedViewProperty.java b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaExcludedViewProperty.java index d1e991b346..ccf5fdf72a 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaExcludedViewProperty.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaExcludedViewProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaGrantSchemaNodeRelationship.java b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaGrantSchemaNodeRelationship.java index 042de83a7d..a5daaf4e30 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaGrantSchemaNodeRelationship.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaGrantSchemaNodeRelationship.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaMethodParameters.java b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaMethodParameters.java index 3aa3046d56..0bcc15c945 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaMethodParameters.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaMethodParameters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeExtendsSchemaNode.java b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeExtendsSchemaNode.java index 7aa994d119..a687a34a8a 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeExtendsSchemaNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeExtendsSchemaNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeMethod.java b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeMethod.java index 74b550cfd3..63d57afe59 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeMethod.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeProperty.java b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeProperty.java index 29c558320d..d25270dced 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeProperty.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeView.java b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeView.java index 5ad10cef3c..b5647b6e32 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeView.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaNodeView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaRelationshipSourceNode.java b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaRelationshipSourceNode.java index ae1afa57be..09b263c3eb 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaRelationshipSourceNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaRelationshipSourceNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaRelationshipTargetNode.java b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaRelationshipTargetNode.java index b73e7dafa8..49d13a966a 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaRelationshipTargetNode.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaRelationshipTargetNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaViewProperty.java b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaViewProperty.java index 3a0f4a4ec8..88491f6955 100644 --- a/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaViewProperty.java +++ b/structr-base/src/main/java/org/structr/core/entity/relationship/SchemaViewProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/AbbrFunction.java b/structr-base/src/main/java/org/structr/core/function/AbbrFunction.java index cf6d76c989..1429a47dfc 100644 --- a/structr-base/src/main/java/org/structr/core/function/AbbrFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/AbbrFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/AbstractQueryFunction.java b/structr-base/src/main/java/org/structr/core/function/AbstractQueryFunction.java index 504021d26b..adf2d4e8fc 100644 --- a/structr-base/src/main/java/org/structr/core/function/AbstractQueryFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/AbstractQueryFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/AddFunction.java b/structr-base/src/main/java/org/structr/core/function/AddFunction.java index 9fb5ce9cae..e517e63742 100644 --- a/structr-base/src/main/java/org/structr/core/function/AddFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/AddFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/AddToGroupFunction.java b/structr-base/src/main/java/org/structr/core/function/AddToGroupFunction.java index efbdf3b537..14c2790198 100644 --- a/structr-base/src/main/java/org/structr/core/function/AddToGroupFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/AddToGroupFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/AdvancedScriptingFunction.java b/structr-base/src/main/java/org/structr/core/function/AdvancedScriptingFunction.java index d19a38382b..46b795d800 100644 --- a/structr-base/src/main/java/org/structr/core/function/AdvancedScriptingFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/AdvancedScriptingFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/AncestorTypesFunction.java b/structr-base/src/main/java/org/structr/core/function/AncestorTypesFunction.java index 49e9e412eb..78714993a9 100644 --- a/structr-base/src/main/java/org/structr/core/function/AncestorTypesFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/AncestorTypesFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/AndFunction.java b/structr-base/src/main/java/org/structr/core/function/AndFunction.java index 2ceb441a99..0551fd1457 100644 --- a/structr-base/src/main/java/org/structr/core/function/AndFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/AndFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/AppendFunction.java b/structr-base/src/main/java/org/structr/core/function/AppendFunction.java index f48265f7b9..5e8cdf11a1 100644 --- a/structr-base/src/main/java/org/structr/core/function/AppendFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/AppendFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/AssertFunction.java b/structr-base/src/main/java/org/structr/core/function/AssertFunction.java index 1584344365..4dc2b97cfa 100644 --- a/structr-base/src/main/java/org/structr/core/function/AssertFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/AssertFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/Base64DecodeFunction.java b/structr-base/src/main/java/org/structr/core/function/Base64DecodeFunction.java index 2bfb8482e7..1713244d23 100644 --- a/structr-base/src/main/java/org/structr/core/function/Base64DecodeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/Base64DecodeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/Base64EncodeFunction.java b/structr-base/src/main/java/org/structr/core/function/Base64EncodeFunction.java index f18360f5a3..f25ca4dd85 100644 --- a/structr-base/src/main/java/org/structr/core/function/Base64EncodeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/Base64EncodeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/BatchableFunction.java b/structr-base/src/main/java/org/structr/core/function/BatchableFunction.java index 66580e2a56..b104be0b16 100644 --- a/structr-base/src/main/java/org/structr/core/function/BatchableFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/BatchableFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/BsonFunction.java b/structr-base/src/main/java/org/structr/core/function/BsonFunction.java index 4e50177057..fd14c60325 100644 --- a/structr-base/src/main/java/org/structr/core/function/BsonFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/BsonFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CallFunction.java b/structr-base/src/main/java/org/structr/core/function/CallFunction.java index a60356981a..35ffa4224f 100644 --- a/structr-base/src/main/java/org/structr/core/function/CallFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CallFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CallPrivilegedFunction.java b/structr-base/src/main/java/org/structr/core/function/CallPrivilegedFunction.java index cffcd0e34e..1996a4325d 100644 --- a/structr-base/src/main/java/org/structr/core/function/CallPrivilegedFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CallPrivilegedFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CapitalizeFunction.java b/structr-base/src/main/java/org/structr/core/function/CapitalizeFunction.java index 9e4bca80b8..6868a83eaa 100644 --- a/structr-base/src/main/java/org/structr/core/function/CapitalizeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CapitalizeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CeilFunction.java b/structr-base/src/main/java/org/structr/core/function/CeilFunction.java index 3e5565adb0..0df9eccb74 100644 --- a/structr-base/src/main/java/org/structr/core/function/CeilFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CeilFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ChangelogFunction.java b/structr-base/src/main/java/org/structr/core/function/ChangelogFunction.java index 752648bb4a..5d4f1d2f86 100644 --- a/structr-base/src/main/java/org/structr/core/function/ChangelogFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ChangelogFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CleanFunction.java b/structr-base/src/main/java/org/structr/core/function/CleanFunction.java index 2600116768..2d7bdbe5f2 100644 --- a/structr-base/src/main/java/org/structr/core/function/CleanFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CleanFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CoalesceFunction.java b/structr-base/src/main/java/org/structr/core/function/CoalesceFunction.java index 47097c0b7b..6625a03aab 100644 --- a/structr-base/src/main/java/org/structr/core/function/CoalesceFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CoalesceFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CoalesceObjectsFunction.java b/structr-base/src/main/java/org/structr/core/function/CoalesceObjectsFunction.java index 9f837c3bb8..43fdeec591 100644 --- a/structr-base/src/main/java/org/structr/core/function/CoalesceObjectsFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CoalesceObjectsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ComplementFunction.java b/structr-base/src/main/java/org/structr/core/function/ComplementFunction.java index b3f17fa1c4..339b917d7e 100644 --- a/structr-base/src/main/java/org/structr/core/function/ComplementFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ComplementFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ConcatFunction.java b/structr-base/src/main/java/org/structr/core/function/ConcatFunction.java index 4ed504f0cc..a241090531 100644 --- a/structr-base/src/main/java/org/structr/core/function/ConcatFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ConcatFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ConfigFunction.java b/structr-base/src/main/java/org/structr/core/function/ConfigFunction.java index 7970066c83..4e4c55fd83 100644 --- a/structr-base/src/main/java/org/structr/core/function/ConfigFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ConfigFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ContainsFunction.java b/structr-base/src/main/java/org/structr/core/function/ContainsFunction.java index dc4f14d7ca..1c105e4a78 100644 --- a/structr-base/src/main/java/org/structr/core/function/ContainsFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ContainsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CopyPermissionsFunction.java b/structr-base/src/main/java/org/structr/core/function/CopyPermissionsFunction.java index c497f6087c..cc5fceb5fb 100644 --- a/structr-base/src/main/java/org/structr/core/function/CopyPermissionsFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CopyPermissionsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CoreFunction.java b/structr-base/src/main/java/org/structr/core/function/CoreFunction.java index 7abe7a5795..1da56370d4 100644 --- a/structr-base/src/main/java/org/structr/core/function/CoreFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CoreFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CreateFunction.java b/structr-base/src/main/java/org/structr/core/function/CreateFunction.java index ed106a1527..7d712d0d86 100644 --- a/structr-base/src/main/java/org/structr/core/function/CreateFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CreateFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CreateRelationshipFunction.java b/structr-base/src/main/java/org/structr/core/function/CreateRelationshipFunction.java index a2a7028bfd..bfa9a0de12 100644 --- a/structr-base/src/main/java/org/structr/core/function/CreateRelationshipFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CreateRelationshipFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CryptFunction.java b/structr-base/src/main/java/org/structr/core/function/CryptFunction.java index 0dcec7ab21..535488c1f0 100644 --- a/structr-base/src/main/java/org/structr/core/function/CryptFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CryptFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/CypherFunction.java b/structr-base/src/main/java/org/structr/core/function/CypherFunction.java index 29c9e412dd..357b3ac004 100644 --- a/structr-base/src/main/java/org/structr/core/function/CypherFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/CypherFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/DateAddFunction.java b/structr-base/src/main/java/org/structr/core/function/DateAddFunction.java index e314e68ced..e40265b44a 100644 --- a/structr-base/src/main/java/org/structr/core/function/DateAddFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/DateAddFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/DateFormatFunction.java b/structr-base/src/main/java/org/structr/core/function/DateFormatFunction.java index 6349d12fae..aa271c1bee 100644 --- a/structr-base/src/main/java/org/structr/core/function/DateFormatFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/DateFormatFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/DebugFunction.java b/structr-base/src/main/java/org/structr/core/function/DebugFunction.java index ce5abe5db0..b69472191d 100644 --- a/structr-base/src/main/java/org/structr/core/function/DebugFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/DebugFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/DecryptFunction.java b/structr-base/src/main/java/org/structr/core/function/DecryptFunction.java index 78019a1fcc..02814e2689 100644 --- a/structr-base/src/main/java/org/structr/core/function/DecryptFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/DecryptFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/DeleteCacheValueFunction.java b/structr-base/src/main/java/org/structr/core/function/DeleteCacheValueFunction.java index 2d935ae189..364411635f 100644 --- a/structr-base/src/main/java/org/structr/core/function/DeleteCacheValueFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/DeleteCacheValueFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/DeleteFunction.java b/structr-base/src/main/java/org/structr/core/function/DeleteFunction.java index 938c443423..1faff091a2 100644 --- a/structr-base/src/main/java/org/structr/core/function/DeleteFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/DeleteFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/DisableCascadingDeleteFunction.java b/structr-base/src/main/java/org/structr/core/function/DisableCascadingDeleteFunction.java index acf3600554..51423f96d0 100644 --- a/structr-base/src/main/java/org/structr/core/function/DisableCascadingDeleteFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/DisableCascadingDeleteFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/DisableNotificationsFunction.java b/structr-base/src/main/java/org/structr/core/function/DisableNotificationsFunction.java index 08bb635ec7..03ea9fed8e 100644 --- a/structr-base/src/main/java/org/structr/core/function/DisableNotificationsFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/DisableNotificationsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/DisablePreventDuplicateRelationshipsFunction.java b/structr-base/src/main/java/org/structr/core/function/DisablePreventDuplicateRelationshipsFunction.java index 2741584133..91bc93d364 100644 --- a/structr-base/src/main/java/org/structr/core/function/DisablePreventDuplicateRelationshipsFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/DisablePreventDuplicateRelationshipsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/DivFunction.java b/structr-base/src/main/java/org/structr/core/function/DivFunction.java index 9e539e008d..d749ec25f2 100644 --- a/structr-base/src/main/java/org/structr/core/function/DivFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/DivFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/DoubleSumFunction.java b/structr-base/src/main/java/org/structr/core/function/DoubleSumFunction.java index 1fa1aa5668..dddcc1bece 100644 --- a/structr-base/src/main/java/org/structr/core/function/DoubleSumFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/DoubleSumFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/EmptyFunction.java b/structr-base/src/main/java/org/structr/core/function/EmptyFunction.java index 85e8bb8d62..95f9c52a09 100644 --- a/structr-base/src/main/java/org/structr/core/function/EmptyFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/EmptyFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/EnableCascadingDeleteFunction.java b/structr-base/src/main/java/org/structr/core/function/EnableCascadingDeleteFunction.java index 8ad37d7cb6..bc1e325cc8 100644 --- a/structr-base/src/main/java/org/structr/core/function/EnableCascadingDeleteFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/EnableCascadingDeleteFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/EnableNotificationsFunction.java b/structr-base/src/main/java/org/structr/core/function/EnableNotificationsFunction.java index 531a317439..c2dcfa342e 100644 --- a/structr-base/src/main/java/org/structr/core/function/EnableNotificationsFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/EnableNotificationsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/EncryptFunction.java b/structr-base/src/main/java/org/structr/core/function/EncryptFunction.java index 5f320748f6..acfa1e9193 100644 --- a/structr-base/src/main/java/org/structr/core/function/EncryptFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/EncryptFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/EndsWithFunction.java b/structr-base/src/main/java/org/structr/core/function/EndsWithFunction.java index 0cb96c390b..5a483537d2 100644 --- a/structr-base/src/main/java/org/structr/core/function/EndsWithFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/EndsWithFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/EnumInfoFunction.java b/structr-base/src/main/java/org/structr/core/function/EnumInfoFunction.java index 3b20583dfd..ae18a1b211 100644 --- a/structr-base/src/main/java/org/structr/core/function/EnumInfoFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/EnumInfoFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/EqualFunction.java b/structr-base/src/main/java/org/structr/core/function/EqualFunction.java index 41d9bddb2c..fe4918d290 100644 --- a/structr-base/src/main/java/org/structr/core/function/EqualFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/EqualFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ErrorFunction.java b/structr-base/src/main/java/org/structr/core/function/ErrorFunction.java index a9740c158d..d7a133ec52 100644 --- a/structr-base/src/main/java/org/structr/core/function/ErrorFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ErrorFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/EscapeJavascriptFunction.java b/structr-base/src/main/java/org/structr/core/function/EscapeJavascriptFunction.java index 08013eef52..cb83596cb4 100644 --- a/structr-base/src/main/java/org/structr/core/function/EscapeJavascriptFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/EscapeJavascriptFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/EscapeJsonFunction.java b/structr-base/src/main/java/org/structr/core/function/EscapeJsonFunction.java index b1da69b0de..76842808e4 100644 --- a/structr-base/src/main/java/org/structr/core/function/EscapeJsonFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/EscapeJsonFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/EvaluateScriptFunction.java b/structr-base/src/main/java/org/structr/core/function/EvaluateScriptFunction.java index 8edafbda87..8fbdaea75c 100644 --- a/structr-base/src/main/java/org/structr/core/function/EvaluateScriptFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/EvaluateScriptFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ExecBinaryFunction.java b/structr-base/src/main/java/org/structr/core/function/ExecBinaryFunction.java index ecffddab3e..61e0ccf6e5 100644 --- a/structr-base/src/main/java/org/structr/core/function/ExecBinaryFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ExecBinaryFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ExecFunction.java b/structr-base/src/main/java/org/structr/core/function/ExecFunction.java index 4686991b00..96c291fa6a 100644 --- a/structr-base/src/main/java/org/structr/core/function/ExecFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ExecFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ExtractFunction.java b/structr-base/src/main/java/org/structr/core/function/ExtractFunction.java index a47be8022f..6936734a41 100644 --- a/structr-base/src/main/java/org/structr/core/function/ExtractFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ExtractFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/FindFunction.java b/structr-base/src/main/java/org/structr/core/function/FindFunction.java index c9560836de..c3918800d5 100644 --- a/structr-base/src/main/java/org/structr/core/function/FindFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/FindFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/FindRelationshipFunction.java b/structr-base/src/main/java/org/structr/core/function/FindRelationshipFunction.java index 2fe8a891ab..e0d1434ba1 100644 --- a/structr-base/src/main/java/org/structr/core/function/FindRelationshipFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/FindRelationshipFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/FirstFunction.java b/structr-base/src/main/java/org/structr/core/function/FirstFunction.java index 033cdb0cb4..022b9cced5 100644 --- a/structr-base/src/main/java/org/structr/core/function/FirstFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/FirstFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/FloorFunction.java b/structr-base/src/main/java/org/structr/core/function/FloorFunction.java index 06ce977735..6bc81cb747 100644 --- a/structr-base/src/main/java/org/structr/core/function/FloorFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/FloorFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/FormUrlEncodeFunction.java b/structr-base/src/main/java/org/structr/core/function/FormUrlEncodeFunction.java index ad344e59ac..9111c0a1b8 100644 --- a/structr-base/src/main/java/org/structr/core/function/FormUrlEncodeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/FormUrlEncodeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/Functions.java b/structr-base/src/main/java/org/structr/core/function/Functions.java index f983c89ed3..39d8513881 100644 --- a/structr-base/src/main/java/org/structr/core/function/Functions.java +++ b/structr-base/src/main/java/org/structr/core/function/Functions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GeocodeFunction.java b/structr-base/src/main/java/org/structr/core/function/GeocodeFunction.java index 64e4babc79..0c8d3e7f0d 100644 --- a/structr-base/src/main/java/org/structr/core/function/GeocodeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GeocodeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GetCacheValueFunction.java b/structr-base/src/main/java/org/structr/core/function/GetCacheValueFunction.java index 926066cfd3..d98ccc0cde 100644 --- a/structr-base/src/main/java/org/structr/core/function/GetCacheValueFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GetCacheValueFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GetCounterFunction.java b/structr-base/src/main/java/org/structr/core/function/GetCounterFunction.java index 57cf6402bc..d8135f3298 100644 --- a/structr-base/src/main/java/org/structr/core/function/GetCounterFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GetCounterFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GetFunction.java b/structr-base/src/main/java/org/structr/core/function/GetFunction.java index 80294a1df8..7479a0c0a2 100644 --- a/structr-base/src/main/java/org/structr/core/function/GetFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GetFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GetIncomingRelationshipsFunction.java b/structr-base/src/main/java/org/structr/core/function/GetIncomingRelationshipsFunction.java index 04b957a64a..d9521f7916 100644 --- a/structr-base/src/main/java/org/structr/core/function/GetIncomingRelationshipsFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GetIncomingRelationshipsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GetOrCreateFunction.java b/structr-base/src/main/java/org/structr/core/function/GetOrCreateFunction.java index 360988dc03..bb2b7996fe 100644 --- a/structr-base/src/main/java/org/structr/core/function/GetOrCreateFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GetOrCreateFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GetOrNullFunction.java b/structr-base/src/main/java/org/structr/core/function/GetOrNullFunction.java index fdfde0aa09..d8b5ef7b1d 100644 --- a/structr-base/src/main/java/org/structr/core/function/GetOrNullFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GetOrNullFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GetOutgoingRelationshipsFunction.java b/structr-base/src/main/java/org/structr/core/function/GetOutgoingRelationshipsFunction.java index f162b4b32d..00dc1f93c4 100644 --- a/structr-base/src/main/java/org/structr/core/function/GetOutgoingRelationshipsFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GetOutgoingRelationshipsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GetRelationshipTypesFunction.java b/structr-base/src/main/java/org/structr/core/function/GetRelationshipTypesFunction.java index b676bce4be..0149aa4193 100644 --- a/structr-base/src/main/java/org/structr/core/function/GetRelationshipTypesFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GetRelationshipTypesFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GetRelationshipsFunction.java b/structr-base/src/main/java/org/structr/core/function/GetRelationshipsFunction.java index efa92839e5..e74414af9b 100644 --- a/structr-base/src/main/java/org/structr/core/function/GetRelationshipsFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GetRelationshipsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GetenvFunction.java b/structr-base/src/main/java/org/structr/core/function/GetenvFunction.java index 12443e50fe..805e782abf 100644 --- a/structr-base/src/main/java/org/structr/core/function/GetenvFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GetenvFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GrantFunction.java b/structr-base/src/main/java/org/structr/core/function/GrantFunction.java index 0491b37921..1da144d3db 100644 --- a/structr-base/src/main/java/org/structr/core/function/GrantFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GrantFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GtFunction.java b/structr-base/src/main/java/org/structr/core/function/GtFunction.java index 262e21c060..0e6e4ec5c6 100644 --- a/structr-base/src/main/java/org/structr/core/function/GtFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GtFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/GteFunction.java b/structr-base/src/main/java/org/structr/core/function/GteFunction.java index 14b4b47981..84e3cf5860 100644 --- a/structr-base/src/main/java/org/structr/core/function/GteFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/GteFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/HMACFunction.java b/structr-base/src/main/java/org/structr/core/function/HMACFunction.java index 873bd23b5d..bf566384b7 100644 --- a/structr-base/src/main/java/org/structr/core/function/HMACFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/HMACFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/HasCacheValueFunction.java b/structr-base/src/main/java/org/structr/core/function/HasCacheValueFunction.java index c584c271f6..0838014fd5 100644 --- a/structr-base/src/main/java/org/structr/core/function/HasCacheValueFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/HasCacheValueFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/HasErrorFunction.java b/structr-base/src/main/java/org/structr/core/function/HasErrorFunction.java index 2d406ed619..831c8c4d94 100644 --- a/structr-base/src/main/java/org/structr/core/function/HasErrorFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/HasErrorFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/HasIncomingRelationshipFunction.java b/structr-base/src/main/java/org/structr/core/function/HasIncomingRelationshipFunction.java index e0edb6abfa..2c4177e18b 100644 --- a/structr-base/src/main/java/org/structr/core/function/HasIncomingRelationshipFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/HasIncomingRelationshipFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/HasOutgoingRelationshipFunction.java b/structr-base/src/main/java/org/structr/core/function/HasOutgoingRelationshipFunction.java index 8cde27191d..681ed245af 100644 --- a/structr-base/src/main/java/org/structr/core/function/HasOutgoingRelationshipFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/HasOutgoingRelationshipFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/HasRelationshipFunction.java b/structr-base/src/main/java/org/structr/core/function/HasRelationshipFunction.java index eb0de3a812..619be15cc7 100644 --- a/structr-base/src/main/java/org/structr/core/function/HasRelationshipFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/HasRelationshipFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/IncCounterFunction.java b/structr-base/src/main/java/org/structr/core/function/IncCounterFunction.java index 6a1aeddb1e..8c9e9c1caa 100644 --- a/structr-base/src/main/java/org/structr/core/function/IncCounterFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/IncCounterFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/IncomingFunction.java b/structr-base/src/main/java/org/structr/core/function/IncomingFunction.java index b471a14056..8e6a23f9b9 100644 --- a/structr-base/src/main/java/org/structr/core/function/IncomingFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/IncomingFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/IndexOfFunction.java b/structr-base/src/main/java/org/structr/core/function/IndexOfFunction.java index fe51ace157..7448889d11 100644 --- a/structr-base/src/main/java/org/structr/core/function/IndexOfFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/IndexOfFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/InheritingTypesFunction.java b/structr-base/src/main/java/org/structr/core/function/InheritingTypesFunction.java index caa260f834..2c8bce00c1 100644 --- a/structr-base/src/main/java/org/structr/core/function/InheritingTypesFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/InheritingTypesFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/InstantiateFunction.java b/structr-base/src/main/java/org/structr/core/function/InstantiateFunction.java index 0c70f32c09..bc97dcbd77 100644 --- a/structr-base/src/main/java/org/structr/core/function/InstantiateFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/InstantiateFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/IntFunction.java b/structr-base/src/main/java/org/structr/core/function/IntFunction.java index 7e5ea60e61..7e5bf4fc3d 100644 --- a/structr-base/src/main/java/org/structr/core/function/IntFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/IntFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/IntSumFunction.java b/structr-base/src/main/java/org/structr/core/function/IntSumFunction.java index 67dc63638b..e1ce3b6bbd 100644 --- a/structr-base/src/main/java/org/structr/core/function/IntSumFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/IntSumFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/InvalidateCacheValueFunction.java b/structr-base/src/main/java/org/structr/core/function/InvalidateCacheValueFunction.java index 49db4525a0..eadafcee20 100644 --- a/structr-base/src/main/java/org/structr/core/function/InvalidateCacheValueFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/InvalidateCacheValueFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/IsAllowedFunction.java b/structr-base/src/main/java/org/structr/core/function/IsAllowedFunction.java index 74c950cf1f..14f191d605 100644 --- a/structr-base/src/main/java/org/structr/core/function/IsAllowedFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/IsAllowedFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/IsCollectionFunction.java b/structr-base/src/main/java/org/structr/core/function/IsCollectionFunction.java index 0959f099e0..dd11c78578 100644 --- a/structr-base/src/main/java/org/structr/core/function/IsCollectionFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/IsCollectionFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/IsEntityFunction.java b/structr-base/src/main/java/org/structr/core/function/IsEntityFunction.java index be2cad7384..7e25a7cfaf 100644 --- a/structr-base/src/main/java/org/structr/core/function/IsEntityFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/IsEntityFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/IsInGroupFunction.java b/structr-base/src/main/java/org/structr/core/function/IsInGroupFunction.java index 5a1b5d5dda..692c8dfb86 100644 --- a/structr-base/src/main/java/org/structr/core/function/IsInGroupFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/IsInGroupFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/JdbcFunction.java b/structr-base/src/main/java/org/structr/core/function/JdbcFunction.java index 32e91f82bc..55647fd8ff 100644 --- a/structr-base/src/main/java/org/structr/core/function/JdbcFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/JdbcFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/JoinFunction.java b/structr-base/src/main/java/org/structr/core/function/JoinFunction.java index 3337f21549..6daa8a8d23 100644 --- a/structr-base/src/main/java/org/structr/core/function/JoinFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/JoinFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/KeysFunction.java b/structr-base/src/main/java/org/structr/core/function/KeysFunction.java index ca0ab2acd0..1aa71a4dee 100644 --- a/structr-base/src/main/java/org/structr/core/function/KeysFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/KeysFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/KeywordHint.java b/structr-base/src/main/java/org/structr/core/function/KeywordHint.java index 1ce04f3d32..d4646dbac9 100644 --- a/structr-base/src/main/java/org/structr/core/function/KeywordHint.java +++ b/structr-base/src/main/java/org/structr/core/function/KeywordHint.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/LastFunction.java b/structr-base/src/main/java/org/structr/core/function/LastFunction.java index a111f2e89d..c1c5e19ef7 100644 --- a/structr-base/src/main/java/org/structr/core/function/LastFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/LastFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/LengthFunction.java b/structr-base/src/main/java/org/structr/core/function/LengthFunction.java index dc6d10abb3..dc49f84205 100644 --- a/structr-base/src/main/java/org/structr/core/function/LengthFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/LengthFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/LocalizeFunction.java b/structr-base/src/main/java/org/structr/core/function/LocalizeFunction.java index dbd5a6ab5d..bf16892fbe 100644 --- a/structr-base/src/main/java/org/structr/core/function/LocalizeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/LocalizeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/LogFunction.java b/structr-base/src/main/java/org/structr/core/function/LogFunction.java index f99af12fa9..00570b4592 100644 --- a/structr-base/src/main/java/org/structr/core/function/LogFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/LogFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/LongFunction.java b/structr-base/src/main/java/org/structr/core/function/LongFunction.java index 95cf48e7ef..fe2ac24f1f 100644 --- a/structr-base/src/main/java/org/structr/core/function/LongFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/LongFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/LowerFunction.java b/structr-base/src/main/java/org/structr/core/function/LowerFunction.java index b256b479e5..9baf3d04ef 100644 --- a/structr-base/src/main/java/org/structr/core/function/LowerFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/LowerFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/LtFunction.java b/structr-base/src/main/java/org/structr/core/function/LtFunction.java index 88803cbe2b..994cb7af21 100644 --- a/structr-base/src/main/java/org/structr/core/function/LtFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/LtFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/LteFunction.java b/structr-base/src/main/java/org/structr/core/function/LteFunction.java index 47b8530187..f68fcc3eb4 100644 --- a/structr-base/src/main/java/org/structr/core/function/LteFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/LteFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/MD5Function.java b/structr-base/src/main/java/org/structr/core/function/MD5Function.java index 4ecc8c4ace..d10182af0b 100644 --- a/structr-base/src/main/java/org/structr/core/function/MD5Function.java +++ b/structr-base/src/main/java/org/structr/core/function/MD5Function.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/MaxFunction.java b/structr-base/src/main/java/org/structr/core/function/MaxFunction.java index 8179723e94..ca71a90db1 100644 --- a/structr-base/src/main/java/org/structr/core/function/MaxFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/MaxFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/MergeFunction.java b/structr-base/src/main/java/org/structr/core/function/MergeFunction.java index e2cded1edb..df77688a42 100644 --- a/structr-base/src/main/java/org/structr/core/function/MergeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/MergeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/MergePropertiesFunction.java b/structr-base/src/main/java/org/structr/core/function/MergePropertiesFunction.java index a753449407..3d6ba692ec 100644 --- a/structr-base/src/main/java/org/structr/core/function/MergePropertiesFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/MergePropertiesFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/MergeUniqueFunction.java b/structr-base/src/main/java/org/structr/core/function/MergeUniqueFunction.java index 409da98c68..d825ee799b 100644 --- a/structr-base/src/main/java/org/structr/core/function/MergeUniqueFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/MergeUniqueFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/MinFunction.java b/structr-base/src/main/java/org/structr/core/function/MinFunction.java index 4015ae78c7..851ba3620d 100644 --- a/structr-base/src/main/java/org/structr/core/function/MinFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/MinFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ModFunction.java b/structr-base/src/main/java/org/structr/core/function/ModFunction.java index 1b13a76ce5..202f4d6ed6 100644 --- a/structr-base/src/main/java/org/structr/core/function/ModFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ModFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/MongoDBFunction.java b/structr-base/src/main/java/org/structr/core/function/MongoDBFunction.java index 38aa334fdc..69e37a0577 100644 --- a/structr-base/src/main/java/org/structr/core/function/MongoDBFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/MongoDBFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/MultFunction.java b/structr-base/src/main/java/org/structr/core/function/MultFunction.java index e79abf4fe1..1d0defdf09 100644 --- a/structr-base/src/main/java/org/structr/core/function/MultFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/MultFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/NotFunction.java b/structr-base/src/main/java/org/structr/core/function/NotFunction.java index 57ecdaa386..e4d7915557 100644 --- a/structr-base/src/main/java/org/structr/core/function/NotFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/NotFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/NthFunction.java b/structr-base/src/main/java/org/structr/core/function/NthFunction.java index 07f4d75d41..2ab9d1f9e0 100644 --- a/structr-base/src/main/java/org/structr/core/function/NthFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/NthFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/NumFunction.java b/structr-base/src/main/java/org/structr/core/function/NumFunction.java index a93a692c5e..f7a0fd41cf 100644 --- a/structr-base/src/main/java/org/structr/core/function/NumFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/NumFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/NumberFormatFunction.java b/structr-base/src/main/java/org/structr/core/function/NumberFormatFunction.java index af7d233564..795c998a48 100644 --- a/structr-base/src/main/java/org/structr/core/function/NumberFormatFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/NumberFormatFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/OneFunction.java b/structr-base/src/main/java/org/structr/core/function/OneFunction.java index ef3d5f9220..c9f042018c 100644 --- a/structr-base/src/main/java/org/structr/core/function/OneFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/OneFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/OrFunction.java b/structr-base/src/main/java/org/structr/core/function/OrFunction.java index 0080c4a9f7..5c4da83aa5 100644 --- a/structr-base/src/main/java/org/structr/core/function/OrFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/OrFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/OutgoingFunction.java b/structr-base/src/main/java/org/structr/core/function/OutgoingFunction.java index c2ef563a62..7edd4f23f1 100644 --- a/structr-base/src/main/java/org/structr/core/function/OutgoingFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/OutgoingFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ParseDateFunction.java b/structr-base/src/main/java/org/structr/core/function/ParseDateFunction.java index 2bbb4c03a5..d6b336fbe5 100644 --- a/structr-base/src/main/java/org/structr/core/function/ParseDateFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ParseDateFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ParseNumberFunction.java b/structr-base/src/main/java/org/structr/core/function/ParseNumberFunction.java index 1aba19798e..d17542807b 100644 --- a/structr-base/src/main/java/org/structr/core/function/ParseNumberFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ParseNumberFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ParseResult.java b/structr-base/src/main/java/org/structr/core/function/ParseResult.java index 7fe02dc66e..38e5a0ec7f 100644 --- a/structr-base/src/main/java/org/structr/core/function/ParseResult.java +++ b/structr-base/src/main/java/org/structr/core/function/ParseResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/PrintFunction.java b/structr-base/src/main/java/org/structr/core/function/PrintFunction.java index 2fc7f7c54a..b1026200fe 100644 --- a/structr-base/src/main/java/org/structr/core/function/PrintFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/PrintFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/PrivilegedFindFunction.java b/structr-base/src/main/java/org/structr/core/function/PrivilegedFindFunction.java index cd7d5bcadb..d0e86d4ded 100644 --- a/structr-base/src/main/java/org/structr/core/function/PrivilegedFindFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/PrivilegedFindFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/PropertyInfoFunction.java b/structr-base/src/main/java/org/structr/core/function/PropertyInfoFunction.java index a191dcbbd1..88fafff83a 100644 --- a/structr-base/src/main/java/org/structr/core/function/PropertyInfoFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/PropertyInfoFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/QueryFunction.java b/structr-base/src/main/java/org/structr/core/function/QueryFunction.java index 51e1b86872..fba12f797b 100644 --- a/structr-base/src/main/java/org/structr/core/function/QueryFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/QueryFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/QuotFunction.java b/structr-base/src/main/java/org/structr/core/function/QuotFunction.java index 3d21631ce2..d152e37c49 100644 --- a/structr-base/src/main/java/org/structr/core/function/QuotFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/QuotFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/RInterpreterFunction.java b/structr-base/src/main/java/org/structr/core/function/RInterpreterFunction.java index 7055a6bd56..dfd1d6ee7c 100644 --- a/structr-base/src/main/java/org/structr/core/function/RInterpreterFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/RInterpreterFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/RandomFunction.java b/structr-base/src/main/java/org/structr/core/function/RandomFunction.java index 7dd534323d..73fa55a363 100644 --- a/structr-base/src/main/java/org/structr/core/function/RandomFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/RandomFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/RandomUUIDFunction.java b/structr-base/src/main/java/org/structr/core/function/RandomUUIDFunction.java index 62d3f0446f..352682b0dc 100644 --- a/structr-base/src/main/java/org/structr/core/function/RandomUUIDFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/RandomUUIDFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/RangeFunction.java b/structr-base/src/main/java/org/structr/core/function/RangeFunction.java index 1b34be78b8..6ad37154ad 100644 --- a/structr-base/src/main/java/org/structr/core/function/RangeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/RangeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ReadFunction.java b/structr-base/src/main/java/org/structr/core/function/ReadFunction.java index f32d2de856..d6c28eaffa 100644 --- a/structr-base/src/main/java/org/structr/core/function/ReadFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ReadFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/RemoteCypherFunction.java b/structr-base/src/main/java/org/structr/core/function/RemoteCypherFunction.java index cdfb2fafed..cd74197c46 100644 --- a/structr-base/src/main/java/org/structr/core/function/RemoteCypherFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/RemoteCypherFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/RemoveFromGroupFunction.java b/structr-base/src/main/java/org/structr/core/function/RemoveFromGroupFunction.java index e81c92f618..b00193fb42 100644 --- a/structr-base/src/main/java/org/structr/core/function/RemoveFromGroupFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/RemoveFromGroupFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ReplaceFunction.java b/structr-base/src/main/java/org/structr/core/function/ReplaceFunction.java index d408950649..a07607c238 100644 --- a/structr-base/src/main/java/org/structr/core/function/ReplaceFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ReplaceFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ResetCounterFunction.java b/structr-base/src/main/java/org/structr/core/function/ResetCounterFunction.java index a02b8a9187..848217f6f2 100644 --- a/structr-base/src/main/java/org/structr/core/function/ResetCounterFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ResetCounterFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/RetrieveFunction.java b/structr-base/src/main/java/org/structr/core/function/RetrieveFunction.java index e19690c5c5..1ef9d6e0c0 100644 --- a/structr-base/src/main/java/org/structr/core/function/RetrieveFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/RetrieveFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/RevokeFunction.java b/structr-base/src/main/java/org/structr/core/function/RevokeFunction.java index 1c030f3533..8399cd77be 100644 --- a/structr-base/src/main/java/org/structr/core/function/RevokeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/RevokeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/RintFunction.java b/structr-base/src/main/java/org/structr/core/function/RintFunction.java index e0796df649..b18de5dd06 100644 --- a/structr-base/src/main/java/org/structr/core/function/RintFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/RintFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/RoundFunction.java b/structr-base/src/main/java/org/structr/core/function/RoundFunction.java index 2b0e9bd6e0..e80d4fdc13 100644 --- a/structr-base/src/main/java/org/structr/core/function/RoundFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/RoundFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SearchFunction.java b/structr-base/src/main/java/org/structr/core/function/SearchFunction.java index 0af371744d..41932f9197 100644 --- a/structr-base/src/main/java/org/structr/core/function/SearchFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SearchFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ServerLogFunction.java b/structr-base/src/main/java/org/structr/core/function/ServerLogFunction.java index a50889caa8..637614fd72 100644 --- a/structr-base/src/main/java/org/structr/core/function/ServerLogFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ServerLogFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SetEncryptionKeyFunction.java b/structr-base/src/main/java/org/structr/core/function/SetEncryptionKeyFunction.java index 3d9d76c635..7b64164962 100644 --- a/structr-base/src/main/java/org/structr/core/function/SetEncryptionKeyFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SetEncryptionKeyFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SetFunction.java b/structr-base/src/main/java/org/structr/core/function/SetFunction.java index 76164df4af..d8fd1a73d7 100644 --- a/structr-base/src/main/java/org/structr/core/function/SetFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SetFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SetLocaleFunction.java b/structr-base/src/main/java/org/structr/core/function/SetLocaleFunction.java index 5367a4b27e..53b9f8ecfc 100644 --- a/structr-base/src/main/java/org/structr/core/function/SetLocaleFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SetLocaleFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SetPrivilegedFunction.java b/structr-base/src/main/java/org/structr/core/function/SetPrivilegedFunction.java index f7bd041f85..f48b70e19e 100644 --- a/structr-base/src/main/java/org/structr/core/function/SetPrivilegedFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SetPrivilegedFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SizeFunction.java b/structr-base/src/main/java/org/structr/core/function/SizeFunction.java index 217ea43c95..f923f0aa7e 100644 --- a/structr-base/src/main/java/org/structr/core/function/SizeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SizeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SleepFunction.java b/structr-base/src/main/java/org/structr/core/function/SleepFunction.java index e4a19ea5de..82acff6a11 100644 --- a/structr-base/src/main/java/org/structr/core/function/SleepFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SleepFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SortFunction.java b/structr-base/src/main/java/org/structr/core/function/SortFunction.java index 2a8de20a39..beefc91faf 100644 --- a/structr-base/src/main/java/org/structr/core/function/SortFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SortFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SplitFunction.java b/structr-base/src/main/java/org/structr/core/function/SplitFunction.java index 5440d70a9a..1f34a4758c 100644 --- a/structr-base/src/main/java/org/structr/core/function/SplitFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SplitFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SplitRegexFunction.java b/structr-base/src/main/java/org/structr/core/function/SplitRegexFunction.java index 69aad13288..891cb1892d 100644 --- a/structr-base/src/main/java/org/structr/core/function/SplitRegexFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SplitRegexFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/StackDumpFunction.java b/structr-base/src/main/java/org/structr/core/function/StackDumpFunction.java index e8d0d7e8b1..3ac00cedb8 100644 --- a/structr-base/src/main/java/org/structr/core/function/StackDumpFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/StackDumpFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/StartsWithFunction.java b/structr-base/src/main/java/org/structr/core/function/StartsWithFunction.java index 58ce828c0e..36f5ca2be7 100644 --- a/structr-base/src/main/java/org/structr/core/function/StartsWithFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/StartsWithFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/StoreFunction.java b/structr-base/src/main/java/org/structr/core/function/StoreFunction.java index 465746f713..e3b78f68da 100644 --- a/structr-base/src/main/java/org/structr/core/function/StoreFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/StoreFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/StrReplaceFunction.java b/structr-base/src/main/java/org/structr/core/function/StrReplaceFunction.java index 79c3083012..171fe66ae2 100644 --- a/structr-base/src/main/java/org/structr/core/function/StrReplaceFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/StrReplaceFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/StructrEnvFunction.java b/structr-base/src/main/java/org/structr/core/function/StructrEnvFunction.java index e073b9ca81..998ea2f249 100644 --- a/structr-base/src/main/java/org/structr/core/function/StructrEnvFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/StructrEnvFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SubstringFunction.java b/structr-base/src/main/java/org/structr/core/function/SubstringFunction.java index 93e9a18ce3..d60c40d909 100644 --- a/structr-base/src/main/java/org/structr/core/function/SubstringFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SubstringFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/SubtFunction.java b/structr-base/src/main/java/org/structr/core/function/SubtFunction.java index 9c13240fae..a691f84985 100644 --- a/structr-base/src/main/java/org/structr/core/function/SubtFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/SubtFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/TemplateFunction.java b/structr-base/src/main/java/org/structr/core/function/TemplateFunction.java index 1e69d3cd94..4e4dc40b97 100644 --- a/structr-base/src/main/java/org/structr/core/function/TemplateFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/TemplateFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/TimerFunction.java b/structr-base/src/main/java/org/structr/core/function/TimerFunction.java index 7b6fcd29ed..196f5db708 100644 --- a/structr-base/src/main/java/org/structr/core/function/TimerFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/TimerFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/TitleizeFunction.java b/structr-base/src/main/java/org/structr/core/function/TitleizeFunction.java index cc8074f1a1..02e2d7b85a 100644 --- a/structr-base/src/main/java/org/structr/core/function/TitleizeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/TitleizeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ToDateFunction.java b/structr-base/src/main/java/org/structr/core/function/ToDateFunction.java index 3c4a8ee946..339e84d02d 100644 --- a/structr-base/src/main/java/org/structr/core/function/ToDateFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ToDateFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/TrimFunction.java b/structr-base/src/main/java/org/structr/core/function/TrimFunction.java index aa0281e94e..1692c0ee76 100644 --- a/structr-base/src/main/java/org/structr/core/function/TrimFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/TrimFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/TypeInfoFunction.java b/structr-base/src/main/java/org/structr/core/function/TypeInfoFunction.java index c5598bd9cf..d68cb29eea 100644 --- a/structr-base/src/main/java/org/structr/core/function/TypeInfoFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/TypeInfoFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/UnlicensedFunction.java b/structr-base/src/main/java/org/structr/core/function/UnlicensedFunction.java index 251e1fc386..3c2c7bed91 100644 --- a/structr-base/src/main/java/org/structr/core/function/UnlicensedFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/UnlicensedFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/UnlockReadonlyPropertiesFunction.java b/structr-base/src/main/java/org/structr/core/function/UnlockReadonlyPropertiesFunction.java index 5b5cbf5666..1c5d02bf2a 100644 --- a/structr-base/src/main/java/org/structr/core/function/UnlockReadonlyPropertiesFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/UnlockReadonlyPropertiesFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/UnlockSystemPropertiesFunction.java b/structr-base/src/main/java/org/structr/core/function/UnlockSystemPropertiesFunction.java index a80dfa04db..acc19af6aa 100644 --- a/structr-base/src/main/java/org/structr/core/function/UnlockSystemPropertiesFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/UnlockSystemPropertiesFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/UnwindFunction.java b/structr-base/src/main/java/org/structr/core/function/UnwindFunction.java index d96e139df5..365b0077ff 100644 --- a/structr-base/src/main/java/org/structr/core/function/UnwindFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/UnwindFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/UpperFunction.java b/structr-base/src/main/java/org/structr/core/function/UpperFunction.java index a409015a2a..d72a612572 100644 --- a/structr-base/src/main/java/org/structr/core/function/UpperFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/UpperFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/UrlEncodeFunction.java b/structr-base/src/main/java/org/structr/core/function/UrlEncodeFunction.java index 5513e58692..0d7d3aaee2 100644 --- a/structr-base/src/main/java/org/structr/core/function/UrlEncodeFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/UrlEncodeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/UserChangelogFunction.java b/structr-base/src/main/java/org/structr/core/function/UserChangelogFunction.java index 2cbbdec2c1..9cdea30496 100644 --- a/structr-base/src/main/java/org/structr/core/function/UserChangelogFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/UserChangelogFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/ValuesFunction.java b/structr-base/src/main/java/org/structr/core/function/ValuesFunction.java index 49a2a34870..2448ec2d94 100644 --- a/structr-base/src/main/java/org/structr/core/function/ValuesFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/ValuesFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/WeekDaysFunction.java b/structr-base/src/main/java/org/structr/core/function/WeekDaysFunction.java index c17cd68416..ce7080b212 100644 --- a/structr-base/src/main/java/org/structr/core/function/WeekDaysFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/WeekDaysFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/WriteFunction.java b/structr-base/src/main/java/org/structr/core/function/WriteFunction.java index fc001c459d..873b741ec1 100644 --- a/structr-base/src/main/java/org/structr/core/function/WriteFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/WriteFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/XPathFunction.java b/structr-base/src/main/java/org/structr/core/function/XPathFunction.java index 8d4b4090bc..fd613be885 100644 --- a/structr-base/src/main/java/org/structr/core/function/XPathFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/XPathFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/XmlFunction.java b/structr-base/src/main/java/org/structr/core/function/XmlFunction.java index 318379b912..f3592eb727 100644 --- a/structr-base/src/main/java/org/structr/core/function/XmlFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/XmlFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/AbstractPredicate.java b/structr-base/src/main/java/org/structr/core/function/search/AbstractPredicate.java index dd711e6504..0d98d3cf8b 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/AbstractPredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/AbstractPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/AndPredicate.java b/structr-base/src/main/java/org/structr/core/function/search/AndPredicate.java index 618a1e8227..ba6a98b433 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/AndPredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/AndPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/ContainsPredicate.java b/structr-base/src/main/java/org/structr/core/function/search/ContainsPredicate.java index 2bf387edda..bf8eef4958 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/ContainsPredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/ContainsPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/EmptyParameter.java b/structr-base/src/main/java/org/structr/core/function/search/EmptyParameter.java index 9539162248..d3a6cb1542 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/EmptyParameter.java +++ b/structr-base/src/main/java/org/structr/core/function/search/EmptyParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/EqualsPredicate.java b/structr-base/src/main/java/org/structr/core/function/search/EqualsPredicate.java index 4fa26d1072..f83b7306f7 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/EqualsPredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/EqualsPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/FindAndFunction.java b/structr-base/src/main/java/org/structr/core/function/search/FindAndFunction.java index 6f4f407bf2..1249135716 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/FindAndFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/search/FindAndFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/FindContainsFunction.java b/structr-base/src/main/java/org/structr/core/function/search/FindContainsFunction.java index dc8172dedf..efad3c4bb9 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/FindContainsFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/search/FindContainsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/FindEmptyFunction.java b/structr-base/src/main/java/org/structr/core/function/search/FindEmptyFunction.java index 88331f33a4..987aed6775 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/FindEmptyFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/search/FindEmptyFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/FindEqualsFunction.java b/structr-base/src/main/java/org/structr/core/function/search/FindEqualsFunction.java index 376e2a3e76..13c4bef805 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/FindEqualsFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/search/FindEqualsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/FindNotFunction.java b/structr-base/src/main/java/org/structr/core/function/search/FindNotFunction.java index b5b2a12f30..fccdcdcbcd 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/FindNotFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/search/FindNotFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/FindOrFunction.java b/structr-base/src/main/java/org/structr/core/function/search/FindOrFunction.java index dd0c03bccb..c06bc6ca19 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/FindOrFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/search/FindOrFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/FindPageFunction.java b/structr-base/src/main/java/org/structr/core/function/search/FindPageFunction.java index cfc93c61ef..4f44b15250 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/FindPageFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/search/FindPageFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/FindSortFunction.java b/structr-base/src/main/java/org/structr/core/function/search/FindSortFunction.java index 407457ce41..406a32c3ac 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/FindSortFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/search/FindSortFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/FindWithinDistanceFunction.java b/structr-base/src/main/java/org/structr/core/function/search/FindWithinDistanceFunction.java index a48661950d..ec17626329 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/FindWithinDistanceFunction.java +++ b/structr-base/src/main/java/org/structr/core/function/search/FindWithinDistanceFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/LocationPredicate.java b/structr-base/src/main/java/org/structr/core/function/search/LocationPredicate.java index 62d7f9ad9f..69c0a989ad 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/LocationPredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/LocationPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/NotPredicate.java b/structr-base/src/main/java/org/structr/core/function/search/NotPredicate.java index 7348e73acf..04bed92e36 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/NotPredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/NotPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/OrPredicate.java b/structr-base/src/main/java/org/structr/core/function/search/OrPredicate.java index 570d2e04d8..4cb88ab12e 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/OrPredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/OrPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/PagePredicate.java b/structr-base/src/main/java/org/structr/core/function/search/PagePredicate.java index 098d10514a..05314e6ce1 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/PagePredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/PagePredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/RangePredicate.java b/structr-base/src/main/java/org/structr/core/function/search/RangePredicate.java index 022696f3cd..2493246895 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/RangePredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/RangePredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/SearchFunctionPredicate.java b/structr-base/src/main/java/org/structr/core/function/search/SearchFunctionPredicate.java index 8e371c3823..09cfc54145 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/SearchFunctionPredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/SearchFunctionPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/SearchParameter.java b/structr-base/src/main/java/org/structr/core/function/search/SearchParameter.java index 25dddb4032..a2843deb42 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/SearchParameter.java +++ b/structr-base/src/main/java/org/structr/core/function/search/SearchParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/SortPathPredicate.java b/structr-base/src/main/java/org/structr/core/function/search/SortPathPredicate.java index 4cac57fdcb..e9708491b9 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/SortPathPredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/SortPathPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/function/search/SortPredicate.java b/structr-base/src/main/java/org/structr/core/function/search/SortPredicate.java index cf61458ba4..ffb4126983 100644 --- a/structr-base/src/main/java/org/structr/core/function/search/SortPredicate.java +++ b/structr-base/src/main/java/org/structr/core/function/search/SortPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/BulkChangeNodePropertyKeyCommand.java b/structr-base/src/main/java/org/structr/core/graph/BulkChangeNodePropertyKeyCommand.java index d0d3487391..9762156a6c 100644 --- a/structr-base/src/main/java/org/structr/core/graph/BulkChangeNodePropertyKeyCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/BulkChangeNodePropertyKeyCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/BulkCopyRelationshipPropertyCommand.java b/structr-base/src/main/java/org/structr/core/graph/BulkCopyRelationshipPropertyCommand.java index 7240433a70..968daa5515 100644 --- a/structr-base/src/main/java/org/structr/core/graph/BulkCopyRelationshipPropertyCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/BulkCopyRelationshipPropertyCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/BulkCreateLabelsCommand.java b/structr-base/src/main/java/org/structr/core/graph/BulkCreateLabelsCommand.java index 364df0ca98..84ab2b5932 100644 --- a/structr-base/src/main/java/org/structr/core/graph/BulkCreateLabelsCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/BulkCreateLabelsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/BulkDeleteCommand.java b/structr-base/src/main/java/org/structr/core/graph/BulkDeleteCommand.java index 444ef0a0e4..13c0424c41 100644 --- a/structr-base/src/main/java/org/structr/core/graph/BulkDeleteCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/BulkDeleteCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/BulkFixNodePropertiesCommand.java b/structr-base/src/main/java/org/structr/core/graph/BulkFixNodePropertiesCommand.java index 516c82230b..8c7cd9523f 100644 --- a/structr-base/src/main/java/org/structr/core/graph/BulkFixNodePropertiesCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/BulkFixNodePropertiesCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/BulkGraphOperation.java b/structr-base/src/main/java/org/structr/core/graph/BulkGraphOperation.java index 42b26b32d6..55c908a17e 100644 --- a/structr-base/src/main/java/org/structr/core/graph/BulkGraphOperation.java +++ b/structr-base/src/main/java/org/structr/core/graph/BulkGraphOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/BulkMigrateChangelogCommand.java b/structr-base/src/main/java/org/structr/core/graph/BulkMigrateChangelogCommand.java index b1d60d4d06..bd9b2a33f2 100644 --- a/structr-base/src/main/java/org/structr/core/graph/BulkMigrateChangelogCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/BulkMigrateChangelogCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/BulkRebuildIndexCommand.java b/structr-base/src/main/java/org/structr/core/graph/BulkRebuildIndexCommand.java index f138bebf6e..7b4cb5d727 100644 --- a/structr-base/src/main/java/org/structr/core/graph/BulkRebuildIndexCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/BulkRebuildIndexCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/BulkSetNodePropertiesCommand.java b/structr-base/src/main/java/org/structr/core/graph/BulkSetNodePropertiesCommand.java index 33c3eea9ff..c574345cf3 100644 --- a/structr-base/src/main/java/org/structr/core/graph/BulkSetNodePropertiesCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/BulkSetNodePropertiesCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/BulkSetRelationshipPropertiesCommand.java b/structr-base/src/main/java/org/structr/core/graph/BulkSetRelationshipPropertiesCommand.java index 46e2248bfa..6afa43b055 100644 --- a/structr-base/src/main/java/org/structr/core/graph/BulkSetRelationshipPropertiesCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/BulkSetRelationshipPropertiesCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/BulkSetUuidCommand.java b/structr-base/src/main/java/org/structr/core/graph/BulkSetUuidCommand.java index c6b31bc2c5..a69fc9f1ac 100644 --- a/structr-base/src/main/java/org/structr/core/graph/BulkSetUuidCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/BulkSetUuidCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/CallbackCounter.java b/structr-base/src/main/java/org/structr/core/graph/CallbackCounter.java index b89313e9b1..f7464b77a7 100644 --- a/structr-base/src/main/java/org/structr/core/graph/CallbackCounter.java +++ b/structr-base/src/main/java/org/structr/core/graph/CallbackCounter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/ClearDatabase.java b/structr-base/src/main/java/org/structr/core/graph/ClearDatabase.java index f6e1854f9a..6d0d1bb2a2 100644 --- a/structr-base/src/main/java/org/structr/core/graph/ClearDatabase.java +++ b/structr-base/src/main/java/org/structr/core/graph/ClearDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/CreateNodeCommand.java b/structr-base/src/main/java/org/structr/core/graph/CreateNodeCommand.java index 2cfd2d7fe1..d4b8cbc84e 100644 --- a/structr-base/src/main/java/org/structr/core/graph/CreateNodeCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/CreateNodeCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/CreateRelationshipCommand.java b/structr-base/src/main/java/org/structr/core/graph/CreateRelationshipCommand.java index 60ec2aeeaa..b7e8fda0a4 100644 --- a/structr-base/src/main/java/org/structr/core/graph/CreateRelationshipCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/CreateRelationshipCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/CreationContainer.java b/structr-base/src/main/java/org/structr/core/graph/CreationContainer.java index ea2cf37e22..f82a15105f 100644 --- a/structr-base/src/main/java/org/structr/core/graph/CreationContainer.java +++ b/structr-base/src/main/java/org/structr/core/graph/CreationContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/DeleteNodeCommand.java b/structr-base/src/main/java/org/structr/core/graph/DeleteNodeCommand.java index 2a5427b5bd..aeb3b792f3 100644 --- a/structr-base/src/main/java/org/structr/core/graph/DeleteNodeCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/DeleteNodeCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/DeleteRelationshipCommand.java b/structr-base/src/main/java/org/structr/core/graph/DeleteRelationshipCommand.java index 93d0b01842..0290e09767 100644 --- a/structr-base/src/main/java/org/structr/core/graph/DeleteRelationshipCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/DeleteRelationshipCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/DummyNodeServiceCommand.java b/structr-base/src/main/java/org/structr/core/graph/DummyNodeServiceCommand.java index 67feb6b8b5..7a31c6bdc4 100644 --- a/structr-base/src/main/java/org/structr/core/graph/DummyNodeServiceCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/DummyNodeServiceCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/Factory.java b/structr-base/src/main/java/org/structr/core/graph/Factory.java index bb289e0682..77da484a50 100644 --- a/structr-base/src/main/java/org/structr/core/graph/Factory.java +++ b/structr-base/src/main/java/org/structr/core/graph/Factory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/FlushCachesCommand.java b/structr-base/src/main/java/org/structr/core/graph/FlushCachesCommand.java index b39d08449a..d6d89ccfc0 100644 --- a/structr-base/src/main/java/org/structr/core/graph/FlushCachesCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/FlushCachesCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/GetAllNodes.java b/structr-base/src/main/java/org/structr/core/graph/GetAllNodes.java index 24ab6ca641..77afe41aa3 100644 --- a/structr-base/src/main/java/org/structr/core/graph/GetAllNodes.java +++ b/structr-base/src/main/java/org/structr/core/graph/GetAllNodes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/GetAllRelationships.java b/structr-base/src/main/java/org/structr/core/graph/GetAllRelationships.java index 90aa770135..b2a913785e 100644 --- a/structr-base/src/main/java/org/structr/core/graph/GetAllRelationships.java +++ b/structr-base/src/main/java/org/structr/core/graph/GetAllRelationships.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/GraphDatabaseCommand.java b/structr-base/src/main/java/org/structr/core/graph/GraphDatabaseCommand.java index d6af72383b..93838d8680 100644 --- a/structr-base/src/main/java/org/structr/core/graph/GraphDatabaseCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/GraphDatabaseCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/GraphObjectModificationState.java b/structr-base/src/main/java/org/structr/core/graph/GraphObjectModificationState.java index 339501584f..21c3994d52 100644 --- a/structr-base/src/main/java/org/structr/core/graph/GraphObjectModificationState.java +++ b/structr-base/src/main/java/org/structr/core/graph/GraphObjectModificationState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/IterableFilter.java b/structr-base/src/main/java/org/structr/core/graph/IterableFilter.java index 11287c154a..872ea6d6f2 100644 --- a/structr-base/src/main/java/org/structr/core/graph/IterableFilter.java +++ b/structr-base/src/main/java/org/structr/core/graph/IterableFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/MaintenanceCommand.java b/structr-base/src/main/java/org/structr/core/graph/MaintenanceCommand.java index fbf0439742..85801c0d8a 100644 --- a/structr-base/src/main/java/org/structr/core/graph/MaintenanceCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/MaintenanceCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/ManageDatabasesCommand.java b/structr-base/src/main/java/org/structr/core/graph/ManageDatabasesCommand.java index d712016cd0..33edcf8008 100644 --- a/structr-base/src/main/java/org/structr/core/graph/ManageDatabasesCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/ManageDatabasesCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/ManageThreadsCommand.java b/structr-base/src/main/java/org/structr/core/graph/ManageThreadsCommand.java index f5aa7de318..e97a953aa9 100644 --- a/structr-base/src/main/java/org/structr/core/graph/ManageThreadsCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/ManageThreadsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/ModificationEvent.java b/structr-base/src/main/java/org/structr/core/graph/ModificationEvent.java index e6c6c6547e..cb4e2c79da 100644 --- a/structr-base/src/main/java/org/structr/core/graph/ModificationEvent.java +++ b/structr-base/src/main/java/org/structr/core/graph/ModificationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/ModificationQueue.java b/structr-base/src/main/java/org/structr/core/graph/ModificationQueue.java index 67070824cd..2e9bf6f885 100644 --- a/structr-base/src/main/java/org/structr/core/graph/ModificationQueue.java +++ b/structr-base/src/main/java/org/structr/core/graph/ModificationQueue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/MultiSemaphore.java b/structr-base/src/main/java/org/structr/core/graph/MultiSemaphore.java index 5cb8fdae34..61cd5e3032 100644 --- a/structr-base/src/main/java/org/structr/core/graph/MultiSemaphore.java +++ b/structr-base/src/main/java/org/structr/core/graph/MultiSemaphore.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/NativeQueryCommand.java b/structr-base/src/main/java/org/structr/core/graph/NativeQueryCommand.java index e080be5b89..2d0588a433 100644 --- a/structr-base/src/main/java/org/structr/core/graph/NativeQueryCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/NativeQueryCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/NodeAttribute.java b/structr-base/src/main/java/org/structr/core/graph/NodeAttribute.java index 9153b334f7..84b0efd6eb 100644 --- a/structr-base/src/main/java/org/structr/core/graph/NodeAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/NodeAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/NodeFactory.java b/structr-base/src/main/java/org/structr/core/graph/NodeFactory.java index 9eea9a5d6e..9c627e13ee 100644 --- a/structr-base/src/main/java/org/structr/core/graph/NodeFactory.java +++ b/structr-base/src/main/java/org/structr/core/graph/NodeFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/NodeInterface.java b/structr-base/src/main/java/org/structr/core/graph/NodeInterface.java index bc671807c7..02461614aa 100644 --- a/structr-base/src/main/java/org/structr/core/graph/NodeInterface.java +++ b/structr-base/src/main/java/org/structr/core/graph/NodeInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/NodeRelationshipStatisticsCommand.java b/structr-base/src/main/java/org/structr/core/graph/NodeRelationshipStatisticsCommand.java index 52add0485f..253d111513 100644 --- a/structr-base/src/main/java/org/structr/core/graph/NodeRelationshipStatisticsCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/NodeRelationshipStatisticsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/NodeRelationshipsCommand.java b/structr-base/src/main/java/org/structr/core/graph/NodeRelationshipsCommand.java index 1ec8be51a1..d32b581130 100644 --- a/structr-base/src/main/java/org/structr/core/graph/NodeRelationshipsCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/NodeRelationshipsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/NodeService.java b/structr-base/src/main/java/org/structr/core/graph/NodeService.java index 14df2009c5..61a69299bf 100644 --- a/structr-base/src/main/java/org/structr/core/graph/NodeService.java +++ b/structr-base/src/main/java/org/structr/core/graph/NodeService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/NodeServiceCommand.java b/structr-base/src/main/java/org/structr/core/graph/NodeServiceCommand.java index 686fc61502..6d74e9102f 100644 --- a/structr-base/src/main/java/org/structr/core/graph/NodeServiceCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/NodeServiceCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/RelationshipFactory.java b/structr-base/src/main/java/org/structr/core/graph/RelationshipFactory.java index 202ca53d9c..ebf86fa120 100644 --- a/structr-base/src/main/java/org/structr/core/graph/RelationshipFactory.java +++ b/structr-base/src/main/java/org/structr/core/graph/RelationshipFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/RelationshipInterface.java b/structr-base/src/main/java/org/structr/core/graph/RelationshipInterface.java index 82b680b688..a61676a273 100644 --- a/structr-base/src/main/java/org/structr/core/graph/RelationshipInterface.java +++ b/structr-base/src/main/java/org/structr/core/graph/RelationshipInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/StructrTransaction.java b/structr-base/src/main/java/org/structr/core/graph/StructrTransaction.java index f1693bfa45..f09b7ac9a5 100644 --- a/structr-base/src/main/java/org/structr/core/graph/StructrTransaction.java +++ b/structr-base/src/main/java/org/structr/core/graph/StructrTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/SyncCommand.java b/structr-base/src/main/java/org/structr/core/graph/SyncCommand.java index 6ae58f51fe..53af1a3074 100644 --- a/structr-base/src/main/java/org/structr/core/graph/SyncCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/SyncCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/TransactionCommand.java b/structr-base/src/main/java/org/structr/core/graph/TransactionCommand.java index c936bcf275..058431f891 100644 --- a/structr-base/src/main/java/org/structr/core/graph/TransactionCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/TransactionCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/TransactionPostProcess.java b/structr-base/src/main/java/org/structr/core/graph/TransactionPostProcess.java index 352883abac..501b848cd9 100644 --- a/structr-base/src/main/java/org/structr/core/graph/TransactionPostProcess.java +++ b/structr-base/src/main/java/org/structr/core/graph/TransactionPostProcess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/TransactionReference.java b/structr-base/src/main/java/org/structr/core/graph/TransactionReference.java index 53e28c6287..b733816dcd 100644 --- a/structr-base/src/main/java/org/structr/core/graph/TransactionReference.java +++ b/structr-base/src/main/java/org/structr/core/graph/TransactionReference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/Tx.java b/structr-base/src/main/java/org/structr/core/graph/Tx.java index 706729974b..f2adb68001 100644 --- a/structr-base/src/main/java/org/structr/core/graph/Tx.java +++ b/structr-base/src/main/java/org/structr/core/graph/Tx.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/attribute/Name.java b/structr-base/src/main/java/org/structr/core/graph/attribute/Name.java index 03733e35e1..a5c3d5d9e1 100644 --- a/structr-base/src/main/java/org/structr/core/graph/attribute/Name.java +++ b/structr-base/src/main/java/org/structr/core/graph/attribute/Name.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/package-info.java b/structr-base/src/main/java/org/structr/core/graph/package-info.java index 32c6c3bb65..da77a10767 100644 --- a/structr-base/src/main/java/org/structr/core/graph/package-info.java +++ b/structr-base/src/main/java/org/structr/core/graph/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/ArraySearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/ArraySearchAttribute.java index e8d49a837b..b5bbe92ae3 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/ArraySearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/ArraySearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/ComparisonSearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/ComparisonSearchAttribute.java index 01f4617643..c062a5318f 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/ComparisonSearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/ComparisonSearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/DefaultSortOrder.java b/structr-base/src/main/java/org/structr/core/graph/search/DefaultSortOrder.java index bfffc16ed7..891ad3f404 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/DefaultSortOrder.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/DefaultSortOrder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/DistanceSearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/DistanceSearchAttribute.java index 94666f0f28..fb20ee6105 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/DistanceSearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/DistanceSearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/EmptySearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/EmptySearchAttribute.java index d1f877f2a5..b8286bfeb7 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/EmptySearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/EmptySearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/GraphSearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/GraphSearchAttribute.java index 638ec30542..e29c2c9e17 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/GraphSearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/GraphSearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/NotBlankSearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/NotBlankSearchAttribute.java index c4f69272b0..0e67e03021 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/NotBlankSearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/NotBlankSearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/PathPropertySortOrder.java b/structr-base/src/main/java/org/structr/core/graph/search/PathPropertySortOrder.java index 283a0e3e9d..edca4ad6e3 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/PathPropertySortOrder.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/PathPropertySortOrder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/PropertySearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/PropertySearchAttribute.java index f11f6bdacc..040e8fe803 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/PropertySearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/PropertySearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/RangeSearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/RangeSearchAttribute.java index 76e5f37c22..ddebd9f510 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/RangeSearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/RangeSearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/RelationshipVisibilitySearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/RelationshipVisibilitySearchAttribute.java index ea0a274b44..bdd714ceca 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/RelationshipVisibilitySearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/RelationshipVisibilitySearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/SearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/SearchAttribute.java index 1dc185387f..001df3814a 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/SearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/SearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/SearchAttributeGroup.java b/structr-base/src/main/java/org/structr/core/graph/search/SearchAttributeGroup.java index 3fce8b6cdb..b4116f5bae 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/SearchAttributeGroup.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/SearchAttributeGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/SearchCommand.java b/structr-base/src/main/java/org/structr/core/graph/search/SearchCommand.java index d4ad80e1e9..601b985bef 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/SearchCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/SearchCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/SearchNodeCommand.java b/structr-base/src/main/java/org/structr/core/graph/search/SearchNodeCommand.java index 25fc3a44c4..5b9e8a843b 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/SearchNodeCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/SearchNodeCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/SearchRelationshipCommand.java b/structr-base/src/main/java/org/structr/core/graph/search/SearchRelationshipCommand.java index 3373922bf7..ebe1a20945 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/SearchRelationshipCommand.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/SearchRelationshipCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/SourceSearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/SourceSearchAttribute.java index e15e3f6a05..019776717e 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/SourceSearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/SourceSearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/TypeSearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/TypeSearchAttribute.java index a6301a72e9..92e731bd25 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/TypeSearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/TypeSearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/UuidSearchAttribute.java b/structr-base/src/main/java/org/structr/core/graph/search/UuidSearchAttribute.java index 68ed210b5f..9daffacb00 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/UuidSearchAttribute.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/UuidSearchAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graph/search/package-info.java b/structr-base/src/main/java/org/structr/core/graph/search/package-info.java index 456c57c17d..0307d9efff 100644 --- a/structr-base/src/main/java/org/structr/core/graph/search/package-info.java +++ b/structr-base/src/main/java/org/structr/core/graph/search/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graphql/GraphQLListType.java b/structr-base/src/main/java/org/structr/core/graphql/GraphQLListType.java index 9f69fa28df..c065bdcdf8 100644 --- a/structr-base/src/main/java/org/structr/core/graphql/GraphQLListType.java +++ b/structr-base/src/main/java/org/structr/core/graphql/GraphQLListType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graphql/GraphQLQuery.java b/structr-base/src/main/java/org/structr/core/graphql/GraphQLQuery.java index 1a2f8efeb7..39e131d1a0 100644 --- a/structr-base/src/main/java/org/structr/core/graphql/GraphQLQuery.java +++ b/structr-base/src/main/java/org/structr/core/graphql/GraphQLQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graphql/GraphQLQueryConfiguration.java b/structr-base/src/main/java/org/structr/core/graphql/GraphQLQueryConfiguration.java index b755553bb3..797f4573f9 100644 --- a/structr-base/src/main/java/org/structr/core/graphql/GraphQLQueryConfiguration.java +++ b/structr-base/src/main/java/org/structr/core/graphql/GraphQLQueryConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graphql/GraphQLRequest.java b/structr-base/src/main/java/org/structr/core/graphql/GraphQLRequest.java index fc3081e251..f7ad31dd2d 100644 --- a/structr-base/src/main/java/org/structr/core/graphql/GraphQLRequest.java +++ b/structr-base/src/main/java/org/structr/core/graphql/GraphQLRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/graphql/QueryConfig.java b/structr-base/src/main/java/org/structr/core/graphql/QueryConfig.java index 12d8127fd7..a2263e71f2 100644 --- a/structr-base/src/main/java/org/structr/core/graphql/QueryConfig.java +++ b/structr-base/src/main/java/org/structr/core/graphql/QueryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/DeserializationStrategy.java b/structr-base/src/main/java/org/structr/core/notion/DeserializationStrategy.java index 12ea4e2bae..a8872a998a 100644 --- a/structr-base/src/main/java/org/structr/core/notion/DeserializationStrategy.java +++ b/structr-base/src/main/java/org/structr/core/notion/DeserializationStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/IdDeserializationStrategy.java b/structr-base/src/main/java/org/structr/core/notion/IdDeserializationStrategy.java index 7425a581aa..be7cf01fd7 100644 --- a/structr-base/src/main/java/org/structr/core/notion/IdDeserializationStrategy.java +++ b/structr-base/src/main/java/org/structr/core/notion/IdDeserializationStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/Notion.java b/structr-base/src/main/java/org/structr/core/notion/Notion.java index 65ea6a2e2b..2cde13d791 100644 --- a/structr-base/src/main/java/org/structr/core/notion/Notion.java +++ b/structr-base/src/main/java/org/structr/core/notion/Notion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/ObjectNotion.java b/structr-base/src/main/java/org/structr/core/notion/ObjectNotion.java index 75b3c4598d..4e56361e8a 100644 --- a/structr-base/src/main/java/org/structr/core/notion/ObjectNotion.java +++ b/structr-base/src/main/java/org/structr/core/notion/ObjectNotion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/PropertyNotion.java b/structr-base/src/main/java/org/structr/core/notion/PropertyNotion.java index 86f120e7f8..b24d347c8f 100644 --- a/structr-base/src/main/java/org/structr/core/notion/PropertyNotion.java +++ b/structr-base/src/main/java/org/structr/core/notion/PropertyNotion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/PropertySerializationStrategy.java b/structr-base/src/main/java/org/structr/core/notion/PropertySerializationStrategy.java index 3eadd56327..d799c56a2d 100644 --- a/structr-base/src/main/java/org/structr/core/notion/PropertySerializationStrategy.java +++ b/structr-base/src/main/java/org/structr/core/notion/PropertySerializationStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/PropertySetNotion.java b/structr-base/src/main/java/org/structr/core/notion/PropertySetNotion.java index 2c633d8fb0..1ec91fe3b6 100644 --- a/structr-base/src/main/java/org/structr/core/notion/PropertySetNotion.java +++ b/structr-base/src/main/java/org/structr/core/notion/PropertySetNotion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/PropertySetSerializationStrategy.java b/structr-base/src/main/java/org/structr/core/notion/PropertySetSerializationStrategy.java index 43c09b40c8..74c5889d1b 100644 --- a/structr-base/src/main/java/org/structr/core/notion/PropertySetSerializationStrategy.java +++ b/structr-base/src/main/java/org/structr/core/notion/PropertySetSerializationStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/RelationshipNotion.java b/structr-base/src/main/java/org/structr/core/notion/RelationshipNotion.java index fff57fb20d..1b2b12864f 100644 --- a/structr-base/src/main/java/org/structr/core/notion/RelationshipNotion.java +++ b/structr-base/src/main/java/org/structr/core/notion/RelationshipNotion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/SerializationStrategy.java b/structr-base/src/main/java/org/structr/core/notion/SerializationStrategy.java index 3e723a6a36..88cb1f88ce 100644 --- a/structr-base/src/main/java/org/structr/core/notion/SerializationStrategy.java +++ b/structr-base/src/main/java/org/structr/core/notion/SerializationStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/TypeAndPropertySetDeserializationStrategy.java b/structr-base/src/main/java/org/structr/core/notion/TypeAndPropertySetDeserializationStrategy.java index 46682023cc..3bea551345 100644 --- a/structr-base/src/main/java/org/structr/core/notion/TypeAndPropertySetDeserializationStrategy.java +++ b/structr-base/src/main/java/org/structr/core/notion/TypeAndPropertySetDeserializationStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/TypeAndValueDeserializationStrategy.java b/structr-base/src/main/java/org/structr/core/notion/TypeAndValueDeserializationStrategy.java index 85bbfd6335..b2b32fc666 100644 --- a/structr-base/src/main/java/org/structr/core/notion/TypeAndValueDeserializationStrategy.java +++ b/structr-base/src/main/java/org/structr/core/notion/TypeAndValueDeserializationStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/notion/package-info.java b/structr-base/src/main/java/org/structr/core/notion/package-info.java index 72022ab2c7..40168432fc 100644 --- a/structr-base/src/main/java/org/structr/core/notion/package-info.java +++ b/structr-base/src/main/java/org/structr/core/notion/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/package-info.java b/structr-base/src/main/java/org/structr/core/package-info.java index dae6bcfbb9..24c96511d6 100644 --- a/structr-base/src/main/java/org/structr/core/package-info.java +++ b/structr-base/src/main/java/org/structr/core/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/AllExpression.java b/structr-base/src/main/java/org/structr/core/parser/AllExpression.java index 62cd2dfaea..acda9ae87e 100644 --- a/structr-base/src/main/java/org/structr/core/parser/AllExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/AllExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/AnyExpression.java b/structr-base/src/main/java/org/structr/core/parser/AnyExpression.java index 0ff181535c..22e55e0bba 100644 --- a/structr-base/src/main/java/org/structr/core/parser/AnyExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/AnyExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/ArrayExpression.java b/structr-base/src/main/java/org/structr/core/parser/ArrayExpression.java index 083677ec44..1618c2d373 100644 --- a/structr-base/src/main/java/org/structr/core/parser/ArrayExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/ArrayExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/BatchExpression.java b/structr-base/src/main/java/org/structr/core/parser/BatchExpression.java index 9224feaf60..d62986af0e 100644 --- a/structr-base/src/main/java/org/structr/core/parser/BatchExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/BatchExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/CacheExpression.java b/structr-base/src/main/java/org/structr/core/parser/CacheExpression.java index 6662403ce4..5e0576fc03 100644 --- a/structr-base/src/main/java/org/structr/core/parser/CacheExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/CacheExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/ConstantExpression.java b/structr-base/src/main/java/org/structr/core/parser/ConstantExpression.java index e465588b56..de94deefac 100644 --- a/structr-base/src/main/java/org/structr/core/parser/ConstantExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/ConstantExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/EachExpression.java b/structr-base/src/main/java/org/structr/core/parser/EachExpression.java index 7fc6c54d36..fad84183d8 100644 --- a/structr-base/src/main/java/org/structr/core/parser/EachExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/EachExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/Expression.java b/structr-base/src/main/java/org/structr/core/parser/Expression.java index 74303f4256..ed8c017e54 100644 --- a/structr-base/src/main/java/org/structr/core/parser/Expression.java +++ b/structr-base/src/main/java/org/structr/core/parser/Expression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/FilterExpression.java b/structr-base/src/main/java/org/structr/core/parser/FilterExpression.java index f8bf562136..72dbff9582 100644 --- a/structr-base/src/main/java/org/structr/core/parser/FilterExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/FilterExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/FunctionExpression.java b/structr-base/src/main/java/org/structr/core/parser/FunctionExpression.java index 0765edf91a..3ac92f6113 100644 --- a/structr-base/src/main/java/org/structr/core/parser/FunctionExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/FunctionExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/FunctionValueExpression.java b/structr-base/src/main/java/org/structr/core/parser/FunctionValueExpression.java index 61d0879ee3..bc86f4be45 100644 --- a/structr-base/src/main/java/org/structr/core/parser/FunctionValueExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/FunctionValueExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/GroupExpression.java b/structr-base/src/main/java/org/structr/core/parser/GroupExpression.java index 2a893a3fb5..ebc12f3968 100644 --- a/structr-base/src/main/java/org/structr/core/parser/GroupExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/GroupExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/IfExpression.java b/structr-base/src/main/java/org/structr/core/parser/IfExpression.java index f7d8b4673f..45933fe1c8 100644 --- a/structr-base/src/main/java/org/structr/core/parser/IfExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/IfExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/IsExpression.java b/structr-base/src/main/java/org/structr/core/parser/IsExpression.java index 0f277aeea4..694bee5034 100644 --- a/structr-base/src/main/java/org/structr/core/parser/IsExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/IsExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/LazyEvaluatedFunctionExpression.java b/structr-base/src/main/java/org/structr/core/parser/LazyEvaluatedFunctionExpression.java index 34432491c8..714050968a 100644 --- a/structr-base/src/main/java/org/structr/core/parser/LazyEvaluatedFunctionExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/LazyEvaluatedFunctionExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/MapExpression.java b/structr-base/src/main/java/org/structr/core/parser/MapExpression.java index 4d702f8830..f3fe167293 100644 --- a/structr-base/src/main/java/org/structr/core/parser/MapExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/MapExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/NoneExpression.java b/structr-base/src/main/java/org/structr/core/parser/NoneExpression.java index 53e04cee8f..f7036ec9fd 100644 --- a/structr-base/src/main/java/org/structr/core/parser/NoneExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/NoneExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/NullExpression.java b/structr-base/src/main/java/org/structr/core/parser/NullExpression.java index 993900bf57..c94e80066a 100644 --- a/structr-base/src/main/java/org/structr/core/parser/NullExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/NullExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/ReduceExpression.java b/structr-base/src/main/java/org/structr/core/parser/ReduceExpression.java index 56a6cfce43..cf1b1f9568 100644 --- a/structr-base/src/main/java/org/structr/core/parser/ReduceExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/ReduceExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/RootExpression.java b/structr-base/src/main/java/org/structr/core/parser/RootExpression.java index 566017ca4b..b3dab6ae58 100644 --- a/structr-base/src/main/java/org/structr/core/parser/RootExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/RootExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/SliceExpression.java b/structr-base/src/main/java/org/structr/core/parser/SliceExpression.java index dec6eaa565..90b767e111 100644 --- a/structr-base/src/main/java/org/structr/core/parser/SliceExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/SliceExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/parser/ValueExpression.java b/structr-base/src/main/java/org/structr/core/parser/ValueExpression.java index 1449d9f786..6ff8cc3af5 100644 --- a/structr-base/src/main/java/org/structr/core/parser/ValueExpression.java +++ b/structr-base/src/main/java/org/structr/core/parser/ValueExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/predicate/TypePredicate.java b/structr-base/src/main/java/org/structr/core/predicate/TypePredicate.java index 5d4fb7a986..b6ce74d419 100644 --- a/structr-base/src/main/java/org/structr/core/predicate/TypePredicate.java +++ b/structr-base/src/main/java/org/structr/core/predicate/TypePredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/predicate/package-info.java b/structr-base/src/main/java/org/structr/core/predicate/package-info.java index 882491dd6b..315c5ddbe3 100644 --- a/structr-base/src/main/java/org/structr/core/predicate/package-info.java +++ b/structr-base/src/main/java/org/structr/core/predicate/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/AbstractPrimitiveProperty.java b/structr-base/src/main/java/org/structr/core/property/AbstractPrimitiveProperty.java index 337cc052fd..57cbf3afc0 100644 --- a/structr-base/src/main/java/org/structr/core/property/AbstractPrimitiveProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/AbstractPrimitiveProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/AbstractReadOnlyCollectionProperty.java b/structr-base/src/main/java/org/structr/core/property/AbstractReadOnlyCollectionProperty.java index ab3d2d13df..35bab49b7a 100644 --- a/structr-base/src/main/java/org/structr/core/property/AbstractReadOnlyCollectionProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/AbstractReadOnlyCollectionProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/AbstractReadOnlyProperty.java b/structr-base/src/main/java/org/structr/core/property/AbstractReadOnlyProperty.java index 84f41af5e9..d421cf4492 100644 --- a/structr-base/src/main/java/org/structr/core/property/AbstractReadOnlyProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/AbstractReadOnlyProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/AggregatorProperty.java b/structr-base/src/main/java/org/structr/core/property/AggregatorProperty.java index d2b51f7a0d..980554c49e 100644 --- a/structr-base/src/main/java/org/structr/core/property/AggregatorProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/AggregatorProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/ArrayProperty.java b/structr-base/src/main/java/org/structr/core/property/ArrayProperty.java index 09b8a18323..7e85d258c6 100644 --- a/structr-base/src/main/java/org/structr/core/property/ArrayProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/ArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/BooleanArrayProperty.java b/structr-base/src/main/java/org/structr/core/property/BooleanArrayProperty.java index 31de545be3..6539c42a49 100644 --- a/structr-base/src/main/java/org/structr/core/property/BooleanArrayProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/BooleanArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/BooleanProperty.java b/structr-base/src/main/java/org/structr/core/property/BooleanProperty.java index cfe94e87f5..dddc51deee 100644 --- a/structr-base/src/main/java/org/structr/core/property/BooleanProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/BooleanProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/CollectionIdProperty.java b/structr-base/src/main/java/org/structr/core/property/CollectionIdProperty.java index 0569513342..883897c08b 100644 --- a/structr-base/src/main/java/org/structr/core/property/CollectionIdProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/CollectionIdProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/CollectionNotionProperty.java b/structr-base/src/main/java/org/structr/core/property/CollectionNotionProperty.java index a825ea3835..4399eb926d 100644 --- a/structr-base/src/main/java/org/structr/core/property/CollectionNotionProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/CollectionNotionProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/CollectionSumProperty.java b/structr-base/src/main/java/org/structr/core/property/CollectionSumProperty.java index e05383f891..bcd4f7c96e 100644 --- a/structr-base/src/main/java/org/structr/core/property/CollectionSumProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/CollectionSumProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/ConcatProperty.java b/structr-base/src/main/java/org/structr/core/property/ConcatProperty.java index 14dad2737c..05a138cfea 100644 --- a/structr-base/src/main/java/org/structr/core/property/ConcatProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/ConcatProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/ConstantBooleanProperty.java b/structr-base/src/main/java/org/structr/core/property/ConstantBooleanProperty.java index 3c459d3351..2bc2997f81 100644 --- a/structr-base/src/main/java/org/structr/core/property/ConstantBooleanProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/ConstantBooleanProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/ConverterProperty.java b/structr-base/src/main/java/org/structr/core/property/ConverterProperty.java index 7a33cebd92..7a378b6256 100644 --- a/structr-base/src/main/java/org/structr/core/property/ConverterProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/ConverterProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/CypherProperty.java b/structr-base/src/main/java/org/structr/core/property/CypherProperty.java index db21ae8bf4..d4df8d1d87 100644 --- a/structr-base/src/main/java/org/structr/core/property/CypherProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/CypherProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/CypherQueryProperty.java b/structr-base/src/main/java/org/structr/core/property/CypherQueryProperty.java index 0ddff0d2b7..eb7cdb45ad 100644 --- a/structr-base/src/main/java/org/structr/core/property/CypherQueryProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/CypherQueryProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/DateArrayProperty.java b/structr-base/src/main/java/org/structr/core/property/DateArrayProperty.java index 12025e164e..8f90a093e3 100644 --- a/structr-base/src/main/java/org/structr/core/property/DateArrayProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/DateArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/DateProperty.java b/structr-base/src/main/java/org/structr/core/property/DateProperty.java index 89e7f89277..aabed5687a 100644 --- a/structr-base/src/main/java/org/structr/core/property/DateProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/DateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/DoubleProperty.java b/structr-base/src/main/java/org/structr/core/property/DoubleProperty.java index ad2a498d29..8a5a31a9b2 100644 --- a/structr-base/src/main/java/org/structr/core/property/DoubleProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/DoubleProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/ElementCounter.java b/structr-base/src/main/java/org/structr/core/property/ElementCounter.java index cc43ac1292..17a9ec11cd 100644 --- a/structr-base/src/main/java/org/structr/core/property/ElementCounter.java +++ b/structr-base/src/main/java/org/structr/core/property/ElementCounter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/EncryptedStringProperty.java b/structr-base/src/main/java/org/structr/core/property/EncryptedStringProperty.java index 3ba1113166..a747b9d6b9 100644 --- a/structr-base/src/main/java/org/structr/core/property/EncryptedStringProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/EncryptedStringProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/EndNode.java b/structr-base/src/main/java/org/structr/core/property/EndNode.java index 0636337ced..f57ece45c0 100644 --- a/structr-base/src/main/java/org/structr/core/property/EndNode.java +++ b/structr-base/src/main/java/org/structr/core/property/EndNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/EndNodeProperty.java b/structr-base/src/main/java/org/structr/core/property/EndNodeProperty.java index 4dfaa0299a..59f9ce5654 100644 --- a/structr-base/src/main/java/org/structr/core/property/EndNodeProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/EndNodeProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/EndNodes.java b/structr-base/src/main/java/org/structr/core/property/EndNodes.java index e6269a7fe1..46aa20acb9 100644 --- a/structr-base/src/main/java/org/structr/core/property/EndNodes.java +++ b/structr-base/src/main/java/org/structr/core/property/EndNodes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/EntityIdProperty.java b/structr-base/src/main/java/org/structr/core/property/EntityIdProperty.java index fa2931d59e..7c73e35502 100644 --- a/structr-base/src/main/java/org/structr/core/property/EntityIdProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/EntityIdProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/EntityNotionProperty.java b/structr-base/src/main/java/org/structr/core/property/EntityNotionProperty.java index 528499e7ae..10db3eee86 100644 --- a/structr-base/src/main/java/org/structr/core/property/EntityNotionProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/EntityNotionProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/EnumProperty.java b/structr-base/src/main/java/org/structr/core/property/EnumProperty.java index 3618d4d2ca..0ae5d29449 100644 --- a/structr-base/src/main/java/org/structr/core/property/EnumProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/EnumProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/FunctionProperty.java b/structr-base/src/main/java/org/structr/core/property/FunctionProperty.java index 8e40efb4fa..c52bde4684 100644 --- a/structr-base/src/main/java/org/structr/core/property/FunctionProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/FunctionProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/GenericProperty.java b/structr-base/src/main/java/org/structr/core/property/GenericProperty.java index 99a8ce0448..35c6475053 100644 --- a/structr-base/src/main/java/org/structr/core/property/GenericProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/GenericProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/HyperRelationProperty.java b/structr-base/src/main/java/org/structr/core/property/HyperRelationProperty.java index 01a4403a17..69b65fc3ce 100644 --- a/structr-base/src/main/java/org/structr/core/property/HyperRelationProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/HyperRelationProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/ISO8601DateProperty.java b/structr-base/src/main/java/org/structr/core/property/ISO8601DateProperty.java index 710a228111..61580fe558 100644 --- a/structr-base/src/main/java/org/structr/core/property/ISO8601DateProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/ISO8601DateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/IntProperty.java b/structr-base/src/main/java/org/structr/core/property/IntProperty.java index bb83f7d859..7ab7fb34c3 100644 --- a/structr-base/src/main/java/org/structr/core/property/IntProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/IntProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/IntegerSumProperty.java b/structr-base/src/main/java/org/structr/core/property/IntegerSumProperty.java index ef3595cfac..cc0ec42273 100644 --- a/structr-base/src/main/java/org/structr/core/property/IntegerSumProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/IntegerSumProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/InternalPathProperty.java b/structr-base/src/main/java/org/structr/core/property/InternalPathProperty.java index 1eb080bc02..31222f6766 100644 --- a/structr-base/src/main/java/org/structr/core/property/InternalPathProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/InternalPathProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/JoinProperty.java b/structr-base/src/main/java/org/structr/core/property/JoinProperty.java index 6de01d3702..e49b0dcbd8 100644 --- a/structr-base/src/main/java/org/structr/core/property/JoinProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/JoinProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/LongProperty.java b/structr-base/src/main/java/org/structr/core/property/LongProperty.java index a39bbd69d0..e116e6daa7 100644 --- a/structr-base/src/main/java/org/structr/core/property/LongProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/LongProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/LongSumProperty.java b/structr-base/src/main/java/org/structr/core/property/LongSumProperty.java index 0ef436eef9..c98394b471 100644 --- a/structr-base/src/main/java/org/structr/core/property/LongSumProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/LongSumProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/LowercaseStringProperty.java b/structr-base/src/main/java/org/structr/core/property/LowercaseStringProperty.java index 4350ea461d..913fd0cfae 100644 --- a/structr-base/src/main/java/org/structr/core/property/LowercaseStringProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/LowercaseStringProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/MappedProperty.java b/structr-base/src/main/java/org/structr/core/property/MappedProperty.java index 43fdb9ea5c..fc35679b7e 100644 --- a/structr-base/src/main/java/org/structr/core/property/MappedProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/MappedProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/NodeRelationshipProperty.java b/structr-base/src/main/java/org/structr/core/property/NodeRelationshipProperty.java index 0730e3ed6f..fc345be7e5 100644 --- a/structr-base/src/main/java/org/structr/core/property/NodeRelationshipProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/NodeRelationshipProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/NumericalPropertyKey.java b/structr-base/src/main/java/org/structr/core/property/NumericalPropertyKey.java index ae162ed208..0a9c984e94 100644 --- a/structr-base/src/main/java/org/structr/core/property/NumericalPropertyKey.java +++ b/structr-base/src/main/java/org/structr/core/property/NumericalPropertyKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/PasswordProperty.java b/structr-base/src/main/java/org/structr/core/property/PasswordProperty.java index 49fcb7adb5..f68113fbfc 100644 --- a/structr-base/src/main/java/org/structr/core/property/PasswordProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/PasswordProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/Property.java b/structr-base/src/main/java/org/structr/core/property/Property.java index 8070241a71..66c43c3e2e 100644 --- a/structr-base/src/main/java/org/structr/core/property/Property.java +++ b/structr-base/src/main/java/org/structr/core/property/Property.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/PropertyKey.java b/structr-base/src/main/java/org/structr/core/property/PropertyKey.java index 070608f676..c66269959d 100644 --- a/structr-base/src/main/java/org/structr/core/property/PropertyKey.java +++ b/structr-base/src/main/java/org/structr/core/property/PropertyKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/PropertyMap.java b/structr-base/src/main/java/org/structr/core/property/PropertyMap.java index 9bbc2d5d76..c736a6cdb6 100644 --- a/structr-base/src/main/java/org/structr/core/property/PropertyMap.java +++ b/structr-base/src/main/java/org/structr/core/property/PropertyMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/ReadOnlyReference.java b/structr-base/src/main/java/org/structr/core/property/ReadOnlyReference.java index fd4a7b85ab..d658b562e6 100644 --- a/structr-base/src/main/java/org/structr/core/property/ReadOnlyReference.java +++ b/structr-base/src/main/java/org/structr/core/property/ReadOnlyReference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/Reference.java b/structr-base/src/main/java/org/structr/core/property/Reference.java index 153d302eaa..b8a5ef8a85 100644 --- a/structr-base/src/main/java/org/structr/core/property/Reference.java +++ b/structr-base/src/main/java/org/structr/core/property/Reference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/ReferenceGroup.java b/structr-base/src/main/java/org/structr/core/property/ReferenceGroup.java index 7f1db97116..898f2e331a 100644 --- a/structr-base/src/main/java/org/structr/core/property/ReferenceGroup.java +++ b/structr-base/src/main/java/org/structr/core/property/ReferenceGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/RelatedNodeProperty.java b/structr-base/src/main/java/org/structr/core/property/RelatedNodeProperty.java index b658245246..e2586fe14e 100644 --- a/structr-base/src/main/java/org/structr/core/property/RelatedNodeProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/RelatedNodeProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/RelationProperty.java b/structr-base/src/main/java/org/structr/core/property/RelationProperty.java index 49709ac0dc..4cd2e7c12e 100644 --- a/structr-base/src/main/java/org/structr/core/property/RelationProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/RelationProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/RelationshipEndNode.java b/structr-base/src/main/java/org/structr/core/property/RelationshipEndNode.java index d3c883256b..d3db0debd3 100644 --- a/structr-base/src/main/java/org/structr/core/property/RelationshipEndNode.java +++ b/structr-base/src/main/java/org/structr/core/property/RelationshipEndNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/RelationshipStartNode.java b/structr-base/src/main/java/org/structr/core/property/RelationshipStartNode.java index ac8c2143e6..405aba89d1 100644 --- a/structr-base/src/main/java/org/structr/core/property/RelationshipStartNode.java +++ b/structr-base/src/main/java/org/structr/core/property/RelationshipStartNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/RelationshipTypeProperty.java b/structr-base/src/main/java/org/structr/core/property/RelationshipTypeProperty.java index fbe6c11e8b..94eb7032bc 100644 --- a/structr-base/src/main/java/org/structr/core/property/RelationshipTypeProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/RelationshipTypeProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/SourceId.java b/structr-base/src/main/java/org/structr/core/property/SourceId.java index 56aab989d2..91fa5132af 100644 --- a/structr-base/src/main/java/org/structr/core/property/SourceId.java +++ b/structr-base/src/main/java/org/structr/core/property/SourceId.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/SourceNodeProperty.java b/structr-base/src/main/java/org/structr/core/property/SourceNodeProperty.java index 9f016d718e..1afde44c61 100644 --- a/structr-base/src/main/java/org/structr/core/property/SourceNodeProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/SourceNodeProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/StartNode.java b/structr-base/src/main/java/org/structr/core/property/StartNode.java index dd689ac403..409148707c 100644 --- a/structr-base/src/main/java/org/structr/core/property/StartNode.java +++ b/structr-base/src/main/java/org/structr/core/property/StartNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/StartNodeProperty.java b/structr-base/src/main/java/org/structr/core/property/StartNodeProperty.java index 01f2ac7242..2c20541ea2 100644 --- a/structr-base/src/main/java/org/structr/core/property/StartNodeProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/StartNodeProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/StartNodes.java b/structr-base/src/main/java/org/structr/core/property/StartNodes.java index dea204ebab..490ecec291 100644 --- a/structr-base/src/main/java/org/structr/core/property/StartNodes.java +++ b/structr-base/src/main/java/org/structr/core/property/StartNodes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/StringProperty.java b/structr-base/src/main/java/org/structr/core/property/StringProperty.java index 2e5c15d370..df9f0058f3 100644 --- a/structr-base/src/main/java/org/structr/core/property/StringProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/StringProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/TargetId.java b/structr-base/src/main/java/org/structr/core/property/TargetId.java index 40664bdb26..3496c2f6d5 100644 --- a/structr-base/src/main/java/org/structr/core/property/TargetId.java +++ b/structr-base/src/main/java/org/structr/core/property/TargetId.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/TargetNodeProperty.java b/structr-base/src/main/java/org/structr/core/property/TargetNodeProperty.java index 9abda72196..7b0c0b8c67 100644 --- a/structr-base/src/main/java/org/structr/core/property/TargetNodeProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/TargetNodeProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/TypeProperty.java b/structr-base/src/main/java/org/structr/core/property/TypeProperty.java index 835a5a3c41..9c3ad2268b 100644 --- a/structr-base/src/main/java/org/structr/core/property/TypeProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/TypeProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/UuidProperty.java b/structr-base/src/main/java/org/structr/core/property/UuidProperty.java index b674984411..f66ae5d4d2 100644 --- a/structr-base/src/main/java/org/structr/core/property/UuidProperty.java +++ b/structr-base/src/main/java/org/structr/core/property/UuidProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/property/package-info.java b/structr-base/src/main/java/org/structr/core/property/package-info.java index 0b6cbcabf5..25ab6f6762 100644 --- a/structr-base/src/main/java/org/structr/core/property/package-info.java +++ b/structr-base/src/main/java/org/structr/core/property/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/rest/GraphObjectGSONAdapter.java b/structr-base/src/main/java/org/structr/core/rest/GraphObjectGSONAdapter.java index caf0429dd9..3911d01341 100644 --- a/structr-base/src/main/java/org/structr/core/rest/GraphObjectGSONAdapter.java +++ b/structr-base/src/main/java/org/structr/core/rest/GraphObjectGSONAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/rest/JsonInputGSONAdapter.java b/structr-base/src/main/java/org/structr/core/rest/JsonInputGSONAdapter.java index ba1e2dcc49..291ea8cbcf 100644 --- a/structr-base/src/main/java/org/structr/core/rest/JsonInputGSONAdapter.java +++ b/structr-base/src/main/java/org/structr/core/rest/JsonInputGSONAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/scheduler/JobQueueManager.java b/structr-base/src/main/java/org/structr/core/scheduler/JobQueueManager.java index a3a3e9bfa1..a7d86fbd37 100644 --- a/structr-base/src/main/java/org/structr/core/scheduler/JobQueueManager.java +++ b/structr-base/src/main/java/org/structr/core/scheduler/JobQueueManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/scheduler/ScheduledJob.java b/structr-base/src/main/java/org/structr/core/scheduler/ScheduledJob.java index 561c41ce3d..be1fc10ce4 100644 --- a/structr-base/src/main/java/org/structr/core/scheduler/ScheduledJob.java +++ b/structr-base/src/main/java/org/structr/core/scheduler/ScheduledJob.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/scheduler/TransactionPostProcessQueue.java b/structr-base/src/main/java/org/structr/core/scheduler/TransactionPostProcessQueue.java index c22e3c9dea..85eb6e4db4 100644 --- a/structr-base/src/main/java/org/structr/core/scheduler/TransactionPostProcessQueue.java +++ b/structr-base/src/main/java/org/structr/core/scheduler/TransactionPostProcessQueue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/FunctionsCompiler.java b/structr-base/src/main/java/org/structr/core/script/FunctionsCompiler.java index c9e2e0a852..95ed85251a 100644 --- a/structr-base/src/main/java/org/structr/core/script/FunctionsCompiler.java +++ b/structr-base/src/main/java/org/structr/core/script/FunctionsCompiler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/ScriptTestHelper.java b/structr-base/src/main/java/org/structr/core/script/ScriptTestHelper.java index 80319889b3..6bfabe91b2 100644 --- a/structr-base/src/main/java/org/structr/core/script/ScriptTestHelper.java +++ b/structr-base/src/main/java/org/structr/core/script/ScriptTestHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/Scripting.java b/structr-base/src/main/java/org/structr/core/script/Scripting.java index 9ede7dc376..abdf4a8c14 100644 --- a/structr-base/src/main/java/org/structr/core/script/Scripting.java +++ b/structr-base/src/main/java/org/structr/core/script/Scripting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * @@ -276,7 +276,8 @@ public static Object evaluateJavascript(final ActionContext actionContext, final if (source == null) { final String code = embedInFunction(snippet); - source = Source.newBuilder("js", code, snippet.getName()).build(); + + source = Source.newBuilder("js", code, snippet.getName()).mimeType(snippet.getMimeType()).build(); // store in cache sourceCache.put(snippet.getSource(), source); @@ -446,14 +447,34 @@ private static String embedInFunction(final Snippet snippet) { if (snippet.embed()) { - return embedInFunction(snippet.getSource(), snippet.getName()); - } + final String transpiledSource; + // Regex that matches import statements + final Pattern importPattern = Pattern.compile("import([ \\n\\t]*(?:[^ \\n\\t\\{\\}]+[ \\n\\t]*,?)?(?:[ \\n\\t]*\\{(?:[ \\n\\t]*[^ \\n\\t\"'\\{\\}]+[ \\n\\t]*,?)+\\})?[ \\n\\t]*)from[ \\n\\t]*(['\"])([^'\"\\n]+)(?:['\"])"); + + if (importPattern.matcher(snippet.getSource()).find()) { + + final Map> partitionedScript = snippet.getSource().lines().collect(Collectors.partitioningBy(x -> importPattern.matcher(x).find())); + final String importStatements = String.join("\n", partitionedScript.get(true)); + final String code = String.join("\n", partitionedScript.get(false)); + + StringBuilder reassembledScript = new StringBuilder(); + reassembledScript + .append(importStatements).append("\n") + .append("function main() {\n") + .append(code) + .append("\n}\n\nmain();"); + transpiledSource = reassembledScript.toString(); + // Change mimetype to module since import statements have been found. + snippet.setMimeType("application/javascript+module"); + } else { - return snippet.getSource(); - } + transpiledSource = "function main() {\n" + snippet.getSource() + "\n}\n\nmain();"; + } + + snippet.setCodeSource(transpiledSource); + } - private static String embedInFunction(final String source, final String name) { - return "function main() { " + source + "\n}\n" + "\n\nmain();"; + return snippet.getCodeSource(); } // this is only public to be testable :( diff --git a/structr-base/src/main/java/org/structr/core/script/Snippet.java b/structr-base/src/main/java/org/structr/core/script/Snippet.java index 15b127b72c..9be47e7980 100644 --- a/structr-base/src/main/java/org/structr/core/script/Snippet.java +++ b/structr-base/src/main/java/org/structr/core/script/Snippet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * @@ -27,6 +27,7 @@ public class Snippet { private String codeSource = null; private String name = null; private String source = null; + private String mimeType = "application/javascript"; private boolean embed = true; private int startRow = 0; @@ -72,4 +73,7 @@ public String getCodeSource() { return codeSource; } + public String getMimeType() { return mimeType; } + + public void setMimeType(final String mimeType) { this.mimeType = mimeType; } } diff --git a/structr-base/src/main/java/org/structr/core/script/StructrScriptException.java b/structr-base/src/main/java/org/structr/core/script/StructrScriptException.java index 1579d00190..d5975e1504 100644 --- a/structr-base/src/main/java/org/structr/core/script/StructrScriptException.java +++ b/structr-base/src/main/java/org/structr/core/script/StructrScriptException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/AccessProvider.java b/structr-base/src/main/java/org/structr/core/script/polyglot/AccessProvider.java index 713b5e21ef..eebdaf174b 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/AccessProvider.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/AccessProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/PolyglotWrapper.java b/structr-base/src/main/java/org/structr/core/script/polyglot/PolyglotWrapper.java index 7dd0d1d51f..5f7319ec00 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/PolyglotWrapper.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/PolyglotWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/PredicateBinding.java b/structr-base/src/main/java/org/structr/core/script/polyglot/PredicateBinding.java index ef4bb55a22..c6d902cae2 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/PredicateBinding.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/PredicateBinding.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/StructrBinding.java b/structr-base/src/main/java/org/structr/core/script/polyglot/StructrBinding.java index 0377127f23..49236acf2b 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/StructrBinding.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/StructrBinding.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/cache/ExecutableStaticTypeMethodCache.java b/structr-base/src/main/java/org/structr/core/script/polyglot/cache/ExecutableStaticTypeMethodCache.java index ee67884588..2f0301c6c7 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/cache/ExecutableStaticTypeMethodCache.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/cache/ExecutableStaticTypeMethodCache.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/cache/ExecutableTypeMethodCache.java b/structr-base/src/main/java/org/structr/core/script/polyglot/cache/ExecutableTypeMethodCache.java index 681ff0409b..be302cbfd2 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/cache/ExecutableTypeMethodCache.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/cache/ExecutableTypeMethodCache.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/context/ContextFactory.java b/structr-base/src/main/java/org/structr/core/script/polyglot/context/ContextFactory.java index abc3fae73f..1847523b64 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/context/ContextFactory.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/context/ContextFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * @@ -24,6 +24,7 @@ import org.structr.core.GraphObject; import org.structr.core.script.polyglot.AccessProvider; import org.structr.core.script.polyglot.StructrBinding; +import org.structr.core.script.polyglot.filesystem.PolyglotFilesystem; import org.structr.schema.action.ActionContext; import java.util.concurrent.Callable; @@ -44,6 +45,8 @@ public abstract class ContextFactory { //.option("inspect", "4242") //.option("inspect.Path", "/structr/scripting/remotedebugger/" + java.util.UUID.randomUUID().toString()) .allowExperimentalOptions(true) + .fileSystem(new PolyglotFilesystem()) + .allowIO(true) .option("js.foreign-object-prototype", "true") .option("js.ecmascript-version", "latest"); diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/filesystem/PolyglotFilesystem.java b/structr-base/src/main/java/org/structr/core/script/polyglot/filesystem/PolyglotFilesystem.java index a7e161e9f5..d9ba65d152 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/filesystem/PolyglotFilesystem.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/filesystem/PolyglotFilesystem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * @@ -38,7 +38,7 @@ import java.util.Set; public class PolyglotFilesystem implements FileSystem { - private static Logger logger = LoggerFactory.getLogger(PolyglotFilesystem.class); + private static final Logger logger = LoggerFactory.getLogger(PolyglotFilesystem.class); @Override public Path parsePath(URI uri) { @@ -87,12 +87,12 @@ public void checkAccess(Path path, Set modes, LinkOption.. @Override public void createDirectory(Path dir, FileAttribute... attrs) throws IOException { - throw new IOException("Structr PolyglotFilesystem does not implement directory creation."); + Files.createDirectory(dir, attrs); } @Override public void delete(Path path) throws IOException { - throw new IOException("Structr PolyglotFilesystem does not implement deletion."); + Files.delete(path); } @Override @@ -117,6 +117,6 @@ public Path toRealPath(Path path, LinkOption... linkOptions) throws IOException @Override public Map readAttributes(Path path, String attributes, LinkOption... options) throws IOException { - throw new IOException("Structr PolyglotFilesystem does not implement readAttributes."); + return Files.readAttributes(path, attributes, options); } } diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/function/CacheFunction.java b/structr-base/src/main/java/org/structr/core/script/polyglot/function/CacheFunction.java index 1baa58e4d8..a7bac6e44c 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/function/CacheFunction.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/function/CacheFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoAsFunction.java b/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoAsFunction.java index 4a5c120122..a93f194c55 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoAsFunction.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoAsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoInNewTransactionFunction.java b/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoInNewTransactionFunction.java index f40e1bada3..88bec79b25 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoInNewTransactionFunction.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoInNewTransactionFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoPrivilegedFunction.java b/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoPrivilegedFunction.java index c8c12ebffd..fba687f64a 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoPrivilegedFunction.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/function/DoPrivilegedFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/function/GrantFunction.java b/structr-base/src/main/java/org/structr/core/script/polyglot/function/GrantFunction.java index 923647e86a..8e0ee3fafe 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/function/GrantFunction.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/function/GrantFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/function/IncludeJSFunction.java b/structr-base/src/main/java/org/structr/core/script/polyglot/function/IncludeJSFunction.java index 59eade55f7..edae4e745c 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/function/IncludeJSFunction.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/function/IncludeJSFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/FunctionWrapper.java b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/FunctionWrapper.java index cc5ce89e7c..0bb8c078a3 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/FunctionWrapper.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/FunctionWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/GraphObjectWrapper.java b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/GraphObjectWrapper.java index 60644f3acc..2d2ee91859 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/GraphObjectWrapper.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/GraphObjectWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/HttpServletRequestWrapper.java b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/HttpServletRequestWrapper.java index f7b08e3987..e18df26465 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/HttpServletRequestWrapper.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/HttpServletRequestWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/HttpSessionWrapper.java b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/HttpSessionWrapper.java index e45921a645..5622e28f7f 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/HttpSessionWrapper.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/HttpSessionWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/NonWrappableObject.java b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/NonWrappableObject.java index c84d30a441..e7816c882b 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/NonWrappableObject.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/NonWrappableObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/PolyglotProxyArray.java b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/PolyglotProxyArray.java index d47a5b6275..9a7c841b02 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/PolyglotProxyArray.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/PolyglotProxyArray.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/PolyglotProxyMap.java b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/PolyglotProxyMap.java index 09ba129b3c..e041072601 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/PolyglotProxyMap.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/PolyglotProxyMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/StaticTypeWrapper.java b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/StaticTypeWrapper.java index d1571e86da..38e7e0eec1 100644 --- a/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/StaticTypeWrapper.java +++ b/structr-base/src/main/java/org/structr/core/script/polyglot/wrappers/StaticTypeWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/cron/CronEntry.java b/structr-base/src/main/java/org/structr/cron/CronEntry.java index 7ca25eaf07..0c1e86ae3e 100644 --- a/structr-base/src/main/java/org/structr/cron/CronEntry.java +++ b/structr-base/src/main/java/org/structr/cron/CronEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/cron/CronField.java b/structr-base/src/main/java/org/structr/cron/CronField.java index 0b1f5b2296..2dedede6b3 100644 --- a/structr-base/src/main/java/org/structr/cron/CronField.java +++ b/structr-base/src/main/java/org/structr/cron/CronField.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/cron/CronService.java b/structr-base/src/main/java/org/structr/cron/CronService.java index 835b59ce90..2e2d8194d4 100644 --- a/structr-base/src/main/java/org/structr/cron/CronService.java +++ b/structr-base/src/main/java/org/structr/cron/CronService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/cron/CronTestAgent.java b/structr-base/src/main/java/org/structr/cron/CronTestAgent.java index b533ab5d3c..8d13c72315 100644 --- a/structr-base/src/main/java/org/structr/cron/CronTestAgent.java +++ b/structr-base/src/main/java/org/structr/cron/CronTestAgent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/cron/CronTestTask.java b/structr-base/src/main/java/org/structr/cron/CronTestTask.java index a922af3a9a..48a5b10031 100644 --- a/structr-base/src/main/java/org/structr/cron/CronTestTask.java +++ b/structr-base/src/main/java/org/structr/cron/CronTestTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/cron/package-info.java b/structr-base/src/main/java/org/structr/cron/package-info.java index 6241eeb7b6..e2c9c753c7 100644 --- a/structr-base/src/main/java/org/structr/cron/package-info.java +++ b/structr-base/src/main/java/org/structr/cron/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/files/external/DirectoryWatchService.java b/structr-base/src/main/java/org/structr/files/external/DirectoryWatchService.java index ec7815dbd6..8a79eae9f3 100644 --- a/structr-base/src/main/java/org/structr/files/external/DirectoryWatchService.java +++ b/structr-base/src/main/java/org/structr/files/external/DirectoryWatchService.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.files.external; diff --git a/structr-base/src/main/java/org/structr/files/external/FileSyncWatchEventListener.java b/structr-base/src/main/java/org/structr/files/external/FileSyncWatchEventListener.java index 57e71dbe7e..eb24ef4fe0 100644 --- a/structr-base/src/main/java/org/structr/files/external/FileSyncWatchEventListener.java +++ b/structr-base/src/main/java/org/structr/files/external/FileSyncWatchEventListener.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.files.external; diff --git a/structr-base/src/main/java/org/structr/files/external/WatchEventListener.java b/structr-base/src/main/java/org/structr/files/external/WatchEventListener.java index ef8bfbd0d4..17449712b6 100644 --- a/structr-base/src/main/java/org/structr/files/external/WatchEventListener.java +++ b/structr-base/src/main/java/org/structr/files/external/WatchEventListener.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.files.external; diff --git a/structr-base/src/main/java/org/structr/files/url/StructrURLConnection.java b/structr-base/src/main/java/org/structr/files/url/StructrURLConnection.java index ef1d53204a..2bf3ba67a4 100644 --- a/structr-base/src/main/java/org/structr/files/url/StructrURLConnection.java +++ b/structr-base/src/main/java/org/structr/files/url/StructrURLConnection.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.files.url; diff --git a/structr-base/src/main/java/org/structr/files/url/StructrURLStreamHandler.java b/structr-base/src/main/java/org/structr/files/url/StructrURLStreamHandler.java index d4bcd37e26..84c312a6eb 100644 --- a/structr-base/src/main/java/org/structr/files/url/StructrURLStreamHandler.java +++ b/structr-base/src/main/java/org/structr/files/url/StructrURLStreamHandler.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.files.url; diff --git a/structr-base/src/main/java/org/structr/files/url/StructrURLStreamHandlerFactory.java b/structr-base/src/main/java/org/structr/files/url/StructrURLStreamHandlerFactory.java index 9596800ec9..8717502713 100644 --- a/structr-base/src/main/java/org/structr/files/url/StructrURLStreamHandlerFactory.java +++ b/structr-base/src/main/java/org/structr/files/url/StructrURLStreamHandlerFactory.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.files.url; diff --git a/structr-base/src/main/java/org/structr/module/AdvancedScriptingModule.java b/structr-base/src/main/java/org/structr/module/AdvancedScriptingModule.java index ed254af12f..af6815cda0 100644 --- a/structr-base/src/main/java/org/structr/module/AdvancedScriptingModule.java +++ b/structr-base/src/main/java/org/structr/module/AdvancedScriptingModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/module/CoreModule.java b/structr-base/src/main/java/org/structr/module/CoreModule.java index f93893c080..f9efe1f665 100644 --- a/structr-base/src/main/java/org/structr/module/CoreModule.java +++ b/structr-base/src/main/java/org/structr/module/CoreModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/module/GetModuleServiceCommand.java b/structr-base/src/main/java/org/structr/module/GetModuleServiceCommand.java index 63882027b8..496ececf1d 100644 --- a/structr-base/src/main/java/org/structr/module/GetModuleServiceCommand.java +++ b/structr-base/src/main/java/org/structr/module/GetModuleServiceCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/module/JarConfigurationProvider.java b/structr-base/src/main/java/org/structr/module/JarConfigurationProvider.java index 740bf83275..5f171f0954 100644 --- a/structr-base/src/main/java/org/structr/module/JarConfigurationProvider.java +++ b/structr-base/src/main/java/org/structr/module/JarConfigurationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/module/ModuleServiceCommand.java b/structr-base/src/main/java/org/structr/module/ModuleServiceCommand.java index 3d207394fb..6f1eefa7d4 100644 --- a/structr-base/src/main/java/org/structr/module/ModuleServiceCommand.java +++ b/structr-base/src/main/java/org/structr/module/ModuleServiceCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/module/StructrModule.java b/structr-base/src/main/java/org/structr/module/StructrModule.java index 4151ea864b..9f265f45bf 100644 --- a/structr-base/src/main/java/org/structr/module/StructrModule.java +++ b/structr-base/src/main/java/org/structr/module/StructrModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/module/StructrModuleInfo.java b/structr-base/src/main/java/org/structr/module/StructrModuleInfo.java index 8833510d0e..637b8c81e5 100644 --- a/structr-base/src/main/java/org/structr/module/StructrModuleInfo.java +++ b/structr-base/src/main/java/org/structr/module/StructrModuleInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/module/api/APIBuilder.java b/structr-base/src/main/java/org/structr/module/api/APIBuilder.java index e255db3cce..0c9c338c32 100644 --- a/structr-base/src/main/java/org/structr/module/api/APIBuilder.java +++ b/structr-base/src/main/java/org/structr/module/api/APIBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/module/api/DeployableEntity.java b/structr-base/src/main/java/org/structr/module/api/DeployableEntity.java index 31b1356ab7..5e835c6e66 100644 --- a/structr-base/src/main/java/org/structr/module/api/DeployableEntity.java +++ b/structr-base/src/main/java/org/structr/module/api/DeployableEntity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/module/package-info.java b/structr-base/src/main/java/org/structr/module/package-info.java index e46a46a027..050195aafd 100644 --- a/structr-base/src/main/java/org/structr/module/package-info.java +++ b/structr-base/src/main/java/org/structr/module/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/module/xml/XMLModule.java b/structr-base/src/main/java/org/structr/module/xml/XMLModule.java index 119a77b5d6..ca2dbe5dea 100644 --- a/structr-base/src/main/java/org/structr/module/xml/XMLModule.java +++ b/structr-base/src/main/java/org/structr/module/xml/XMLModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/DefaultResourceProvider.java b/structr-base/src/main/java/org/structr/rest/DefaultResourceProvider.java index 52a82aa002..609e3d8e22 100644 --- a/structr-base/src/main/java/org/structr/rest/DefaultResourceProvider.java +++ b/structr-base/src/main/java/org/structr/rest/DefaultResourceProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/RequestParameterValue.java b/structr-base/src/main/java/org/structr/rest/RequestParameterValue.java index bef4958c9d..7f7326486c 100644 --- a/structr-base/src/main/java/org/structr/rest/RequestParameterValue.java +++ b/structr-base/src/main/java/org/structr/rest/RequestParameterValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/ResourceProvider.java b/structr-base/src/main/java/org/structr/rest/ResourceProvider.java index db4af3a10a..462aebd73b 100644 --- a/structr-base/src/main/java/org/structr/rest/ResourceProvider.java +++ b/structr-base/src/main/java/org/structr/rest/ResourceProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/RestMethodResult.java b/structr-base/src/main/java/org/structr/rest/RestMethodResult.java index adee49af08..9b5c5a89d4 100644 --- a/structr-base/src/main/java/org/structr/rest/RestMethodResult.java +++ b/structr-base/src/main/java/org/structr/rest/RestMethodResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/adapter/FrameworkExceptionGSONAdapter.java b/structr-base/src/main/java/org/structr/rest/adapter/FrameworkExceptionGSONAdapter.java index ad2a998857..881aa86f41 100644 --- a/structr-base/src/main/java/org/structr/rest/adapter/FrameworkExceptionGSONAdapter.java +++ b/structr-base/src/main/java/org/structr/rest/adapter/FrameworkExceptionGSONAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/auth/AuthHelper.java b/structr-base/src/main/java/org/structr/rest/auth/AuthHelper.java index 86206bf845..1620190ea8 100644 --- a/structr-base/src/main/java/org/structr/rest/auth/AuthHelper.java +++ b/structr-base/src/main/java/org/structr/rest/auth/AuthHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/auth/JWTHelper.java b/structr-base/src/main/java/org/structr/rest/auth/JWTHelper.java index 41363bb2ab..eae7c49b0e 100644 --- a/structr-base/src/main/java/org/structr/rest/auth/JWTHelper.java +++ b/structr-base/src/main/java/org/structr/rest/auth/JWTHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/auth/SessionHelper.java b/structr-base/src/main/java/org/structr/rest/auth/SessionHelper.java index 1c34f8f74c..a93f3bdbeb 100644 --- a/structr-base/src/main/java/org/structr/rest/auth/SessionHelper.java +++ b/structr-base/src/main/java/org/structr/rest/auth/SessionHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/auth/TimeBasedOneTimePasswordHelper.java b/structr-base/src/main/java/org/structr/rest/auth/TimeBasedOneTimePasswordHelper.java index 6c8700a4ad..041cf5202c 100644 --- a/structr-base/src/main/java/org/structr/rest/auth/TimeBasedOneTimePasswordHelper.java +++ b/structr-base/src/main/java/org/structr/rest/auth/TimeBasedOneTimePasswordHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/common/CsvHelper.java b/structr-base/src/main/java/org/structr/rest/common/CsvHelper.java index 96e4732de9..de34f15de2 100644 --- a/structr-base/src/main/java/org/structr/rest/common/CsvHelper.java +++ b/structr-base/src/main/java/org/structr/rest/common/CsvHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/common/HttpHelper.java b/structr-base/src/main/java/org/structr/rest/common/HttpHelper.java index 663768dc2f..33deb93000 100644 --- a/structr-base/src/main/java/org/structr/rest/common/HttpHelper.java +++ b/structr-base/src/main/java/org/structr/rest/common/HttpHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/common/MetricsFilter.java b/structr-base/src/main/java/org/structr/rest/common/MetricsFilter.java index fd9ce3c116..394d149144 100644 --- a/structr-base/src/main/java/org/structr/rest/common/MetricsFilter.java +++ b/structr-base/src/main/java/org/structr/rest/common/MetricsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/common/RestModule.java b/structr-base/src/main/java/org/structr/rest/common/RestModule.java index aa1eb2905d..b67a31b126 100644 --- a/structr-base/src/main/java/org/structr/rest/common/RestModule.java +++ b/structr-base/src/main/java/org/structr/rest/common/RestModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/common/Stats.java b/structr-base/src/main/java/org/structr/rest/common/Stats.java index 291b86b3c4..865adf144b 100644 --- a/structr-base/src/main/java/org/structr/rest/common/Stats.java +++ b/structr-base/src/main/java/org/structr/rest/common/Stats.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/common/StatsCallback.java b/structr-base/src/main/java/org/structr/rest/common/StatsCallback.java index 47aac75f15..e6974a22c2 100644 --- a/structr-base/src/main/java/org/structr/rest/common/StatsCallback.java +++ b/structr-base/src/main/java/org/structr/rest/common/StatsCallback.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/common/XMLHandler.java b/structr-base/src/main/java/org/structr/rest/common/XMLHandler.java index bf6aa9e22c..9bab37d4c7 100644 --- a/structr-base/src/main/java/org/structr/rest/common/XMLHandler.java +++ b/structr-base/src/main/java/org/structr/rest/common/XMLHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/common/XMLStructureAnalyzer.java b/structr-base/src/main/java/org/structr/rest/common/XMLStructureAnalyzer.java index 9b809c4381..39a67b6faf 100644 --- a/structr-base/src/main/java/org/structr/rest/common/XMLStructureAnalyzer.java +++ b/structr-base/src/main/java/org/structr/rest/common/XMLStructureAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/exception/IllegalMethodException.java b/structr-base/src/main/java/org/structr/rest/exception/IllegalMethodException.java index 67d81480e5..ca88c20d15 100644 --- a/structr-base/src/main/java/org/structr/rest/exception/IllegalMethodException.java +++ b/structr-base/src/main/java/org/structr/rest/exception/IllegalMethodException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/exception/IllegalPathException.java b/structr-base/src/main/java/org/structr/rest/exception/IllegalPathException.java index 3230ec0fa3..5eaab3eb7d 100644 --- a/structr-base/src/main/java/org/structr/rest/exception/IllegalPathException.java +++ b/structr-base/src/main/java/org/structr/rest/exception/IllegalPathException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/exception/MessageException.java b/structr-base/src/main/java/org/structr/rest/exception/MessageException.java index 1fd8cb3ebf..fd05b25ece 100644 --- a/structr-base/src/main/java/org/structr/rest/exception/MessageException.java +++ b/structr-base/src/main/java/org/structr/rest/exception/MessageException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/exception/NoResultsException.java b/structr-base/src/main/java/org/structr/rest/exception/NoResultsException.java index 51036b7e2f..64ab14786c 100644 --- a/structr-base/src/main/java/org/structr/rest/exception/NoResultsException.java +++ b/structr-base/src/main/java/org/structr/rest/exception/NoResultsException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/exception/NotAllowedException.java b/structr-base/src/main/java/org/structr/rest/exception/NotAllowedException.java index 2f1e8ebabe..5ef44f802e 100644 --- a/structr-base/src/main/java/org/structr/rest/exception/NotAllowedException.java +++ b/structr-base/src/main/java/org/structr/rest/exception/NotAllowedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/exception/NotFoundException.java b/structr-base/src/main/java/org/structr/rest/exception/NotFoundException.java index 3ba59c5e1c..6c78a330de 100644 --- a/structr-base/src/main/java/org/structr/rest/exception/NotFoundException.java +++ b/structr-base/src/main/java/org/structr/rest/exception/NotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/exception/SystemException.java b/structr-base/src/main/java/org/structr/rest/exception/SystemException.java index 0679634e6c..da90aebeee 100644 --- a/structr-base/src/main/java/org/structr/rest/exception/SystemException.java +++ b/structr-base/src/main/java/org/structr/rest/exception/SystemException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/logging/entity/LogEvent.java b/structr-base/src/main/java/org/structr/rest/logging/entity/LogEvent.java index 3fec43f809..cf7db150e7 100644 --- a/structr-base/src/main/java/org/structr/rest/logging/entity/LogEvent.java +++ b/structr-base/src/main/java/org/structr/rest/logging/entity/LogEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/logging/entity/LogObject.java b/structr-base/src/main/java/org/structr/rest/logging/entity/LogObject.java index d9b2e5be1e..ba48bfcc61 100644 --- a/structr-base/src/main/java/org/structr/rest/logging/entity/LogObject.java +++ b/structr-base/src/main/java/org/structr/rest/logging/entity/LogObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/logging/entity/LogSubject.java b/structr-base/src/main/java/org/structr/rest/logging/entity/LogSubject.java index ade1522e5d..d6ff05eca9 100644 --- a/structr-base/src/main/java/org/structr/rest/logging/entity/LogSubject.java +++ b/structr-base/src/main/java/org/structr/rest/logging/entity/LogSubject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/logging/entity/relationship/ObjectEventRelationship.java b/structr-base/src/main/java/org/structr/rest/logging/entity/relationship/ObjectEventRelationship.java index f5c3305d98..d53560fd8a 100644 --- a/structr-base/src/main/java/org/structr/rest/logging/entity/relationship/ObjectEventRelationship.java +++ b/structr-base/src/main/java/org/structr/rest/logging/entity/relationship/ObjectEventRelationship.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/logging/entity/relationship/SubjectEventRelationship.java b/structr-base/src/main/java/org/structr/rest/logging/entity/relationship/SubjectEventRelationship.java index 755a93c666..be8ef1f5ab 100644 --- a/structr-base/src/main/java/org/structr/rest/logging/entity/relationship/SubjectEventRelationship.java +++ b/structr-base/src/main/java/org/structr/rest/logging/entity/relationship/SubjectEventRelationship.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/maintenance/DeleteSpatialIndexCommand.java b/structr-base/src/main/java/org/structr/rest/maintenance/DeleteSpatialIndexCommand.java index 43a242985d..e588dc6186 100644 --- a/structr-base/src/main/java/org/structr/rest/maintenance/DeleteSpatialIndexCommand.java +++ b/structr-base/src/main/java/org/structr/rest/maintenance/DeleteSpatialIndexCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/maintenance/SnapshotCommand.java b/structr-base/src/main/java/org/structr/rest/maintenance/SnapshotCommand.java index ab943ad62c..d550dd28a6 100644 --- a/structr-base/src/main/java/org/structr/rest/maintenance/SnapshotCommand.java +++ b/structr-base/src/main/java/org/structr/rest/maintenance/SnapshotCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/maintenance/UpdateLicenseKeyCommand.java b/structr-base/src/main/java/org/structr/rest/maintenance/UpdateLicenseKeyCommand.java index d435e8cfb7..7d3872f710 100644 --- a/structr-base/src/main/java/org/structr/rest/maintenance/UpdateLicenseKeyCommand.java +++ b/structr-base/src/main/java/org/structr/rest/maintenance/UpdateLicenseKeyCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/CypherQueryResource.java b/structr-base/src/main/java/org/structr/rest/resource/CypherQueryResource.java index 7984463f61..0b0d119540 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/CypherQueryResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/CypherQueryResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/EntityResolverResource.java b/structr-base/src/main/java/org/structr/rest/resource/EntityResolverResource.java index 76dca0a9a5..9ae2d0e00a 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/EntityResolverResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/EntityResolverResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/EnvResource.java b/structr-base/src/main/java/org/structr/rest/resource/EnvResource.java index afaf459b7c..de71089e6b 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/EnvResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/EnvResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/FilterableResource.java b/structr-base/src/main/java/org/structr/rest/resource/FilterableResource.java index 2aa3e5c3d6..ddc4d7dcda 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/FilterableResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/FilterableResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/GlobalSchemaMethodResource.java b/structr-base/src/main/java/org/structr/rest/resource/GlobalSchemaMethodResource.java index 8e5bbd47a8..ce466ba0e9 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/GlobalSchemaMethodResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/GlobalSchemaMethodResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/GlobalSchemaMethodsResource.java b/structr-base/src/main/java/org/structr/rest/resource/GlobalSchemaMethodsResource.java index 2ab0f8d71a..e86a8a33bc 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/GlobalSchemaMethodsResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/GlobalSchemaMethodsResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/GraphQLResource.java b/structr-base/src/main/java/org/structr/rest/resource/GraphQLResource.java index 19602dcbb6..068ae4e8fb 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/GraphQLResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/GraphQLResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/IdsOnlyResource.java b/structr-base/src/main/java/org/structr/rest/resource/IdsOnlyResource.java index 25fe093bb6..c9f26d6bfb 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/IdsOnlyResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/IdsOnlyResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/LogResource.java b/structr-base/src/main/java/org/structr/rest/resource/LogResource.java index 12c5e38539..59ba5ef5a5 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/LogResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/LogResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/MaintenanceParameterResource.java b/structr-base/src/main/java/org/structr/rest/resource/MaintenanceParameterResource.java index 09dd8949e3..3b7c840bfc 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/MaintenanceParameterResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/MaintenanceParameterResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/MaintenanceResource.java b/structr-base/src/main/java/org/structr/rest/resource/MaintenanceResource.java index cbe7f32029..e8755e8f59 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/MaintenanceResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/MaintenanceResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/MeResource.java b/structr-base/src/main/java/org/structr/rest/resource/MeResource.java index 28183249d0..0e8f9ba663 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/MeResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/MeResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/RelationshipNodeResource.java b/structr-base/src/main/java/org/structr/rest/resource/RelationshipNodeResource.java index fa376354dd..ab0fc64a17 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/RelationshipNodeResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/RelationshipNodeResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/RelationshipResource.java b/structr-base/src/main/java/org/structr/rest/resource/RelationshipResource.java index d7c81da984..34f2cef571 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/RelationshipResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/RelationshipResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/Resource.java b/structr-base/src/main/java/org/structr/rest/resource/Resource.java index 52c6203fe8..dca9a80373 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/Resource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/Resource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/RuntimeEventLogResource.java b/structr-base/src/main/java/org/structr/rest/resource/RuntimeEventLogResource.java index 2f4129dcb4..1e6302b00a 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/RuntimeEventLogResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/RuntimeEventLogResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/SchemaJsonResource.java b/structr-base/src/main/java/org/structr/rest/resource/SchemaJsonResource.java index 2dbf1bb55d..9d6c4bab5b 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/SchemaJsonResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/SchemaJsonResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/SchemaMethodResource.java b/structr-base/src/main/java/org/structr/rest/resource/SchemaMethodResource.java index fba651290f..9b64783be8 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/SchemaMethodResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/SchemaMethodResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/SchemaResource.java b/structr-base/src/main/java/org/structr/rest/resource/SchemaResource.java index d88c991f28..2680bbcec7 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/SchemaResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/SchemaResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/SchemaTypeResource.java b/structr-base/src/main/java/org/structr/rest/resource/SchemaTypeResource.java index 5ebdd14841..a232dd4d1a 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/SchemaTypeResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/SchemaTypeResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/StaticRelationshipResource.java b/structr-base/src/main/java/org/structr/rest/resource/StaticRelationshipResource.java index 7075bde722..ac13f70cc8 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/StaticRelationshipResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/StaticRelationshipResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/TypeResource.java b/structr-base/src/main/java/org/structr/rest/resource/TypeResource.java index 9ef4bfdd89..e1dd1dd713 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/TypeResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/TypeResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/TypedIdResource.java b/structr-base/src/main/java/org/structr/rest/resource/TypedIdResource.java index fbcfa959e1..a69965850a 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/TypedIdResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/TypedIdResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/UuidResource.java b/structr-base/src/main/java/org/structr/rest/resource/UuidResource.java index 83ddc4ea4e..19855f0292 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/UuidResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/UuidResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/ViewFilterResource.java b/structr-base/src/main/java/org/structr/rest/resource/ViewFilterResource.java index a72d52a2f2..3ee9150053 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/ViewFilterResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/ViewFilterResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/resource/WrappingResource.java b/structr-base/src/main/java/org/structr/rest/resource/WrappingResource.java index 3f20c1d191..e2820b245a 100644 --- a/structr-base/src/main/java/org/structr/rest/resource/WrappingResource.java +++ b/structr-base/src/main/java/org/structr/rest/resource/WrappingResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/serialization/GraphQLWriter.java b/structr-base/src/main/java/org/structr/rest/serialization/GraphQLWriter.java index 3cd33631b5..7ed6ede90d 100644 --- a/structr-base/src/main/java/org/structr/rest/serialization/GraphQLWriter.java +++ b/structr-base/src/main/java/org/structr/rest/serialization/GraphQLWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/serialization/RestWriter.java b/structr-base/src/main/java/org/structr/rest/serialization/RestWriter.java index 8f6cbd6a6d..67641c86e7 100644 --- a/structr-base/src/main/java/org/structr/rest/serialization/RestWriter.java +++ b/structr-base/src/main/java/org/structr/rest/serialization/RestWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/serialization/StreamingHtmlWriter.java b/structr-base/src/main/java/org/structr/rest/serialization/StreamingHtmlWriter.java index 5c34ff25ff..848dc81628 100644 --- a/structr-base/src/main/java/org/structr/rest/serialization/StreamingHtmlWriter.java +++ b/structr-base/src/main/java/org/structr/rest/serialization/StreamingHtmlWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/serialization/StreamingJsonWriter.java b/structr-base/src/main/java/org/structr/rest/serialization/StreamingJsonWriter.java index fd6ace664d..30ef7dc9be 100644 --- a/structr-base/src/main/java/org/structr/rest/serialization/StreamingJsonWriter.java +++ b/structr-base/src/main/java/org/structr/rest/serialization/StreamingJsonWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/serialization/StreamingWriter.java b/structr-base/src/main/java/org/structr/rest/serialization/StreamingWriter.java index 00f08c2515..68bf487391 100644 --- a/structr-base/src/main/java/org/structr/rest/serialization/StreamingWriter.java +++ b/structr-base/src/main/java/org/structr/rest/serialization/StreamingWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/serialization/StructrJsonHtmlWriter.java b/structr-base/src/main/java/org/structr/rest/serialization/StructrJsonHtmlWriter.java index 5c8c429201..8df0fe1f51 100644 --- a/structr-base/src/main/java/org/structr/rest/serialization/StructrJsonHtmlWriter.java +++ b/structr-base/src/main/java/org/structr/rest/serialization/StructrJsonHtmlWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/serialization/StructrJsonWriter.java b/structr-base/src/main/java/org/structr/rest/serialization/StructrJsonWriter.java index 91483589e9..2eaf0866d8 100644 --- a/structr-base/src/main/java/org/structr/rest/serialization/StructrJsonWriter.java +++ b/structr-base/src/main/java/org/structr/rest/serialization/StructrJsonWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/service/HttpService.java b/structr-base/src/main/java/org/structr/rest/service/HttpService.java index fca7472f60..0a6fbd6965 100644 --- a/structr-base/src/main/java/org/structr/rest/service/HttpService.java +++ b/structr-base/src/main/java/org/structr/rest/service/HttpService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/service/HttpServiceLifecycleListener.java b/structr-base/src/main/java/org/structr/rest/service/HttpServiceLifecycleListener.java index 4cdf5f363c..3dc5e81492 100644 --- a/structr-base/src/main/java/org/structr/rest/service/HttpServiceLifecycleListener.java +++ b/structr-base/src/main/java/org/structr/rest/service/HttpServiceLifecycleListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/service/HttpServiceServlet.java b/structr-base/src/main/java/org/structr/rest/service/HttpServiceServlet.java index b3c2bd0cc7..d20ffe5e07 100644 --- a/structr-base/src/main/java/org/structr/rest/service/HttpServiceServlet.java +++ b/structr-base/src/main/java/org/structr/rest/service/HttpServiceServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/service/StructrHttpServiceConfig.java b/structr-base/src/main/java/org/structr/rest/service/StructrHttpServiceConfig.java index d68f85c67c..9e08094e9d 100644 --- a/structr-base/src/main/java/org/structr/rest/service/StructrHttpServiceConfig.java +++ b/structr-base/src/main/java/org/structr/rest/service/StructrHttpServiceConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/service/StructrSessionDataStore.java b/structr-base/src/main/java/org/structr/rest/service/StructrSessionDataStore.java index 6511d9cf49..3e15b1199b 100644 --- a/structr-base/src/main/java/org/structr/rest/service/StructrSessionDataStore.java +++ b/structr-base/src/main/java/org/structr/rest/service/StructrSessionDataStore.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/servlet/AbstractDataServlet.java b/structr-base/src/main/java/org/structr/rest/servlet/AbstractDataServlet.java index d9b8230af7..7242a1118a 100644 --- a/structr-base/src/main/java/org/structr/rest/servlet/AbstractDataServlet.java +++ b/structr-base/src/main/java/org/structr/rest/servlet/AbstractDataServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/servlet/AbstractServletBase.java b/structr-base/src/main/java/org/structr/rest/servlet/AbstractServletBase.java index afbed04016..977be92c1a 100644 --- a/structr-base/src/main/java/org/structr/rest/servlet/AbstractServletBase.java +++ b/structr-base/src/main/java/org/structr/rest/servlet/AbstractServletBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/servlet/ConfigServlet.java b/structr-base/src/main/java/org/structr/rest/servlet/ConfigServlet.java index 9b44f80308..f30f98c559 100644 --- a/structr-base/src/main/java/org/structr/rest/servlet/ConfigServlet.java +++ b/structr-base/src/main/java/org/structr/rest/servlet/ConfigServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/servlet/CsvServlet.java b/structr-base/src/main/java/org/structr/rest/servlet/CsvServlet.java index df77d20c53..9ea9a5d6ae 100644 --- a/structr-base/src/main/java/org/structr/rest/servlet/CsvServlet.java +++ b/structr-base/src/main/java/org/structr/rest/servlet/CsvServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/servlet/GraphQLServlet.java b/structr-base/src/main/java/org/structr/rest/servlet/GraphQLServlet.java index f233c097be..a1410b96d4 100644 --- a/structr-base/src/main/java/org/structr/rest/servlet/GraphQLServlet.java +++ b/structr-base/src/main/java/org/structr/rest/servlet/GraphQLServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/servlet/JsonRestServlet.java b/structr-base/src/main/java/org/structr/rest/servlet/JsonRestServlet.java index cc76eae52a..38b5ee2d63 100644 --- a/structr-base/src/main/java/org/structr/rest/servlet/JsonRestServlet.java +++ b/structr-base/src/main/java/org/structr/rest/servlet/JsonRestServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/servlet/MetricsServlet.java b/structr-base/src/main/java/org/structr/rest/servlet/MetricsServlet.java index eb9df13d43..c30ccf440b 100644 --- a/structr-base/src/main/java/org/structr/rest/servlet/MetricsServlet.java +++ b/structr-base/src/main/java/org/structr/rest/servlet/MetricsServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/servlet/OpenAPIServlet.java b/structr-base/src/main/java/org/structr/rest/servlet/OpenAPIServlet.java index e732818d12..71760727b8 100644 --- a/structr-base/src/main/java/org/structr/rest/servlet/OpenAPIServlet.java +++ b/structr-base/src/main/java/org/structr/rest/servlet/OpenAPIServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/rest/servlet/ResourceHelper.java b/structr-base/src/main/java/org/structr/rest/servlet/ResourceHelper.java index b0b323c982..e36a310d17 100644 --- a/structr-base/src/main/java/org/structr/rest/servlet/ResourceHelper.java +++ b/structr-base/src/main/java/org/structr/rest/servlet/ResourceHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/CodeSource.java b/structr-base/src/main/java/org/structr/schema/CodeSource.java index 3d670440d1..b2e5286b1e 100644 --- a/structr-base/src/main/java/org/structr/schema/CodeSource.java +++ b/structr-base/src/main/java/org/structr/schema/CodeSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/CodeSourceViewSet.java b/structr-base/src/main/java/org/structr/schema/CodeSourceViewSet.java index 4182a0f135..17a0d4de55 100644 --- a/structr-base/src/main/java/org/structr/schema/CodeSourceViewSet.java +++ b/structr-base/src/main/java/org/structr/schema/CodeSourceViewSet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/ConfigurationProvider.java b/structr-base/src/main/java/org/structr/schema/ConfigurationProvider.java index 9d90c2667d..e2654ba67a 100644 --- a/structr-base/src/main/java/org/structr/schema/ConfigurationProvider.java +++ b/structr-base/src/main/java/org/structr/schema/ConfigurationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/NonIndexed.java b/structr-base/src/main/java/org/structr/schema/NonIndexed.java index e5f087c136..55c41f2b95 100644 --- a/structr-base/src/main/java/org/structr/schema/NonIndexed.java +++ b/structr-base/src/main/java/org/structr/schema/NonIndexed.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/ReloadSchema.java b/structr-base/src/main/java/org/structr/schema/ReloadSchema.java index 8c8978fe17..d3927cdb0f 100644 --- a/structr-base/src/main/java/org/structr/schema/ReloadSchema.java +++ b/structr-base/src/main/java/org/structr/schema/ReloadSchema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/Schema.java b/structr-base/src/main/java/org/structr/schema/Schema.java index 4731d8c081..71ca68995f 100644 --- a/structr-base/src/main/java/org/structr/schema/Schema.java +++ b/structr-base/src/main/java/org/structr/schema/Schema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/SchemaDeserializationStrategy.java b/structr-base/src/main/java/org/structr/schema/SchemaDeserializationStrategy.java index fdd76ca3f0..4fa06250fe 100644 --- a/structr-base/src/main/java/org/structr/schema/SchemaDeserializationStrategy.java +++ b/structr-base/src/main/java/org/structr/schema/SchemaDeserializationStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/SchemaHelper.java b/structr-base/src/main/java/org/structr/schema/SchemaHelper.java index dea17f0e06..b02852e044 100644 --- a/structr-base/src/main/java/org/structr/schema/SchemaHelper.java +++ b/structr-base/src/main/java/org/structr/schema/SchemaHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/SchemaService.java b/structr-base/src/main/java/org/structr/schema/SchemaService.java index 98a530b62f..2c2e503320 100644 --- a/structr-base/src/main/java/org/structr/schema/SchemaService.java +++ b/structr-base/src/main/java/org/structr/schema/SchemaService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/SourceFile.java b/structr-base/src/main/java/org/structr/schema/SourceFile.java index f487843be8..bc447b7669 100644 --- a/structr-base/src/main/java/org/structr/schema/SourceFile.java +++ b/structr-base/src/main/java/org/structr/schema/SourceFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/SourceLine.java b/structr-base/src/main/java/org/structr/schema/SourceLine.java index bfe0ca3a85..ca3bc7d436 100644 --- a/structr-base/src/main/java/org/structr/schema/SourceLine.java +++ b/structr-base/src/main/java/org/structr/schema/SourceLine.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/Transformer.java b/structr-base/src/main/java/org/structr/schema/Transformer.java index 5b6eb5824e..1a5647a7a6 100644 --- a/structr-base/src/main/java/org/structr/schema/Transformer.java +++ b/structr-base/src/main/java/org/structr/schema/Transformer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/Validator.java b/structr-base/src/main/java/org/structr/schema/Validator.java index c3851cf2a9..f8b0609da5 100644 --- a/structr-base/src/main/java/org/structr/schema/Validator.java +++ b/structr-base/src/main/java/org/structr/schema/Validator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/action/ActionContext.java b/structr-base/src/main/java/org/structr/schema/action/ActionContext.java index c13d59963b..333193a943 100644 --- a/structr-base/src/main/java/org/structr/schema/action/ActionContext.java +++ b/structr-base/src/main/java/org/structr/schema/action/ActionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/action/ActionEntry.java b/structr-base/src/main/java/org/structr/schema/action/ActionEntry.java index 44f0f12cf8..a95bc32f16 100644 --- a/structr-base/src/main/java/org/structr/schema/action/ActionEntry.java +++ b/structr-base/src/main/java/org/structr/schema/action/ActionEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/action/Actions.java b/structr-base/src/main/java/org/structr/schema/action/Actions.java index f9c71ee468..226c9b61a7 100644 --- a/structr-base/src/main/java/org/structr/schema/action/Actions.java +++ b/structr-base/src/main/java/org/structr/schema/action/Actions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/action/ErrorReporter.java b/structr-base/src/main/java/org/structr/schema/action/ErrorReporter.java index 2a3da87b86..33123f1710 100644 --- a/structr-base/src/main/java/org/structr/schema/action/ErrorReporter.java +++ b/structr-base/src/main/java/org/structr/schema/action/ErrorReporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/action/EvaluationHints.java b/structr-base/src/main/java/org/structr/schema/action/EvaluationHints.java index b4e8a6a706..a31b3063fa 100644 --- a/structr-base/src/main/java/org/structr/schema/action/EvaluationHints.java +++ b/structr-base/src/main/java/org/structr/schema/action/EvaluationHints.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/action/Function.java b/structr-base/src/main/java/org/structr/schema/action/Function.java index b5ff1b6953..71e7064138 100644 --- a/structr-base/src/main/java/org/structr/schema/action/Function.java +++ b/structr-base/src/main/java/org/structr/schema/action/Function.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/action/Hint.java b/structr-base/src/main/java/org/structr/schema/action/Hint.java index fc443b2a3b..e63a80b252 100644 --- a/structr-base/src/main/java/org/structr/schema/action/Hint.java +++ b/structr-base/src/main/java/org/structr/schema/action/Hint.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/action/JavaScriptSource.java b/structr-base/src/main/java/org/structr/schema/action/JavaScriptSource.java index 31d61b180b..82d9de8949 100644 --- a/structr-base/src/main/java/org/structr/schema/action/JavaScriptSource.java +++ b/structr-base/src/main/java/org/structr/schema/action/JavaScriptSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/action/Notification.java b/structr-base/src/main/java/org/structr/schema/action/Notification.java index 54ca3c70dc..a302f1e737 100644 --- a/structr-base/src/main/java/org/structr/schema/action/Notification.java +++ b/structr-base/src/main/java/org/structr/schema/action/Notification.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/BlacklistSchemaNodeWhenMissingPackage.java b/structr-base/src/main/java/org/structr/schema/compiler/BlacklistSchemaNodeWhenMissingPackage.java index f7e4045fa0..88d8e24f7b 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/BlacklistSchemaNodeWhenMissingPackage.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/BlacklistSchemaNodeWhenMissingPackage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/BlacklistUnlicensedTypes.java b/structr-base/src/main/java/org/structr/schema/compiler/BlacklistUnlicensedTypes.java index 0b07596864..e89821597d 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/BlacklistUnlicensedTypes.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/BlacklistUnlicensedTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/CharSequenceJavaFileObject.java b/structr-base/src/main/java/org/structr/schema/compiler/CharSequenceJavaFileObject.java index 2378eb8e79..cbcc3dd763 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/CharSequenceJavaFileObject.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/CharSequenceJavaFileObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/ClassFileManager.java b/structr-base/src/main/java/org/structr/schema/compiler/ClassFileManager.java index 4afe4797b0..cd7b0ae443 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/ClassFileManager.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/ClassFileManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/ExtendNotionPropertyWithUuid.java b/structr-base/src/main/java/org/structr/schema/compiler/ExtendNotionPropertyWithUuid.java index b9b1bd7003..24bf267b0c 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/ExtendNotionPropertyWithUuid.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/ExtendNotionPropertyWithUuid.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/JavaClassObject.java b/structr-base/src/main/java/org/structr/schema/compiler/JavaClassObject.java index 439eda337c..b7ec5054a9 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/JavaClassObject.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/JavaClassObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/MigrationHandler.java b/structr-base/src/main/java/org/structr/schema/compiler/MigrationHandler.java index 79ee12bc2b..8a8cdb82b2 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/MigrationHandler.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/MigrationHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/NodeExtender.java b/structr-base/src/main/java/org/structr/schema/compiler/NodeExtender.java index 03229aa316..cb44bbd7ae 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/NodeExtender.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/NodeExtender.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/RemoveClassesWithUnknownSymbols.java b/structr-base/src/main/java/org/structr/schema/compiler/RemoveClassesWithUnknownSymbols.java index 943ceca3db..c36ff0e112 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/RemoveClassesWithUnknownSymbols.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/RemoveClassesWithUnknownSymbols.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/RemoveDuplicateClasses.java b/structr-base/src/main/java/org/structr/schema/compiler/RemoveDuplicateClasses.java index b41809e60e..76bf750e18 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/RemoveDuplicateClasses.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/RemoveDuplicateClasses.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/RemoveExportedMethodsWithoutSecurityContext.java b/structr-base/src/main/java/org/structr/schema/compiler/RemoveExportedMethodsWithoutSecurityContext.java index 1288588527..857f89d553 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/RemoveExportedMethodsWithoutSecurityContext.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/RemoveExportedMethodsWithoutSecurityContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/RemoveFileSetPropertiesMethodWithoutParameters.java b/structr-base/src/main/java/org/structr/schema/compiler/RemoveFileSetPropertiesMethodWithoutParameters.java index c42db1fa44..8ce1ab46c8 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/RemoveFileSetPropertiesMethodWithoutParameters.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/RemoveFileSetPropertiesMethodWithoutParameters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/RemoveIncompatibleTypes.java b/structr-base/src/main/java/org/structr/schema/compiler/RemoveIncompatibleTypes.java index f961ad0e3e..1c0ea0bdb5 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/RemoveIncompatibleTypes.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/RemoveIncompatibleTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * @@ -16,7 +16,6 @@ * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ - package org.structr.schema.compiler; import org.slf4j.Logger; diff --git a/structr-base/src/main/java/org/structr/schema/compiler/RemoveMethodsWithUnusedSignature.java b/structr-base/src/main/java/org/structr/schema/compiler/RemoveMethodsWithUnusedSignature.java index e9bbbd1374..6d8eae941d 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/RemoveMethodsWithUnusedSignature.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/RemoveMethodsWithUnusedSignature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/compiler/RemoveTypesWithNonExistentPackages.java b/structr-base/src/main/java/org/structr/schema/compiler/RemoveTypesWithNonExistentPackages.java index 95c095341f..5aec06793a 100644 --- a/structr-base/src/main/java/org/structr/schema/compiler/RemoveTypesWithNonExistentPackages.java +++ b/structr-base/src/main/java/org/structr/schema/compiler/RemoveTypesWithNonExistentPackages.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * @@ -16,7 +16,6 @@ * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ - package org.structr.schema.compiler; import org.slf4j.Logger; diff --git a/structr-base/src/main/java/org/structr/schema/export/IdNotionReferenceProperty.java b/structr-base/src/main/java/org/structr/schema/export/IdNotionReferenceProperty.java index 60343f73b3..98bd135160 100644 --- a/structr-base/src/main/java/org/structr/schema/export/IdNotionReferenceProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/IdNotionReferenceProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/NotionReferenceProperty.java b/structr-base/src/main/java/org/structr/schema/export/NotionReferenceProperty.java index 69bf994071..3e7c7e2cf1 100644 --- a/structr-base/src/main/java/org/structr/schema/export/NotionReferenceProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/NotionReferenceProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrBooleanArrayProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrBooleanArrayProperty.java index db1a3d4246..8aed419dea 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrBooleanArrayProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrBooleanArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrBooleanProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrBooleanProperty.java index 9da0715d55..a8ead264e2 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrBooleanProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrBooleanProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrCountProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrCountProperty.java index 80acfc9c07..2c8e67a9b7 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrCountProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrCountProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrCustomProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrCustomProperty.java index b39eb869c1..9ca2a07785 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrCustomProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrCustomProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrDateArrayProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrDateArrayProperty.java index 108cbd38a9..7175396476 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrDateArrayProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrDateArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrDateProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrDateProperty.java index 9eb19d1616..62c2ecb52a 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrDateProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrDateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrDefinition.java b/structr-base/src/main/java/org/structr/schema/export/StructrDefinition.java index b716ffaf62..7b13a62d86 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrDefinition.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrDynamicProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrDynamicProperty.java index 048d9ffc6a..f36fccd7d5 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrDynamicProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrDynamicProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrEncryptedStringProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrEncryptedStringProperty.java index 17d1f9ee98..08197433a8 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrEncryptedStringProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrEncryptedStringProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrEnumProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrEnumProperty.java index 4713b65bdd..74d37c1411 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrEnumProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrEnumProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrFunctionProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrFunctionProperty.java index 0e6cb4057b..dd7b84fb03 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrFunctionProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrFunctionProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrGlobalSchemaMethods.java b/structr-base/src/main/java/org/structr/schema/export/StructrGlobalSchemaMethods.java index 2756b85907..b9f4ae80cf 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrGlobalSchemaMethods.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrGlobalSchemaMethods.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrGrantDefinition.java b/structr-base/src/main/java/org/structr/schema/export/StructrGrantDefinition.java index c9e607af17..4dc09b65bc 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrGrantDefinition.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrGrantDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrIntegerArrayProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrIntegerArrayProperty.java index 2188b75adf..114dd8d03e 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrIntegerArrayProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrIntegerArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrIntegerProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrIntegerProperty.java index 2b79bae9ba..135110b602 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrIntegerProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrIntegerProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrLongArrayProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrLongArrayProperty.java index 631fcfe844..6b5f00dd4d 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrLongArrayProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrLongArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrLongProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrLongProperty.java index 0ac48a0101..a17127c21b 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrLongProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrLongProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrMethodDefinition.java b/structr-base/src/main/java/org/structr/schema/export/StructrMethodDefinition.java index 1da8ed96c9..9d60418799 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrMethodDefinition.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrMethodDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrNodeTypeDefinition.java b/structr-base/src/main/java/org/structr/schema/export/StructrNodeTypeDefinition.java index 085325eb1d..980b3107d4 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrNodeTypeDefinition.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrNodeTypeDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrNumberArrayProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrNumberArrayProperty.java index e53343f1b7..cb35f4d351 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrNumberArrayProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrNumberArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrNumberProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrNumberProperty.java index 6b849504d8..a10d09c744 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrNumberProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrNumberProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrParameterDefinition.java b/structr-base/src/main/java/org/structr/schema/export/StructrParameterDefinition.java index 3488a60a3a..b8824e2a55 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrParameterDefinition.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrParameterDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrPasswordProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrPasswordProperty.java index b54b2f01a3..1d6bacb7ab 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrPasswordProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrPasswordProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrPropertyDefinition.java b/structr-base/src/main/java/org/structr/schema/export/StructrPropertyDefinition.java index 1bed1765f5..e122ca03a7 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrPropertyDefinition.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrPropertyDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrReferenceProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrReferenceProperty.java index 0e91acb896..8d94ad2c32 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrReferenceProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrReferenceProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrRelationshipTypeDefinition.java b/structr-base/src/main/java/org/structr/schema/export/StructrRelationshipTypeDefinition.java index f6974b74a3..5e30b18879 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrRelationshipTypeDefinition.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrRelationshipTypeDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrSchema.java b/structr-base/src/main/java/org/structr/schema/export/StructrSchema.java index 9eb3c5047f..2bb5058da3 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrSchema.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrSchema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrSchemaDefinition.java b/structr-base/src/main/java/org/structr/schema/export/StructrSchemaDefinition.java index deceb7480a..7a39820775 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrSchemaDefinition.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrSchemaDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrScriptProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrScriptProperty.java index 7d43c78212..9a55af47bc 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrScriptProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrScriptProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrStringArrayProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrStringArrayProperty.java index ffc8cc8b28..e3398795ab 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrStringArrayProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrStringArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrStringProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrStringProperty.java index 7ac7dfe15f..fdd1c5bc63 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrStringProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrStringProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrThumbnailProperty.java b/structr-base/src/main/java/org/structr/schema/export/StructrThumbnailProperty.java index 3146d3eeec..e77d9b79a7 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrThumbnailProperty.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrThumbnailProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrTypeDefinition.java b/structr-base/src/main/java/org/structr/schema/export/StructrTypeDefinition.java index a8d0570519..bdab98100a 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrTypeDefinition.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrTypeDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/export/StructrTypeDefinitions.java b/structr-base/src/main/java/org/structr/schema/export/StructrTypeDefinitions.java index 08b38fb640..20cbb80ca4 100644 --- a/structr-base/src/main/java/org/structr/schema/export/StructrTypeDefinitions.java +++ b/structr-base/src/main/java/org/structr/schema/export/StructrTypeDefinitions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/importer/FileBasedHashLongMap.java b/structr-base/src/main/java/org/structr/schema/importer/FileBasedHashLongMap.java index 3f1bc2341f..51c66b6f9d 100644 --- a/structr-base/src/main/java/org/structr/schema/importer/FileBasedHashLongMap.java +++ b/structr-base/src/main/java/org/structr/schema/importer/FileBasedHashLongMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/importer/LazyFileBasedLongCollection.java b/structr-base/src/main/java/org/structr/schema/importer/LazyFileBasedLongCollection.java index f3015d598f..a49052ef3f 100644 --- a/structr-base/src/main/java/org/structr/schema/importer/LazyFileBasedLongCollection.java +++ b/structr-base/src/main/java/org/structr/schema/importer/LazyFileBasedLongCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/importer/NodeInfo.java b/structr-base/src/main/java/org/structr/schema/importer/NodeInfo.java index 0e3408d73f..afb4b3af58 100644 --- a/structr-base/src/main/java/org/structr/schema/importer/NodeInfo.java +++ b/structr-base/src/main/java/org/structr/schema/importer/NodeInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/importer/RDFImporter.java b/structr-base/src/main/java/org/structr/schema/importer/RDFImporter.java index e422a26266..7a82f7c619 100644 --- a/structr-base/src/main/java/org/structr/schema/importer/RDFImporter.java +++ b/structr-base/src/main/java/org/structr/schema/importer/RDFImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/importer/RelationshipInfo.java b/structr-base/src/main/java/org/structr/schema/importer/RelationshipInfo.java index 8364f0d374..20a2061119 100644 --- a/structr-base/src/main/java/org/structr/schema/importer/RelationshipInfo.java +++ b/structr-base/src/main/java/org/structr/schema/importer/RelationshipInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/importer/SchemaAnalyzer.java b/structr-base/src/main/java/org/structr/schema/importer/SchemaAnalyzer.java index 02d02a6d32..26a3ac3700 100644 --- a/structr-base/src/main/java/org/structr/schema/importer/SchemaAnalyzer.java +++ b/structr-base/src/main/java/org/structr/schema/importer/SchemaAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/importer/SchemaJsonImporter.java b/structr-base/src/main/java/org/structr/schema/importer/SchemaJsonImporter.java index 3c8f1b8fd5..112aecea94 100644 --- a/structr-base/src/main/java/org/structr/schema/importer/SchemaJsonImporter.java +++ b/structr-base/src/main/java/org/structr/schema/importer/SchemaJsonImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/importer/TypeInfo.java b/structr-base/src/main/java/org/structr/schema/importer/TypeInfo.java index e398631c9b..75674717f2 100644 --- a/structr-base/src/main/java/org/structr/schema/importer/TypeInfo.java +++ b/structr-base/src/main/java/org/structr/schema/importer/TypeInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIAllOf.java b/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIAllOf.java index 2cf2d7e9ee..7f31f83e2c 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIAllOf.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIAllOf.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIAnyOf.java b/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIAnyOf.java index f7b782a6c3..94830ba4e1 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIAnyOf.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIAnyOf.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIOneOf.java b/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIOneOf.java index 6d662e8c7f..6b89a8fddd 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIOneOf.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIOneOf.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIResponseReference.java b/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIResponseReference.java index b14af7dd10..9b3f32068c 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIResponseReference.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPIResponseReference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPISchemaReference.java b/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPISchemaReference.java index f5f670a29a..6f5c7cbe7e 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPISchemaReference.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/common/OpenAPISchemaReference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/example/OpenAPIObjectResultExample.java b/structr-base/src/main/java/org/structr/schema/openapi/example/OpenAPIObjectResultExample.java index 697d9dd73d..d4f49262ce 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/example/OpenAPIObjectResultExample.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/example/OpenAPIObjectResultExample.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/example/OpenAPIStructrTypeExample.java b/structr-base/src/main/java/org/structr/schema/openapi/example/OpenAPIStructrTypeExample.java index c5a4d1d0e1..77e79b2148 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/example/OpenAPIStructrTypeExample.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/example/OpenAPIStructrTypeExample.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIDeleteMultipleOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIDeleteMultipleOperation.java index 0cff0b3c80..7ed4d1a237 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIDeleteMultipleOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIDeleteMultipleOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIDeleteSingleOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIDeleteSingleOperation.java index eb96e0966f..170177238d 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIDeleteSingleOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIDeleteSingleOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGetMultipleOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGetMultipleOperation.java index b6bec59e47..2118af38da 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGetMultipleOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGetMultipleOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGetSingleOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGetSingleOperation.java index 7045b15a78..84e361c2d6 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGetSingleOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGetSingleOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGlobalSchemaMethodOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGlobalSchemaMethodOperation.java index 2dcb5a22bb..cd448a58ee 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGlobalSchemaMethodOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIGlobalSchemaMethodOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPILoginOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPILoginOperation.java index 1cca4e3e33..4db2de2dfa 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPILoginOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPILoginOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPILogoutOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPILogoutOperation.java index 5f67342b6d..dae99d739a 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPILogoutOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPILogoutOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIMethodOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIMethodOperation.java index 3499439e96..89804d7772 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIMethodOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIMethodOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIOperation.java index 74647f9e3c..f7d8c34a64 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPatchOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPatchOperation.java index 2bcf402e69..42fecf3fcc 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPatchOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPatchOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPostOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPostOperation.java index b0e0e5a607..bb80f6d372 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPostOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPostOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPutSingleOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPutSingleOperation.java index 904e76385d..6952d7ed2b 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPutSingleOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIPutSingleOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIRegistrationOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIRegistrationOperation.java index e1b18f773d..65a6a42ee6 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIRegistrationOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIRegistrationOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIResetPasswordOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIResetPasswordOperation.java index 9471de391d..6d3550a240 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIResetPasswordOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIResetPasswordOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIStaticMethodOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIStaticMethodOperation.java index a613bc058f..1503b577ae 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIStaticMethodOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPIStaticMethodOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPITokenOperation.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPITokenOperation.java index e692ffa443..4e1ea431d3 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPITokenOperation.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/OpenAPITokenOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationChangeNodePropertyKey.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationChangeNodePropertyKey.java index 43e46b14da..6a0bead750 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationChangeNodePropertyKey.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationChangeNodePropertyKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationClearDatabase.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationClearDatabase.java index 736c882860..ce5bec3659 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationClearDatabase.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationClearDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationCopyRelationshipProperties.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationCopyRelationshipProperties.java index ab51369a05..887938906d 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationCopyRelationshipProperties.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationCopyRelationshipProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationCreateLabels.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationCreateLabels.java index 3671ea1bcc..1e44525580 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationCreateLabels.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationCreateLabels.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDeploy.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDeploy.java index 8ff0650373..3821fb7bb9 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDeploy.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDeploy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDeployData.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDeployData.java index 8400234ec0..6e301afd0c 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDeployData.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDeployData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDirectFileImport.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDirectFileImport.java index 3606b133bb..ee76f02606 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDirectFileImport.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationDirectFileImport.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationFixNodeProperties.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationFixNodeProperties.java index 6a54e17d24..ae8100c479 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationFixNodeProperties.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationFixNodeProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationFlushCaches.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationFlushCaches.java index 25362b897c..ecca5ccbaf 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationFlushCaches.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationFlushCaches.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationLetsencrypt.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationLetsencrypt.java index 9972ad6656..3146c295f2 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationLetsencrypt.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationLetsencrypt.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationRebuildIndex.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationRebuildIndex.java index aebbbc02e9..b61f1f240a 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationRebuildIndex.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationRebuildIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetNodeProperties.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetNodeProperties.java index 735cd7555d..2e59d69612 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetNodeProperties.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetNodeProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetRelationshipProperties.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetRelationshipProperties.java index 523f63d555..e88eb8a3bd 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetRelationshipProperties.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetRelationshipProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetUuid.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetUuid.java index 0a88d426e6..bba2e7d447 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetUuid.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSetUuid.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSnapshot.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSnapshot.java index e9ff86f248..ade7ca9982 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSnapshot.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSync.java b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSync.java index ba6557b6f6..c53d3529f5 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSync.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/operation/maintenance/OpenAPIMaintenanceOperationSync.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPICookieParameter.java b/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPICookieParameter.java index 0eae86e015..94594fa01f 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPICookieParameter.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPICookieParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIHeaderParameter.java b/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIHeaderParameter.java index 7d0f325a62..e8d9e1c2b6 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIHeaderParameter.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIHeaderParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIPathParameter.java b/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIPathParameter.java index 0ed8463e7c..ced4cee8e6 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIPathParameter.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIPathParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIPropertyQueryParameter.java b/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIPropertyQueryParameter.java index 1000660c96..68cbe86f0c 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIPropertyQueryParameter.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIPropertyQueryParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIQueryParameter.java b/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIQueryParameter.java index ec1759a3a2..ad67b1bb34 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIQueryParameter.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/parameter/OpenAPIQueryParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/request/OpenAPIRequestResponse.java b/structr-base/src/main/java/org/structr/schema/openapi/request/OpenAPIRequestResponse.java index 25946cffde..dfb68c99dd 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/request/OpenAPIRequestResponse.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/request/OpenAPIRequestResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPICreateResponseSchema.java b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPICreateResponseSchema.java index 91d64427c6..0a05916bf1 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPICreateResponseSchema.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPICreateResponseSchema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIExampleAnyResult.java b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIExampleAnyResult.java index 6d8d5a910a..15bbc8674b 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIExampleAnyResult.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIExampleAnyResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIExampleArrayResult.java b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIExampleArrayResult.java index 1a27c8fda1..004afe9a44 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIExampleArrayResult.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIExampleArrayResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIMultipleResponseSchema.java b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIMultipleResponseSchema.java index 62718e376a..7597a25c75 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIMultipleResponseSchema.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIMultipleResponseSchema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPISingleResponseSchema.java b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPISingleResponseSchema.java index 5a1d51c336..839ad8ee24 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPISingleResponseSchema.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPISingleResponseSchema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIWriteResponseSchema.java b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIWriteResponseSchema.java index 772961ba7e..511773c882 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIWriteResponseSchema.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/result/OpenAPIWriteResponseSchema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIArraySchema.java b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIArraySchema.java index 5e0f80a202..d851fce953 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIArraySchema.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIArraySchema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIBaseSchemaWrite.java b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIBaseSchemaWrite.java index 330c2ff478..321dfbe4d1 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIBaseSchemaWrite.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIBaseSchemaWrite.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIObjectSchema.java b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIObjectSchema.java index 1045a1a605..5821b65962 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIObjectSchema.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIObjectSchema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIPrimitiveSchema.java b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIPrimitiveSchema.java index 9c004a97be..866401c6fc 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIPrimitiveSchema.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIPrimitiveSchema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIResultSchema.java b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIResultSchema.java index 9df5620f14..2f0a205b1a 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIResultSchema.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIResultSchema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIStructrTypeSchemaInput.java b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIStructrTypeSchemaInput.java index 49270316fb..c9765b99bc 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIStructrTypeSchemaInput.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIStructrTypeSchemaInput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIStructrTypeSchemaOutput.java b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIStructrTypeSchemaOutput.java index f827a6241b..91e85a4505 100644 --- a/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIStructrTypeSchemaOutput.java +++ b/structr-base/src/main/java/org/structr/schema/openapi/schema/OpenAPIStructrTypeSchemaOutput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/BooleanArrayPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/BooleanArrayPropertyParser.java index 482d58111f..6b42c67517 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/BooleanArrayPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/BooleanArrayPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/BooleanPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/BooleanPropertyParser.java index 81804f3b36..20cf54aafb 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/BooleanPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/BooleanPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/CountPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/CountPropertyParser.java index 82b5a09663..7860a2cf15 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/CountPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/CountPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/CustomPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/CustomPropertyParser.java index efbc5a0fd2..a4d8c41357 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/CustomPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/CustomPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/CypherPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/CypherPropertyParser.java index fb4af230e8..219acbeb2c 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/CypherPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/CypherPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/DateArrayPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/DateArrayPropertyParser.java index 2665345533..94ce756774 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/DateArrayPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/DateArrayPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/DatePropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/DatePropertyParser.java index 35d9eb671b..fed7f8d364 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/DatePropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/DatePropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/DoubleArrayPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/DoubleArrayPropertyParser.java index d6719d9513..9aaedc0fcd 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/DoubleArrayPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/DoubleArrayPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/DoublePropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/DoublePropertyParser.java index 233cdde841..3419569cfa 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/DoublePropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/DoublePropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/EncryptedStringPropertySourceGenerator.java b/structr-base/src/main/java/org/structr/schema/parser/EncryptedStringPropertySourceGenerator.java index f6870e891b..d99db14766 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/EncryptedStringPropertySourceGenerator.java +++ b/structr-base/src/main/java/org/structr/schema/parser/EncryptedStringPropertySourceGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/EnumPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/EnumPropertyParser.java index f36be84062..c5578af0b0 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/EnumPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/EnumPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/FunctionPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/FunctionPropertyParser.java index c21135faf3..31ca851a0f 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/FunctionPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/FunctionPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/IdNotionPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/IdNotionPropertyParser.java index 21f1dff9f3..b064292aa0 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/IdNotionPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/IdNotionPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/IntPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/IntPropertyParser.java index d5c689873f..64ee454b59 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/IntPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/IntPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/IntegerArrayPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/IntegerArrayPropertyParser.java index b17dd38a93..bab83aa102 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/IntegerArrayPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/IntegerArrayPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/JoinPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/JoinPropertyParser.java index 7d07766f3b..6ddbd56c78 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/JoinPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/JoinPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/LongArrayPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/LongArrayPropertyParser.java index 9ea051058c..1d7ab4e552 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/LongArrayPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/LongArrayPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/LongPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/LongPropertyParser.java index a896abe578..230a9350a1 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/LongPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/LongPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/NotionPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/NotionPropertyParser.java index 5a5651b811..cd81396a58 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/NotionPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/NotionPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/NumericalPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/NumericalPropertyParser.java index b23a73ed8b..420707eb20 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/NumericalPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/NumericalPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/PasswordPropertySourceGenerator.java b/structr-base/src/main/java/org/structr/schema/parser/PasswordPropertySourceGenerator.java index ceb97463fd..f46ccad614 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/PasswordPropertySourceGenerator.java +++ b/structr-base/src/main/java/org/structr/schema/parser/PasswordPropertySourceGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/PropertyDefinition.java b/structr-base/src/main/java/org/structr/schema/parser/PropertyDefinition.java index 5b679776e7..28a9009e89 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/PropertyDefinition.java +++ b/structr-base/src/main/java/org/structr/schema/parser/PropertyDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/PropertySourceGenerator.java b/structr-base/src/main/java/org/structr/schema/parser/PropertySourceGenerator.java index 5087ce6f7d..01167d825b 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/PropertySourceGenerator.java +++ b/structr-base/src/main/java/org/structr/schema/parser/PropertySourceGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/StringArrayPropertyParser.java b/structr-base/src/main/java/org/structr/schema/parser/StringArrayPropertyParser.java index e0ffa7fc93..fd9a76ec7a 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/StringArrayPropertyParser.java +++ b/structr-base/src/main/java/org/structr/schema/parser/StringArrayPropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/StringBasedPropertyDefinition.java b/structr-base/src/main/java/org/structr/schema/parser/StringBasedPropertyDefinition.java index 923ba54009..55b6018f65 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/StringBasedPropertyDefinition.java +++ b/structr-base/src/main/java/org/structr/schema/parser/StringBasedPropertyDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/StringPropertySourceGenerator.java b/structr-base/src/main/java/org/structr/schema/parser/StringPropertySourceGenerator.java index dbdfd82e4a..963e25dfea 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/StringPropertySourceGenerator.java +++ b/structr-base/src/main/java/org/structr/schema/parser/StringPropertySourceGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/schema/parser/Validator.java b/structr-base/src/main/java/org/structr/schema/parser/Validator.java index 522b37a8cf..59a76ba831 100644 --- a/structr-base/src/main/java/org/structr/schema/parser/Validator.java +++ b/structr-base/src/main/java/org/structr/schema/parser/Validator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/AbstractBinaryProcess.java b/structr-base/src/main/java/org/structr/util/AbstractBinaryProcess.java index 8f0aea5d5e..9974893779 100644 --- a/structr-base/src/main/java/org/structr/util/AbstractBinaryProcess.java +++ b/structr-base/src/main/java/org/structr/util/AbstractBinaryProcess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/AbstractProcess.java b/structr-base/src/main/java/org/structr/util/AbstractProcess.java index f12f9126a3..60a7ec0bdd 100644 --- a/structr-base/src/main/java/org/structr/util/AbstractProcess.java +++ b/structr-base/src/main/java/org/structr/util/AbstractProcess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/Base64.java b/structr-base/src/main/java/org/structr/util/Base64.java index 881cb85691..ff98d85d11 100644 --- a/structr-base/src/main/java/org/structr/util/Base64.java +++ b/structr-base/src/main/java/org/structr/util/Base64.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/CommandLineUtils.java b/structr-base/src/main/java/org/structr/util/CommandLineUtils.java index 8c83e293b5..1751516201 100644 --- a/structr-base/src/main/java/org/structr/util/CommandLineUtils.java +++ b/structr-base/src/main/java/org/structr/util/CommandLineUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/CopyingStreamReader.java b/structr-base/src/main/java/org/structr/util/CopyingStreamReader.java index 0fbe3ccc84..3b4caaa782 100644 --- a/structr-base/src/main/java/org/structr/util/CopyingStreamReader.java +++ b/structr-base/src/main/java/org/structr/util/CopyingStreamReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/FileUtils.java b/structr-base/src/main/java/org/structr/util/FileUtils.java index b7949a7ab7..42cb441ee2 100644 --- a/structr-base/src/main/java/org/structr/util/FileUtils.java +++ b/structr-base/src/main/java/org/structr/util/FileUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/LogMessageSupplier.java b/structr-base/src/main/java/org/structr/util/LogMessageSupplier.java index 9011a7e8d3..1ef7f40aae 100644 --- a/structr-base/src/main/java/org/structr/util/LogMessageSupplier.java +++ b/structr-base/src/main/java/org/structr/util/LogMessageSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/StreamReader.java b/structr-base/src/main/java/org/structr/util/StreamReader.java index af614c5df9..d272adf85f 100644 --- a/structr-base/src/main/java/org/structr/util/StreamReader.java +++ b/structr-base/src/main/java/org/structr/util/StreamReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/StreamUtils.java b/structr-base/src/main/java/org/structr/util/StreamUtils.java index a66d5b27c5..532f883ca6 100644 --- a/structr-base/src/main/java/org/structr/util/StreamUtils.java +++ b/structr-base/src/main/java/org/structr/util/StreamUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/StructrHttpsLicenseVerifier.java b/structr-base/src/main/java/org/structr/util/StructrHttpsLicenseVerifier.java index 0006e879d3..4974c27ffc 100644 --- a/structr-base/src/main/java/org/structr/util/StructrHttpsLicenseVerifier.java +++ b/structr-base/src/main/java/org/structr/util/StructrHttpsLicenseVerifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/StructrLicenseManager.java b/structr-base/src/main/java/org/structr/util/StructrLicenseManager.java index dd036547ab..4940cba550 100644 --- a/structr-base/src/main/java/org/structr/util/StructrLicenseManager.java +++ b/structr-base/src/main/java/org/structr/util/StructrLicenseManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/StructrLicenseVerifier.java b/structr-base/src/main/java/org/structr/util/StructrLicenseVerifier.java index 5f78deb67c..5410552307 100644 --- a/structr-base/src/main/java/org/structr/util/StructrLicenseVerifier.java +++ b/structr-base/src/main/java/org/structr/util/StructrLicenseVerifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/UrlUtils.java b/structr-base/src/main/java/org/structr/util/UrlUtils.java index bdd9f198db..fa5902dd69 100644 --- a/structr-base/src/main/java/org/structr/util/UrlUtils.java +++ b/structr-base/src/main/java/org/structr/util/UrlUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/Writable.java b/structr-base/src/main/java/org/structr/util/Writable.java index a8d3acfa57..b2d646e7d2 100644 --- a/structr-base/src/main/java/org/structr/util/Writable.java +++ b/structr-base/src/main/java/org/structr/util/Writable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/util/package-info.java b/structr-base/src/main/java/org/structr/util/package-info.java index 0a290783a2..2d6992b697 100644 --- a/structr-base/src/main/java/org/structr/util/package-info.java +++ b/structr-base/src/main/java/org/structr/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-base/src/main/java/org/structr/web/UiSyncCommand.java b/structr-base/src/main/java/org/structr/web/UiSyncCommand.java index 2af546d464..fa3ce2cd46 100644 --- a/structr-base/src/main/java/org/structr/web/UiSyncCommand.java +++ b/structr-base/src/main/java/org/structr/web/UiSyncCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web; diff --git a/structr-base/src/main/java/org/structr/web/agent/ThumbnailAgent.java b/structr-base/src/main/java/org/structr/web/agent/ThumbnailAgent.java index e136449490..fd1009fa3d 100644 --- a/structr-base/src/main/java/org/structr/web/agent/ThumbnailAgent.java +++ b/structr-base/src/main/java/org/structr/web/agent/ThumbnailAgent.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.agent; diff --git a/structr-base/src/main/java/org/structr/web/agent/ThumbnailTask.java b/structr-base/src/main/java/org/structr/web/agent/ThumbnailTask.java index 51c67ea6c9..b9d4571a47 100644 --- a/structr-base/src/main/java/org/structr/web/agent/ThumbnailTask.java +++ b/structr-base/src/main/java/org/structr/web/agent/ThumbnailTask.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.agent; diff --git a/structr-base/src/main/java/org/structr/web/agent/ThumbnailWorkObject.java b/structr-base/src/main/java/org/structr/web/agent/ThumbnailWorkObject.java index 2a6db0068d..216c323697 100644 --- a/structr-base/src/main/java/org/structr/web/agent/ThumbnailWorkObject.java +++ b/structr-base/src/main/java/org/structr/web/agent/ThumbnailWorkObject.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.agent; diff --git a/structr-base/src/main/java/org/structr/web/auth/AbstractOAuth2Client.java b/structr-base/src/main/java/org/structr/web/auth/AbstractOAuth2Client.java index facdaf38c0..4d26fa9f18 100644 --- a/structr-base/src/main/java/org/structr/web/auth/AbstractOAuth2Client.java +++ b/structr-base/src/main/java/org/structr/web/auth/AbstractOAuth2Client.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth; diff --git a/structr-base/src/main/java/org/structr/web/auth/OAuth2Client.java b/structr-base/src/main/java/org/structr/web/auth/OAuth2Client.java index a22ff527bc..f63e65af35 100644 --- a/structr-base/src/main/java/org/structr/web/auth/OAuth2Client.java +++ b/structr-base/src/main/java/org/structr/web/auth/OAuth2Client.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth; diff --git a/structr-base/src/main/java/org/structr/web/auth/UiAuthenticator.java b/structr-base/src/main/java/org/structr/web/auth/UiAuthenticator.java index 8565e4811e..073ecf52e0 100644 --- a/structr-base/src/main/java/org/structr/web/auth/UiAuthenticator.java +++ b/structr-base/src/main/java/org/structr/web/auth/UiAuthenticator.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth; diff --git a/structr-base/src/main/java/org/structr/web/auth/legacy/Auth0LegacyAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/legacy/Auth0LegacyAuthClient.java index d43d888fae..aa303a59ef 100644 --- a/structr-base/src/main/java/org/structr/web/auth/legacy/Auth0LegacyAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/legacy/Auth0LegacyAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.legacy; diff --git a/structr-base/src/main/java/org/structr/web/auth/legacy/FacebookAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/legacy/FacebookAuthClient.java index 82cd0e422e..13d43d5220 100644 --- a/structr-base/src/main/java/org/structr/web/auth/legacy/FacebookAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/legacy/FacebookAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.legacy; diff --git a/structr-base/src/main/java/org/structr/web/auth/legacy/GitHubAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/legacy/GitHubAuthClient.java index ec5b78f26f..592f671a44 100644 --- a/structr-base/src/main/java/org/structr/web/auth/legacy/GitHubAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/legacy/GitHubAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.legacy; diff --git a/structr-base/src/main/java/org/structr/web/auth/legacy/GoogleAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/legacy/GoogleAuthClient.java index 7cf8c9b885..82bfc73b5f 100644 --- a/structr-base/src/main/java/org/structr/web/auth/legacy/GoogleAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/legacy/GoogleAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.legacy; diff --git a/structr-base/src/main/java/org/structr/web/auth/legacy/LinkedInAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/legacy/LinkedInAuthClient.java index a633c27250..2aca91f396 100644 --- a/structr-base/src/main/java/org/structr/web/auth/legacy/LinkedInAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/legacy/LinkedInAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.legacy; diff --git a/structr-base/src/main/java/org/structr/web/auth/legacy/StructrOAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/legacy/StructrOAuthClient.java index 9cbd3280aa..dc4d9361f8 100644 --- a/structr-base/src/main/java/org/structr/web/auth/legacy/StructrOAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/legacy/StructrOAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.legacy; diff --git a/structr-base/src/main/java/org/structr/web/auth/legacy/TwitterAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/legacy/TwitterAuthClient.java index 9181eb2b1a..3bc1fc073d 100644 --- a/structr-base/src/main/java/org/structr/web/auth/legacy/TwitterAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/legacy/TwitterAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.legacy; diff --git a/structr-base/src/main/java/org/structr/web/auth/provider/Auth0AuthClient.java b/structr-base/src/main/java/org/structr/web/auth/provider/Auth0AuthClient.java index 68a01b5c57..b47eb08862 100644 --- a/structr-base/src/main/java/org/structr/web/auth/provider/Auth0AuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/provider/Auth0AuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.provider; diff --git a/structr-base/src/main/java/org/structr/web/auth/provider/AzureAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/provider/AzureAuthClient.java index 41b91e311e..ed13375c39 100644 --- a/structr-base/src/main/java/org/structr/web/auth/provider/AzureAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/provider/AzureAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.provider; diff --git a/structr-base/src/main/java/org/structr/web/auth/provider/FacebookAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/provider/FacebookAuthClient.java index 5f5794a7de..b925b5193f 100644 --- a/structr-base/src/main/java/org/structr/web/auth/provider/FacebookAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/provider/FacebookAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.provider; diff --git a/structr-base/src/main/java/org/structr/web/auth/provider/GithubAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/provider/GithubAuthClient.java index 1abc394efa..adee969ec4 100644 --- a/structr-base/src/main/java/org/structr/web/auth/provider/GithubAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/provider/GithubAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.provider; diff --git a/structr-base/src/main/java/org/structr/web/auth/provider/GoogleAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/provider/GoogleAuthClient.java index 8f5162a416..69b36162b2 100644 --- a/structr-base/src/main/java/org/structr/web/auth/provider/GoogleAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/provider/GoogleAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.provider; diff --git a/structr-base/src/main/java/org/structr/web/auth/provider/LinkedInAuthClient.java b/structr-base/src/main/java/org/structr/web/auth/provider/LinkedInAuthClient.java index aa829409b2..bd0c578e5f 100644 --- a/structr-base/src/main/java/org/structr/web/auth/provider/LinkedInAuthClient.java +++ b/structr-base/src/main/java/org/structr/web/auth/provider/LinkedInAuthClient.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.auth.provider; diff --git a/structr-base/src/main/java/org/structr/web/common/AbstractMapComparator.java b/structr-base/src/main/java/org/structr/web/common/AbstractMapComparator.java index d5cd8733e3..f2f4591947 100644 --- a/structr-base/src/main/java/org/structr/web/common/AbstractMapComparator.java +++ b/structr-base/src/main/java/org/structr/web/common/AbstractMapComparator.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/AsyncBuffer.java b/structr-base/src/main/java/org/structr/web/common/AsyncBuffer.java index 7d8b6f1911..7287ccedaa 100644 --- a/structr-base/src/main/java/org/structr/web/common/AsyncBuffer.java +++ b/structr-base/src/main/java/org/structr/web/common/AsyncBuffer.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/ClosingFileOutputStream.java b/structr-base/src/main/java/org/structr/web/common/ClosingFileOutputStream.java index 5a382242c5..536b2181b2 100644 --- a/structr-base/src/main/java/org/structr/web/common/ClosingFileOutputStream.java +++ b/structr-base/src/main/java/org/structr/web/common/ClosingFileOutputStream.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/DOMNodeContent.java b/structr-base/src/main/java/org/structr/web/common/DOMNodeContent.java index bbf016f23f..0d0c652931 100644 --- a/structr-base/src/main/java/org/structr/web/common/DOMNodeContent.java +++ b/structr-base/src/main/java/org/structr/web/common/DOMNodeContent.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/DumpDatabaseCommand.java b/structr-base/src/main/java/org/structr/web/common/DumpDatabaseCommand.java index 140df1bbb9..f7d2612526 100644 --- a/structr-base/src/main/java/org/structr/web/common/DumpDatabaseCommand.java +++ b/structr-base/src/main/java/org/structr/web/common/DumpDatabaseCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/EventContext.java b/structr-base/src/main/java/org/structr/web/common/EventContext.java index 1f8c8eba01..39c03ea961 100644 --- a/structr-base/src/main/java/org/structr/web/common/EventContext.java +++ b/structr-base/src/main/java/org/structr/web/common/EventContext.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/FileHelper.java b/structr-base/src/main/java/org/structr/web/common/FileHelper.java index ffebfe4bab..7f252f679b 100644 --- a/structr-base/src/main/java/org/structr/web/common/FileHelper.java +++ b/structr-base/src/main/java/org/structr/web/common/FileHelper.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/HtmlProperty.java b/structr-base/src/main/java/org/structr/web/common/HtmlProperty.java index d00f211d3e..9d3a767b6a 100644 --- a/structr-base/src/main/java/org/structr/web/common/HtmlProperty.java +++ b/structr-base/src/main/java/org/structr/web/common/HtmlProperty.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/HttpServletRequestWrapper.java b/structr-base/src/main/java/org/structr/web/common/HttpServletRequestWrapper.java index 196c8ebd2b..268d666b72 100644 --- a/structr-base/src/main/java/org/structr/web/common/HttpServletRequestWrapper.java +++ b/structr-base/src/main/java/org/structr/web/common/HttpServletRequestWrapper.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/ImageHelper.java b/structr-base/src/main/java/org/structr/web/common/ImageHelper.java index b16f8b39ef..bd7e268b80 100644 --- a/structr-base/src/main/java/org/structr/web/common/ImageHelper.java +++ b/structr-base/src/main/java/org/structr/web/common/ImageHelper.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/RelType.java b/structr-base/src/main/java/org/structr/web/common/RelType.java index bd95af9f67..456c64a8da 100644 --- a/structr-base/src/main/java/org/structr/web/common/RelType.java +++ b/structr-base/src/main/java/org/structr/web/common/RelType.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/RenderContext.java b/structr-base/src/main/java/org/structr/web/common/RenderContext.java index 8cfaee6ea1..7f008a87dc 100644 --- a/structr-base/src/main/java/org/structr/web/common/RenderContext.java +++ b/structr-base/src/main/java/org/structr/web/common/RenderContext.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/RewriteRule.java b/structr-base/src/main/java/org/structr/web/common/RewriteRule.java index 9b99fbb1be..886bbfe7a3 100644 --- a/structr-base/src/main/java/org/structr/web/common/RewriteRule.java +++ b/structr-base/src/main/java/org/structr/web/common/RewriteRule.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/SlotData.java b/structr-base/src/main/java/org/structr/web/common/SlotData.java index ee11bbc0d8..b059075f7d 100644 --- a/structr-base/src/main/java/org/structr/web/common/SlotData.java +++ b/structr-base/src/main/java/org/structr/web/common/SlotData.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/StringRenderBuffer.java b/structr-base/src/main/java/org/structr/web/common/StringRenderBuffer.java index 227558ab92..32c9c3b49d 100644 --- a/structr-base/src/main/java/org/structr/web/common/StringRenderBuffer.java +++ b/structr-base/src/main/java/org/structr/web/common/StringRenderBuffer.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/TestHelper.java b/structr-base/src/main/java/org/structr/web/common/TestHelper.java index 7bcad6c3af..d233546f20 100644 --- a/structr-base/src/main/java/org/structr/web/common/TestHelper.java +++ b/structr-base/src/main/java/org/structr/web/common/TestHelper.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/UiModule.java b/structr-base/src/main/java/org/structr/web/common/UiModule.java index ee701c5491..51d4977c6a 100644 --- a/structr-base/src/main/java/org/structr/web/common/UiModule.java +++ b/structr-base/src/main/java/org/structr/web/common/UiModule.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/UiResourceProvider.java b/structr-base/src/main/java/org/structr/web/common/UiResourceProvider.java index b1433941d0..403ea5be76 100644 --- a/structr-base/src/main/java/org/structr/web/common/UiResourceProvider.java +++ b/structr-base/src/main/java/org/structr/web/common/UiResourceProvider.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common; diff --git a/structr-base/src/main/java/org/structr/web/common/microformat/MicroformatParser.java b/structr-base/src/main/java/org/structr/web/common/microformat/MicroformatParser.java index f6e2b38ea6..401fdbc948 100644 --- a/structr-base/src/main/java/org/structr/web/common/microformat/MicroformatParser.java +++ b/structr-base/src/main/java/org/structr/web/common/microformat/MicroformatParser.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.common.microformat; diff --git a/structr-base/src/main/java/org/structr/web/converter/ContentConverters.java b/structr-base/src/main/java/org/structr/web/converter/ContentConverters.java index 6d17478c62..0d831bc8de 100644 --- a/structr-base/src/main/java/org/structr/web/converter/ContentConverters.java +++ b/structr-base/src/main/java/org/structr/web/converter/ContentConverters.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.converter; diff --git a/structr-base/src/main/java/org/structr/web/converter/FileDataConverter.java b/structr-base/src/main/java/org/structr/web/converter/FileDataConverter.java index 78155eeb63..f0c015fc64 100644 --- a/structr-base/src/main/java/org/structr/web/converter/FileDataConverter.java +++ b/structr-base/src/main/java/org/structr/web/converter/FileDataConverter.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.converter; diff --git a/structr-base/src/main/java/org/structr/web/converter/ImageConverter.java b/structr-base/src/main/java/org/structr/web/converter/ImageConverter.java index 1b4bcf6dd7..5e3ba35ed5 100644 --- a/structr-base/src/main/java/org/structr/web/converter/ImageConverter.java +++ b/structr-base/src/main/java/org/structr/web/converter/ImageConverter.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.converter; diff --git a/structr-base/src/main/java/org/structr/web/datasource/CypherGraphDataSource.java b/structr-base/src/main/java/org/structr/web/datasource/CypherGraphDataSource.java index 17722d1deb..faf5cb52a9 100644 --- a/structr-base/src/main/java/org/structr/web/datasource/CypherGraphDataSource.java +++ b/structr-base/src/main/java/org/structr/web/datasource/CypherGraphDataSource.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.datasource; diff --git a/structr-base/src/main/java/org/structr/web/datasource/FunctionDataSource.java b/structr-base/src/main/java/org/structr/web/datasource/FunctionDataSource.java index 7e22312547..555da21d76 100644 --- a/structr-base/src/main/java/org/structr/web/datasource/FunctionDataSource.java +++ b/structr-base/src/main/java/org/structr/web/datasource/FunctionDataSource.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.datasource; diff --git a/structr-base/src/main/java/org/structr/web/datasource/IdRequestParameterGraphDataSource.java b/structr-base/src/main/java/org/structr/web/datasource/IdRequestParameterGraphDataSource.java index 05b08457bc..204421c05c 100644 --- a/structr-base/src/main/java/org/structr/web/datasource/IdRequestParameterGraphDataSource.java +++ b/structr-base/src/main/java/org/structr/web/datasource/IdRequestParameterGraphDataSource.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.datasource; diff --git a/structr-base/src/main/java/org/structr/web/datasource/RestDataSource.java b/structr-base/src/main/java/org/structr/web/datasource/RestDataSource.java index 48124ef54b..b3a7c9b1f0 100644 --- a/structr-base/src/main/java/org/structr/web/datasource/RestDataSource.java +++ b/structr-base/src/main/java/org/structr/web/datasource/RestDataSource.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.datasource; diff --git a/structr-base/src/main/java/org/structr/web/datasource/XPathGraphDataSource.java b/structr-base/src/main/java/org/structr/web/datasource/XPathGraphDataSource.java index de8d4589a8..92a5056c07 100644 --- a/structr-base/src/main/java/org/structr/web/datasource/XPathGraphDataSource.java +++ b/structr-base/src/main/java/org/structr/web/datasource/XPathGraphDataSource.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.datasource; diff --git a/structr-base/src/main/java/org/structr/web/diff/CreateOperation.java b/structr-base/src/main/java/org/structr/web/diff/CreateOperation.java index 3bf3be6616..88623bb469 100644 --- a/structr-base/src/main/java/org/structr/web/diff/CreateOperation.java +++ b/structr-base/src/main/java/org/structr/web/diff/CreateOperation.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.diff; diff --git a/structr-base/src/main/java/org/structr/web/diff/DeleteOperation.java b/structr-base/src/main/java/org/structr/web/diff/DeleteOperation.java index 846d6f2f37..253cb06b0c 100644 --- a/structr-base/src/main/java/org/structr/web/diff/DeleteOperation.java +++ b/structr-base/src/main/java/org/structr/web/diff/DeleteOperation.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.diff; diff --git a/structr-base/src/main/java/org/structr/web/diff/InvertibleModificationOperation.java b/structr-base/src/main/java/org/structr/web/diff/InvertibleModificationOperation.java index d6b57511a3..e814098709 100644 --- a/structr-base/src/main/java/org/structr/web/diff/InvertibleModificationOperation.java +++ b/structr-base/src/main/java/org/structr/web/diff/InvertibleModificationOperation.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.diff; diff --git a/structr-base/src/main/java/org/structr/web/diff/MoveOperation.java b/structr-base/src/main/java/org/structr/web/diff/MoveOperation.java index c275cfff30..0489b78b35 100644 --- a/structr-base/src/main/java/org/structr/web/diff/MoveOperation.java +++ b/structr-base/src/main/java/org/structr/web/diff/MoveOperation.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.diff; diff --git a/structr-base/src/main/java/org/structr/web/diff/UpdateOperation.java b/structr-base/src/main/java/org/structr/web/diff/UpdateOperation.java index 5a27d6aead..29e6a02cff 100644 --- a/structr-base/src/main/java/org/structr/web/diff/UpdateOperation.java +++ b/structr-base/src/main/java/org/structr/web/diff/UpdateOperation.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.diff; diff --git a/structr-base/src/main/java/org/structr/web/entity/AbstractFile.java b/structr-base/src/main/java/org/structr/web/entity/AbstractFile.java index 5af91fe91b..6c8e70a6f0 100644 --- a/structr-base/src/main/java/org/structr/web/entity/AbstractFile.java +++ b/structr-base/src/main/java/org/structr/web/entity/AbstractFile.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/ApplicationConfigurationDataNode.java b/structr-base/src/main/java/org/structr/web/entity/ApplicationConfigurationDataNode.java index 039d5b506b..e3031a33c5 100644 --- a/structr-base/src/main/java/org/structr/web/entity/ApplicationConfigurationDataNode.java +++ b/structr-base/src/main/java/org/structr/web/entity/ApplicationConfigurationDataNode.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/Component.java b/structr-base/src/main/java/org/structr/web/entity/Component.java index 44dd52ab5c..3a4b561a73 100644 --- a/structr-base/src/main/java/org/structr/web/entity/Component.java +++ b/structr-base/src/main/java/org/structr/web/entity/Component.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/ContentContainer.java b/structr-base/src/main/java/org/structr/web/entity/ContentContainer.java index 271c0694e5..52ea280aed 100644 --- a/structr-base/src/main/java/org/structr/web/entity/ContentContainer.java +++ b/structr-base/src/main/java/org/structr/web/entity/ContentContainer.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/ContentItem.java b/structr-base/src/main/java/org/structr/web/entity/ContentItem.java index fa260f4d96..e11dc102ef 100644 --- a/structr-base/src/main/java/org/structr/web/entity/ContentItem.java +++ b/structr-base/src/main/java/org/structr/web/entity/ContentItem.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/File.java b/structr-base/src/main/java/org/structr/web/entity/File.java index 284a10c5bb..ff097cadf7 100644 --- a/structr-base/src/main/java/org/structr/web/entity/File.java +++ b/structr-base/src/main/java/org/structr/web/entity/File.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/Folder.java b/structr-base/src/main/java/org/structr/web/entity/Folder.java index d654dbf4b5..3616ea4b19 100644 --- a/structr-base/src/main/java/org/structr/web/entity/Folder.java +++ b/structr-base/src/main/java/org/structr/web/entity/Folder.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/Image.java b/structr-base/src/main/java/org/structr/web/entity/Image.java index a8780e4775..1413cffb9c 100644 --- a/structr-base/src/main/java/org/structr/web/entity/Image.java +++ b/structr-base/src/main/java/org/structr/web/entity/Image.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/LinkSource.java b/structr-base/src/main/java/org/structr/web/entity/LinkSource.java index 53354f500e..ac3b5065a9 100644 --- a/structr-base/src/main/java/org/structr/web/entity/LinkSource.java +++ b/structr-base/src/main/java/org/structr/web/entity/LinkSource.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/Linkable.java b/structr-base/src/main/java/org/structr/web/entity/Linkable.java index d8eb9b69b7..6fcbce205b 100644 --- a/structr-base/src/main/java/org/structr/web/entity/Linkable.java +++ b/structr-base/src/main/java/org/structr/web/entity/Linkable.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/Renderable.java b/structr-base/src/main/java/org/structr/web/entity/Renderable.java index 6f931f3eca..bb6c31b02e 100644 --- a/structr-base/src/main/java/org/structr/web/entity/Renderable.java +++ b/structr-base/src/main/java/org/structr/web/entity/Renderable.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/Site.java b/structr-base/src/main/java/org/structr/web/entity/Site.java index bad9d494c7..3e9d644763 100644 --- a/structr-base/src/main/java/org/structr/web/entity/Site.java +++ b/structr-base/src/main/java/org/structr/web/entity/Site.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/User.java b/structr-base/src/main/java/org/structr/web/entity/User.java index db59eb50ba..4f0f69521f 100644 --- a/structr-base/src/main/java/org/structr/web/entity/User.java +++ b/structr-base/src/main/java/org/structr/web/entity/User.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/Widget.java b/structr-base/src/main/java/org/structr/web/entity/Widget.java index 78c3fa9939..f6e373c66d 100644 --- a/structr-base/src/main/java/org/structr/web/entity/Widget.java +++ b/structr-base/src/main/java/org/structr/web/entity/Widget.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity; diff --git a/structr-base/src/main/java/org/structr/web/entity/css/CssDeclaration.java b/structr-base/src/main/java/org/structr/web/entity/css/CssDeclaration.java index 2532fe0c59..ca7c67d90e 100644 --- a/structr-base/src/main/java/org/structr/web/entity/css/CssDeclaration.java +++ b/structr-base/src/main/java/org/structr/web/entity/css/CssDeclaration.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.css; diff --git a/structr-base/src/main/java/org/structr/web/entity/css/CssRule.java b/structr-base/src/main/java/org/structr/web/entity/css/CssRule.java index 399b31817a..6604585487 100644 --- a/structr-base/src/main/java/org/structr/web/entity/css/CssRule.java +++ b/structr-base/src/main/java/org/structr/web/entity/css/CssRule.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.css; diff --git a/structr-base/src/main/java/org/structr/web/entity/css/CssSelector.java b/structr-base/src/main/java/org/structr/web/entity/css/CssSelector.java index fd4818f1ae..510745a4af 100644 --- a/structr-base/src/main/java/org/structr/web/entity/css/CssSelector.java +++ b/structr-base/src/main/java/org/structr/web/entity/css/CssSelector.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.css; diff --git a/structr-base/src/main/java/org/structr/web/entity/css/CssSemanticClass.java b/structr-base/src/main/java/org/structr/web/entity/css/CssSemanticClass.java index a5abe5be3d..b320bec849 100644 --- a/structr-base/src/main/java/org/structr/web/entity/css/CssSemanticClass.java +++ b/structr-base/src/main/java/org/structr/web/entity/css/CssSemanticClass.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.css; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/Cdata.java b/structr-base/src/main/java/org/structr/web/entity/dom/Cdata.java index 02203404c8..429b05b1b8 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/Cdata.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/Cdata.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/Comment.java b/structr-base/src/main/java/org/structr/web/entity/dom/Comment.java index 8d026d631b..91a4f2513c 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/Comment.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/Comment.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/Content.java b/structr-base/src/main/java/org/structr/web/entity/dom/Content.java index ab7eb3cc7c..5872ef51da 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/Content.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/Content.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/DOMAdoptable.java b/structr-base/src/main/java/org/structr/web/entity/dom/DOMAdoptable.java index 1a33c32e58..20bb4ceecf 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/DOMAdoptable.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/DOMAdoptable.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/DOMAttribute.java b/structr-base/src/main/java/org/structr/web/entity/dom/DOMAttribute.java index 585cd59e39..c7a38b066e 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/DOMAttribute.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/DOMAttribute.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/DOMElement.java b/structr-base/src/main/java/org/structr/web/entity/dom/DOMElement.java index 5fae5b1a9c..0ba008c364 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/DOMElement.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/DOMElement.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/DOMImportable.java b/structr-base/src/main/java/org/structr/web/entity/dom/DOMImportable.java index fe7f858ba8..83a61bb68f 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/DOMImportable.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/DOMImportable.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/DOMNode.java b/structr-base/src/main/java/org/structr/web/entity/dom/DOMNode.java index b7dc18973e..419e812cea 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/DOMNode.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/DOMNode.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/DOMNodeList.java b/structr-base/src/main/java/org/structr/web/entity/dom/DOMNodeList.java index da2aa5fad4..b5336a1b2e 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/DOMNodeList.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/DOMNodeList.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/DocumentFragment.java b/structr-base/src/main/java/org/structr/web/entity/dom/DocumentFragment.java index 89b9457e71..7ea6f6ee33 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/DocumentFragment.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/DocumentFragment.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/Html5DocumentType.java b/structr-base/src/main/java/org/structr/web/entity/dom/Html5DocumentType.java index 64fcfeaca8..12daead0fb 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/Html5DocumentType.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/Html5DocumentType.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/Page.java b/structr-base/src/main/java/org/structr/web/entity/dom/Page.java index 4022d066e7..b4064c1a80 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/Page.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/Page.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/ShadowDocument.java b/structr-base/src/main/java/org/structr/web/entity/dom/ShadowDocument.java index f90072d702..2ae9ae93d3 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/ShadowDocument.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/ShadowDocument.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/dom/Template.java b/structr-base/src/main/java/org/structr/web/entity/dom/Template.java index 5174a6a541..4c9efba517 100644 --- a/structr-base/src/main/java/org/structr/web/entity/dom/Template.java +++ b/structr-base/src/main/java/org/structr/web/entity/dom/Template.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.dom; diff --git a/structr-base/src/main/java/org/structr/web/entity/event/ActionMapping.java b/structr-base/src/main/java/org/structr/web/entity/event/ActionMapping.java index a5463ee0be..f8967f7ba4 100644 --- a/structr-base/src/main/java/org/structr/web/entity/event/ActionMapping.java +++ b/structr-base/src/main/java/org/structr/web/entity/event/ActionMapping.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.event; diff --git a/structr-base/src/main/java/org/structr/web/entity/event/ParameterMapping.java b/structr-base/src/main/java/org/structr/web/entity/event/ParameterMapping.java index 37eda03ab8..01fe8eaf43 100644 --- a/structr-base/src/main/java/org/structr/web/entity/event/ParameterMapping.java +++ b/structr-base/src/main/java/org/structr/web/entity/event/ParameterMapping.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.event; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/A.java b/structr-base/src/main/java/org/structr/web/entity/html/A.java index fb323ad328..025a2b5239 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/A.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/A.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Abbr.java b/structr-base/src/main/java/org/structr/web/entity/html/Abbr.java index 1a94c722ec..c471649a29 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Abbr.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Abbr.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Address.java b/structr-base/src/main/java/org/structr/web/entity/html/Address.java index 5fe828e288..0a84db5f16 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Address.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Address.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Area.java b/structr-base/src/main/java/org/structr/web/entity/html/Area.java index d80ae97a7e..2261568928 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Area.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Area.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Article.java b/structr-base/src/main/java/org/structr/web/entity/html/Article.java index cd81182626..32b70a9667 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Article.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Article.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Aside.java b/structr-base/src/main/java/org/structr/web/entity/html/Aside.java index cc3b699d76..63624ce6c9 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Aside.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Aside.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Audio.java b/structr-base/src/main/java/org/structr/web/entity/html/Audio.java index 6a214036b1..017911e8a9 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Audio.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Audio.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/B.java b/structr-base/src/main/java/org/structr/web/entity/html/B.java index 6039b5d374..955333e78a 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/B.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/B.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Base.java b/structr-base/src/main/java/org/structr/web/entity/html/Base.java index e2d354da1a..f0ef890002 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Base.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Base.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Bdi.java b/structr-base/src/main/java/org/structr/web/entity/html/Bdi.java index 22212faede..6407552a1c 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Bdi.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Bdi.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Bdo.java b/structr-base/src/main/java/org/structr/web/entity/html/Bdo.java index a28074caff..5b8a9df157 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Bdo.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Bdo.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Blockquote.java b/structr-base/src/main/java/org/structr/web/entity/html/Blockquote.java index b4fc6e1fd7..1b9d88d590 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Blockquote.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Blockquote.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Body.java b/structr-base/src/main/java/org/structr/web/entity/html/Body.java index f683a3aa27..7f80d68a44 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Body.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Body.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Br.java b/structr-base/src/main/java/org/structr/web/entity/html/Br.java index 608719b0c2..0926667502 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Br.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Br.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Button.java b/structr-base/src/main/java/org/structr/web/entity/html/Button.java index 810d1e8915..19f1fc5f0d 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Button.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Button.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Canvas.java b/structr-base/src/main/java/org/structr/web/entity/html/Canvas.java index ac2d69bbcb..ec3a8f2e85 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Canvas.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Canvas.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Caption.java b/structr-base/src/main/java/org/structr/web/entity/html/Caption.java index 8e1c2a0a0e..7e8ab50f7d 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Caption.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Caption.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Cite.java b/structr-base/src/main/java/org/structr/web/entity/html/Cite.java index b3352273f8..1580805303 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Cite.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Cite.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Code.java b/structr-base/src/main/java/org/structr/web/entity/html/Code.java index 0613ffaaa9..fee4f66d3d 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Code.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Code.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Col.java b/structr-base/src/main/java/org/structr/web/entity/html/Col.java index 2bdd215984..be62e28950 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Col.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Col.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Colgroup.java b/structr-base/src/main/java/org/structr/web/entity/html/Colgroup.java index a3dccb6af6..6218e8a9cc 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Colgroup.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Colgroup.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Command.java b/structr-base/src/main/java/org/structr/web/entity/html/Command.java index 4ed7525718..4663d2df9c 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Command.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Command.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Data.java b/structr-base/src/main/java/org/structr/web/entity/html/Data.java index be54f2ad20..63efa5ae08 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Data.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Data.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Datalist.java b/structr-base/src/main/java/org/structr/web/entity/html/Datalist.java index fbab07324d..faf8e539fe 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Datalist.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Datalist.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Dd.java b/structr-base/src/main/java/org/structr/web/entity/html/Dd.java index 2bbfdadbef..3b45f3f492 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Dd.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Dd.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Del.java b/structr-base/src/main/java/org/structr/web/entity/html/Del.java index 694eb0f37f..2f0f99213f 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Del.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Del.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Details.java b/structr-base/src/main/java/org/structr/web/entity/html/Details.java index aa4bce1c1d..253aaacac5 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Details.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Details.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Dfn.java b/structr-base/src/main/java/org/structr/web/entity/html/Dfn.java index 55abf83c6a..5a5785e1f3 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Dfn.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Dfn.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Dialog.java b/structr-base/src/main/java/org/structr/web/entity/html/Dialog.java index 768dc3be00..40f6fbbf18 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Dialog.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Dialog.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Div.java b/structr-base/src/main/java/org/structr/web/entity/html/Div.java index b702315f7c..2aaecb1cec 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Div.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Div.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Dl.java b/structr-base/src/main/java/org/structr/web/entity/html/Dl.java index 81d4729148..80157b9db3 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Dl.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Dl.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Dt.java b/structr-base/src/main/java/org/structr/web/entity/html/Dt.java index 78cf150a51..4d5e5b1dad 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Dt.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Dt.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Em.java b/structr-base/src/main/java/org/structr/web/entity/html/Em.java index 111d6a3631..0a018c8a51 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Em.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Em.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Embed.java b/structr-base/src/main/java/org/structr/web/entity/html/Embed.java index 794862f2a5..b2d76089ab 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Embed.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Embed.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Fieldset.java b/structr-base/src/main/java/org/structr/web/entity/html/Fieldset.java index 8f21704615..03eaabc7b0 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Fieldset.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Fieldset.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Figcaption.java b/structr-base/src/main/java/org/structr/web/entity/html/Figcaption.java index 9df85e41a1..b16f76293d 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Figcaption.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Figcaption.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Figure.java b/structr-base/src/main/java/org/structr/web/entity/html/Figure.java index 79f912f869..7ac1eec35f 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Figure.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Figure.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Footer.java b/structr-base/src/main/java/org/structr/web/entity/html/Footer.java index e4776120b2..06886d741d 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Footer.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Footer.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Form.java b/structr-base/src/main/java/org/structr/web/entity/html/Form.java index e8a146002e..0d21bd379b 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Form.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Form.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/G.java b/structr-base/src/main/java/org/structr/web/entity/html/G.java index 0b84fb100d..15570addd3 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/G.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/G.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/H1.java b/structr-base/src/main/java/org/structr/web/entity/html/H1.java index 70058a3ec4..1384c2c313 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/H1.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/H1.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/H2.java b/structr-base/src/main/java/org/structr/web/entity/html/H2.java index 01451ef66a..e3761b1164 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/H2.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/H2.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/H3.java b/structr-base/src/main/java/org/structr/web/entity/html/H3.java index ef5000cabe..a72d73bc75 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/H3.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/H3.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/H4.java b/structr-base/src/main/java/org/structr/web/entity/html/H4.java index 4f6250adaa..4bf581f861 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/H4.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/H4.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/H5.java b/structr-base/src/main/java/org/structr/web/entity/html/H5.java index 41b82086ce..4d05ac7b31 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/H5.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/H5.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/H6.java b/structr-base/src/main/java/org/structr/web/entity/html/H6.java index 0d11da1256..ba315f4eaa 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/H6.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/H6.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Head.java b/structr-base/src/main/java/org/structr/web/entity/html/Head.java index f6b88bc424..67596124fe 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Head.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Head.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Header.java b/structr-base/src/main/java/org/structr/web/entity/html/Header.java index 22978a9852..909d0883de 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Header.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Header.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Hgroup.java b/structr-base/src/main/java/org/structr/web/entity/html/Hgroup.java index 8d039e8c3a..a9e69db754 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Hgroup.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Hgroup.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Hr.java b/structr-base/src/main/java/org/structr/web/entity/html/Hr.java index 1f25c47fc5..d0f4223e9f 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Hr.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Hr.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Html.java b/structr-base/src/main/java/org/structr/web/entity/html/Html.java index 8886d309b5..b34b1fc670 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Html.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Html.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/I.java b/structr-base/src/main/java/org/structr/web/entity/html/I.java index fd26e30e6a..e87bf17c52 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/I.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/I.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Iframe.java b/structr-base/src/main/java/org/structr/web/entity/html/Iframe.java index dceee85c62..a385951d6d 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Iframe.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Iframe.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Img.java b/structr-base/src/main/java/org/structr/web/entity/html/Img.java index 262384f728..d8ca111816 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Img.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Img.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Input.java b/structr-base/src/main/java/org/structr/web/entity/html/Input.java index 607e00e39f..a66a5d917b 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Input.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Input.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Ins.java b/structr-base/src/main/java/org/structr/web/entity/html/Ins.java index 6126f467fb..3a2da2b0f5 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Ins.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Ins.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Kbd.java b/structr-base/src/main/java/org/structr/web/entity/html/Kbd.java index 957519c00b..d716e2fc06 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Kbd.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Kbd.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Keygen.java b/structr-base/src/main/java/org/structr/web/entity/html/Keygen.java index 03d233b6cc..e45de86ec5 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Keygen.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Keygen.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Label.java b/structr-base/src/main/java/org/structr/web/entity/html/Label.java index 36d0e2668b..e329aed5dc 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Label.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Label.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Legend.java b/structr-base/src/main/java/org/structr/web/entity/html/Legend.java index b4c042974b..1e94289e5d 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Legend.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Legend.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Li.java b/structr-base/src/main/java/org/structr/web/entity/html/Li.java index 4226ed03a7..9078828a41 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Li.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Li.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Link.java b/structr-base/src/main/java/org/structr/web/entity/html/Link.java index 134b50e2e9..eb7cb93af1 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Link.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Link.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Main.java b/structr-base/src/main/java/org/structr/web/entity/html/Main.java index 9b1f96ce3a..8c5ed37fb8 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Main.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Main.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Map.java b/structr-base/src/main/java/org/structr/web/entity/html/Map.java index 6760d000d7..d6235ae9b6 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Map.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Map.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Mark.java b/structr-base/src/main/java/org/structr/web/entity/html/Mark.java index fea35676e1..d8541018f5 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Mark.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Mark.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Menu.java b/structr-base/src/main/java/org/structr/web/entity/html/Menu.java index 44a0520431..23bbb07a6a 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Menu.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Menu.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Meta.java b/structr-base/src/main/java/org/structr/web/entity/html/Meta.java index 89bc60abb7..2cd9fe3ce2 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Meta.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Meta.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Meter.java b/structr-base/src/main/java/org/structr/web/entity/html/Meter.java index f812931d5c..cc4d25cdfe 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Meter.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Meter.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Nav.java b/structr-base/src/main/java/org/structr/web/entity/html/Nav.java index 587475a389..676b5f2be3 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Nav.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Nav.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Noscript.java b/structr-base/src/main/java/org/structr/web/entity/html/Noscript.java index cd11dc0547..c53db3ac70 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Noscript.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Noscript.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Object.java b/structr-base/src/main/java/org/structr/web/entity/html/Object.java index 9ed2b64746..1d13307801 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Object.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Object.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Ol.java b/structr-base/src/main/java/org/structr/web/entity/html/Ol.java index 4648c6b0a9..16edcdd8d0 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Ol.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Ol.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Optgroup.java b/structr-base/src/main/java/org/structr/web/entity/html/Optgroup.java index 2ae5c59c1e..ddf212e801 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Optgroup.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Optgroup.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Option.java b/structr-base/src/main/java/org/structr/web/entity/html/Option.java index 3e3107e5d4..fb5a520fd7 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Option.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Option.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Output.java b/structr-base/src/main/java/org/structr/web/entity/html/Output.java index 02d8a99e93..27213619d7 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Output.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Output.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/P.java b/structr-base/src/main/java/org/structr/web/entity/html/P.java index 99b884f642..4535e26c17 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/P.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/P.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Param.java b/structr-base/src/main/java/org/structr/web/entity/html/Param.java index 6fc1942f8e..4dcc8b0177 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Param.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Param.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Picture.java b/structr-base/src/main/java/org/structr/web/entity/html/Picture.java index 3234dd3ef1..61206da6e4 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Picture.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Picture.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Pre.java b/structr-base/src/main/java/org/structr/web/entity/html/Pre.java index 9e5c4a8dcd..fde005a5a0 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Pre.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Pre.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Progress.java b/structr-base/src/main/java/org/structr/web/entity/html/Progress.java index 0ac722b80a..a5c6f6ee9b 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Progress.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Progress.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Q.java b/structr-base/src/main/java/org/structr/web/entity/html/Q.java index d37107776e..6f49532bcf 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Q.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Q.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Rp.java b/structr-base/src/main/java/org/structr/web/entity/html/Rp.java index 9fbc3df9b7..c16f22fc84 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Rp.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Rp.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Rt.java b/structr-base/src/main/java/org/structr/web/entity/html/Rt.java index 07ae84ae3e..995cb5e713 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Rt.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Rt.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Ruby.java b/structr-base/src/main/java/org/structr/web/entity/html/Ruby.java index c9e320ddf8..399f9e5462 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Ruby.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Ruby.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/S.java b/structr-base/src/main/java/org/structr/web/entity/html/S.java index 9bd22d52e3..dedc4dfa5e 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/S.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/S.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Samp.java b/structr-base/src/main/java/org/structr/web/entity/html/Samp.java index 4af22d9788..028e111bea 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Samp.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Samp.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Script.java b/structr-base/src/main/java/org/structr/web/entity/html/Script.java index b0d049eca5..6afba5d592 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Script.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Script.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Section.java b/structr-base/src/main/java/org/structr/web/entity/html/Section.java index 4edb6205d8..3eb3eb847a 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Section.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Section.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Select.java b/structr-base/src/main/java/org/structr/web/entity/html/Select.java index 961e319143..e607f1ff3d 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Select.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Select.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Slot.java b/structr-base/src/main/java/org/structr/web/entity/html/Slot.java index 2d98bd4302..ab67d45fe0 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Slot.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Slot.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Small.java b/structr-base/src/main/java/org/structr/web/entity/html/Small.java index 06f2ef7282..0758a3add9 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Small.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Small.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Source.java b/structr-base/src/main/java/org/structr/web/entity/html/Source.java index ee1a579f64..47958e6a81 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Source.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Source.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Span.java b/structr-base/src/main/java/org/structr/web/entity/html/Span.java index f4903b6699..74cb28de89 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Span.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Span.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Strong.java b/structr-base/src/main/java/org/structr/web/entity/html/Strong.java index ead59e27f2..77e9255a12 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Strong.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Strong.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Style.java b/structr-base/src/main/java/org/structr/web/entity/html/Style.java index b6d35ec806..b0036204d1 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Style.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Style.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Sub.java b/structr-base/src/main/java/org/structr/web/entity/html/Sub.java index 9d1a6ec875..f0f3324f15 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Sub.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Sub.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Summary.java b/structr-base/src/main/java/org/structr/web/entity/html/Summary.java index d43e91aa7f..7aeec39b98 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Summary.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Summary.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Sup.java b/structr-base/src/main/java/org/structr/web/entity/html/Sup.java index 169005486c..db49811233 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Sup.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Sup.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Table.java b/structr-base/src/main/java/org/structr/web/entity/html/Table.java index ee38a1ff12..2c01d46a1e 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Table.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Table.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Tbody.java b/structr-base/src/main/java/org/structr/web/entity/html/Tbody.java index 92fdee7ef8..d010b27023 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Tbody.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Tbody.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Td.java b/structr-base/src/main/java/org/structr/web/entity/html/Td.java index 950cbdd0eb..04b1fd8176 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Td.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Td.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/TemplateElement.java b/structr-base/src/main/java/org/structr/web/entity/html/TemplateElement.java index 4b91e86419..9b5fbc6222 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/TemplateElement.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/TemplateElement.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Textarea.java b/structr-base/src/main/java/org/structr/web/entity/html/Textarea.java index a7816bd438..bd1ab33ffc 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Textarea.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Textarea.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Tfoot.java b/structr-base/src/main/java/org/structr/web/entity/html/Tfoot.java index c1cdd507a7..de095352ae 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Tfoot.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Tfoot.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Th.java b/structr-base/src/main/java/org/structr/web/entity/html/Th.java index c5aa12ca95..da02315531 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Th.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Th.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Thead.java b/structr-base/src/main/java/org/structr/web/entity/html/Thead.java index e795111915..6f81c0e582 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Thead.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Thead.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Time.java b/structr-base/src/main/java/org/structr/web/entity/html/Time.java index c28c504486..1df06cd88d 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Time.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Time.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Title.java b/structr-base/src/main/java/org/structr/web/entity/html/Title.java index fd4b47f51f..8ce9684fd1 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Title.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Title.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Tr.java b/structr-base/src/main/java/org/structr/web/entity/html/Tr.java index 6578b9d686..22a0935807 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Tr.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Tr.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Track.java b/structr-base/src/main/java/org/structr/web/entity/html/Track.java index 8d6e770ab4..587c4cdd22 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Track.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Track.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/U.java b/structr-base/src/main/java/org/structr/web/entity/html/U.java index 98077f7724..6b1a577243 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/U.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/U.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Ul.java b/structr-base/src/main/java/org/structr/web/entity/html/Ul.java index acea8fdef7..2d83efef75 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Ul.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Ul.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Var.java b/structr-base/src/main/java/org/structr/web/entity/html/Var.java index b82fb1d3df..edd3c44ce4 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Var.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Var.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Video.java b/structr-base/src/main/java/org/structr/web/entity/html/Video.java index 582bea0868..c0b96e99e0 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Video.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Video.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/html/Wbr.java b/structr-base/src/main/java/org/structr/web/entity/html/Wbr.java index c39e8d447d..aa8b7b75be 100644 --- a/structr-base/src/main/java/org/structr/web/entity/html/Wbr.java +++ b/structr-base/src/main/java/org/structr/web/entity/html/Wbr.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.html; diff --git a/structr-base/src/main/java/org/structr/web/entity/mail/TemplateText.java b/structr-base/src/main/java/org/structr/web/entity/mail/TemplateText.java index e45e871939..1525f1eac7 100644 --- a/structr-base/src/main/java/org/structr/web/entity/mail/TemplateText.java +++ b/structr-base/src/main/java/org/structr/web/entity/mail/TemplateText.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.entity.mail; diff --git a/structr-base/src/main/java/org/structr/web/error/DynamicValidationError.java b/structr-base/src/main/java/org/structr/web/error/DynamicValidationError.java index 599a70def5..960ab84cee 100644 --- a/structr-base/src/main/java/org/structr/web/error/DynamicValidationError.java +++ b/structr-base/src/main/java/org/structr/web/error/DynamicValidationError.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.error; diff --git a/structr-base/src/main/java/org/structr/web/function/AddHeaderFunction.java b/structr-base/src/main/java/org/structr/web/function/AddHeaderFunction.java index ee2ff7c508..0089f13af3 100644 --- a/structr-base/src/main/java/org/structr/web/function/AddHeaderFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/AddHeaderFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/AppendContentFunction.java b/structr-base/src/main/java/org/structr/web/function/AppendContentFunction.java index 3c50b1b95f..8448fb12ca 100644 --- a/structr-base/src/main/java/org/structr/web/function/AppendContentFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/AppendContentFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ApplicationStoreDeleteFunction.java b/structr-base/src/main/java/org/structr/web/function/ApplicationStoreDeleteFunction.java index 3bea3ceb18..ddb8df8d54 100644 --- a/structr-base/src/main/java/org/structr/web/function/ApplicationStoreDeleteFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ApplicationStoreDeleteFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ApplicationStoreGetFunction.java b/structr-base/src/main/java/org/structr/web/function/ApplicationStoreGetFunction.java index 1ae1763f43..253aba3938 100644 --- a/structr-base/src/main/java/org/structr/web/function/ApplicationStoreGetFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ApplicationStoreGetFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ApplicationStoreGetKeysFunction.java b/structr-base/src/main/java/org/structr/web/function/ApplicationStoreGetKeysFunction.java index 1dc0b561af..05ab751598 100644 --- a/structr-base/src/main/java/org/structr/web/function/ApplicationStoreGetKeysFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ApplicationStoreGetKeysFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ApplicationStoreHasFunction.java b/structr-base/src/main/java/org/structr/web/function/ApplicationStoreHasFunction.java index dcf517fa5f..8347ca3d4a 100644 --- a/structr-base/src/main/java/org/structr/web/function/ApplicationStoreHasFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ApplicationStoreHasFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ApplicationStorePutFunction.java b/structr-base/src/main/java/org/structr/web/function/ApplicationStorePutFunction.java index e567e31e34..1555ecc2e7 100644 --- a/structr-base/src/main/java/org/structr/web/function/ApplicationStorePutFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ApplicationStorePutFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/BarcodeFunction.java b/structr-base/src/main/java/org/structr/web/function/BarcodeFunction.java index 216babaa7e..00f1353496 100644 --- a/structr-base/src/main/java/org/structr/web/function/BarcodeFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/BarcodeFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/BroadcastEventFunction.java b/structr-base/src/main/java/org/structr/web/function/BroadcastEventFunction.java index 3d662de8be..670ae666c6 100644 --- a/structr-base/src/main/java/org/structr/web/function/BroadcastEventFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/BroadcastEventFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ClearHeadersFunction.java b/structr-base/src/main/java/org/structr/web/function/ClearHeadersFunction.java index e0b5aa9de8..3f58c8e86a 100644 --- a/structr-base/src/main/java/org/structr/web/function/ClearHeadersFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ClearHeadersFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ConfirmationKeyFunction.java b/structr-base/src/main/java/org/structr/web/function/ConfirmationKeyFunction.java index a471472c0b..69b3b8ec2a 100644 --- a/structr-base/src/main/java/org/structr/web/function/ConfirmationKeyFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ConfirmationKeyFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/CopyFileContentsFunction.java b/structr-base/src/main/java/org/structr/web/function/CopyFileContentsFunction.java index 25438cdd20..9232d130b9 100644 --- a/structr-base/src/main/java/org/structr/web/function/CopyFileContentsFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/CopyFileContentsFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/CreateAccessAndRefreshTokenFunction.java b/structr-base/src/main/java/org/structr/web/function/CreateAccessAndRefreshTokenFunction.java index 4e36148ca6..d9605a4d52 100644 --- a/structr-base/src/main/java/org/structr/web/function/CreateAccessAndRefreshTokenFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/CreateAccessAndRefreshTokenFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/CreateAccessTokenFunction.java b/structr-base/src/main/java/org/structr/web/function/CreateAccessTokenFunction.java index 347bb5c023..577fe69fad 100644 --- a/structr-base/src/main/java/org/structr/web/function/CreateAccessTokenFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/CreateAccessTokenFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/CreateArchiveFunction.java b/structr-base/src/main/java/org/structr/web/function/CreateArchiveFunction.java index 3f38ad2597..b1f744c8d9 100644 --- a/structr-base/src/main/java/org/structr/web/function/CreateArchiveFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/CreateArchiveFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/CreateZipFunction.java b/structr-base/src/main/java/org/structr/web/function/CreateZipFunction.java index c771e33310..a596d2f792 100644 --- a/structr-base/src/main/java/org/structr/web/function/CreateZipFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/CreateZipFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/EscapeHtmlFunction.java b/structr-base/src/main/java/org/structr/web/function/EscapeHtmlFunction.java index b3353aa657..9ce4306667 100644 --- a/structr-base/src/main/java/org/structr/web/function/EscapeHtmlFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/EscapeHtmlFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/EscapeXmlFunction.java b/structr-base/src/main/java/org/structr/web/function/EscapeXmlFunction.java index 8f909f6792..4a2cc4538c 100644 --- a/structr-base/src/main/java/org/structr/web/function/EscapeXmlFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/EscapeXmlFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/FromJsonFunction.java b/structr-base/src/main/java/org/structr/web/function/FromJsonFunction.java index 77470121b2..eadaf30469 100644 --- a/structr-base/src/main/java/org/structr/web/function/FromJsonFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/FromJsonFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/FromXmlFunction.java b/structr-base/src/main/java/org/structr/web/function/FromXmlFunction.java index c11fa9af47..a3be883366 100644 --- a/structr-base/src/main/java/org/structr/web/function/FromXmlFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/FromXmlFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/GetContentFunction.java b/structr-base/src/main/java/org/structr/web/function/GetContentFunction.java index 7e591685a5..a592ceec55 100644 --- a/structr-base/src/main/java/org/structr/web/function/GetContentFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/GetContentFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/GetCookieFunction.java b/structr-base/src/main/java/org/structr/web/function/GetCookieFunction.java index 2ee28d651f..9eb97754a6 100644 --- a/structr-base/src/main/java/org/structr/web/function/GetCookieFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/GetCookieFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/GetRequestHeaderFunction.java b/structr-base/src/main/java/org/structr/web/function/GetRequestHeaderFunction.java index eccd0cdc52..a9dd3ae932 100644 --- a/structr-base/src/main/java/org/structr/web/function/GetRequestHeaderFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/GetRequestHeaderFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/GetSessionAttributeFunction.java b/structr-base/src/main/java/org/structr/web/function/GetSessionAttributeFunction.java index df1c92d53a..a022fd28b8 100644 --- a/structr-base/src/main/java/org/structr/web/function/GetSessionAttributeFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/GetSessionAttributeFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/GetSourceFunction.java b/structr-base/src/main/java/org/structr/web/function/GetSourceFunction.java index ae8e45512e..5f11b36e3e 100644 --- a/structr-base/src/main/java/org/structr/web/function/GetSourceFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/GetSourceFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/GraphQLFunction.java b/structr-base/src/main/java/org/structr/web/function/GraphQLFunction.java index ddf059f63d..5a59b284d7 100644 --- a/structr-base/src/main/java/org/structr/web/function/GraphQLFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/GraphQLFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/HTTPPostMultiPartFunction.java b/structr-base/src/main/java/org/structr/web/function/HTTPPostMultiPartFunction.java index b52593ff1b..46265c72fc 100644 --- a/structr-base/src/main/java/org/structr/web/function/HTTPPostMultiPartFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/HTTPPostMultiPartFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/HasCssClassFunction.java b/structr-base/src/main/java/org/structr/web/function/HasCssClassFunction.java index ed07c633f3..c692f509c4 100644 --- a/structr-base/src/main/java/org/structr/web/function/HasCssClassFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/HasCssClassFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/HttpDeleteFunction.java b/structr-base/src/main/java/org/structr/web/function/HttpDeleteFunction.java index 7a419e4a87..ed2571139c 100644 --- a/structr-base/src/main/java/org/structr/web/function/HttpDeleteFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/HttpDeleteFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/HttpGetFunction.java b/structr-base/src/main/java/org/structr/web/function/HttpGetFunction.java index 62f9a0a84c..8e05e934e2 100644 --- a/structr-base/src/main/java/org/structr/web/function/HttpGetFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/HttpGetFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/HttpHeadFunction.java b/structr-base/src/main/java/org/structr/web/function/HttpHeadFunction.java index 2cfe884809..c302201e9f 100644 --- a/structr-base/src/main/java/org/structr/web/function/HttpHeadFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/HttpHeadFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/HttpPatchFunction.java b/structr-base/src/main/java/org/structr/web/function/HttpPatchFunction.java index 9f20aadfff..422dc12d2e 100644 --- a/structr-base/src/main/java/org/structr/web/function/HttpPatchFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/HttpPatchFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/HttpPostFunction.java b/structr-base/src/main/java/org/structr/web/function/HttpPostFunction.java index c4e7502de9..86d7f2fe0e 100644 --- a/structr-base/src/main/java/org/structr/web/function/HttpPostFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/HttpPostFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/HttpPutFunction.java b/structr-base/src/main/java/org/structr/web/function/HttpPutFunction.java index f9f9ad6f98..91ee7a0cd6 100644 --- a/structr-base/src/main/java/org/structr/web/function/HttpPutFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/HttpPutFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ImportCssFunction.java b/structr-base/src/main/java/org/structr/web/function/ImportCssFunction.java index 528a7c42b5..6f9ed2ba77 100644 --- a/structr-base/src/main/java/org/structr/web/function/ImportCssFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ImportCssFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ImportHtmlFunction.java b/structr-base/src/main/java/org/structr/web/function/ImportHtmlFunction.java index ca22c995f2..8d38990202 100644 --- a/structr-base/src/main/java/org/structr/web/function/ImportHtmlFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ImportHtmlFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/IncludeChildFunction.java b/structr-base/src/main/java/org/structr/web/function/IncludeChildFunction.java index 2faefb66be..eb586fde6d 100644 --- a/structr-base/src/main/java/org/structr/web/function/IncludeChildFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/IncludeChildFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/IncludeFunction.java b/structr-base/src/main/java/org/structr/web/function/IncludeFunction.java index e4496e66d8..a888d3a760 100644 --- a/structr-base/src/main/java/org/structr/web/function/IncludeFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/IncludeFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/InsertHtmlFunction.java b/structr-base/src/main/java/org/structr/web/function/InsertHtmlFunction.java index 17cffffed9..857d25ee71 100644 --- a/structr-base/src/main/java/org/structr/web/function/InsertHtmlFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/InsertHtmlFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/IsLocaleFunction.java b/structr-base/src/main/java/org/structr/web/function/IsLocaleFunction.java index 688a954948..9ebff4a6e9 100644 --- a/structr-base/src/main/java/org/structr/web/function/IsLocaleFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/IsLocaleFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/JobInfoFunction.java b/structr-base/src/main/java/org/structr/web/function/JobInfoFunction.java index f77e1ae889..77a457558f 100644 --- a/structr-base/src/main/java/org/structr/web/function/JobInfoFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/JobInfoFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/JobListFunction.java b/structr-base/src/main/java/org/structr/web/function/JobListFunction.java index 51f99d78d6..95c63dd338 100644 --- a/structr-base/src/main/java/org/structr/web/function/JobListFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/JobListFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/LogEventFunction.java b/structr-base/src/main/java/org/structr/web/function/LogEventFunction.java index d564a68fd8..51ca9c0767 100644 --- a/structr-base/src/main/java/org/structr/web/function/LogEventFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/LogEventFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/MaintenanceFunction.java b/structr-base/src/main/java/org/structr/web/function/MaintenanceFunction.java index 3c1e458f89..6331bae33a 100644 --- a/structr-base/src/main/java/org/structr/web/function/MaintenanceFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/MaintenanceFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/RemoveDOMChildFunction.java b/structr-base/src/main/java/org/structr/web/function/RemoveDOMChildFunction.java index 5b47a18d22..f8d9489efa 100644 --- a/structr-base/src/main/java/org/structr/web/function/RemoveDOMChildFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/RemoveDOMChildFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/RemoveResponseHeaderFunction.java b/structr-base/src/main/java/org/structr/web/function/RemoveResponseHeaderFunction.java index 838b91fada..e9a37f0848 100644 --- a/structr-base/src/main/java/org/structr/web/function/RemoveResponseHeaderFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/RemoveResponseHeaderFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/RemoveSessionAttributeFunction.java b/structr-base/src/main/java/org/structr/web/function/RemoveSessionAttributeFunction.java index 74059ef842..ee2f643778 100644 --- a/structr-base/src/main/java/org/structr/web/function/RemoveSessionAttributeFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/RemoveSessionAttributeFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/RenderFunction.java b/structr-base/src/main/java/org/structr/web/function/RenderFunction.java index 5e240c11a5..687d6865d6 100644 --- a/structr-base/src/main/java/org/structr/web/function/RenderFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/RenderFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ReplaceDOMChildFunction.java b/structr-base/src/main/java/org/structr/web/function/ReplaceDOMChildFunction.java index 63209fa15a..03f291fd6f 100644 --- a/structr-base/src/main/java/org/structr/web/function/ReplaceDOMChildFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ReplaceDOMChildFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/RequestStoreDeleteFunction.java b/structr-base/src/main/java/org/structr/web/function/RequestStoreDeleteFunction.java index 07dee2deb2..7ccd1ccb28 100644 --- a/structr-base/src/main/java/org/structr/web/function/RequestStoreDeleteFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/RequestStoreDeleteFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/RequestStoreGetFunction.java b/structr-base/src/main/java/org/structr/web/function/RequestStoreGetFunction.java index e536e8cce5..c137b4e450 100644 --- a/structr-base/src/main/java/org/structr/web/function/RequestStoreGetFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/RequestStoreGetFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/RequestStoreGetKeysFunction.java b/structr-base/src/main/java/org/structr/web/function/RequestStoreGetKeysFunction.java index 83112a74ed..7ab7092489 100644 --- a/structr-base/src/main/java/org/structr/web/function/RequestStoreGetKeysFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/RequestStoreGetKeysFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/RequestStoreHasFunction.java b/structr-base/src/main/java/org/structr/web/function/RequestStoreHasFunction.java index f53e06b825..7826e7ce34 100644 --- a/structr-base/src/main/java/org/structr/web/function/RequestStoreHasFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/RequestStoreHasFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/RequestStorePutFunction.java b/structr-base/src/main/java/org/structr/web/function/RequestStorePutFunction.java index 8ca4e96cdb..1254c6eaaf 100644 --- a/structr-base/src/main/java/org/structr/web/function/RequestStorePutFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/RequestStorePutFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ScheduleFunction.java b/structr-base/src/main/java/org/structr/web/function/ScheduleFunction.java index f4e0dd95fc..827be473c5 100644 --- a/structr-base/src/main/java/org/structr/web/function/ScheduleFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ScheduleFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/SendEventFunction.java b/structr-base/src/main/java/org/structr/web/function/SendEventFunction.java index 0d2b877178..7648839758 100644 --- a/structr-base/src/main/java/org/structr/web/function/SendEventFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/SendEventFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/SendHtmlMailFunction.java b/structr-base/src/main/java/org/structr/web/function/SendHtmlMailFunction.java index bfe1195d7e..afb5d2648c 100644 --- a/structr-base/src/main/java/org/structr/web/function/SendHtmlMailFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/SendHtmlMailFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/SendPlaintextMailFunction.java b/structr-base/src/main/java/org/structr/web/function/SendPlaintextMailFunction.java index a945ffcfa5..4931c2a264 100644 --- a/structr-base/src/main/java/org/structr/web/function/SendPlaintextMailFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/SendPlaintextMailFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/SetContentFunction.java b/structr-base/src/main/java/org/structr/web/function/SetContentFunction.java index fac02368a1..e1e54f99ac 100644 --- a/structr-base/src/main/java/org/structr/web/function/SetContentFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/SetContentFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/SetCookieFunction.java b/structr-base/src/main/java/org/structr/web/function/SetCookieFunction.java index d59f0726b6..79efceda85 100644 --- a/structr-base/src/main/java/org/structr/web/function/SetCookieFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/SetCookieFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/SetDetailsObjectFunction.java b/structr-base/src/main/java/org/structr/web/function/SetDetailsObjectFunction.java index e391724426..e3ff2c4cc3 100644 --- a/structr-base/src/main/java/org/structr/web/function/SetDetailsObjectFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/SetDetailsObjectFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/SetResponseCodeFunction.java b/structr-base/src/main/java/org/structr/web/function/SetResponseCodeFunction.java index c0f640b987..dc8d9301b9 100644 --- a/structr-base/src/main/java/org/structr/web/function/SetResponseCodeFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/SetResponseCodeFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/SetResponseHeaderFunction.java b/structr-base/src/main/java/org/structr/web/function/SetResponseHeaderFunction.java index 3615bdfd15..ffa0febb2b 100644 --- a/structr-base/src/main/java/org/structr/web/function/SetResponseHeaderFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/SetResponseHeaderFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/SetSessionAttributeFunction.java b/structr-base/src/main/java/org/structr/web/function/SetSessionAttributeFunction.java index 825218118a..0ebaf1295e 100644 --- a/structr-base/src/main/java/org/structr/web/function/SetSessionAttributeFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/SetSessionAttributeFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/StripHtmlFunction.java b/structr-base/src/main/java/org/structr/web/function/StripHtmlFunction.java index e6cf00dc8a..2a56573e50 100644 --- a/structr-base/src/main/java/org/structr/web/function/StripHtmlFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/StripHtmlFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/SystemInfoFunction.java b/structr-base/src/main/java/org/structr/web/function/SystemInfoFunction.java index 41b850e165..53115aa923 100644 --- a/structr-base/src/main/java/org/structr/web/function/SystemInfoFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/SystemInfoFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ToGraphObjectFunction.java b/structr-base/src/main/java/org/structr/web/function/ToGraphObjectFunction.java index b9742b5582..f6a50ce3f2 100644 --- a/structr-base/src/main/java/org/structr/web/function/ToGraphObjectFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ToGraphObjectFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ToJsonFunction.java b/structr-base/src/main/java/org/structr/web/function/ToJsonFunction.java index a71391bee1..e25a07dfee 100644 --- a/structr-base/src/main/java/org/structr/web/function/ToJsonFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ToJsonFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/UiAdvancedFunction.java b/structr-base/src/main/java/org/structr/web/function/UiAdvancedFunction.java index 3078c701ae..fa514625a2 100644 --- a/structr-base/src/main/java/org/structr/web/function/UiAdvancedFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/UiAdvancedFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/UiCommunityFunction.java b/structr-base/src/main/java/org/structr/web/function/UiCommunityFunction.java index 013f5dad41..d49163fd75 100644 --- a/structr-base/src/main/java/org/structr/web/function/UiCommunityFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/UiCommunityFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/UiFunction.java b/structr-base/src/main/java/org/structr/web/function/UiFunction.java index 502e14b5a3..6896fc3613 100644 --- a/structr-base/src/main/java/org/structr/web/function/UiFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/UiFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/UnarchiveFunction.java b/structr-base/src/main/java/org/structr/web/function/UnarchiveFunction.java index e45aeaa0a0..efb329e1b7 100644 --- a/structr-base/src/main/java/org/structr/web/function/UnarchiveFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/UnarchiveFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/UnescapeHtmlFunction.java b/structr-base/src/main/java/org/structr/web/function/UnescapeHtmlFunction.java index 0a262665bd..eb7ef978b7 100644 --- a/structr-base/src/main/java/org/structr/web/function/UnescapeHtmlFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/UnescapeHtmlFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/function/ValidateCertificatesFunction.java b/structr-base/src/main/java/org/structr/web/function/ValidateCertificatesFunction.java index d7aca6afde..ea89de7641 100644 --- a/structr-base/src/main/java/org/structr/web/function/ValidateCertificatesFunction.java +++ b/structr-base/src/main/java/org/structr/web/function/ValidateCertificatesFunction.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.function; diff --git a/structr-base/src/main/java/org/structr/web/importer/CSVFileImportJob.java b/structr-base/src/main/java/org/structr/web/importer/CSVFileImportJob.java index 58aecfe83c..b8f5638006 100644 --- a/structr-base/src/main/java/org/structr/web/importer/CSVFileImportJob.java +++ b/structr-base/src/main/java/org/structr/web/importer/CSVFileImportJob.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.importer; diff --git a/structr-base/src/main/java/org/structr/web/importer/CommentHandler.java b/structr-base/src/main/java/org/structr/web/importer/CommentHandler.java index e41dcba556..92ac89b75f 100644 --- a/structr-base/src/main/java/org/structr/web/importer/CommentHandler.java +++ b/structr-base/src/main/java/org/structr/web/importer/CommentHandler.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.importer; diff --git a/structr-base/src/main/java/org/structr/web/importer/FileImportJob.java b/structr-base/src/main/java/org/structr/web/importer/FileImportJob.java index a9dcc85fdc..104d8e4a70 100644 --- a/structr-base/src/main/java/org/structr/web/importer/FileImportJob.java +++ b/structr-base/src/main/java/org/structr/web/importer/FileImportJob.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.importer; diff --git a/structr-base/src/main/java/org/structr/web/importer/Importer.java b/structr-base/src/main/java/org/structr/web/importer/Importer.java index 2e2288efc2..313a03a401 100644 --- a/structr-base/src/main/java/org/structr/web/importer/Importer.java +++ b/structr-base/src/main/java/org/structr/web/importer/Importer.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.importer; diff --git a/structr-base/src/main/java/org/structr/web/importer/MixedCSVFileImportJob.java b/structr-base/src/main/java/org/structr/web/importer/MixedCSVFileImportJob.java index dda3e48586..2bb43cfa94 100644 --- a/structr-base/src/main/java/org/structr/web/importer/MixedCSVFileImportJob.java +++ b/structr-base/src/main/java/org/structr/web/importer/MixedCSVFileImportJob.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.importer; diff --git a/structr-base/src/main/java/org/structr/web/importer/ScriptJob.java b/structr-base/src/main/java/org/structr/web/importer/ScriptJob.java index 458842dec5..2b31c63e31 100644 --- a/structr-base/src/main/java/org/structr/web/importer/ScriptJob.java +++ b/structr-base/src/main/java/org/structr/web/importer/ScriptJob.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.importer; diff --git a/structr-base/src/main/java/org/structr/web/importer/XMLFileImportJob.java b/structr-base/src/main/java/org/structr/web/importer/XMLFileImportJob.java index 22f58989a8..d0becc1086 100644 --- a/structr-base/src/main/java/org/structr/web/importer/XMLFileImportJob.java +++ b/structr-base/src/main/java/org/structr/web/importer/XMLFileImportJob.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.importer; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/DeployCommand.java b/structr-base/src/main/java/org/structr/web/maintenance/DeployCommand.java index 994497f508..cad82e956d 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/DeployCommand.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/DeployCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/DeployDataCommand.java b/structr-base/src/main/java/org/structr/web/maintenance/DeployDataCommand.java index 9b8ed6e740..dc94612129 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/DeployDataCommand.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/DeployDataCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/DirectFileImportCommand.java b/structr-base/src/main/java/org/structr/web/maintenance/DirectFileImportCommand.java index b542524fe0..374c2e4215 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/DirectFileImportCommand.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/DirectFileImportCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/MaintenanceModeCommand.java b/structr-base/src/main/java/org/structr/web/maintenance/MaintenanceModeCommand.java index 0fdbc2ea19..a0e5018009 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/MaintenanceModeCommand.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/MaintenanceModeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/deploy/ComponentImporter.java b/structr-base/src/main/java/org/structr/web/maintenance/deploy/ComponentImporter.java index 0eea30ccad..6597354031 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/deploy/ComponentImporter.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/deploy/ComponentImporter.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance.deploy; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/deploy/DeletingFileImportVisitor.java b/structr-base/src/main/java/org/structr/web/maintenance/deploy/DeletingFileImportVisitor.java index 99be6fcb26..afd8406fc9 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/deploy/DeletingFileImportVisitor.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/deploy/DeletingFileImportVisitor.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance.deploy; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/deploy/DeploymentCommentHandler.java b/structr-base/src/main/java/org/structr/web/maintenance/deploy/DeploymentCommentHandler.java index 730b11b545..be6cf0d605 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/deploy/DeploymentCommentHandler.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/deploy/DeploymentCommentHandler.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance.deploy; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/deploy/FileCleanupVisitor.java b/structr-base/src/main/java/org/structr/web/maintenance/deploy/FileCleanupVisitor.java index 0a953b8cfd..3311c444e3 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/deploy/FileCleanupVisitor.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/deploy/FileCleanupVisitor.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance.deploy; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/deploy/FileImportVisitor.java b/structr-base/src/main/java/org/structr/web/maintenance/deploy/FileImportVisitor.java index e2e062ec6d..481ae21e01 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/deploy/FileImportVisitor.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/deploy/FileImportVisitor.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance.deploy; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/deploy/HtmlFileImporter.java b/structr-base/src/main/java/org/structr/web/maintenance/deploy/HtmlFileImporter.java index f4338893c9..c5fc3389fb 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/deploy/HtmlFileImporter.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/deploy/HtmlFileImporter.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance.deploy; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/deploy/ImportFailureException.java b/structr-base/src/main/java/org/structr/web/maintenance/deploy/ImportFailureException.java index 5c44582778..3a7914996f 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/deploy/ImportFailureException.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/deploy/ImportFailureException.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance.deploy; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/deploy/ImportPreconditionFailedException.java b/structr-base/src/main/java/org/structr/web/maintenance/deploy/ImportPreconditionFailedException.java index b94032e4e0..033d529e2b 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/deploy/ImportPreconditionFailedException.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/deploy/ImportPreconditionFailedException.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance.deploy; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/deploy/PageImporter.java b/structr-base/src/main/java/org/structr/web/maintenance/deploy/PageImporter.java index 8cb3c0f47a..8c6ff5f434 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/deploy/PageImporter.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/deploy/PageImporter.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance.deploy; diff --git a/structr-base/src/main/java/org/structr/web/maintenance/deploy/TemplateImporter.java b/structr-base/src/main/java/org/structr/web/maintenance/deploy/TemplateImporter.java index e4eceaf78c..f6d76b30eb 100644 --- a/structr-base/src/main/java/org/structr/web/maintenance/deploy/TemplateImporter.java +++ b/structr-base/src/main/java/org/structr/web/maintenance/deploy/TemplateImporter.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.maintenance.deploy; diff --git a/structr-base/src/main/java/org/structr/web/property/ContentPathProperty.java b/structr-base/src/main/java/org/structr/web/property/ContentPathProperty.java index fe34dc27e8..8c81b66d3f 100644 --- a/structr-base/src/main/java/org/structr/web/property/ContentPathProperty.java +++ b/structr-base/src/main/java/org/structr/web/property/ContentPathProperty.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.property; diff --git a/structr-base/src/main/java/org/structr/web/property/CustomHtmlAttributeProperty.java b/structr-base/src/main/java/org/structr/web/property/CustomHtmlAttributeProperty.java index 57ed4a879f..e09e68cdfd 100644 --- a/structr-base/src/main/java/org/structr/web/property/CustomHtmlAttributeProperty.java +++ b/structr-base/src/main/java/org/structr/web/property/CustomHtmlAttributeProperty.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.property; diff --git a/structr-base/src/main/java/org/structr/web/property/FileDataProperty.java b/structr-base/src/main/java/org/structr/web/property/FileDataProperty.java index d87a1f0c88..2b8b20eaca 100644 --- a/structr-base/src/main/java/org/structr/web/property/FileDataProperty.java +++ b/structr-base/src/main/java/org/structr/web/property/FileDataProperty.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.property; diff --git a/structr-base/src/main/java/org/structr/web/property/ImageDataProperty.java b/structr-base/src/main/java/org/structr/web/property/ImageDataProperty.java index 46c39f33a1..2225431a7f 100644 --- a/structr-base/src/main/java/org/structr/web/property/ImageDataProperty.java +++ b/structr-base/src/main/java/org/structr/web/property/ImageDataProperty.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.property; diff --git a/structr-base/src/main/java/org/structr/web/property/MethodProperty.java b/structr-base/src/main/java/org/structr/web/property/MethodProperty.java index b997cf7768..a566b4c412 100644 --- a/structr-base/src/main/java/org/structr/web/property/MethodProperty.java +++ b/structr-base/src/main/java/org/structr/web/property/MethodProperty.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.property; diff --git a/structr-base/src/main/java/org/structr/web/property/PathProperty.java b/structr-base/src/main/java/org/structr/web/property/PathProperty.java index 636e49c754..24e7276baf 100644 --- a/structr-base/src/main/java/org/structr/web/property/PathProperty.java +++ b/structr-base/src/main/java/org/structr/web/property/PathProperty.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.property; diff --git a/structr-base/src/main/java/org/structr/web/property/ThumbnailProperty.java b/structr-base/src/main/java/org/structr/web/property/ThumbnailProperty.java index 6a1283c496..e99ffd8920 100644 --- a/structr-base/src/main/java/org/structr/web/property/ThumbnailProperty.java +++ b/structr-base/src/main/java/org/structr/web/property/ThumbnailProperty.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.property; diff --git a/structr-base/src/main/java/org/structr/web/property/UiNotion.java b/structr-base/src/main/java/org/structr/web/property/UiNotion.java index 70133c2cac..9583565024 100644 --- a/structr-base/src/main/java/org/structr/web/property/UiNotion.java +++ b/structr-base/src/main/java/org/structr/web/property/UiNotion.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.property; diff --git a/structr-base/src/main/java/org/structr/web/resource/LoginResource.java b/structr-base/src/main/java/org/structr/web/resource/LoginResource.java index 1a8eecd6ec..fccae18418 100644 --- a/structr-base/src/main/java/org/structr/web/resource/LoginResource.java +++ b/structr-base/src/main/java/org/structr/web/resource/LoginResource.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.resource; diff --git a/structr-base/src/main/java/org/structr/web/resource/LogoutResource.java b/structr-base/src/main/java/org/structr/web/resource/LogoutResource.java index e9caa269d0..9936051561 100644 --- a/structr-base/src/main/java/org/structr/web/resource/LogoutResource.java +++ b/structr-base/src/main/java/org/structr/web/resource/LogoutResource.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.resource; diff --git a/structr-base/src/main/java/org/structr/web/resource/RegistrationResource.java b/structr-base/src/main/java/org/structr/web/resource/RegistrationResource.java index b3288560f1..63e768ff7b 100644 --- a/structr-base/src/main/java/org/structr/web/resource/RegistrationResource.java +++ b/structr-base/src/main/java/org/structr/web/resource/RegistrationResource.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.resource; diff --git a/structr-base/src/main/java/org/structr/web/resource/ResetPasswordResource.java b/structr-base/src/main/java/org/structr/web/resource/ResetPasswordResource.java index 01f5742dc1..2fa951fe79 100644 --- a/structr-base/src/main/java/org/structr/web/resource/ResetPasswordResource.java +++ b/structr-base/src/main/java/org/structr/web/resource/ResetPasswordResource.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.resource; diff --git a/structr-base/src/main/java/org/structr/web/resource/TokenResource.java b/structr-base/src/main/java/org/structr/web/resource/TokenResource.java index 627c959b6e..c51bbb1675 100644 --- a/structr-base/src/main/java/org/structr/web/resource/TokenResource.java +++ b/structr-base/src/main/java/org/structr/web/resource/TokenResource.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.resource; diff --git a/structr-base/src/main/java/org/structr/web/schema/parser/ThumbnailPropertySourceGenerator.java b/structr-base/src/main/java/org/structr/web/schema/parser/ThumbnailPropertySourceGenerator.java index 3ca4c08248..cc86432a8c 100644 --- a/structr-base/src/main/java/org/structr/web/schema/parser/ThumbnailPropertySourceGenerator.java +++ b/structr-base/src/main/java/org/structr/web/schema/parser/ThumbnailPropertySourceGenerator.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.schema.parser; diff --git a/structr-base/src/main/java/org/structr/web/servlet/DeploymentServlet.java b/structr-base/src/main/java/org/structr/web/servlet/DeploymentServlet.java index 32c5312130..6335ece29e 100644 --- a/structr-base/src/main/java/org/structr/web/servlet/DeploymentServlet.java +++ b/structr-base/src/main/java/org/structr/web/servlet/DeploymentServlet.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.servlet; diff --git a/structr-base/src/main/java/org/structr/web/servlet/EventSourceServlet.java b/structr-base/src/main/java/org/structr/web/servlet/EventSourceServlet.java index 0b494f1601..0b6d9079e8 100644 --- a/structr-base/src/main/java/org/structr/web/servlet/EventSourceServlet.java +++ b/structr-base/src/main/java/org/structr/web/servlet/EventSourceServlet.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.servlet; diff --git a/structr-base/src/main/java/org/structr/web/servlet/HealthCheckServlet.java b/structr-base/src/main/java/org/structr/web/servlet/HealthCheckServlet.java index 4fe051f4c2..485283b9c6 100644 --- a/structr-base/src/main/java/org/structr/web/servlet/HealthCheckServlet.java +++ b/structr-base/src/main/java/org/structr/web/servlet/HealthCheckServlet.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.servlet; diff --git a/structr-base/src/main/java/org/structr/web/servlet/HistogramServlet.java b/structr-base/src/main/java/org/structr/web/servlet/HistogramServlet.java index f4306d9e2f..d5dfb8cbf5 100644 --- a/structr-base/src/main/java/org/structr/web/servlet/HistogramServlet.java +++ b/structr-base/src/main/java/org/structr/web/servlet/HistogramServlet.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.servlet; diff --git a/structr-base/src/main/java/org/structr/web/servlet/HtmlServlet.java b/structr-base/src/main/java/org/structr/web/servlet/HtmlServlet.java index dd408283a9..8204414d0d 100644 --- a/structr-base/src/main/java/org/structr/web/servlet/HtmlServlet.java +++ b/structr-base/src/main/java/org/structr/web/servlet/HtmlServlet.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.servlet; diff --git a/structr-base/src/main/java/org/structr/web/servlet/LoginServlet.java b/structr-base/src/main/java/org/structr/web/servlet/LoginServlet.java index e84baf3d01..6beb2097d5 100644 --- a/structr-base/src/main/java/org/structr/web/servlet/LoginServlet.java +++ b/structr-base/src/main/java/org/structr/web/servlet/LoginServlet.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.servlet; diff --git a/structr-base/src/main/java/org/structr/web/servlet/LogoutServlet.java b/structr-base/src/main/java/org/structr/web/servlet/LogoutServlet.java index 399b2429cb..b4671fc8e8 100644 --- a/structr-base/src/main/java/org/structr/web/servlet/LogoutServlet.java +++ b/structr-base/src/main/java/org/structr/web/servlet/LogoutServlet.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.servlet; diff --git a/structr-base/src/main/java/org/structr/web/servlet/ProxyServlet.java b/structr-base/src/main/java/org/structr/web/servlet/ProxyServlet.java index 04c9b03953..628754a207 100644 --- a/structr-base/src/main/java/org/structr/web/servlet/ProxyServlet.java +++ b/structr-base/src/main/java/org/structr/web/servlet/ProxyServlet.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.servlet; diff --git a/structr-base/src/main/java/org/structr/web/servlet/StructrWriteListener.java b/structr-base/src/main/java/org/structr/web/servlet/StructrWriteListener.java index 5f3c7bd5f0..4f2dcd406f 100644 --- a/structr-base/src/main/java/org/structr/web/servlet/StructrWriteListener.java +++ b/structr-base/src/main/java/org/structr/web/servlet/StructrWriteListener.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.servlet; diff --git a/structr-base/src/main/java/org/structr/web/servlet/TokenServlet.java b/structr-base/src/main/java/org/structr/web/servlet/TokenServlet.java index 583fb444a3..02e0f28d02 100644 --- a/structr-base/src/main/java/org/structr/web/servlet/TokenServlet.java +++ b/structr-base/src/main/java/org/structr/web/servlet/TokenServlet.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.servlet; diff --git a/structr-base/src/main/java/org/structr/web/servlet/UploadServlet.java b/structr-base/src/main/java/org/structr/web/servlet/UploadServlet.java index ca395abc86..ca9f339f6e 100644 --- a/structr-base/src/main/java/org/structr/web/servlet/UploadServlet.java +++ b/structr-base/src/main/java/org/structr/web/servlet/UploadServlet.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.web.servlet; diff --git a/structr-base/src/main/java/org/structr/websocket/StructrWebSocket.java b/structr-base/src/main/java/org/structr/websocket/StructrWebSocket.java index fc267ca9de..a91f6734cb 100644 --- a/structr-base/src/main/java/org/structr/websocket/StructrWebSocket.java +++ b/structr-base/src/main/java/org/structr/websocket/StructrWebSocket.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket; diff --git a/structr-base/src/main/java/org/structr/websocket/StructrWebSocketCreator.java b/structr-base/src/main/java/org/structr/websocket/StructrWebSocketCreator.java index 6a417857f7..456c8f4414 100644 --- a/structr-base/src/main/java/org/structr/websocket/StructrWebSocketCreator.java +++ b/structr-base/src/main/java/org/structr/websocket/StructrWebSocketCreator.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket; diff --git a/structr-base/src/main/java/org/structr/websocket/WebSocketDataGSONAdapter.java b/structr-base/src/main/java/org/structr/websocket/WebSocketDataGSONAdapter.java index 501908892a..5399b3722c 100644 --- a/structr-base/src/main/java/org/structr/websocket/WebSocketDataGSONAdapter.java +++ b/structr-base/src/main/java/org/structr/websocket/WebSocketDataGSONAdapter.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket; diff --git a/structr-base/src/main/java/org/structr/websocket/WebsocketController.java b/structr-base/src/main/java/org/structr/websocket/WebsocketController.java index 76ec64fec1..e4fae568db 100644 --- a/structr-base/src/main/java/org/structr/websocket/WebsocketController.java +++ b/structr-base/src/main/java/org/structr/websocket/WebsocketController.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket; diff --git a/structr-base/src/main/java/org/structr/websocket/command/AbstractCommand.java b/structr-base/src/main/java/org/structr/websocket/command/AbstractCommand.java index 294e19d42d..8f52503298 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/AbstractCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/AbstractCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/AppendChildCommand.java b/structr-base/src/main/java/org/structr/websocket/command/AppendChildCommand.java index 8a728136ea..6ee95dceb9 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/AppendChildCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/AppendChildCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/AppendContentItemCommand.java b/structr-base/src/main/java/org/structr/websocket/command/AppendContentItemCommand.java index 15d447d23b..f58377edc6 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/AppendContentItemCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/AppendContentItemCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/AppendFileCommand.java b/structr-base/src/main/java/org/structr/websocket/command/AppendFileCommand.java index 4cde9fd692..7fb5666efc 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/AppendFileCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/AppendFileCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/AppendMemberCommand.java b/structr-base/src/main/java/org/structr/websocket/command/AppendMemberCommand.java index 9c65b6e597..385a7d22f1 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/AppendMemberCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/AppendMemberCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/AppendWidgetCommand.java b/structr-base/src/main/java/org/structr/websocket/command/AppendWidgetCommand.java index 6467628d76..ef575d894e 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/AppendWidgetCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/AppendWidgetCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/AutocompleteCommand.java b/structr-base/src/main/java/org/structr/websocket/command/AutocompleteCommand.java index 21f7c69d23..9259ff86bb 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/AutocompleteCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/AutocompleteCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ChildrenCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ChildrenCommand.java index 9318916d0b..3d772dd020 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ChildrenCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ChildrenCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ChunkCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ChunkCommand.java index 6b6b2cce29..b673709536 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ChunkCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ChunkCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/CloneComponentCommand.java b/structr-base/src/main/java/org/structr/websocket/command/CloneComponentCommand.java index 1ed520aa45..13b00a7724 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/CloneComponentCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/CloneComponentCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ClonePageCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ClonePageCommand.java index dc88363c16..f87d19fea6 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ClonePageCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ClonePageCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ConsoleCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ConsoleCommand.java index fb9c5ca6ec..337989efc3 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ConsoleCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ConsoleCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/CreateCommand.java b/structr-base/src/main/java/org/structr/websocket/command/CreateCommand.java index 06c9718e82..83b1c7fbc8 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/CreateCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/CreateCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/CreateComponentCommand.java b/structr-base/src/main/java/org/structr/websocket/command/CreateComponentCommand.java index 0195a04cdb..e4b78d9343 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/CreateComponentCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/CreateComponentCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/CreateLocalWidgetCommand.java b/structr-base/src/main/java/org/structr/websocket/command/CreateLocalWidgetCommand.java index 58f5fef79e..2727bf8eef 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/CreateLocalWidgetCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/CreateLocalWidgetCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/CreateRelationshipCommand.java b/structr-base/src/main/java/org/structr/websocket/command/CreateRelationshipCommand.java index efba41f07e..fe1850244e 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/CreateRelationshipCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/CreateRelationshipCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/CreateSimplePage.java b/structr-base/src/main/java/org/structr/websocket/command/CreateSimplePage.java index 920f7db515..c1b330b8de 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/CreateSimplePage.java +++ b/structr-base/src/main/java/org/structr/websocket/command/CreateSimplePage.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/DeleteNodeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/DeleteNodeCommand.java index 7e5d1d3330..5cb9367028 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/DeleteNodeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/DeleteNodeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/DeleteNodesCommand.java b/structr-base/src/main/java/org/structr/websocket/command/DeleteNodesCommand.java index edc09e168e..79eb594d98 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/DeleteNodesCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/DeleteNodesCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/DeleteRelationshipCommand.java b/structr-base/src/main/java/org/structr/websocket/command/DeleteRelationshipCommand.java index 88444a4d41..8a7fd6be5b 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/DeleteRelationshipCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/DeleteRelationshipCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/DeleteUnattachedNodesCommand.java b/structr-base/src/main/java/org/structr/websocket/command/DeleteUnattachedNodesCommand.java index e1c0ac1a57..dcb6e37117 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/DeleteUnattachedNodesCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/DeleteUnattachedNodesCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/FavoritesCommand.java b/structr-base/src/main/java/org/structr/websocket/command/FavoritesCommand.java index 1284d55820..c523b0a1f8 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/FavoritesCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/FavoritesCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/FileImportCommand.java b/structr-base/src/main/java/org/structr/websocket/command/FileImportCommand.java index 68a2bc0e78..b143b19689 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/FileImportCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/FileImportCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/FileUploadHandler.java b/structr-base/src/main/java/org/structr/websocket/command/FileUploadHandler.java index efe92d162e..52d7ab8dbf 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/FileUploadHandler.java +++ b/structr-base/src/main/java/org/structr/websocket/command/FileUploadHandler.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/FindDuplicateFilesCommand.java b/structr-base/src/main/java/org/structr/websocket/command/FindDuplicateFilesCommand.java index cf2626044f..eca503f819 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/FindDuplicateFilesCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/FindDuplicateFilesCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/GetByTypeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/GetByTypeCommand.java index f5470c91e2..2a0fd5f450 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/GetByTypeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/GetByTypeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/GetCommand.java b/structr-base/src/main/java/org/structr/websocket/command/GetCommand.java index 1f160e3b3f..5cb7faec2f 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/GetCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/GetCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/GetLocalStorageCommand.java b/structr-base/src/main/java/org/structr/websocket/command/GetLocalStorageCommand.java index 912a64ac96..b89c7b1adc 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/GetLocalStorageCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/GetLocalStorageCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/GetProperty.java b/structr-base/src/main/java/org/structr/websocket/command/GetProperty.java index 263920e2a7..c2bc787304 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/GetProperty.java +++ b/structr-base/src/main/java/org/structr/websocket/command/GetProperty.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/GetRelationshipCommand.java b/structr-base/src/main/java/org/structr/websocket/command/GetRelationshipCommand.java index f296ed76a3..a822fdbce5 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/GetRelationshipCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/GetRelationshipCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/GetSchemaInfoCommand.java b/structr-base/src/main/java/org/structr/websocket/command/GetSchemaInfoCommand.java index c3a0a4d611..c977b49fb2 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/GetSchemaInfoCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/GetSchemaInfoCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/GetSuggestionsCommand.java b/structr-base/src/main/java/org/structr/websocket/command/GetSuggestionsCommand.java index 2faac58434..3e4b5b0eec 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/GetSuggestionsCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/GetSuggestionsCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/GetTypeInfoCommand.java b/structr-base/src/main/java/org/structr/websocket/command/GetTypeInfoCommand.java index 09a6768d81..2f095d6a3f 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/GetTypeInfoCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/GetTypeInfoCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/GraphQLCommand.java b/structr-base/src/main/java/org/structr/websocket/command/GraphQLCommand.java index 2bdb0b0934..187f0cd721 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/GraphQLCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/GraphQLCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ImageConverterCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ImageConverterCommand.java index 316158a415..8123378c0d 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ImageConverterCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ImageConverterCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ImportCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ImportCommand.java index 294a0709ab..d3bf929271 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ImportCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ImportCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/InsertCommand.java b/structr-base/src/main/java/org/structr/websocket/command/InsertCommand.java index 18e5b7ae18..ece7e6d9de 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/InsertCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/InsertCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/LinkCommand.java b/structr-base/src/main/java/org/structr/websocket/command/LinkCommand.java index 0098b94cc0..e132fc3e5a 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/LinkCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/LinkCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ListActiveElementsCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ListActiveElementsCommand.java index 75d9ba4f83..2003cb3491 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ListActiveElementsCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ListActiveElementsCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ListCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ListCommand.java index 1fe1868c6c..b35c2d6738 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ListCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ListCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ListComponentsCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ListComponentsCommand.java index 40b271db43..9e9a162a49 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ListComponentsCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ListComponentsCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ListFilesCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ListFilesCommand.java index 6e443fb7fb..49ea982e15 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ListFilesCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ListFilesCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ListLocalizationsCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ListLocalizationsCommand.java index 2a46b4ae57..eb25d01038 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ListLocalizationsCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ListLocalizationsCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ListSchemaPropertiesCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ListSchemaPropertiesCommand.java index b0316ec9fd..93e4c473a9 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ListSchemaPropertiesCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ListSchemaPropertiesCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ListUnattachedNodesCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ListUnattachedNodesCommand.java index 4365ff2afa..2fad7b584d 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ListUnattachedNodesCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ListUnattachedNodesCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/LoginCommand.java b/structr-base/src/main/java/org/structr/websocket/command/LoginCommand.java index 66babf49e9..c5198d2cda 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/LoginCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/LoginCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/LogoutCommand.java b/structr-base/src/main/java/org/structr/websocket/command/LogoutCommand.java index cae178324f..0d0bb63c86 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/LogoutCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/LogoutCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/PatchCommand.java b/structr-base/src/main/java/org/structr/websocket/command/PatchCommand.java index a18d9e99cd..989fd7586e 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/PatchCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/PatchCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/PingCommand.java b/structr-base/src/main/java/org/structr/websocket/command/PingCommand.java index 1c039ffea0..3313dd5321 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/PingCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/PingCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/QueryCommand.java b/structr-base/src/main/java/org/structr/websocket/command/QueryCommand.java index db808c739c..4e855f85e6 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/QueryCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/QueryCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/RemoveCommand.java b/structr-base/src/main/java/org/structr/websocket/command/RemoveCommand.java index bd62cebdf2..c8b06e092c 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/RemoveCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/RemoveCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/RemoveFromCollectionCommand.java b/structr-base/src/main/java/org/structr/websocket/command/RemoveFromCollectionCommand.java index 28eae86cc3..d76c252392 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/RemoveFromCollectionCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/RemoveFromCollectionCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ReplaceTemplateCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ReplaceTemplateCommand.java index 173283e3f6..bf8d9e8c4c 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ReplaceTemplateCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ReplaceTemplateCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/SaveLocalStorageCommand.java b/structr-base/src/main/java/org/structr/websocket/command/SaveLocalStorageCommand.java index 66c64120a2..21bc5b43cd 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/SaveLocalStorageCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/SaveLocalStorageCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/SaveNodeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/SaveNodeCommand.java index 75ba837a01..b8b03ffb82 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/SaveNodeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/SaveNodeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/SearchCommand.java b/structr-base/src/main/java/org/structr/websocket/command/SearchCommand.java index 25ce62a9d8..59b3335f12 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/SearchCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/SearchCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/ServerLogCommand.java b/structr-base/src/main/java/org/structr/websocket/command/ServerLogCommand.java index eec06678a1..904eb4c8d7 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/ServerLogCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/ServerLogCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/SetPermissionCommand.java b/structr-base/src/main/java/org/structr/websocket/command/SetPermissionCommand.java index 4c64528cdd..cc6513f274 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/SetPermissionCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/SetPermissionCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/SnapshotsCommand.java b/structr-base/src/main/java/org/structr/websocket/command/SnapshotsCommand.java index 92dc7f8a3b..04d87f8054 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/SnapshotsCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/SnapshotsCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/SyncModeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/SyncModeCommand.java index e3e7be723a..b94d5a0c29 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/SyncModeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/SyncModeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/UnarchiveCommand.java b/structr-base/src/main/java/org/structr/websocket/command/UnarchiveCommand.java index 6a9f63d338..3d2386acb1 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/UnarchiveCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/UnarchiveCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/UpdateCommand.java b/structr-base/src/main/java/org/structr/websocket/command/UpdateCommand.java index 38713695ab..c94ec11d0a 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/UpdateCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/UpdateCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/UploadCommand.java b/structr-base/src/main/java/org/structr/websocket/command/UploadCommand.java index c68e8c98a4..528c7a42a4 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/UploadCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/UploadCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/WrapContentCommand.java b/structr-base/src/main/java/org/structr/websocket/command/WrapContentCommand.java index bc1258e5cf..637304fbcc 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/WrapContentCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/WrapContentCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/WrappedRestCommand.java b/structr-base/src/main/java/org/structr/websocket/command/WrappedRestCommand.java index 5f962ea478..86f90e8492 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/WrappedRestCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/WrappedRestCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command; diff --git a/structr-base/src/main/java/org/structr/websocket/command/dom/CloneNodeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/dom/CloneNodeCommand.java index 6c2975bcba..fcb1502572 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/dom/CloneNodeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/dom/CloneNodeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command.dom; diff --git a/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndAppendDOMNodeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndAppendDOMNodeCommand.java index c3e2bbeddf..2ceaf83752 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndAppendDOMNodeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndAppendDOMNodeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command.dom; diff --git a/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndInsertRelativeToDOMNodeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndInsertRelativeToDOMNodeCommand.java index f4bac36930..0baaf7b486 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndInsertRelativeToDOMNodeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndInsertRelativeToDOMNodeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command.dom; diff --git a/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndReplaceDOMNodeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndReplaceDOMNodeCommand.java index 41e6239dcd..d83319b783 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndReplaceDOMNodeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/dom/CreateAndReplaceDOMNodeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command.dom; diff --git a/structr-base/src/main/java/org/structr/websocket/command/dom/DOMNodeChildrenCommand.java b/structr-base/src/main/java/org/structr/websocket/command/dom/DOMNodeChildrenCommand.java index 07b8cf312a..14a860bb28 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/dom/DOMNodeChildrenCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/dom/DOMNodeChildrenCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command.dom; diff --git a/structr-base/src/main/java/org/structr/websocket/command/dom/InsertBeforeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/dom/InsertBeforeCommand.java index 46e042b762..fff25e0f41 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/dom/InsertBeforeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/dom/InsertBeforeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command.dom; diff --git a/structr-base/src/main/java/org/structr/websocket/command/dom/InsertBeforeDOMNodeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/dom/InsertBeforeDOMNodeCommand.java index 572d335abb..5f8c810364 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/dom/InsertBeforeDOMNodeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/dom/InsertBeforeDOMNodeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command.dom; diff --git a/structr-base/src/main/java/org/structr/websocket/command/dom/ReplaceDOMNodeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/dom/ReplaceDOMNodeCommand.java index 5a70737c81..4a4a307de5 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/dom/ReplaceDOMNodeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/dom/ReplaceDOMNodeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command.dom; diff --git a/structr-base/src/main/java/org/structr/websocket/command/dom/ReplaceWithCommand.java b/structr-base/src/main/java/org/structr/websocket/command/dom/ReplaceWithCommand.java index 24a4f43195..d96d83753c 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/dom/ReplaceWithCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/dom/ReplaceWithCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command.dom; diff --git a/structr-base/src/main/java/org/structr/websocket/command/dom/WrapDOMNodeCommand.java b/structr-base/src/main/java/org/structr/websocket/command/dom/WrapDOMNodeCommand.java index a9bad3c278..a68ba05eec 100644 --- a/structr-base/src/main/java/org/structr/websocket/command/dom/WrapDOMNodeCommand.java +++ b/structr-base/src/main/java/org/structr/websocket/command/dom/WrapDOMNodeCommand.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.command.dom; diff --git a/structr-base/src/main/java/org/structr/websocket/message/MessageBuilder.java b/structr-base/src/main/java/org/structr/websocket/message/MessageBuilder.java index 24b69b2386..c73229e7b8 100644 --- a/structr-base/src/main/java/org/structr/websocket/message/MessageBuilder.java +++ b/structr-base/src/main/java/org/structr/websocket/message/MessageBuilder.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.message; diff --git a/structr-base/src/main/java/org/structr/websocket/message/WebSocketMessage.java b/structr-base/src/main/java/org/structr/websocket/message/WebSocketMessage.java index fe9f1ac4ef..ca290e802c 100644 --- a/structr-base/src/main/java/org/structr/websocket/message/WebSocketMessage.java +++ b/structr-base/src/main/java/org/structr/websocket/message/WebSocketMessage.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.message; diff --git a/structr-base/src/main/java/org/structr/websocket/servlet/WebSocketServlet.java b/structr-base/src/main/java/org/structr/websocket/servlet/WebSocketServlet.java index d9f8b36e9d..f5e51af341 100644 --- a/structr-base/src/main/java/org/structr/websocket/servlet/WebSocketServlet.java +++ b/structr-base/src/main/java/org/structr/websocket/servlet/WebSocketServlet.java @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ package org.structr.websocket.servlet; diff --git a/structr-base/src/main/resources/structr/css/code.css b/structr-base/src/main/resources/structr/css/code.css index eca224b87a..b14575bc38 100644 --- a/structr-base/src/main/resources/structr/css/code.css +++ b/structr-base/src/main/resources/structr/css/code.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ #code-contents-container { diff --git a/structr-base/src/main/resources/structr/css/config.css b/structr-base/src/main/resources/structr/css/config.css index ae95538cca..1af8237608 100644 --- a/structr-base/src/main/resources/structr/css/config.css +++ b/structr-base/src/main/resources/structr/css/config.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ @charset "UTF-8"; diff --git a/structr-base/src/main/resources/structr/css/contents.css b/structr-base/src/main/resources/structr/css/contents.css index 8ff5c793e8..b624d4f69b 100644 --- a/structr-base/src/main/resources/structr/css/contents.css +++ b/structr-base/src/main/resources/structr/css/contents.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ .folder-path { diff --git a/structr-base/src/main/resources/structr/css/crud.css b/structr-base/src/main/resources/structr/css/crud.css index f84d4e128e..e508694b04 100644 --- a/structr-base/src/main/resources/structr/css/crud.css +++ b/structr-base/src/main/resources/structr/css/crud.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ @charset "UTF-8"; diff --git a/structr-base/src/main/resources/structr/css/dashboard.css b/structr-base/src/main/resources/structr/css/dashboard.css index bcd14932dc..391d6b5a94 100644 --- a/structr-base/src/main/resources/structr/css/dashboard.css +++ b/structr-base/src/main/resources/structr/css/dashboard.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ #dashboard { diff --git a/structr-base/src/main/resources/structr/css/dialogs.css b/structr-base/src/main/resources/structr/css/dialogs.css index 051f62333e..c9cd995af1 100644 --- a/structr-base/src/main/resources/structr/css/dialogs.css +++ b/structr-base/src/main/resources/structr/css/dialogs.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ .dialog { diff --git a/structr-base/src/main/resources/structr/css/files.css b/structr-base/src/main/resources/structr/css/files.css index 5d3d53ff03..39525a58e2 100644 --- a/structr-base/src/main/resources/structr/css/files.css +++ b/structr-base/src/main/resources/structr/css/files.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ .folder-path { diff --git a/structr-base/src/main/resources/structr/css/flow-editor.css b/structr-base/src/main/resources/structr/css/flow-editor.css index 86bdba9c4b..1d0cc54d53 100644 --- a/structr-base/src/main/resources/structr/css/flow-editor.css +++ b/structr-base/src/main/resources/structr/css/flow-editor.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ @charset "UTF-8"; diff --git a/structr-base/src/main/resources/structr/css/graph_editor.css b/structr-base/src/main/resources/structr/css/graph_editor.css index 58ab11b1d9..3a6d1a04fb 100644 --- a/structr-base/src/main/resources/structr/css/graph_editor.css +++ b/structr-base/src/main/resources/structr/css/graph_editor.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ @charset "UTF-8"; diff --git a/structr-base/src/main/resources/structr/css/importer.css b/structr-base/src/main/resources/structr/css/importer.css index cd1d9dbf18..34d5ac72f3 100644 --- a/structr-base/src/main/resources/structr/css/importer.css +++ b/structr-base/src/main/resources/structr/css/importer.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ #importer-main { diff --git a/structr-base/src/main/resources/structr/css/localization.css b/structr-base/src/main/resources/structr/css/localization.css index f783389485..73bb4caad6 100644 --- a/structr-base/src/main/resources/structr/css/localization.css +++ b/structr-base/src/main/resources/structr/css/localization.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ @charset "UTF-8"; diff --git a/structr-base/src/main/resources/structr/css/mail-templates.css b/structr-base/src/main/resources/structr/css/mail-templates.css index f733ac3a74..3c2e1a3d22 100644 --- a/structr-base/src/main/resources/structr/css/mail-templates.css +++ b/structr-base/src/main/resources/structr/css/mail-templates.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ @charset "UTF-8"; diff --git a/structr-base/src/main/resources/structr/css/main.css b/structr-base/src/main/resources/structr/css/main.css index a054b113ff..aa57b0e6b9 100644 --- a/structr-base/src/main/resources/structr/css/main.css +++ b/structr-base/src/main/resources/structr/css/main.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ @charset "UTF-8"; @@ -236,7 +236,7 @@ button.yesButton, button.noButton { color: var(--medium-blue); } .icon-yellow { - color: var(--light-yellow); + color: var(--color-folder); } .icon-white { color: var(--solid-white); @@ -261,7 +261,7 @@ button.yesButton, button.noButton { fill: var(--medium-blue); } .fill-yellow { - fill: var(--light-yellow); + fill: var(--color-folder); } .fill-white { fill: var(--solid-white); diff --git a/structr-base/src/main/resources/structr/css/pages.css b/structr-base/src/main/resources/structr/css/pages.css index eeae4ad28c..3eeddf4699 100644 --- a/structr-base/src/main/resources/structr/css/pages.css +++ b/structr-base/src/main/resources/structr/css/pages.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ #pages { diff --git a/structr-base/src/main/resources/structr/css/rest.css b/structr-base/src/main/resources/structr/css/rest.css index 8f6e4b6149..3812ceead5 100644 --- a/structr-base/src/main/resources/structr/css/rest.css +++ b/structr-base/src/main/resources/structr/css/rest.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ body, html { diff --git a/structr-base/src/main/resources/structr/css/schema.css b/structr-base/src/main/resources/structr/css/schema.css index abf98657cd..936a177a55 100644 --- a/structr-base/src/main/resources/structr/css/schema.css +++ b/structr-base/src/main/resources/structr/css/schema.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ #schema-graph { diff --git a/structr-base/src/main/resources/structr/css/security.css b/structr-base/src/main/resources/structr/css/security.css index 7f720963e3..bc151f5768 100644 --- a/structr-base/src/main/resources/structr/css/security.css +++ b/structr-base/src/main/resources/structr/css/security.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ #security { diff --git a/structr-base/src/main/resources/structr/css/virtual-types.css b/structr-base/src/main/resources/structr/css/virtual-types.css index 7850e546a9..03ea7cc4a6 100644 --- a/structr-base/src/main/resources/structr/css/virtual-types.css +++ b/structr-base/src/main/resources/structr/css/virtual-types.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ @charset "UTF-8"; diff --git a/structr-base/src/main/resources/structr/fonts/inter.css b/structr-base/src/main/resources/structr/fonts/inter.css index c491925490..2b0b555185 100644 --- a/structr-base/src/main/resources/structr/fonts/inter.css +++ b/structr-base/src/main/resources/structr/fonts/inter.css @@ -1,19 +1,19 @@ /** - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ @font-face { diff --git a/structr-base/src/main/resources/structr/icon/sprites.svg b/structr-base/src/main/resources/structr/icon/sprites.svg index 38b308a494..52fe870488 100644 --- a/structr-base/src/main/resources/structr/icon/sprites.svg +++ b/structr-base/src/main/resources/structr/icon/sprites.svg @@ -479,11 +479,10 @@ - - - + + + - @@ -494,22 +493,18 @@ - - - - - - + + + + + - + - - - - + @@ -518,26 +513,18 @@ + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + diff --git a/structr-base/src/main/resources/structr/js/apps.js b/structr-base/src/main/resources/structr/js/apps.js index c50dfdff4e..c6eaad6046 100644 --- a/structr-base/src/main/resources/structr/js/apps.js +++ b/structr-base/src/main/resources/structr/js/apps.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/code.js b/structr-base/src/main/resources/structr/js/code.js index fbbfbbb24a..8a83590798 100644 --- a/structr-base/src/main/resources/structr/js/code.js +++ b/structr-base/src/main/resources/structr/js/code.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { @@ -2925,12 +2925,12 @@ let _Code = {
-

Read Function

+

Read Function

-

+

Write Function

@@ -2941,7 +2941,7 @@ let _Code = {
-

Return Type

+

Return Type

@@ -3107,10 +3107,12 @@ let _Code = {
-
-
-
-
+
+
+
+
+
+
-
-
-
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/structr-base/src/main/resources/structr/js/command.js b/structr-base/src/main/resources/structr/js/command.js index bf66f74d81..8fcc88515b 100644 --- a/structr-base/src/main/resources/structr/js/command.js +++ b/structr-base/src/main/resources/structr/js/command.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ /** diff --git a/structr-base/src/main/resources/structr/js/config.js b/structr-base/src/main/resources/structr/js/config.js index 98e83e89b6..83fbbe46f3 100644 --- a/structr-base/src/main/resources/structr/js/config.js +++ b/structr-base/src/main/resources/structr/js/config.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ function createNewEntry(e) { diff --git a/structr-base/src/main/resources/structr/js/contents.js b/structr-base/src/main/resources/structr/js/contents.js index 8a79908237..81ecd16e11 100644 --- a/structr-base/src/main/resources/structr/js/contents.js +++ b/structr-base/src/main/resources/structr/js/contents.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/crud.js b/structr-base/src/main/resources/structr/js/crud.js index 158c85f484..fe53234cb8 100644 --- a/structr-base/src/main/resources/structr/js/crud.js +++ b/structr-base/src/main/resources/structr/js/crud.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/dashboard.js b/structr-base/src/main/resources/structr/js/dashboard.js index c8c37b9ae9..13156e30e8 100644 --- a/structr-base/src/main/resources/structr/js/dashboard.js +++ b/structr-base/src/main/resources/structr/js/dashboard.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/dialogs.js b/structr-base/src/main/resources/structr/js/dialogs.js index 89df6da4d0..bde42dcb18 100644 --- a/structr-base/src/main/resources/structr/js/dialogs.js +++ b/structr-base/src/main/resources/structr/js/dialogs.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ let _Dialogs = { @@ -120,19 +120,18 @@ let _Dialogs = { textContentContainer.classList.remove('hidden'); - let textArea = textContentContainer.querySelector('#content-input'); - - let child = entity.children[0]; + let child = entity.children[0]; + let modelObj = StructrModel.obj(child.id) ?? child; let populateDialog = (child) => { _Dialogs.populateInputFields($(textContentContainer), child); _Dialogs.registerDeferredSimpleInputChangeHandlers($(textContentContainer), child, true); }; - if (!child.content) { - Command.get(child.id, 'id,type,content', populateDialog); + if (!modelObj.content) { + Command.get(modelObj.id, 'id,type,content', populateDialog); } else { - populateDialog(child); + populateDialog(modelObj); } } } diff --git a/structr-base/src/main/resources/structr/js/dragndrop.js b/structr-base/src/main/resources/structr/js/dragndrop.js index b31a9d9147..3b85235748 100644 --- a/structr-base/src/main/resources/structr/js/dragndrop.js +++ b/structr-base/src/main/resources/structr/js/dragndrop.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ /** diff --git a/structr-base/src/main/resources/structr/js/editors.js b/structr-base/src/main/resources/structr/js/editors.js index fb5d6472a1..05ab8bba53 100644 --- a/structr-base/src/main/resources/structr/js/editors.js +++ b/structr-base/src/main/resources/structr/js/editors.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ require.config({ paths: { 'vs': 'js/lib/monaco-editor/min/vs' }}); diff --git a/structr-base/src/main/resources/structr/js/elements.js b/structr-base/src/main/resources/structr/js/elements.js index 57a015af2b..85cf755c2b 100644 --- a/structr-base/src/main/resources/structr/js/elements.js +++ b/structr-base/src/main/resources/structr/js/elements.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(function() { diff --git a/structr-base/src/main/resources/structr/js/entities.js b/structr-base/src/main/resources/structr/js/entities.js index c888ad78ce..f6ab7595da 100644 --- a/structr-base/src/main/resources/structr/js/entities.js +++ b/structr-base/src/main/resources/structr/js/entities.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ let _Entities = { @@ -2039,8 +2039,9 @@ let _Entities = {

Visibility

- ${allowRecursive ? '

' : ''} -
+
+ ${allowRecursive ? '

' : ''} +

Access Rights

diff --git a/structr-base/src/main/resources/structr/js/files.js b/structr-base/src/main/resources/structr/js/files.js index f0dcebcdf8..e29b11956d 100644 --- a/structr-base/src/main/resources/structr/js/files.js +++ b/structr-base/src/main/resources/structr/js/files.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/flows.js b/structr-base/src/main/resources/structr/js/flows.js index 3095b18a19..93060ce3ce 100644 --- a/structr-base/src/main/resources/structr/js/flows.js +++ b/structr-base/src/main/resources/structr/js/flows.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ import { Persistence } from "./lib/structr/persistence/Persistence.js"; diff --git a/structr-base/src/main/resources/structr/js/frontend/frontend.js b/structr-base/src/main/resources/structr/js/frontend/frontend.js index 43aab2f740..dd7c09b05d 100644 --- a/structr-base/src/main/resources/structr/js/frontend/frontend.js +++ b/structr-base/src/main/resources/structr/js/frontend/frontend.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ 'use strict'; diff --git a/structr-base/src/main/resources/structr/js/frontend/modules/css.js b/structr-base/src/main/resources/structr/js/frontend/modules/css.js index 6653ec8cc0..134d0ed7c9 100644 --- a/structr-base/src/main/resources/structr/js/frontend/modules/css.js +++ b/structr-base/src/main/resources/structr/js/frontend/modules/css.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ 'use strict'; diff --git a/structr-base/src/main/resources/structr/js/frontend/modules/event.js b/structr-base/src/main/resources/structr/js/frontend/modules/event.js index 03daad4fbc..1dc4a5b830 100644 --- a/structr-base/src/main/resources/structr/js/frontend/modules/event.js +++ b/structr-base/src/main/resources/structr/js/frontend/modules/event.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ 'use strict'; diff --git a/structr-base/src/main/resources/structr/js/frontend/modules/event.js.js b/structr-base/src/main/resources/structr/js/frontend/modules/event.js.js index 03daad4fbc..1dc4a5b830 100644 --- a/structr-base/src/main/resources/structr/js/frontend/modules/event.js.js +++ b/structr-base/src/main/resources/structr/js/frontend/modules/event.js.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ 'use strict'; diff --git a/structr-base/src/main/resources/structr/js/frontend/modules/template.js b/structr-base/src/main/resources/structr/js/frontend/modules/template.js index e3a5a3d6f9..fae6cb20a9 100644 --- a/structr-base/src/main/resources/structr/js/frontend/modules/template.js +++ b/structr-base/src/main/resources/structr/js/frontend/modules/template.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ 'use strict'; diff --git a/structr-base/src/main/resources/structr/js/frontend/modules/toast.js b/structr-base/src/main/resources/structr/js/frontend/modules/toast.js index f7f4aa574f..b528b9f29f 100644 --- a/structr-base/src/main/resources/structr/js/frontend/modules/toast.js +++ b/structr-base/src/main/resources/structr/js/frontend/modules/toast.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ 'use strict'; diff --git a/structr-base/src/main/resources/structr/js/frontend/modules/url.js b/structr-base/src/main/resources/structr/js/frontend/modules/url.js index 61c9646b1c..c54c3a4d9e 100644 --- a/structr-base/src/main/resources/structr/js/frontend/modules/url.js +++ b/structr-base/src/main/resources/structr/js/frontend/modules/url.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ 'use strict'; diff --git a/structr-base/src/main/resources/structr/js/graph.js b/structr-base/src/main/resources/structr/js/graph.js index 54fc6b980d..dce570c831 100644 --- a/structr-base/src/main/resources/structr/js/graph.js +++ b/structr-base/src/main/resources/structr/js/graph.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ var graphBrowser, mode, colors = [], c = 0; diff --git a/structr-base/src/main/resources/structr/js/helper.js b/structr-base/src/main/resources/structr/js/helper.js index ae5bc26412..478c36001f 100644 --- a/structr-base/src/main/resources/structr/js/helper.js +++ b/structr-base/src/main/resources/structr/js/helper.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ function isIn(s, array) { diff --git a/structr-base/src/main/resources/structr/js/icons.js b/structr-base/src/main/resources/structr/js/icons.js index 58e59171e7..171c2474f4 100644 --- a/structr-base/src/main/resources/structr/js/icons.js +++ b/structr-base/src/main/resources/structr/js/icons.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ let _Icons = { diff --git a/structr-base/src/main/resources/structr/js/importer.js b/structr-base/src/main/resources/structr/js/importer.js index ed93d1a7a1..49b1d22169 100644 --- a/structr-base/src/main/resources/structr/js/importer.js +++ b/structr-base/src/main/resources/structr/js/importer.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/init.js b/structr-base/src/main/resources/structr/js/init.js index bebd52d40e..0acaf9c767 100644 --- a/structr-base/src/main/resources/structr/js/init.js +++ b/structr-base/src/main/resources/structr/js/init.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ var ignoreKeyUp; @@ -1611,8 +1611,8 @@ let Structr = { let insertAfter = config.insertAfter || false; let offsetX = config.offsetX || 0; let offsetY = config.offsetY || 0; - let width = config.width || 16; - let height = config.height || 16; + let width = config.width || 12; + let height = config.height || 12; let createdElements = []; @@ -2226,7 +2226,7 @@ let Structr = { element: el, css: { 'margin': '0 4px', - 'vertical-align': 'top' + //'vertical-align': 'top' } }; diff --git a/structr-base/src/main/resources/structr/js/layout.js b/structr-base/src/main/resources/structr/js/layout.js index dea4d1b205..cc75e00659 100644 --- a/structr-base/src/main/resources/structr/js/layout.js +++ b/structr-base/src/main/resources/structr/js/layout.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ let _Layout = { diff --git a/structr-base/src/main/resources/structr/js/layouter.js b/structr-base/src/main/resources/structr/js/layouter.js index ad674d422c..e8bfce8328 100644 --- a/structr-base/src/main/resources/structr/js/layouter.js +++ b/structr-base/src/main/resources/structr/js/layouter.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ class VISLayouter { diff --git a/structr-base/src/main/resources/structr/js/localization.js b/structr-base/src/main/resources/structr/js/localization.js index 2cc7792169..ceb26e5ddd 100644 --- a/structr-base/src/main/resources/structr/js/localization.js +++ b/structr-base/src/main/resources/structr/js/localization.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/mail-templates.js b/structr-base/src/main/resources/structr/js/mail-templates.js index a1a05c33d7..f0ac5d44dd 100644 --- a/structr-base/src/main/resources/structr/js/mail-templates.js +++ b/structr-base/src/main/resources/structr/js/mail-templates.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/model.js b/structr-base/src/main/resources/structr/js/model.js index abc4c1901f..6f5bc5bcc2 100644 --- a/structr-base/src/main/resources/structr/js/model.js +++ b/structr-base/src/main/resources/structr/js/model.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ let StructrModel = { @@ -424,7 +424,12 @@ let StructrModel = { } else if (element.hasClass('content')) { - icon = _Icons.getSvgIconForContentNode(obj, ['typeIcon', 'typeIcon-nochildren']); + let iconClasses = ['typeIcon']; + if (!obj.children || obj.children.length === 0) { + iconClasses.push('typeIcon-nochildren') + } + + icon = _Icons.getSvgIconForContentNode(obj, iconClasses); iconEl = element.children('.node-container').children('.typeIcon'); } else if (element.hasClass('file')) { diff --git a/structr-base/src/main/resources/structr/js/pager.js b/structr-base/src/main/resources/structr/js/pager.js index 5bdea65d49..c2a93bf841 100644 --- a/structr-base/src/main/resources/structr/js/pager.js +++ b/structr-base/src/main/resources/structr/js/pager.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ /** diff --git a/structr-base/src/main/resources/structr/js/pages.js b/structr-base/src/main/resources/structr/js/pages.js index 6eecbb83e3..faecdae0a6 100644 --- a/structr-base/src/main/resources/structr/js/pages.js +++ b/structr-base/src/main/resources/structr/js/pages.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/refactoring-helper.js b/structr-base/src/main/resources/structr/js/refactoring-helper.js index f57059587d..a899bbd9fa 100644 --- a/structr-base/src/main/resources/structr/js/refactoring-helper.js +++ b/structr-base/src/main/resources/structr/js/refactoring-helper.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ class RefactoringHelper { diff --git a/structr-base/src/main/resources/structr/js/rest.js b/structr-base/src/main/resources/structr/js/rest.js index 8f4c62df84..c9e9840eb3 100644 --- a/structr-base/src/main/resources/structr/js/rest.js +++ b/structr-base/src/main/resources/structr/js/rest.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ document.addEventListener('DOMContentLoaded', () => { diff --git a/structr-base/src/main/resources/structr/js/schema.js b/structr-base/src/main/resources/structr/js/schema.js index 9b913bb05c..c22d72c78f 100644 --- a/structr-base/src/main/resources/structr/js/schema.js +++ b/structr-base/src/main/resources/structr/js/schema.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/security.js b/structr-base/src/main/resources/structr/js/security.js index 40bf297b22..d52ad6f913 100644 --- a/structr-base/src/main/resources/structr/js/security.js +++ b/structr-base/src/main/resources/structr/js/security.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/sigma-layouter.js b/structr-base/src/main/resources/structr/js/sigma-layouter.js index 5a2e2485e9..7f4a58c026 100644 --- a/structr-base/src/main/resources/structr/js/sigma-layouter.js +++ b/structr-base/src/main/resources/structr/js/sigma-layouter.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ class SigmaLayouter { diff --git a/structr-base/src/main/resources/structr/js/speech.js b/structr-base/src/main/resources/structr/js/speech.js index 332dd65c09..993894c53a 100644 --- a/structr-base/src/main/resources/structr/js/speech.js +++ b/structr-base/src/main/resources/structr/js/speech.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ if ('webkitSpeechRecognition' in window) { diff --git a/structr-base/src/main/resources/structr/js/structr-app.js b/structr-base/src/main/resources/structr/js/structr-app.js index d3b4696fcf..985713f3c5 100644 --- a/structr-base/src/main/resources/structr/js/structr-app.js +++ b/structr-base/src/main/resources/structr/js/structr-app.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ /* Chosen v1.1.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */ diff --git a/structr-base/src/main/resources/structr/js/upload-worker.js b/structr-base/src/main/resources/structr/js/upload-worker.js index ee5bcf9fe4..1cf1df5146 100644 --- a/structr-base/src/main/resources/structr/js/upload-worker.js +++ b/structr-base/src/main/resources/structr/js/upload-worker.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ self.addEventListener('message', function (e) { diff --git a/structr-base/src/main/resources/structr/js/virtual-types.js b/structr-base/src/main/resources/structr/js/virtual-types.js index bd3ca19a4f..85fa81a208 100644 --- a/structr-base/src/main/resources/structr/js/virtual-types.js +++ b/structr-base/src/main/resources/structr/js/virtual-types.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ $(document).ready(function() { diff --git a/structr-base/src/main/resources/structr/js/websocket-worker.js b/structr-base/src/main/resources/structr/js/websocket-worker.js index e024c1acc8..498830079f 100644 --- a/structr-base/src/main/resources/structr/js/websocket-worker.js +++ b/structr-base/src/main/resources/structr/js/websocket-worker.js @@ -1,22 +1,21 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ - let websocket; let pingInterval; let reconnectIntervalId; diff --git a/structr-base/src/main/resources/structr/js/websocket.js b/structr-base/src/main/resources/structr/js/websocket.js index ac94559c86..0b1f1c0c63 100644 --- a/structr-base/src/main/resources/structr/js/websocket.js +++ b/structr-base/src/main/resources/structr/js/websocket.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ let StructrWS = { diff --git a/structr-base/src/main/resources/structr/js/widgets.js b/structr-base/src/main/resources/structr/js/widgets.js index 0a24e24090..cf89705df5 100644 --- a/structr-base/src/main/resources/structr/js/widgets.js +++ b/structr-base/src/main/resources/structr/js/widgets.js @@ -1,19 +1,19 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * * Structr is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Structr is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with Structr. If not, see . */ let _Widgets = { diff --git a/structr-core/src/test/java/org/structr/test/common/AccessControlTest.java b/structr-core/src/test/java/org/structr/test/common/AccessControlTest.java index 3268fdef29..1d00d82122 100644 --- a/structr-core/src/test/java/org/structr/test/common/AccessControlTest.java +++ b/structr-core/src/test/java/org/structr/test/common/AccessControlTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/common/BasicTest.java b/structr-core/src/test/java/org/structr/test/common/BasicTest.java index ee3387feb5..73154d38c6 100644 --- a/structr-core/src/test/java/org/structr/test/common/BasicTest.java +++ b/structr-core/src/test/java/org/structr/test/common/BasicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/common/CustomPermissionQueriesTest.java b/structr-core/src/test/java/org/structr/test/common/CustomPermissionQueriesTest.java index 613e247aa4..445889b0e7 100644 --- a/structr-core/src/test/java/org/structr/test/common/CustomPermissionQueriesTest.java +++ b/structr-core/src/test/java/org/structr/test/common/CustomPermissionQueriesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/common/CypherTest.java b/structr-core/src/test/java/org/structr/test/common/CypherTest.java index 5d7ca1003c..4033f98950 100644 --- a/structr-core/src/test/java/org/structr/test/common/CypherTest.java +++ b/structr-core/src/test/java/org/structr/test/common/CypherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/common/HelperTest.java b/structr-core/src/test/java/org/structr/test/common/HelperTest.java index 7c4b3c47db..b165c78d13 100644 --- a/structr-core/src/test/java/org/structr/test/common/HelperTest.java +++ b/structr-core/src/test/java/org/structr/test/common/HelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/common/LicensingTest.java b/structr-core/src/test/java/org/structr/test/common/LicensingTest.java index fdd60310b0..73f824d0b2 100644 --- a/structr-core/src/test/java/org/structr/test/common/LicensingTest.java +++ b/structr-core/src/test/java/org/structr/test/common/LicensingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/common/PermissionResolutionTest.java b/structr-core/src/test/java/org/structr/test/common/PermissionResolutionTest.java index 6e3a972911..10a9ed16a5 100644 --- a/structr-core/src/test/java/org/structr/test/common/PermissionResolutionTest.java +++ b/structr-core/src/test/java/org/structr/test/common/PermissionResolutionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/common/SearchAndSortingTest.java b/structr-core/src/test/java/org/structr/test/common/SearchAndSortingTest.java index ff260a00e0..3f4109bf71 100644 --- a/structr-core/src/test/java/org/structr/test/common/SearchAndSortingTest.java +++ b/structr-core/src/test/java/org/structr/test/common/SearchAndSortingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/common/StructrTest.java b/structr-core/src/test/java/org/structr/test/common/StructrTest.java index 011670f799..4f083d5ed3 100644 --- a/structr-core/src/test/java/org/structr/test/common/StructrTest.java +++ b/structr-core/src/test/java/org/structr/test/common/StructrTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/common/SystemTest.java b/structr-core/src/test/java/org/structr/test/common/SystemTest.java index 85aa6ed24e..04204c4863 100644 --- a/structr-core/src/test/java/org/structr/test/common/SystemTest.java +++ b/structr-core/src/test/java/org/structr/test/common/SystemTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/TestRelType.java b/structr-core/src/test/java/org/structr/test/core/TestRelType.java index b5641eaa63..5ffc8e091e 100644 --- a/structr-core/src/test/java/org/structr/test/core/TestRelType.java +++ b/structr-core/src/test/java/org/structr/test/core/TestRelType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/common/LocalizationTest.java b/structr-core/src/test/java/org/structr/test/core/common/LocalizationTest.java index f649150edc..58882176ff 100644 --- a/structr-core/src/test/java/org/structr/test/core/common/LocalizationTest.java +++ b/structr-core/src/test/java/org/structr/test/core/common/LocalizationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/AOneToOne.java b/structr-core/src/test/java/org/structr/test/core/entity/AOneToOne.java index a1721e3c55..a2c1ef52d3 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/AOneToOne.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/AOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/BOneToOne.java b/structr-core/src/test/java/org/structr/test/core/entity/BOneToOne.java index 17f2aee710..74c5aab8de 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/BOneToOne.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/BOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/OneFourOneToOne.java b/structr-core/src/test/java/org/structr/test/core/entity/OneFourOneToOne.java index 6e280bb02a..3187acae99 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/OneFourOneToOne.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/OneFourOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/OneOneOneToOne.java b/structr-core/src/test/java/org/structr/test/core/entity/OneOneOneToOne.java index 196cbbca95..202e7beb1f 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/OneOneOneToOne.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/OneOneOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/OneThreeOneToOne.java b/structr-core/src/test/java/org/structr/test/core/entity/OneThreeOneToOne.java index ac10b92a15..4f0fbe2b49 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/OneThreeOneToOne.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/OneThreeOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/OneTwoOneToOne.java b/structr-core/src/test/java/org/structr/test/core/entity/OneTwoOneToOne.java index b00a5667cc..739158ebe1 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/OneTwoOneToOne.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/OneTwoOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/SixNineOneToManyCascadeConstraint.java b/structr-core/src/test/java/org/structr/test/core/entity/SixNineOneToManyCascadeConstraint.java index 5f4cb58c51..50edae71b4 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/SixNineOneToManyCascadeConstraint.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/SixNineOneToManyCascadeConstraint.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/SixOneManyToMany.java b/structr-core/src/test/java/org/structr/test/core/entity/SixOneManyToMany.java index a59e6819d3..34740e6ea3 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/SixOneManyToMany.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/SixOneManyToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/SixOneOneToMany.java b/structr-core/src/test/java/org/structr/test/core/entity/SixOneOneToMany.java index fdf6b62f6f..376e72875e 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/SixOneOneToMany.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/SixOneOneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/SixOneOneToOne.java b/structr-core/src/test/java/org/structr/test/core/entity/SixOneOneToOne.java index 415ad6e1e9..af0839a0a5 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/SixOneOneToOne.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/SixOneOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToMany.java b/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToMany.java index 2e75db3eaa..b4913d3ea4 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToMany.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeBoth.java b/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeBoth.java index d8addb4d56..d8ae8f511b 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeBoth.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeBoth.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeIncoming.java b/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeIncoming.java index 50412a809d..d3271c0bc1 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeIncoming.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeIncoming.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeOutgoing.java b/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeOutgoing.java index a32405b047..dfc4e041fe 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeOutgoing.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToManyCascadeOutgoing.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToOne.java b/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToOne.java index e111c91ec6..2de4c496e6 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToOne.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/SixThreeOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TenTenOneToMany.java b/structr-core/src/test/java/org/structr/test/core/entity/TenTenOneToMany.java index e4872441d4..1702c01137 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TenTenOneToMany.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TenTenOneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TenTenOneToOne.java b/structr-core/src/test/java/org/structr/test/core/entity/TenTenOneToOne.java index 06c29c7cd2..3e65241705 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TenTenOneToOne.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TenTenOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestEight.java b/structr-core/src/test/java/org/structr/test/core/entity/TestEight.java index 44c83750d1..7a7c1cd986 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestEight.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestEight.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestEleven.java b/structr-core/src/test/java/org/structr/test/core/entity/TestEleven.java index 5d26ac2054..a6d06fb0ba 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestEleven.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestEleven.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestEnum.java b/structr-core/src/test/java/org/structr/test/core/entity/TestEnum.java index a26be81578..43f0059643 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestEnum.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestEnum.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestFive.java b/structr-core/src/test/java/org/structr/test/core/entity/TestFive.java index 9cd719918a..e06e1aaf7a 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestFive.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestFive.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestFour.java b/structr-core/src/test/java/org/structr/test/core/entity/TestFour.java index c412c4332a..4f1bb0a39d 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestFour.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestFour.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestNine.java b/structr-core/src/test/java/org/structr/test/core/entity/TestNine.java index b4025e921d..bf01b6fb0d 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestNine.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestNine.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestOne.java b/structr-core/src/test/java/org/structr/test/core/entity/TestOne.java index fb5055635b..dc07107fda 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestOne.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestSeven.java b/structr-core/src/test/java/org/structr/test/core/entity/TestSeven.java index 9bca102c41..c1129b927e 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestSeven.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestSeven.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestSix.java b/structr-core/src/test/java/org/structr/test/core/entity/TestSix.java index 3a24b564d0..1f5f649c76 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestSix.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestSix.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestTen.java b/structr-core/src/test/java/org/structr/test/core/entity/TestTen.java index 52df8defc5..a8f0891d80 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestTen.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestTen.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestThirteen.java b/structr-core/src/test/java/org/structr/test/core/entity/TestThirteen.java index c52cb7c2d4..b7bad9dd10 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestThirteen.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestThirteen.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestThree.java b/structr-core/src/test/java/org/structr/test/core/entity/TestThree.java index 53dcbecc6e..8c6c70b0ee 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestThree.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestThree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestTwelve.java b/structr-core/src/test/java/org/structr/test/core/entity/TestTwelve.java index f2f0954bef..08fbab6bb2 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestTwelve.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestTwelve.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TestTwo.java b/structr-core/src/test/java/org/structr/test/core/entity/TestTwo.java index 70a77b099d..30cbc96053 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TestTwo.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TestTwo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/entity/TwoOneOneToOne.java b/structr-core/src/test/java/org/structr/test/core/entity/TwoOneOneToOne.java index 006a081b69..02cbef3680 100644 --- a/structr-core/src/test/java/org/structr/test/core/entity/TwoOneOneToOne.java +++ b/structr-core/src/test/java/org/structr/test/core/entity/TwoOneOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/maintenance/MaintenanceTest.java b/structr-core/src/test/java/org/structr/test/core/maintenance/MaintenanceTest.java index acdf9c3acf..820c1461ec 100644 --- a/structr-core/src/test/java/org/structr/test/core/maintenance/MaintenanceTest.java +++ b/structr-core/src/test/java/org/structr/test/core/maintenance/MaintenanceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/property/PropertyTest.java b/structr-core/src/test/java/org/structr/test/core/property/PropertyTest.java index 5ee005333d..63b0c322c8 100644 --- a/structr-core/src/test/java/org/structr/test/core/property/PropertyTest.java +++ b/structr-core/src/test/java/org/structr/test/core/property/PropertyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/script/LicensingScriptingTest.java b/structr-core/src/test/java/org/structr/test/core/script/LicensingScriptingTest.java index 65187d92be..edab9f0b30 100644 --- a/structr-core/src/test/java/org/structr/test/core/script/LicensingScriptingTest.java +++ b/structr-core/src/test/java/org/structr/test/core/script/LicensingScriptingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/core/script/ScriptingTest.java b/structr-core/src/test/java/org/structr/test/core/script/ScriptingTest.java index 7718e5f2fb..bf8c7db322 100644 --- a/structr-core/src/test/java/org/structr/test/core/script/ScriptingTest.java +++ b/structr-core/src/test/java/org/structr/test/core/script/ScriptingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/schema/IndexManagementTest.java b/structr-core/src/test/java/org/structr/test/schema/IndexManagementTest.java index 341a869054..ef98499c9f 100644 --- a/structr-core/src/test/java/org/structr/test/schema/IndexManagementTest.java +++ b/structr-core/src/test/java/org/structr/test/schema/IndexManagementTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/schema/LazyFileBasedLongCollectionTest.java b/structr-core/src/test/java/org/structr/test/schema/LazyFileBasedLongCollectionTest.java index a0e733f1c5..0074904ac4 100644 --- a/structr-core/src/test/java/org/structr/test/schema/LazyFileBasedLongCollectionTest.java +++ b/structr-core/src/test/java/org/structr/test/schema/LazyFileBasedLongCollectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/schema/SchemaTest.java b/structr-core/src/test/java/org/structr/test/schema/SchemaTest.java index 0b4cf9521f..bf994bb921 100644 --- a/structr-core/src/test/java/org/structr/test/schema/SchemaTest.java +++ b/structr-core/src/test/java/org/structr/test/schema/SchemaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-core/src/test/java/org/structr/test/schema/ValidationTest.java b/structr-core/src/test/java/org/structr/test/schema/ValidationTest.java index 7a295d2de8..117c7d2618 100644 --- a/structr-core/src/test/java/org/structr/test/schema/ValidationTest.java +++ b/structr-core/src/test/java/org/structr/test/schema/ValidationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/AbstractDatabaseService.java b/structr-db-driver-api/src/main/java/org/structr/api/AbstractDatabaseService.java index e9177e44a7..a212ca711c 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/AbstractDatabaseService.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/AbstractDatabaseService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/AndPredicate.java b/structr-db-driver-api/src/main/java/org/structr/api/AndPredicate.java index eea1d3e442..d3759455ff 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/AndPredicate.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/AndPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/ConstraintViolationException.java b/structr-db-driver-api/src/main/java/org/structr/api/ConstraintViolationException.java index 46c4a58714..b0e7142efc 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/ConstraintViolationException.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/ConstraintViolationException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/DataFormatException.java b/structr-db-driver-api/src/main/java/org/structr/api/DataFormatException.java index fc27d96e7a..7c89df393e 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/DataFormatException.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/DataFormatException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/DatabaseFeature.java b/structr-db-driver-api/src/main/java/org/structr/api/DatabaseFeature.java index d71c593484..8ac722f8c0 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/DatabaseFeature.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/DatabaseFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/DatabaseService.java b/structr-db-driver-api/src/main/java/org/structr/api/DatabaseService.java index ee5bf2c80b..812f235e20 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/DatabaseService.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/DatabaseService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/NativeQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/NativeQuery.java index 736937bad3..41b4c90e66 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/NativeQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/NativeQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/NetworkException.java b/structr-db-driver-api/src/main/java/org/structr/api/NetworkException.java index a086e1498c..873affbf55 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/NetworkException.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/NetworkException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/NotFoundException.java b/structr-db-driver-api/src/main/java/org/structr/api/NotFoundException.java index 0444ac22a6..5422d331bd 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/NotFoundException.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/NotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/NotInTransactionException.java b/structr-db-driver-api/src/main/java/org/structr/api/NotInTransactionException.java index bb0a1bd1d0..0eede3db6a 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/NotInTransactionException.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/NotInTransactionException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/PagedQueryResult.java b/structr-db-driver-api/src/main/java/org/structr/api/PagedQueryResult.java index f35595a523..7e25140df0 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/PagedQueryResult.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/PagedQueryResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/Predicate.java b/structr-db-driver-api/src/main/java/org/structr/api/Predicate.java index f7f0d36d40..dc476ed050 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/Predicate.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/Predicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/RetryException.java b/structr-db-driver-api/src/main/java/org/structr/api/RetryException.java index a816f84d32..e53a6e0034 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/RetryException.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/RetryException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/Transaction.java b/structr-db-driver-api/src/main/java/org/structr/api/Transaction.java index 35dd389a78..d72be9ad52 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/Transaction.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/Transaction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/UnknownClientException.java b/structr-db-driver-api/src/main/java/org/structr/api/UnknownClientException.java index c3450d5354..a623eca94f 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/UnknownClientException.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/UnknownClientException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/UnknownDatabaseException.java b/structr-db-driver-api/src/main/java/org/structr/api/UnknownDatabaseException.java index 5f5235984c..38d9decf39 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/UnknownDatabaseException.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/UnknownDatabaseException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/BooleanSetting.java b/structr-db-driver-api/src/main/java/org/structr/api/config/BooleanSetting.java index 620353413a..3e322f8f38 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/BooleanSetting.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/config/BooleanSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/ChoiceSetting.java b/structr-db-driver-api/src/main/java/org/structr/api/config/ChoiceSetting.java index 8f053bbeca..4d48e355fc 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/ChoiceSetting.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/config/ChoiceSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/IntegerChoiceSetting.java b/structr-db-driver-api/src/main/java/org/structr/api/config/IntegerChoiceSetting.java index d1f10f0764..0bdd575373 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/IntegerChoiceSetting.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/config/IntegerChoiceSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/IntegerSetting.java b/structr-db-driver-api/src/main/java/org/structr/api/config/IntegerSetting.java index 380c2f55f6..387db1a366 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/IntegerSetting.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/config/IntegerSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/PasswordSetting.java b/structr-db-driver-api/src/main/java/org/structr/api/config/PasswordSetting.java index 0d49a6db79..57828234d4 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/PasswordSetting.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/config/PasswordSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/Setting.java b/structr-db-driver-api/src/main/java/org/structr/api/config/Setting.java index 24c6df88a5..37a06982ca 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/Setting.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/config/Setting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java b/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java index 4d0a970640..f590911e13 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/SettingsGroup.java b/structr-db-driver-api/src/main/java/org/structr/api/config/SettingsGroup.java index 6ae2ea7361..6c84a79439 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/SettingsGroup.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/config/SettingsGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/StringMultiChoiceSetting.java b/structr-db-driver-api/src/main/java/org/structr/api/config/StringMultiChoiceSetting.java index 86dcb24069..98f90c9e56 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/StringMultiChoiceSetting.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/config/StringMultiChoiceSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/StringSetting.java b/structr-db-driver-api/src/main/java/org/structr/api/config/StringSetting.java index b50245a885..0925c8d67e 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/StringSetting.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/config/StringSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/TextSetting.java b/structr-db-driver-api/src/main/java/org/structr/api/config/TextSetting.java index db5e803c07..94d4091dfd 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/TextSetting.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/config/TextSetting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/graph/Cardinality.java b/structr-db-driver-api/src/main/java/org/structr/api/graph/Cardinality.java index a4316181ca..8a316454b7 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/graph/Cardinality.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/graph/Cardinality.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/graph/Direction.java b/structr-db-driver-api/src/main/java/org/structr/api/graph/Direction.java index 29720b36be..40f5efbc93 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/graph/Direction.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/graph/Direction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/graph/GraphProperties.java b/structr-db-driver-api/src/main/java/org/structr/api/graph/GraphProperties.java index 95e0802ad1..5bb70d237a 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/graph/GraphProperties.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/graph/GraphProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/graph/Identity.java b/structr-db-driver-api/src/main/java/org/structr/api/graph/Identity.java index f353817c42..b5b7f794ca 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/graph/Identity.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/graph/Identity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/graph/Node.java b/structr-db-driver-api/src/main/java/org/structr/api/graph/Node.java index 1a24161757..9df24e2cca 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/graph/Node.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/graph/Node.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/graph/Path.java b/structr-db-driver-api/src/main/java/org/structr/api/graph/Path.java index 50274a5a64..a6979eb78d 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/graph/Path.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/graph/Path.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/graph/PropagationDirection.java b/structr-db-driver-api/src/main/java/org/structr/api/graph/PropagationDirection.java index d17a400011..e2b02dce33 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/graph/PropagationDirection.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/graph/PropagationDirection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/graph/PropagationMode.java b/structr-db-driver-api/src/main/java/org/structr/api/graph/PropagationMode.java index fe2de89802..b1f2ac96a4 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/graph/PropagationMode.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/graph/PropagationMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/graph/PropertyContainer.java b/structr-db-driver-api/src/main/java/org/structr/api/graph/PropertyContainer.java index 12db9fa294..9250ee9711 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/graph/PropertyContainer.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/graph/PropertyContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/graph/Relationship.java b/structr-db-driver-api/src/main/java/org/structr/api/graph/Relationship.java index b9e2997802..7be9ec4f21 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/graph/Relationship.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/graph/Relationship.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/graph/RelationshipType.java b/structr-db-driver-api/src/main/java/org/structr/api/graph/RelationshipType.java index a4de0f45d5..ecdfa88f07 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/graph/RelationshipType.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/graph/RelationshipType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/index/AbstractIndex.java b/structr-db-driver-api/src/main/java/org/structr/api/index/AbstractIndex.java index c2559c9f9d..27577f681e 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/index/AbstractIndex.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/index/AbstractIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/index/AbstractQueryFactory.java b/structr-db-driver-api/src/main/java/org/structr/api/index/AbstractQueryFactory.java index 002551bcce..32372e441a 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/index/AbstractQueryFactory.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/index/AbstractQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/index/DatabaseQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/index/DatabaseQuery.java index 98c09f262d..ca6bf2c4f4 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/index/DatabaseQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/index/DatabaseQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/index/Index.java b/structr-db-driver-api/src/main/java/org/structr/api/index/Index.java index cc5499a596..15ff10ba1c 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/index/Index.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/index/Index.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/index/IndexConfig.java b/structr-db-driver-api/src/main/java/org/structr/api/index/IndexConfig.java index 41c9eea3bb..90e561b4d1 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/index/IndexConfig.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/index/IndexConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/index/NodeIndexConfig.java b/structr-db-driver-api/src/main/java/org/structr/api/index/NodeIndexConfig.java index d26af590bc..07c0b8e4ce 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/index/NodeIndexConfig.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/index/NodeIndexConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/index/QueryFactory.java b/structr-db-driver-api/src/main/java/org/structr/api/index/QueryFactory.java index 2a5c3e1bc5..77022bd99c 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/index/QueryFactory.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/index/QueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/index/RelationshipIndexConfig.java b/structr-db-driver-api/src/main/java/org/structr/api/index/RelationshipIndexConfig.java index 34bfe6affe..9d2e2bea84 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/index/RelationshipIndexConfig.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/index/RelationshipIndexConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/InvalidSchemaException.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/InvalidSchemaException.java index e5edeca08b..5dd170541c 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/InvalidSchemaException.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/InvalidSchemaException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonBooleanArrayProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonBooleanArrayProperty.java index 177950211a..2fd8e5b697 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonBooleanArrayProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonBooleanArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonBooleanProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonBooleanProperty.java index 67b593a7ad..fa59216212 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonBooleanProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonBooleanProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDateArrayProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDateArrayProperty.java index 542419531d..9d67db61fc 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDateArrayProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDateArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDateProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDateProperty.java index 603336a344..4547faf97b 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDateProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDateProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDynamicProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDynamicProperty.java index 859757da6d..0ae7714c8a 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDynamicProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonDynamicProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonEnumProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonEnumProperty.java index 996b05fed5..446a388578 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonEnumProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonEnumProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonFunctionProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonFunctionProperty.java index 0ff7bda523..f52ecc48f0 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonFunctionProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonFunctionProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonGrant.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonGrant.java index 25deab2f4c..39e38606b3 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonGrant.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonGrant.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonIntegerArrayProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonIntegerArrayProperty.java index 89448745b5..5c2f76c173 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonIntegerArrayProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonIntegerArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonIntegerProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonIntegerProperty.java index 0e24cd1c44..c1302d5ea7 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonIntegerProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonIntegerProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonLongArrayProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonLongArrayProperty.java index e58344786f..35c01feff0 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonLongArrayProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonLongArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonLongProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonLongProperty.java index e7bff327fc..3173707010 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonLongProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonLongProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonMethod.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonMethod.java index b2a392c6ca..6ae1e95c85 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonMethod.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonNumberArrayProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonNumberArrayProperty.java index c3af2e483a..e6ef8527c1 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonNumberArrayProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonNumberArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonNumberProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonNumberProperty.java index 5e993c8787..fc8d8c3232 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonNumberProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonNumberProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonObjectType.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonObjectType.java index d04eb9c38d..c7d4b69cbf 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonObjectType.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonObjectType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonParameter.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonParameter.java index 88ba81bfc2..6093f41cdf 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonParameter.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonProperty.java index 5486bba786..29b79c9abd 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonReferenceProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonReferenceProperty.java index 2c308e29c0..a142e297d9 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonReferenceProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonReferenceProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonReferenceType.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonReferenceType.java index 20643d1525..3741a9bdd1 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonReferenceType.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonReferenceType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonSchema.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonSchema.java index 007e478a2e..2b2b888d63 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonSchema.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonSchema.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonScriptProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonScriptProperty.java index aa32cb79c9..db4ed28ec2 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonScriptProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonScriptProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonStringArrayProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonStringArrayProperty.java index 1c4e247564..239181af6e 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonStringArrayProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonStringArrayProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonStringProperty.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonStringProperty.java index d7df06a2fa..2efc4cf2b1 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonStringProperty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonStringProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonType.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonType.java index d42b3ac44f..afe8fd9700 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonType.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonView.java b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonView.java index 8aae7e6620..4ce90d1d99 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonView.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/schema/JsonView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/ArrayQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/ArrayQuery.java index 9db2393ee2..447e37d032 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/ArrayQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/ArrayQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/ComparisonQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/ComparisonQuery.java index fe96b75605..932b9a2247 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/ComparisonQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/ComparisonQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/EmptyQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/EmptyQuery.java index 64502c2d62..562691ddb7 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/EmptyQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/EmptyQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/ExactQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/ExactQuery.java index 9500ad4a63..34149b5f20 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/ExactQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/ExactQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/FulltextQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/FulltextQuery.java index a8448f1e4e..18c3929ceb 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/FulltextQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/FulltextQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/GraphQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/GraphQuery.java index eb89edd81d..aeeb6533aa 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/GraphQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/GraphQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/GroupQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/GroupQuery.java index 846992c591..5a6092aa27 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/GroupQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/GroupQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/NotEmptyQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/NotEmptyQuery.java index aecfb26670..fdd2a3daa5 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/NotEmptyQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/NotEmptyQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/Occurrence.java b/structr-db-driver-api/src/main/java/org/structr/api/search/Occurrence.java index 8ef5da6a9f..20540658cd 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/Occurrence.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/Occurrence.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/QueryContext.java b/structr-db-driver-api/src/main/java/org/structr/api/search/QueryContext.java index 36bc2c193f..f5b294f363 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/QueryContext.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/QueryContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/QueryPredicate.java b/structr-db-driver-api/src/main/java/org/structr/api/search/QueryPredicate.java index e4da39137c..af87953fd8 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/QueryPredicate.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/QueryPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/QueryType.java b/structr-db-driver-api/src/main/java/org/structr/api/search/QueryType.java index 531fb8cd6e..b83c44ea81 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/QueryType.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/QueryType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/RangeQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/RangeQuery.java index 7a320a0f58..1cc82e6a7b 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/RangeQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/RangeQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/RelationshipQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/RelationshipQuery.java index 665f12d92f..a71d2e25f0 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/RelationshipQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/RelationshipQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/SortOrder.java b/structr-db-driver-api/src/main/java/org/structr/api/search/SortOrder.java index 2a2b448131..da482420d2 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/SortOrder.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/SortOrder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/SortSpec.java b/structr-db-driver-api/src/main/java/org/structr/api/search/SortSpec.java index f48a82520e..c873083305 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/SortSpec.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/SortSpec.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/SortType.java b/structr-db-driver-api/src/main/java/org/structr/api/search/SortType.java index f923bfeb28..2fbc8dc53a 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/SortType.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/SortType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/SpatialQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/SpatialQuery.java index 0f20c89644..848b818ae0 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/SpatialQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/SpatialQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/TypeConverter.java b/structr-db-driver-api/src/main/java/org/structr/api/search/TypeConverter.java index d44c134f9d..2848e7388b 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/TypeConverter.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/TypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/TypeQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/TypeQuery.java index 62774c6c25..b3efc96478 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/TypeQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/TypeQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/search/UuidQuery.java b/structr-db-driver-api/src/main/java/org/structr/api/search/UuidQuery.java index 0ef19956bb..14d342b873 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/search/UuidQuery.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/search/UuidQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/Command.java b/structr-db-driver-api/src/main/java/org/structr/api/service/Command.java index 05f1d57ffc..cfbad1609c 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/Command.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/Command.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/DatabaseConnection.java b/structr-db-driver-api/src/main/java/org/structr/api/service/DatabaseConnection.java index de03dafd69..9f5dfbfa69 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/DatabaseConnection.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/DatabaseConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/Feature.java b/structr-db-driver-api/src/main/java/org/structr/api/service/Feature.java index 0705dc636c..5777b8d567 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/Feature.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/Feature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/InitializationCallback.java b/structr-db-driver-api/src/main/java/org/structr/api/service/InitializationCallback.java index d32546129a..9a1e8a861d 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/InitializationCallback.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/InitializationCallback.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/LicenseManager.java b/structr-db-driver-api/src/main/java/org/structr/api/service/LicenseManager.java index 871271a512..a87460c111 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/LicenseManager.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/LicenseManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/PrototypeService.java b/structr-db-driver-api/src/main/java/org/structr/api/service/PrototypeService.java index bcbf85844f..ea339bd37f 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/PrototypeService.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/PrototypeService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/RunnableService.java b/structr-db-driver-api/src/main/java/org/structr/api/service/RunnableService.java index 61473f067e..e0d9f6ea12 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/RunnableService.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/RunnableService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/Service.java b/structr-db-driver-api/src/main/java/org/structr/api/service/Service.java index 0010ec5769..7452bfa9f5 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/Service.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/Service.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/ServiceDependency.java b/structr-db-driver-api/src/main/java/org/structr/api/service/ServiceDependency.java index 61e0e40629..5a3068c795 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/ServiceDependency.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/ServiceDependency.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/ServiceResult.java b/structr-db-driver-api/src/main/java/org/structr/api/service/ServiceResult.java index 3c9267e09e..4741a691b8 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/ServiceResult.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/ServiceResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/SingletonService.java b/structr-db-driver-api/src/main/java/org/structr/api/service/SingletonService.java index 47c1e8a08b..6ac1f3fae9 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/SingletonService.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/SingletonService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/StartServiceInMaintenanceMode.java b/structr-db-driver-api/src/main/java/org/structr/api/service/StartServiceInMaintenanceMode.java index 08826b75da..2aca6d786d 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/StartServiceInMaintenanceMode.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/StartServiceInMaintenanceMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/StopServiceForMaintenanceMode.java b/structr-db-driver-api/src/main/java/org/structr/api/service/StopServiceForMaintenanceMode.java index 4be5d43846..db27f300d5 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/StopServiceForMaintenanceMode.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/StopServiceForMaintenanceMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/service/StructrServices.java b/structr-db-driver-api/src/main/java/org/structr/api/service/StructrServices.java index 574262e895..4ef9f870e0 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/service/StructrServices.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/service/StructrServices.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/Cachable.java b/structr-db-driver-api/src/main/java/org/structr/api/util/Cachable.java index 2629d520be..f427ddc85e 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/Cachable.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/Cachable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/ChangeAwareMap.java b/structr-db-driver-api/src/main/java/org/structr/api/util/ChangeAwareMap.java index ae98f01997..6ed3b10e2e 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/ChangeAwareMap.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/ChangeAwareMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/CountResult.java b/structr-db-driver-api/src/main/java/org/structr/api/util/CountResult.java index 662ed859af..c692df3e7a 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/CountResult.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/CountResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/FixedSizeCache.java b/structr-db-driver-api/src/main/java/org/structr/api/util/FixedSizeCache.java index 80eb7f123d..988e3120be 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/FixedSizeCache.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/FixedSizeCache.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/Iterables.java b/structr-db-driver-api/src/main/java/org/structr/api/util/Iterables.java index 73a9538eee..4ae3c4a331 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/Iterables.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/Iterables.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/NodeWithOwnerResult.java b/structr-db-driver-api/src/main/java/org/structr/api/util/NodeWithOwnerResult.java index a20e83244d..cbd23b7b65 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/NodeWithOwnerResult.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/NodeWithOwnerResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/PagingIterable.java b/structr-db-driver-api/src/main/java/org/structr/api/util/PagingIterable.java index 5daba85141..555f821526 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/PagingIterable.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/PagingIterable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/PagingIterator.java b/structr-db-driver-api/src/main/java/org/structr/api/util/PagingIterator.java index f2ac2dd075..2e604beb4d 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/PagingIterator.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/PagingIterator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/ProgressWatcher.java b/structr-db-driver-api/src/main/java/org/structr/api/util/ProgressWatcher.java index 8a14c9e891..b76b41a44f 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/ProgressWatcher.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/ProgressWatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/QueryHistogram.java b/structr-db-driver-api/src/main/java/org/structr/api/util/QueryHistogram.java index 8c37b8c32e..ed10bdca13 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/QueryHistogram.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/QueryHistogram.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/QueryTimer.java b/structr-db-driver-api/src/main/java/org/structr/api/util/QueryTimer.java index 8214e1a3e2..e13d578b50 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/QueryTimer.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/QueryTimer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/Ranges.java b/structr-db-driver-api/src/main/java/org/structr/api/util/Ranges.java index 9cc0073f7e..02508a18e4 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/Ranges.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/Ranges.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/RangesIterator.java b/structr-db-driver-api/src/main/java/org/structr/api/util/RangesIterator.java index f44509a611..9f80953e96 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/RangesIterator.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/RangesIterator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/ResultStream.java b/structr-db-driver-api/src/main/java/org/structr/api/util/ResultStream.java index f56266f2aa..27a9db2ce8 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/ResultStream.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/ResultStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/RetryWrapper.java b/structr-db-driver-api/src/main/java/org/structr/api/util/RetryWrapper.java index 58a48b8966..f8fbd0bf9b 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/RetryWrapper.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/RetryWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Attr.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Attr.java index 5ccedc5af8..9a9925a7d6 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Attr.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Attr.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Block.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Block.java index f4419631be..0b70ecdb75 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Block.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Block.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Document.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Document.java index 7a553bcdae..2593d1974a 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Document.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Document.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Empty.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Empty.java index b513627c91..b6e781100e 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Empty.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Empty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Inline.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Inline.java index 31e16ce1b8..c8bad13c5e 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Inline.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Inline.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/InputField.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/InputField.java index a18e7d2841..b5b49e9328 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/InputField.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/InputField.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/SelectField.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/SelectField.java index 8d1d6a2183..d47ba18b8f 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/SelectField.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/SelectField.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Tag.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Tag.java index f6d9a4c737..f3e6ee8f83 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/Tag.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/AtDepth.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/AtDepth.java index 4c2cc0148c..d99ff47d19 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/AtDepth.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/AtDepth.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Conditional.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Conditional.java index 79dd56baaa..0adc7edd4c 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Conditional.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Conditional.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Context.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Context.java index 1b2a749d98..a485c8496a 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Context.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Context.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Css.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Css.java index 91f25f5039..e761bc6540 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Css.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Css.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Href.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Href.java index 3e0540b2c8..7f2831d1a9 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Href.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Href.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Id.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Id.java index 6520a898cd..1425fb7d36 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Id.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Id.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/If.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/If.java index 9c871625b5..6515d2249e 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/If.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/If.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Onload.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Onload.java index cc641403c8..752d9387e8 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Onload.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Onload.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Rel.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Rel.java index a54be1f266..3aeee8add9 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Rel.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Rel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Src.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Src.java index 7066f9df8f..b7a6faf765 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Src.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Src.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Type.java b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Type.java index 9677a572b0..db8b541249 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Type.java +++ b/structr-db-driver-api/src/main/java/org/structr/api/util/html/attr/Type.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/test/java/org/structr/api/config/BooleanSettingTest.java b/structr-db-driver-api/src/test/java/org/structr/api/config/BooleanSettingTest.java index 3a289c50d7..da24f634ea 100644 --- a/structr-db-driver-api/src/test/java/org/structr/api/config/BooleanSettingTest.java +++ b/structr-db-driver-api/src/test/java/org/structr/api/config/BooleanSettingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/test/java/org/structr/api/config/IntegerSettingTest.java b/structr-db-driver-api/src/test/java/org/structr/api/config/IntegerSettingTest.java index 07f9e4670d..89c2e92ca9 100644 --- a/structr-db-driver-api/src/test/java/org/structr/api/config/IntegerSettingTest.java +++ b/structr-db-driver-api/src/test/java/org/structr/api/config/IntegerSettingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/test/java/org/structr/api/config/StringSettingTest.java b/structr-db-driver-api/src/test/java/org/structr/api/config/StringSettingTest.java index b692d8778e..f47eade105 100644 --- a/structr-db-driver-api/src/test/java/org/structr/api/config/StringSettingTest.java +++ b/structr-db-driver-api/src/test/java/org/structr/api/config/StringSettingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/test/java/org/structr/api/util/FixedSizeCacheTest.java b/structr-db-driver-api/src/test/java/org/structr/api/util/FixedSizeCacheTest.java index 0f8ded1569..1a4072da07 100644 --- a/structr-db-driver-api/src/test/java/org/structr/api/util/FixedSizeCacheTest.java +++ b/structr-db-driver-api/src/test/java/org/structr/api/util/FixedSizeCacheTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/test/java/org/structr/api/util/IterablesTest.java b/structr-db-driver-api/src/test/java/org/structr/api/util/IterablesTest.java index 056f75253b..10b3a8e344 100644 --- a/structr-db-driver-api/src/test/java/org/structr/api/util/IterablesTest.java +++ b/structr-db-driver-api/src/test/java/org/structr/api/util/IterablesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-db-driver-api/src/test/java/org/structr/api/util/RangesTest.java b/structr-db-driver-api/src/test/java/org/structr/api/util/RangesTest.java index 55103f97d2..3d1f28b984 100644 --- a/structr-db-driver-api/src/test/java/org/structr/api/util/RangesTest.java +++ b/structr-db-driver-api/src/test/java/org/structr/api/util/RangesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractCypherIndex.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractCypherIndex.java index 213589412d..82328ffe8e 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractCypherIndex.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractCypherIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractNativeQuery.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractNativeQuery.java index f209b6eb3c..8b45ca15e6 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractNativeQuery.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractNativeQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractResultStream.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractResultStream.java index ab57daa2fd..06c4cc3177 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractResultStream.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/AbstractResultStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/AdvancedCypherQuery.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/AdvancedCypherQuery.java index 6c1f145f45..dc8e745ea6 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/AdvancedCypherQuery.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/AdvancedCypherQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/BoltIdentity.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/BoltIdentity.java index 1df4d241a7..f1b8483ba7 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/BoltIdentity.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/BoltIdentity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/BooleanQuery.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/BooleanQuery.java index 89fb648c3e..7845e493b6 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/BooleanQuery.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/BooleanQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherNodeIndex.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherNodeIndex.java index ad5fafa261..48bf3c2f45 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherNodeIndex.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherNodeIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherQuery.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherQuery.java index 6360130455..bb08f57e9d 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherQuery.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherRelationshipIndex.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherRelationshipIndex.java index 7c1470d9b7..149c4012ed 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherRelationshipIndex.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/CypherRelationshipIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/EntityWrapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/EntityWrapper.java index 1da625ba32..a7964612e8 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/EntityWrapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/EntityWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/IdRelationshipMapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/IdRelationshipMapper.java index fa8150cced..4bd8e2e2d4 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/IdRelationshipMapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/IdRelationshipMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/IterableQuery.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/IterableQuery.java index 4104e4af56..ca35d52554 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/IterableQuery.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/IterableQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/IterableQueueingRecordConsumer.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/IterableQueueingRecordConsumer.java index 8aabd6df9c..0f2f4fc951 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/IterableQueueingRecordConsumer.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/IterableQueueingRecordConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/LongQuery.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/LongQuery.java index d0a9f6e136..d945b98ea2 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/LongQuery.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/LongQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/MapResultWrapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/MapResultWrapper.java index cbbfd71abf..05bf292e37 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/MapResultWrapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/MapResultWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/MemgraphDatabaseService.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/MemgraphDatabaseService.java index 65484aea79..83a3071091 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/MemgraphDatabaseService.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/MemgraphDatabaseService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/MixedResultWrapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/MixedResultWrapper.java index 38f2467e1e..a2f25d50fe 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/MixedResultWrapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/MixedResultWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeId.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeId.java index 43e90f3dc5..e007ffe946 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeId.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeId.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeIdNodeMapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeIdNodeMapper.java index 83a8b34aa1..d3cfb5c970 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeIdNodeMapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeIdNodeMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeNodeMapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeNodeMapper.java index 35b4520290..6e3ab1ec6f 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeNodeMapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeNodeMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeWrapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeWrapper.java index eb7fccacef..8220cfedb2 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeWrapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/NodeWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/PathWrapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/PathWrapper.java index a89cb47e5d..4477d534b4 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/PathWrapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/PathWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordLongMapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordLongMapper.java index 4751004eb3..75952f61d3 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordLongMapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordLongMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordMapMapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordMapMapper.java index fc2ede1b7c..ef489b183a 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordMapMapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordMapMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordNodeIdMapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordNodeIdMapper.java index 415e0c1453..f868825fc2 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordNodeIdMapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordNodeIdMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordNodeMapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordNodeMapper.java index f4ae07c028..730ada8bf0 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordNodeMapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordNodeMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordRelationshipMapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordRelationshipMapper.java index 63c764359d..16bd52736e 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordRelationshipMapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordRelationshipMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordStringMapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordStringMapper.java index eee9965708..ceed4192aa 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordStringMapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RecordStringMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RelationshipRelationshipMapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RelationshipRelationshipMapper.java index ffd5e0e3c3..c7d09aaa98 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RelationshipRelationshipMapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RelationshipRelationshipMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RelationshipWrapper.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RelationshipWrapper.java index 649487b20b..ac7e5ace90 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/RelationshipWrapper.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/RelationshipWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/SessionTransaction.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/SessionTransaction.java index c04be9c41b..ec94c3674e 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/SessionTransaction.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/SessionTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/SimpleCypherQuery.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/SimpleCypherQuery.java index c38deab255..04140ecf9b 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/SimpleCypherQuery.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/SimpleCypherQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/StringQuery.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/StringQuery.java index 8e54740c98..2000f98f0b 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/StringQuery.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/StringQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/BooleanTypeConverter.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/BooleanTypeConverter.java index 697f8ebfd9..17b37600a9 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/BooleanTypeConverter.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/BooleanTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/ByteTypeConverter.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/ByteTypeConverter.java index c47fa4976e..399ae8ffee 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/ByteTypeConverter.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/ByteTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/DateTypeConverter.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/DateTypeConverter.java index 143d39cda2..e5918e77cf 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/DateTypeConverter.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/DateTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/DoubleTypeConverter.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/DoubleTypeConverter.java index e93924f733..af4341aa68 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/DoubleTypeConverter.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/DoubleTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/FloatTypeConverter.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/FloatTypeConverter.java index 8011d061a0..af79fe3333 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/FloatTypeConverter.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/FloatTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/IntTypeConverter.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/IntTypeConverter.java index 2a36ec147b..702bdb3fcd 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/IntTypeConverter.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/IntTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/LongTypeConverter.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/LongTypeConverter.java index 51cc4141f4..a7f7f67535 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/LongTypeConverter.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/LongTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/ShortTypeConverter.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/ShortTypeConverter.java index afd0cd5c02..47555c9350 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/ShortTypeConverter.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/ShortTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/StringTypeConverter.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/StringTypeConverter.java index d3d9e2ae8f..aa00a31d6a 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/StringTypeConverter.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/converter/StringTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/ArrayQueryFactory.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/ArrayQueryFactory.java index 36f35739e3..89d2599273 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/ArrayQueryFactory.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/ArrayQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/ComparisonQueryFactory.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/ComparisonQueryFactory.java index c9bceda027..6d4df15756 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/ComparisonQueryFactory.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/ComparisonQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/EmptyQueryFactory.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/EmptyQueryFactory.java index 331c5798aa..b9f028ea35 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/EmptyQueryFactory.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/EmptyQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/GroupQueryFactory.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/GroupQueryFactory.java index 32846ae119..ea1f5f4fa1 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/GroupQueryFactory.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/GroupQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/KeywordQueryFactory.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/KeywordQueryFactory.java index 6a6b478eff..ccffa4e493 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/KeywordQueryFactory.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/KeywordQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/NotEmptyQueryFactory.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/NotEmptyQueryFactory.java index 003e9b7d0e..d736ba1f4f 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/NotEmptyQueryFactory.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/NotEmptyQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/RangeQueryFactory.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/RangeQueryFactory.java index 21f71dec67..a44477af66 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/RangeQueryFactory.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/RangeQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/RelationshipQueryFactory.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/RelationshipQueryFactory.java index 372db38e16..3c14e9151d 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/RelationshipQueryFactory.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/RelationshipQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/SpatialQueryFactory.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/SpatialQueryFactory.java index 4dd9b57e3b..dd0d98ef72 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/SpatialQueryFactory.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/SpatialQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/TypeQueryFactory.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/TypeQueryFactory.java index 41a11b1f79..beb07b9294 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/TypeQueryFactory.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/TypeQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/UuidQueryFactory.java b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/UuidQueryFactory.java index cad6291622..bc3704ddd0 100644 --- a/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/UuidQueryFactory.java +++ b/structr-memgraph-driver/src/main/java/org/structr/memgraph/factory/UuidQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/EntityRepository.java b/structr-memory-driver/src/main/java/org/structr/memory/EntityRepository.java index d8d391c979..0f74418823 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/EntityRepository.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/EntityRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/MemoryDatabaseService.java b/structr-memory-driver/src/main/java/org/structr/memory/MemoryDatabaseService.java index 7974e86e53..2d44011b39 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/MemoryDatabaseService.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/MemoryDatabaseService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/MemoryEntity.java b/structr-memory-driver/src/main/java/org/structr/memory/MemoryEntity.java index 00acdbc547..c54a399652 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/MemoryEntity.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/MemoryEntity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/MemoryIdentity.java b/structr-memory-driver/src/main/java/org/structr/memory/MemoryIdentity.java index 2d3782b5a5..876d98390e 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/MemoryIdentity.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/MemoryIdentity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/MemoryNode.java b/structr-memory-driver/src/main/java/org/structr/memory/MemoryNode.java index 315c8f1147..ffe9285722 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/MemoryNode.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/MemoryNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/MemoryNodeRepository.java b/structr-memory-driver/src/main/java/org/structr/memory/MemoryNodeRepository.java index 5d507876b3..392150d5a3 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/MemoryNodeRepository.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/MemoryNodeRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/MemoryRelationship.java b/structr-memory-driver/src/main/java/org/structr/memory/MemoryRelationship.java index 9b495350ff..52255f0c9f 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/MemoryRelationship.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/MemoryRelationship.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/MemoryRelationshipRepository.java b/structr-memory-driver/src/main/java/org/structr/memory/MemoryRelationshipRepository.java index 57fcd4ad18..9ac841c580 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/MemoryRelationshipRepository.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/MemoryRelationshipRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/MemoryTransaction.java b/structr-memory-driver/src/main/java/org/structr/memory/MemoryTransaction.java index 76491d1f9a..10059a9be9 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/MemoryTransaction.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/MemoryTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/AbstractMemoryIndex.java b/structr-memory-driver/src/main/java/org/structr/memory/index/AbstractMemoryIndex.java index b55755fbe0..748c67f16e 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/AbstractMemoryIndex.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/AbstractMemoryIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryNodeIndex.java b/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryNodeIndex.java index 5fc0516d22..003e44abb7 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryNodeIndex.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryNodeIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryQuery.java b/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryQuery.java index 897629879a..38c36d2a1b 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryQuery.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryRelationshipIndex.java b/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryRelationshipIndex.java index c6da65faae..428397ef5d 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryRelationshipIndex.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/MemoryRelationshipIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/BooleanTypeConverter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/BooleanTypeConverter.java index be3703302d..3e7a8a100e 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/BooleanTypeConverter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/BooleanTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/ByteTypeConverter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/ByteTypeConverter.java index 08167996ab..6252f3452c 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/ByteTypeConverter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/ByteTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/DateTypeConverter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/DateTypeConverter.java index 44cd961318..4ff9635929 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/DateTypeConverter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/DateTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/DoubleTypeConverter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/DoubleTypeConverter.java index 4a5c7ac2bc..ddbcdb9f68 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/DoubleTypeConverter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/DoubleTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/FloatTypeConverter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/FloatTypeConverter.java index 80e095e83d..f72421ea0e 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/FloatTypeConverter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/FloatTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/IntTypeConverter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/IntTypeConverter.java index 76afe8d46a..bf3089f58a 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/IntTypeConverter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/IntTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/LongTypeConverter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/LongTypeConverter.java index 65b9c16a26..e2697d2920 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/LongTypeConverter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/LongTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/ShortTypeConverter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/ShortTypeConverter.java index 7dd3899404..7333f4f687 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/ShortTypeConverter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/ShortTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/StringTypeConverter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/StringTypeConverter.java index 1897e3d3aa..689fc25227 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/converter/StringTypeConverter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/converter/StringTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/ArrayQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/ArrayQueryFactory.java index 0c173db5c2..7f7b07ade5 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/ArrayQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/ArrayQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/ComparisonQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/ComparisonQueryFactory.java index c7d766a0fb..b82d581421 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/ComparisonQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/ComparisonQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/EmptyQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/EmptyQueryFactory.java index c4792bf600..c07b299b66 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/EmptyQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/EmptyQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/GraphQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/GraphQueryFactory.java index 8ba7b8c5f7..7021e7ecee 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/GraphQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/GraphQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/GroupQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/GroupQueryFactory.java index e06bf7d669..59bef3e138 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/GroupQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/GroupQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/KeywordQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/KeywordQueryFactory.java index dbbb5926c4..a48b7059d0 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/KeywordQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/KeywordQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/NotEmptyQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/NotEmptyQueryFactory.java index f5537f7af6..9ee84b9dc8 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/NotEmptyQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/NotEmptyQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/RangeQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/RangeQueryFactory.java index 6ea05801f0..20dbba09cc 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/RangeQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/RangeQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/RelationshipQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/RelationshipQueryFactory.java index a031b200f0..eeb22b6a8e 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/RelationshipQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/RelationshipQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/SpatialQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/SpatialQueryFactory.java index f45c3f96a2..4fc2dd7e40 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/SpatialQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/SpatialQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/TypeQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/TypeQueryFactory.java index 6051a90245..b532d5ea88 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/TypeQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/TypeQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/UuidQueryFactory.java b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/UuidQueryFactory.java index 449d1796a2..893b89505c 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/factory/UuidQueryFactory.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/factory/UuidQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/filter/Filter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/filter/Filter.java index 7c63df7ef0..1f12cd7e4a 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/filter/Filter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/filter/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/filter/MemoryLabelFilter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/filter/MemoryLabelFilter.java index 5622bf5126..22671c2d72 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/filter/MemoryLabelFilter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/filter/MemoryLabelFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/filter/MemoryTypeFilter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/filter/MemoryTypeFilter.java index 7a94339fa9..3141ef5c25 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/filter/MemoryTypeFilter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/filter/MemoryTypeFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/filter/SourceNodeFilter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/filter/SourceNodeFilter.java index 2a3a8bbfa8..af589a8e2b 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/filter/SourceNodeFilter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/filter/SourceNodeFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/filter/TargetNodeFilter.java b/structr-memory-driver/src/main/java/org/structr/memory/index/filter/TargetNodeFilter.java index 66d443a142..02b55e363b 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/filter/TargetNodeFilter.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/filter/TargetNodeFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/ArrayPropertyPredicate.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/ArrayPropertyPredicate.java index db0cdf81e6..2d7e38df53 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/ArrayPropertyPredicate.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/ArrayPropertyPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/Conjunction.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/Conjunction.java index 9dc855178f..8960fc8db5 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/Conjunction.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/Conjunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/GraphPredicate.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/GraphPredicate.java index 67e4173726..7ca07f8440 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/GraphPredicate.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/GraphPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/GroupPredicate.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/GroupPredicate.java index cdfde6bec2..f5a3ce1052 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/GroupPredicate.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/GroupPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/LabelPredicate.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/LabelPredicate.java index 6a8dc58c30..7198c2edc9 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/LabelPredicate.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/LabelPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NoRelationshipPredicate.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NoRelationshipPredicate.java index e5dadef1a0..d5d8710fac 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NoRelationshipPredicate.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NoRelationshipPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NotEmptyPredicate.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NotEmptyPredicate.java index f4e2afe0ae..f942040eaa 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NotEmptyPredicate.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NotEmptyPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NotPredicate.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NotPredicate.java index 3bc3392416..b2a133a49d 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NotPredicate.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NotPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NullPredicate.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NullPredicate.java index f968333dac..e61cd6015c 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NullPredicate.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/NullPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/RangePredicate.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/RangePredicate.java index 74461964de..6b304edc3c 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/RangePredicate.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/RangePredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/StringContainsPredicate.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/StringContainsPredicate.java index 54badc8c36..18f1fc38a0 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/StringContainsPredicate.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/StringContainsPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/ValuePredicate.java b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/ValuePredicate.java index 71b45d0b65..07c1326710 100644 --- a/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/ValuePredicate.java +++ b/structr-memory-driver/src/main/java/org/structr/memory/index/predicate/ValuePredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-memory-driver/src/test/java/org/structr/test/MemoryDBTest.java b/structr-memory-driver/src/test/java/org/structr/test/MemoryDBTest.java index ce9958e5b2..0d0798502c 100644 --- a/structr-memory-driver/src/test/java/org/structr/test/MemoryDBTest.java +++ b/structr-memory-driver/src/test/java/org/structr/test/MemoryDBTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/AdvancedMailModule.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/AdvancedMailModule.java index b5cca20647..464a130ee3 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/AdvancedMailModule.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/AdvancedMailModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/DynamicFileDataSource.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/DynamicFileDataSource.java index 09dd0dcfd2..108b009a93 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/DynamicFileDataSource.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/DynamicFileDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/entity/EMailMessage.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/entity/EMailMessage.java index 77e9d952b7..ede9f40a21 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/entity/EMailMessage.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/entity/EMailMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/entity/Mailbox.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/entity/Mailbox.java index c17cdd57ca..7fe3777905 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/entity/Mailbox.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/entity/Mailbox.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/AdvancedMailModuleFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/AdvancedMailModuleFunction.java index 231c4942a0..666bd224c8 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/AdvancedMailModuleFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/AdvancedMailModuleFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddAttachmentFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddAttachmentFunction.java index 38d1a25285..911d7ff446 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddAttachmentFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddAttachmentFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddBccFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddBccFunction.java index a7e9bdc248..8eaeb12787 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddBccFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddBccFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddCcFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddCcFunction.java index bfc77303cb..8d3a3e2b8d 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddCcFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddCcFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddHeaderFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddHeaderFunction.java index 9a86b160fe..0cc48927b1 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddHeaderFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddHeaderFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddMimePartFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddMimePartFunction.java index 0112e75592..373468593d 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddMimePartFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddMimePartFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddReplyToFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddReplyToFunction.java index 21d4d7e7aa..55a0a70648 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddReplyToFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddReplyToFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddToFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddToFunction.java index 29cf157315..91607e5c88 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddToFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailAddToFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailBeginFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailBeginFunction.java index 791c2447fc..38f3e518a1 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailBeginFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailBeginFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearAttachmentsFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearAttachmentsFunction.java index e33919369c..d3cde98813 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearAttachmentsFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearAttachmentsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearBccFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearBccFunction.java index a2258172cb..524c25093e 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearBccFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearBccFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearBounceAddressFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearBounceAddressFunction.java index 4f9dcd550f..a7e6c18e1e 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearBounceAddressFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearBounceAddressFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearCcFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearCcFunction.java index 487581961a..c3cfc7bf7b 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearCcFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearCcFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearHeadersFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearHeadersFunction.java index 271015d51d..3249cb14cf 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearHeadersFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearHeadersFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearInReplyTo.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearInReplyTo.java index 0686857327..09fda5595f 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearInReplyTo.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearInReplyTo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearMimePartsFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearMimePartsFunction.java index fab25e47a5..39983f19a4 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearMimePartsFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearMimePartsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearReplyToFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearReplyToFunction.java index 2494c298ee..5a1784f824 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearReplyToFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearReplyToFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearToFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearToFunction.java index 103ef0d501..53de3de3f3 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearToFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailClearToFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailDecodeTextFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailDecodeTextFunction.java index 1778905209..87215dffd2 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailDecodeTextFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailDecodeTextFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailEncodeTextFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailEncodeTextFunction.java index ae9da1e376..2b6252a854 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailEncodeTextFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailEncodeTextFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailGetErrorFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailGetErrorFunction.java index 679e46b961..90f2585854 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailGetErrorFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailGetErrorFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailGetLastOutgoingMessageFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailGetLastOutgoingMessageFunction.java index c8776ef571..5f3d7df581 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailGetLastOutgoingMessageFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailGetLastOutgoingMessageFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailHasErrorFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailHasErrorFunction.java index 0c5ac61605..696ac4f7b7 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailHasErrorFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailHasErrorFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailRemoveHeaderFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailRemoveHeaderFunction.java index cf30eb04f5..ec4d8d8079 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailRemoveHeaderFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailRemoveHeaderFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailResetManualConfigFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailResetManualConfigFunction.java index c5d496d91f..9599ced0a0 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailResetManualConfigFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailResetManualConfigFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSaveOutgoingMessageFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSaveOutgoingMessageFunction.java index 29576331cc..b8495badd4 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSaveOutgoingMessageFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSaveOutgoingMessageFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSelectConfigFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSelectConfigFunction.java index aa6ff8b24f..85f041505e 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSelectConfigFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSelectConfigFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSendFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSendFunction.java index db5d547855..394afaad67 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSendFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSendFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetBounceAddressFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetBounceAddressFunction.java index 0d63bbd17c..1221d28f79 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetBounceAddressFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetBounceAddressFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetFromFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetFromFunction.java index 51eb83c62f..e6c83eddb3 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetFromFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetFromFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetHtmlContentFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetHtmlContentFunction.java index 8b3a7413d3..3d40c55ce9 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetHtmlContentFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetHtmlContentFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetInReplyTo.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetInReplyTo.java index 4eb4783e9b..739290ceb3 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetInReplyTo.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetInReplyTo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetManualConfigFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetManualConfigFunction.java index 7d92ba208c..2934236479 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetManualConfigFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetManualConfigFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetSubjectFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetSubjectFunction.java index d61a3a5cf4..67a8ae2682 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetSubjectFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetSubjectFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetTextContentFunction.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetTextContentFunction.java index 9a38bbbcca..c22602fd1c 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetTextContentFunction.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/function/MailSetTextContentFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/FetchFoldersCommand.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/FetchFoldersCommand.java index b7394103ec..1a897cffe1 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/FetchFoldersCommand.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/FetchFoldersCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/FetchMailsCommand.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/FetchMailsCommand.java index 5912686e68..e51956ac64 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/FetchMailsCommand.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/FetchMailsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/MailService.java b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/MailService.java index 5f71133d73..f69d2d777b 100644 --- a/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/MailService.java +++ b/structr-modules/structr-advanced-mail-module/src/main/java/org/structr/mail/service/MailService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/APIBuilderModule.java b/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/APIBuilderModule.java index 9eec139aa5..e5c885d92f 100644 --- a/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/APIBuilderModule.java +++ b/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/APIBuilderModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/Transformation.java b/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/Transformation.java index 0f8610db86..0ffdf305e0 100644 --- a/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/Transformation.java +++ b/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/Transformation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/VirtualProperty.java b/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/VirtualProperty.java index 803b2690a5..321644e3ec 100644 --- a/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/VirtualProperty.java +++ b/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/VirtualProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/VirtualType.java b/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/VirtualType.java index b2c138ac54..8c0f201027 100644 --- a/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/VirtualType.java +++ b/structr-modules/structr-api-builder-module/src/main/java/org/structr/transform/VirtualType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-api-builder-module/src/test/java/org/structr/test/CsvImportTest.java b/structr-modules/structr-api-builder-module/src/test/java/org/structr/test/CsvImportTest.java index 67eb3dd4bc..aa75ab4a97 100644 --- a/structr-modules/structr-api-builder-module/src/test/java/org/structr/test/CsvImportTest.java +++ b/structr-modules/structr-api-builder-module/src/test/java/org/structr/test/CsvImportTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/CrawlerModule.java b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/CrawlerModule.java index aa96fc6789..4553cbbd48 100644 --- a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/CrawlerModule.java +++ b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/CrawlerModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/CrawlerTreeNode.java b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/CrawlerTreeNode.java index 24cdbdb724..f513b7fccd 100644 --- a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/CrawlerTreeNode.java +++ b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/CrawlerTreeNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePage.java b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePage.java index 3b6b7c0fed..9fb969dea7 100644 --- a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePage.java +++ b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePageSUBSourcePage.java b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePageSUBSourcePage.java index 2d8d383dd6..4152245e34 100644 --- a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePageSUBSourcePage.java +++ b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePageSUBSourcePage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePageUSESourcePattern.java b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePageUSESourcePattern.java index 3a756f2ba4..9e8d736b98 100644 --- a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePageUSESourcePattern.java +++ b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePageUSESourcePattern.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePattern.java b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePattern.java index c0a39d4244..c686d6213f 100644 --- a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePattern.java +++ b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePattern.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePatternSUBPAGESourcePage.java b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePatternSUBPAGESourcePage.java index f3759e55ac..e41770ede0 100644 --- a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePatternSUBPAGESourcePage.java +++ b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePatternSUBPAGESourcePage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePatternSUBSourcePattern.java b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePatternSUBSourcePattern.java index 36640c2fab..c16117fe3f 100644 --- a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePatternSUBSourcePattern.java +++ b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourcePatternSUBSourcePattern.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourceSite.java b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourceSite.java index a01210c719..9eb53f6e59 100644 --- a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourceSite.java +++ b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourceSite.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourceSiteCONTAINSSourcePage.java b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourceSiteCONTAINSSourcePage.java index 39c1514c21..5bdf57a019 100644 --- a/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourceSiteCONTAINSSourcePage.java +++ b/structr-modules/structr-crawler-module/src/main/java/org/structr/crawler/SourceSiteCONTAINSSourcePage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-csv-module/src/main/java/org/structr/csv/CSVModule.java b/structr-modules/structr-csv-module/src/main/java/org/structr/csv/CSVModule.java index 2827295480..d9009971e8 100644 --- a/structr-modules/structr-csv-module/src/main/java/org/structr/csv/CSVModule.java +++ b/structr-modules/structr-csv-module/src/main/java/org/structr/csv/CSVModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-csv-module/src/main/java/org/structr/csv/CsvFunction.java b/structr-modules/structr-csv-module/src/main/java/org/structr/csv/CsvFunction.java index fdbd071523..6131a5a105 100644 --- a/structr-modules/structr-csv-module/src/main/java/org/structr/csv/CsvFunction.java +++ b/structr-modules/structr-csv-module/src/main/java/org/structr/csv/CsvFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-csv-module/src/main/java/org/structr/csv/FromCsvFunction.java b/structr-modules/structr-csv-module/src/main/java/org/structr/csv/FromCsvFunction.java index 0a4e7e719a..8cd97a13e1 100644 --- a/structr-modules/structr-csv-module/src/main/java/org/structr/csv/FromCsvFunction.java +++ b/structr-modules/structr-csv-module/src/main/java/org/structr/csv/FromCsvFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-csv-module/src/main/java/org/structr/csv/GetCsvHeadersFunction.java b/structr-modules/structr-csv-module/src/main/java/org/structr/csv/GetCsvHeadersFunction.java index 2c9b8e13ab..616c852f5a 100644 --- a/structr-modules/structr-csv-module/src/main/java/org/structr/csv/GetCsvHeadersFunction.java +++ b/structr-modules/structr-csv-module/src/main/java/org/structr/csv/GetCsvHeadersFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-csv-module/src/main/java/org/structr/csv/ToCsvFunction.java b/structr-modules/structr-csv-module/src/main/java/org/structr/csv/ToCsvFunction.java index c11c1be183..60f25b66f6 100644 --- a/structr-modules/structr-csv-module/src/main/java/org/structr/csv/ToCsvFunction.java +++ b/structr-modules/structr-csv-module/src/main/java/org/structr/csv/ToCsvFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-csv-module/src/test/java/org/structr/test/CsvFunctionsTest.java b/structr-modules/structr-csv-module/src/test/java/org/structr/test/CsvFunctionsTest.java index 4aa6403df1..068cb7fc92 100644 --- a/structr-modules/structr-csv-module/src/test/java/org/structr/test/CsvFunctionsTest.java +++ b/structr-modules/structr-csv-module/src/test/java/org/structr/test/CsvFunctionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestEnum.java b/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestEnum.java index 82a6a98583..37fc5f0e46 100644 --- a/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestEnum.java +++ b/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestEnum.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestOne.java b/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestOne.java index 985365d17e..89866b9424 100644 --- a/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestOne.java +++ b/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestTwo.java b/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestTwo.java index b6c2e981b0..0bf7bdf681 100644 --- a/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestTwo.java +++ b/structr-modules/structr-csv-module/src/test/java/org/structr/test/entity/CsvTestTwo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/DataFeedsModule.java b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/DataFeedsModule.java index fb2a5897df..d2c23af652 100644 --- a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/DataFeedsModule.java +++ b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/DataFeedsModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/cron/UpdateFeedAgent.java b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/cron/UpdateFeedAgent.java index f2dfe14127..4ca0a7d277 100644 --- a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/cron/UpdateFeedAgent.java +++ b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/cron/UpdateFeedAgent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/cron/UpdateFeedTask.java b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/cron/UpdateFeedTask.java index a8c1982d6c..36d739f6e0 100644 --- a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/cron/UpdateFeedTask.java +++ b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/cron/UpdateFeedTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/DataFeed.java b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/DataFeed.java index 147ca1673f..c2438402a4 100644 --- a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/DataFeed.java +++ b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/DataFeed.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItem.java b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItem.java index f298b45899..4e2b023dac 100644 --- a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItem.java +++ b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItemContent.java b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItemContent.java index 7a65fa1671..3a9186ef11 100644 --- a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItemContent.java +++ b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItemContent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItemEnclosure.java b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItemEnclosure.java index cf8dae798e..558ce9bfa9 100644 --- a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItemEnclosure.java +++ b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/FeedItemEnclosure.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/RemoteDocument.java b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/RemoteDocument.java index 5d8424a1e3..66c7d98e0c 100644 --- a/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/RemoteDocument.java +++ b/structr-modules/structr-data-feeds-module/src/main/java/org/structr/feed/entity/RemoteDocument.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-data-feeds-module/src/test/java/org/structr/test/FeedsViewTest.java b/structr-modules/structr-data-feeds-module/src/test/java/org/structr/test/FeedsViewTest.java index 66abed6dc7..e745f75d24 100644 --- a/structr-modules/structr-data-feeds-module/src/test/java/org/structr/test/FeedsViewTest.java +++ b/structr-modules/structr-data-feeds-module/src/test/java/org/structr/test/FeedsViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-data-feeds-module/src/test/java/org/structr/test/TestFeeds.java b/structr-modules/structr-data-feeds-module/src/test/java/org/structr/test/TestFeeds.java index 06a44b25d7..993020728d 100644 --- a/structr-modules/structr-data-feeds-module/src/test/java/org/structr/test/TestFeeds.java +++ b/structr-modules/structr-data-feeds-module/src/test/java/org/structr/test/TestFeeds.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-excel-module/src/main/java/org/structr/excel/ExcelModule.java b/structr-modules/structr-excel-module/src/main/java/org/structr/excel/ExcelModule.java index d25de56e43..7edb702a3e 100644 --- a/structr-modules/structr-excel-module/src/main/java/org/structr/excel/ExcelModule.java +++ b/structr-modules/structr-excel-module/src/main/java/org/structr/excel/ExcelModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-excel-module/src/main/java/org/structr/excel/ToExcelFunction.java b/structr-modules/structr-excel-module/src/main/java/org/structr/excel/ToExcelFunction.java index e7b5d39357..81cd02e71c 100644 --- a/structr-modules/structr-excel-module/src/main/java/org/structr/excel/ToExcelFunction.java +++ b/structr-modules/structr-excel-module/src/main/java/org/structr/excel/ToExcelFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/FileAccessModule.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/FileAccessModule.java index a9f2adaf8c..29924ccb5b 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/FileAccessModule.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/FileAccessModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/AbstractStructrFtpFile.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/AbstractStructrFtpFile.java index c89dc381eb..39e7cc17bf 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/AbstractStructrFtpFile.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/AbstractStructrFtpFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FileOrFolder.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FileOrFolder.java index 6968abd566..50d30b6c64 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FileOrFolder.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FileOrFolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FtpFilePageWrapper.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FtpFilePageWrapper.java index dcc4f05fec..f38fd0d92d 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FtpFilePageWrapper.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FtpFilePageWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FtpService.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FtpService.java index 04cd44b482..6644e82322 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FtpService.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/FtpService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrAuthentication.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrAuthentication.java index 66568fd8cd..4016ed2c86 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrAuthentication.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFileSystemFactory.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFileSystemFactory.java index 312a7169c3..9da4f0bfb3 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFileSystemFactory.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFileSystemFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFileSystemView.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFileSystemView.java index 4118a46107..cd768e1770 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFileSystemView.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFileSystemView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpFile.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpFile.java index 8cf7366830..5762865031 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpFile.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpFolder.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpFolder.java index 682c44e781..38b6d41d09 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpFolder.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpFolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpUser.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpUser.java index f71d7bb53e..d9d4ff720a 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpUser.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrFtpUser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrUserManager.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrUserManager.java index 133697deee..25c13e7ea8 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrUserManager.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ftp/StructrUserManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/AbstractTerminalEmulator.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/AbstractTerminalEmulator.java index 1dd03c6e9d..5cdd69afa5 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/AbstractTerminalEmulator.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/AbstractTerminalEmulator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/SSHService.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/SSHService.java index a6857773a1..c0ce3e7864 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/SSHService.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/SSHService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrConsoleCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrConsoleCommand.java index 4bf9d25123..9e58063e4a 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrConsoleCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrConsoleCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrPosixFileAttributes.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrPosixFileAttributes.java index 23e7225f18..5ed41c35b7 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrPosixFileAttributes.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrPosixFileAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrSSHFile.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrSSHFile.java index 71405f1fb2..2675cff71f 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrSSHFile.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrSSHFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrSSHFileSystem.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrSSHFileSystem.java index 393e38c324..7a52c4639c 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrSSHFileSystem.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrSSHFileSystem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrShellCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrShellCommand.java index 57b5f351f6..1b599083c0 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrShellCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/StructrShellCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/TerminalEmulator.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/TerminalEmulator.java index e61b08b4e5..6bae2547c9 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/TerminalEmulator.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/TerminalEmulator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/TerminalHandler.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/TerminalHandler.java index 74628bd60a..0edb06d1c7 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/TerminalHandler.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/TerminalHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/XTermTerminalEmulator.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/XTermTerminalEmulator.java index 79c4d48857..8744fb9c26 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/XTermTerminalEmulator.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/XTermTerminalEmulator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/AbstractDirectoryStream.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/AbstractDirectoryStream.java index 83ac163a63..1bda05709c 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/AbstractDirectoryStream.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/AbstractDirectoryStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFileAttributes.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFileAttributes.java index 9ff3229aec..c40e48c2bd 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFileAttributes.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFileAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFilesystem.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFilesystem.java index 9dbca0f558..170777087a 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFilesystem.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFilesystem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFilesystemProvider.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFilesystemProvider.java index fb18e3b0e5..74d0f12c85 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFilesystemProvider.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrFilesystemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrPath.java index 56a0ab3825..8a92db2ef3 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrRootAttributes.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrRootAttributes.java index 117a1979cb..4971a99ec7 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrRootAttributes.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrRootAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrToplevelAttributes.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrToplevelAttributes.java index 53195a47a5..683d175f7b 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrToplevelAttributes.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/StructrToplevelAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/StructrRootPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/StructrRootPath.java index 7a01b59af8..b43a2549ba 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/StructrRootPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/StructrRootPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/file/StructrFilePath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/file/StructrFilePath.java index 015b4085f4..abe9d5b041 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/file/StructrFilePath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/file/StructrFilePath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/file/StructrFilesPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/file/StructrFilesPath.java index d452cefcf0..8fc49f6eeb 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/file/StructrFilesPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/file/StructrFilesPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrGraphPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrGraphPath.java index c2b9a73eef..cd17ff6a2f 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrGraphPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrGraphPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrNodeAttributes.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrNodeAttributes.java index 008b1172fd..7713d6dcbf 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrNodeAttributes.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrNodeAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrNodePropertyPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrNodePropertyPath.java index 12e97935aa..0208250e50 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrNodePropertyPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrNodePropertyPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrPropertyValueAttributes.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrPropertyValueAttributes.java index 690a6b0eca..67705587fc 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrPropertyValueAttributes.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrPropertyValueAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrPropertyValueChannel.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrPropertyValueChannel.java index 03e5cbb84a..b3f242028c 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrPropertyValueChannel.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/graph/StructrPropertyValueChannel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaMethodPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaMethodPath.java index 2b41314469..fece3e5cdd 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaMethodPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaMethodPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaMethodsPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaMethodsPath.java index a91f3f29b3..57dfe0014b 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaMethodsPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaMethodsPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaNodePath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaNodePath.java index e15391a1d5..002fc1d0c8 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaNodePath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaNodePath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPath.java index 6724ad804a..ae1fec1d3c 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPropertiesPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPropertiesPath.java index 4ab95b175e..32371db297 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPropertiesPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPropertiesPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPropertyPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPropertyPath.java index 649a1dae48..4db9eb8297 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPropertyPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaPropertyPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaViewPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaViewPath.java index add8356ee9..48a64d8a58 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaViewPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaViewPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaViewsPath.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaViewsPath.java index ffdb802ba5..b17ff615c2 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaViewsPath.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/filesystem/path/schema/StructrSchemaViewsPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/AbstractShellCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/AbstractShellCommand.java index 0f09d54b93..300dd20e73 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/AbstractShellCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/AbstractShellCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/CatCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/CatCommand.java index e3d403731c..d87cd03b38 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/CatCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/CatCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/CdCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/CdCommand.java index d0364ac58e..112fefb6e6 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/CdCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/CdCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/InputCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/InputCommand.java index b066ead1c7..42266c9015 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/InputCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/InputCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/InteractiveShellCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/InteractiveShellCommand.java index 108c24de5f..6443e083f6 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/InteractiveShellCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/InteractiveShellCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/LogoutCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/LogoutCommand.java index ba101577c0..ace718221f 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/LogoutCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/LogoutCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/LsCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/LsCommand.java index f632a044d0..cd8fb4a3e8 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/LsCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/LsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/MkdirCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/MkdirCommand.java index abe5ecfded..b1bff4d3c9 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/MkdirCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/MkdirCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/NonInteractiveShellCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/NonInteractiveShellCommand.java index 3fc5f8682c..2749e10cde 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/NonInteractiveShellCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/NonInteractiveShellCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/PasswordCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/PasswordCommand.java index 978385a9cf..ac3b9eb035 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/PasswordCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/PasswordCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/ShellCommand.java b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/ShellCommand.java index 94e72499d6..ed417e32f4 100644 --- a/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/ShellCommand.java +++ b/structr-modules/structr-file-access-module/src/main/java/org/structr/files/ssh/shell/ShellCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpAccessTest.java b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpAccessTest.java index a040c376d8..f10f63f908 100644 --- a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpAccessTest.java +++ b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpAccessTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpDirectoriesTest.java b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpDirectoriesTest.java index 7ec4efba29..4e9abe22cd 100644 --- a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpDirectoriesTest.java +++ b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpDirectoriesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpFilesTest.java b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpFilesTest.java index de5cadacc8..fa00dd51a2 100644 --- a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpFilesTest.java +++ b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/FtpFilesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/SSHFilesTest.java b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/SSHFilesTest.java index d73af60b59..324f0c4bce 100644 --- a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/SSHFilesTest.java +++ b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/ftp/SSHFilesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/FtpTest.java b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/FtpTest.java index bee5875251..d728292407 100644 --- a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/FtpTest.java +++ b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/FtpTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/SSHTest.java b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/SSHTest.java index 4f18a8f525..852bda0cfc 100644 --- a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/SSHTest.java +++ b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/SSHTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/StructrFileTestBase.java b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/StructrFileTestBase.java index a542082564..abf7fd0919 100644 --- a/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/StructrFileTestBase.java +++ b/structr-modules/structr-file-access-module/src/test/java/org/structr/test/web/files/StructrFileTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/FlowDeploymentHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/FlowDeploymentHandler.java index b8a7de604f..fbceb284ca 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/FlowDeploymentHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/FlowDeploymentHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/FlowModule.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/FlowModule.java index d4a7757db1..b56b662cf1 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/FlowModule.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/FlowModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Action.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Action.java index 183b33cad8..9122aee2a7 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Action.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Action.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Aggregation.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Aggregation.java index d2e739d28b..3fb36ad98e 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Aggregation.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Aggregation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/DataSource.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/DataSource.java index 1cc1985f51..937f64345e 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/DataSource.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/DataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Decision.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Decision.java index 3b3c852ada..0a704e0273 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Decision.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Decision.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Exception.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Exception.java index 9ce83ddce2..2f6bb2d176 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Exception.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Exception.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Filter.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Filter.java index e6412d7ece..65b8479063 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Filter.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowElement.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowElement.java index 3af83afee7..e687828dea 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowElement.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowElement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowHandler.java index 2a0ace7a01..3b5ece2bb2 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowResult.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowResult.java index e4c12d6096..6a2aa48613 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowResult.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowType.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowType.java index 96b8d90ed7..000601d531 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowType.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/FlowType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/ForEach.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/ForEach.java index 4882899191..3a23c20534 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/ForEach.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/ForEach.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Fork.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Fork.java index 3d041061a6..cb0af9b476 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Fork.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Fork.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/KeyValue.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/KeyValue.java index 8c359e9883..609515933e 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/KeyValue.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/KeyValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Return.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Return.java index 5b6f20b120..43ebcb532e 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Return.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Return.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Store.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Store.java index b5e8d80973..462139602d 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Store.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Store.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Switch.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Switch.java index 7b33a0bfec..e5f0063295 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Switch.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/Switch.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/ThrowingElement.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/ThrowingElement.java index cd299b8665..1b168c6ad9 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/ThrowingElement.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/api/ThrowingElement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/datasource/FlowContainerDataSource.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/datasource/FlowContainerDataSource.java index 81812860d3..2a863bf7f0 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/datasource/FlowContainerDataSource.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/datasource/FlowContainerDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowAbstractDeploymentHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowAbstractDeploymentHandler.java index 4d441a427a..ba847a4528 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowAbstractDeploymentHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowAbstractDeploymentHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowDeploymentInterface.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowDeploymentInterface.java index acf5b90cb2..049d7be539 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowDeploymentInterface.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowDeploymentInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowLegacyDeploymentHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowLegacyDeploymentHandler.java index 2311338177..d7253b186b 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowLegacyDeploymentHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowLegacyDeploymentHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowTreeDeploymentHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowTreeDeploymentHandler.java index b12fa3c491..9ef3be2a7d 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowTreeDeploymentHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/deployment/FlowTreeDeploymentHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ActionHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ActionHandler.java index 70a7efcea7..ac53558b57 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ActionHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ActionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/AggregationHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/AggregationHandler.java index da639afff1..6110d33fc7 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/AggregationHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/AggregationHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/Context.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/Context.java index 9cb47206ed..09f7cdcd24 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/Context.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/Context.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/DecisionHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/DecisionHandler.java index f0682012fb..045df25e0b 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/DecisionHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/DecisionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ExceptionHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ExceptionHandler.java index a94a2f7f2d..b88b76a473 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ExceptionHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FilterHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FilterHandler.java index 35c774b3af..46078f4edd 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FilterHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FilterHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowEngine.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowEngine.java index ea9a63cd47..19084a357f 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowEngine.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowEngine.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowError.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowError.java index 26b44f5493..05329a84ea 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowError.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowError.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowException.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowException.java index a4461f2d51..bf5ff31570 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowException.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/FlowException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ForEachHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ForEachHandler.java index 9b1c58ddb4..0c5a90a158 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ForEachHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ForEachHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ForkHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ForkHandler.java index 8e6da704e7..678f478882 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ForkHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ForkHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ReturnHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ReturnHandler.java index 8033b325f6..08c577c599 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ReturnHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/ReturnHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/StoreHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/StoreHandler.java index 342198da59..c499eaaffb 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/StoreHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/StoreHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/SwitchHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/SwitchHandler.java index b993844196..5aeddb00ed 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/SwitchHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/engine/SwitchHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAction.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAction.java index 1433d6b586..b8c14a25d0 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAction.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowActionNode.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowActionNode.java index 0d9835f71e..735eec472d 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowActionNode.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowActionNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAggregate.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAggregate.java index ab3ee00564..b1e3766f52 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAggregate.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAggregate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAnd.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAnd.java index e0ed309ecf..03d4892f2f 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAnd.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowAnd.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowBaseNode.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowBaseNode.java index 59d0e6da35..b819495089 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowBaseNode.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowBaseNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCall.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCall.java index 29851d50a0..ee003f6ea8 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCall.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCall.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCollectionDataSource.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCollectionDataSource.java index a8489fcc30..0b23f4ac34 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCollectionDataSource.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCollectionDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowComparison.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowComparison.java index d491a72e1d..f180fb6768 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowComparison.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowComparison.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCondition.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCondition.java index de46af0c04..9f0a58719f 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCondition.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowCondition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowConstant.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowConstant.java index e34f9a547b..85f2139243 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowConstant.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowConstant.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainer.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainer.java index 7853b5ad6d..cfda6647db 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainer.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainerConfiguration.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainerConfiguration.java index afbad84d5b..930301f6a6 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainerConfiguration.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainerPackage.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainerPackage.java index eeacf64ada..48c14b2dc9 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainerPackage.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowContainerPackage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowDataSource.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowDataSource.java index 8fb02e58cd..5b3053fdd0 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowDataSource.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowDecision.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowDecision.java index 1209f955c3..f9533565b7 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowDecision.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowDecision.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowExceptionHandler.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowExceptionHandler.java index f76eda8157..ec4c42ab63 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowExceptionHandler.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFilter.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFilter.java index 6d77dff480..f8c4b767a8 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFilter.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFirst.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFirst.java index d4e642e53f..107bf091e5 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFirst.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFirst.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowForEach.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowForEach.java index 52a1cdb1c8..1de7b78ed1 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowForEach.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowForEach.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFork.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFork.java index 9ca0682f9e..d6cd0c40b8 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFork.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFork.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowForkJoin.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowForkJoin.java index 2c5b503c0d..ef1bcf3c14 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowForkJoin.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowForkJoin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFunction.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFunction.java index 9fd4dedd18..eb4c57cd40 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFunction.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowGetProperty.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowGetProperty.java index 501f5e3c8d..ac60376a1f 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowGetProperty.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowGetProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowIsTrue.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowIsTrue.java index 388c5b1cd3..485c0b8339 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowIsTrue.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowIsTrue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowKeyValue.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowKeyValue.java index 8aaf414070..ac3c04b2ec 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowKeyValue.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowKeyValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowLog.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowLog.java index 8d7d2345ca..6c60f7a269 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowLog.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowLog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowLogicCondition.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowLogicCondition.java index 2f803ebf53..76f68622a4 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowLogicCondition.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowLogicCondition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNode.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNode.java index 8adb42fbdf..3120a84a89 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNode.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNot.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNot.java index 52812a65dd..8e0687b2d5 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNot.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNot.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNotEmpty.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNotEmpty.java index e94e787644..ef981c00a2 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNotEmpty.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNotEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNotNull.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNotNull.java index 1256d00b8c..29638e4928 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNotNull.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowNotNull.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowObjectDataSource.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowObjectDataSource.java index 82ff3b4e06..e7ab2bde7f 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowObjectDataSource.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowObjectDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowOr.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowOr.java index f964aa930d..95e601b137 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowOr.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowOr.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowParameterDataSource.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowParameterDataSource.java index 30c2f3109a..0278eb8c30 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowParameterDataSource.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowParameterDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowParameterInput.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowParameterInput.java index 60e8ad3d93..bc6954b4f6 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowParameterInput.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowParameterInput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowReturn.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowReturn.java index a681f41243..3998ef05ae 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowReturn.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowReturn.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowScriptCondition.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowScriptCondition.java index 7855ea5269..268d2b51c5 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowScriptCondition.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowScriptCondition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowStore.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowStore.java index ab18e103ad..dc25467e5b 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowStore.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowStore.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowSwitch.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowSwitch.java index 77f52be520..47e50043c3 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowSwitch.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowSwitch.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowSwitchCase.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowSwitchCase.java index 8606a2eb2c..813fe95a5a 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowSwitchCase.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowSwitchCase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowTypeQuery.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowTypeQuery.java index 8b4bcffda8..3e9d7a34b6 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowTypeQuery.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/FlowTypeQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/DOMNodeFLOWFlowContainer.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/DOMNodeFLOWFlowContainer.java index 262f50ee58..91889bc8d3 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/DOMNodeFLOWFlowContainer.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/DOMNodeFLOWFlowContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowActiveContainerConfiguration.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowActiveContainerConfiguration.java index 3c046ddff6..67904a4cda 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowActiveContainerConfiguration.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowActiveContainerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowAggregateStartValue.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowAggregateStartValue.java index 5bc3d68404..3a1f163304 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowAggregateStartValue.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowAggregateStartValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowCallContainer.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowCallContainer.java index d2ad602b38..9798f7a7c2 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowCallContainer.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowCallContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowCallParameter.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowCallParameter.java index 354cf7fdc2..a79a09cd15 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowCallParameter.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowCallParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowConditionBaseNode.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowConditionBaseNode.java index b7757e7e9b..64bc1ee066 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowConditionBaseNode.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowConditionBaseNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowConditionCondition.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowConditionCondition.java index 6343efab24..707f21c890 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowConditionCondition.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowConditionCondition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerBaseNode.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerBaseNode.java index ff441ad4cc..6c938a841b 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerBaseNode.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerBaseNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerConfigurationFlow.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerConfigurationFlow.java index bff021bfae..713056a253 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerConfigurationFlow.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerConfigurationFlow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerConfigurationPrincipal.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerConfigurationPrincipal.java index 61814d7e8e..c4a992a23b 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerConfigurationPrincipal.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerConfigurationPrincipal.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerFlowNode.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerFlowNode.java index 25a7428af3..35560def36 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerFlowNode.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerFlowNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerPackageFlow.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerPackageFlow.java index 1908710773..78002cc1e8 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerPackageFlow.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerPackageFlow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerPackagePackage.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerPackagePackage.java index 28dee3fcbb..51faa893af 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerPackagePackage.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowContainerPackagePackage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDataInput.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDataInput.java index 80662be078..40f1403206 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDataInput.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDataInput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDataInputs.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDataInputs.java index 1a3380ab86..0184fe33b0 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDataInputs.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDataInputs.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionCondition.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionCondition.java index b9d981ae7d..404e698533 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionCondition.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionCondition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionFalse.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionFalse.java index b7b4b47468..d626adccab 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionFalse.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionFalse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionTrue.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionTrue.java index 55b6cdbd1b..917ce6724a 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionTrue.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowDecisionTrue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowExceptionHandlerNodes.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowExceptionHandlerNodes.java index fcd2c03722..1d6ac133dd 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowExceptionHandlerNodes.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowExceptionHandlerNodes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowForEachBody.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowForEachBody.java index b5ddfc484d..7573ada546 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowForEachBody.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowForEachBody.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowForkBody.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowForkBody.java index 3e9590e980..4298d4b824 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowForkBody.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowForkBody.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowKeyValueObjectInput.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowKeyValueObjectInput.java index e30f1d8af3..b76383f66e 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowKeyValueObjectInput.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowKeyValueObjectInput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNameDataSource.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNameDataSource.java index c827074b82..a7c3058cd6 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNameDataSource.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNameDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNodeDataSource.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNodeDataSource.java index 08e33e085b..070041501d 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNodeDataSource.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNodeDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNodes.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNodes.java index a2d1675ddf..030cad30e7 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNodes.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowNodes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowScriptConditionSource.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowScriptConditionSource.java index 4d2b89c15e..716cfc8e86 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowScriptConditionSource.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowScriptConditionSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowSwitchCases.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowSwitchCases.java index eea0438a7b..906584dbf6 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowSwitchCases.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/impl/rels/FlowSwitchCases.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/FlowServlet.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/FlowServlet.java index 91a810c38b..0e558f922e 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/FlowServlet.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/FlowServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/StreamingFlowWriter.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/StreamingFlowWriter.java index 2c35388046..afaf8e5df9 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/StreamingFlowWriter.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/StreamingFlowWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/StructrFlowHtmlWriter.java b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/StructrFlowHtmlWriter.java index 072740f042..72d80e4658 100644 --- a/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/StructrFlowHtmlWriter.java +++ b/structr-modules/structr-flow-module/src/main/java/org/structr/flow/servlet/StructrFlowHtmlWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/test/java/org/structr/test/FlowDeploymentTest.java b/structr-modules/structr-flow-module/src/test/java/org/structr/test/FlowDeploymentTest.java index 44d1ed29b9..506e420c76 100644 --- a/structr-modules/structr-flow-module/src/test/java/org/structr/test/FlowDeploymentTest.java +++ b/structr-modules/structr-flow-module/src/test/java/org/structr/test/FlowDeploymentTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-flow-module/src/test/java/org/structr/test/FlowTest.java b/structr-modules/structr-flow-module/src/test/java/org/structr/test/FlowTest.java index 8f5f38f4e7..6f19df6003 100644 --- a/structr-modules/structr-flow-module/src/test/java/org/structr/test/FlowTest.java +++ b/structr-modules/structr-flow-module/src/test/java/org/structr/test/FlowTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/AbstractGeoserverFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/AbstractGeoserverFunction.java index 5528f0820b..d46a0ed996 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/AbstractGeoserverFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/AbstractGeoserverFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ConvertGeometryFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ConvertGeometryFunction.java index eb194d2686..d3c035f556 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ConvertGeometryFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ConvertGeometryFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsFunction.java index aabaeb0815..6230f71db7 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToLineStringFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToLineStringFunction.java index da82c5dd51..64539d90e6 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToLineStringFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToLineStringFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToMultipointFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToMultipointFunction.java index 7b6a663e2e..43fac18ec6 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToMultipointFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToMultipointFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToPointFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToPointFunction.java index bd0a9fed46..f19fcaf594 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToPointFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToPointFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToPolygonFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToPolygonFunction.java index 7ee16f51f5..002c33a4d4 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToPolygonFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/CoordsToPolygonFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoAzimuthFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoAzimuthFunction.java index bb918a2419..15c433652b 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoAzimuthFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoAzimuthFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoDistanceFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoDistanceFunction.java index 02dac84f88..250befc430 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoDistanceFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoDistanceFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoFunction.java index 76e54767e3..0dcd9737eb 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoTransformationsModule.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoTransformationsModule.java index 37a33d525c..5a6b1b7090 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoTransformationsModule.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GeoTransformationsModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWCSDataFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWCSDataFunction.java index 802f413c8b..f82c05bd30 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWCSDataFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWCSDataFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWCSHistogramFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWCSHistogramFunction.java index 953b3cd654..724346c2cd 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWCSHistogramFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWCSHistogramFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWFSDataFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWFSDataFunction.java index 425038b561..6624448801 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWFSDataFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/GetWFSDataFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ImportGPXFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ImportGPXFunction.java index 0b1918fab2..3872abe199 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ImportGPXFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ImportGPXFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LatLonToUTMFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LatLonToUTMFunction.java index 92c3add87a..49b6ea8d5d 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LatLonToUTMFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LatLonToUTMFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LineSegmentFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LineSegmentFunction.java index a60345b3e5..280f913ea5 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LineSegmentFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LineSegmentFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LineStringsToPolygonsFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LineStringsToPolygonsFunction.java index d1e060926f..23064289fd 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LineStringsToPolygonsFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/LineStringsToPolygonsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/MakePolygonValidFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/MakePolygonValidFunction.java index 43dfe61df9..593206f2b5 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/MakePolygonValidFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/MakePolygonValidFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ReadShapefileFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ReadShapefileFunction.java index fa02216994..375c7abad9 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ReadShapefileFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/ReadShapefileFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/UTMToLatLonFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/UTMToLatLonFunction.java index c529b37d40..0ba49a2aae 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/UTMToLatLonFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/UTMToLatLonFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/WKTToGeometryFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/WKTToGeometryFunction.java index 4cf84ac524..8a76a6540b 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/WKTToGeometryFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/WKTToGeometryFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/WKTToPolygonsFunction.java b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/WKTToPolygonsFunction.java index 06e08d27cf..102420763a 100644 --- a/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/WKTToPolygonsFunction.java +++ b/structr-modules/structr-geo-transformations-module/src/main/java/org/structr/geo/WKTToPolygonsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-geo-transformations-module/src/test/java/org/structr/test/geo/GeoTest.java b/structr-modules/structr-geo-transformations-module/src/test/java/org/structr/test/geo/GeoTest.java index 38d3cc3670..aa91479890 100644 --- a/structr-modules/structr-geo-transformations-module/src/test/java/org/structr/test/geo/GeoTest.java +++ b/structr-modules/structr-geo-transformations-module/src/test/java/org/structr/test/geo/GeoTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/KnowledgeModule.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/KnowledgeModule.java index f97b5d6575..58e50e85d0 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/KnowledgeModule.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/KnowledgeModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ConceptGroup.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ConceptGroup.java index 6fa9859c7c..d35a4d1f0e 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ConceptGroup.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ConceptGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ConceptGroupLabel.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ConceptGroupLabel.java index b654ad2fcb..5611e6c821 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ConceptGroupLabel.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ConceptGroupLabel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomConceptAttribute.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomConceptAttribute.java index ce89222633..7e318d5fe6 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomConceptAttribute.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomConceptAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomNote.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomNote.java index 5054bb1da9..d443937a47 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomNote.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomNote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomTermAttribute.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomTermAttribute.java index 1579fa4881..dcb83bd393 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomTermAttribute.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/CustomTermAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Definition.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Definition.java index 18704b4eb0..99978cbc4d 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Definition.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Definition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/EditorialNote.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/EditorialNote.java index 115b8151bc..54b482b559 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/EditorialNote.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/EditorialNote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/HistoryNote.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/HistoryNote.java index 0c081fa737..4c95de61db 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/HistoryNote.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/HistoryNote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/NodeLabel.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/NodeLabel.java index 953ef4ac98..10016d28d3 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/NodeLabel.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/NodeLabel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Note.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Note.java index 56d50c08dd..aad5b493a2 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Note.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Note.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/PreferredTerm.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/PreferredTerm.java index c97337b2cb..a210b17d43 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/PreferredTerm.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/PreferredTerm.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ScopeNote.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ScopeNote.java index f6038ec03c..0ccda06a82 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ScopeNote.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ScopeNote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/SimpleNonPreferredTerm.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/SimpleNonPreferredTerm.java index a8384c99cb..7798bd494f 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/SimpleNonPreferredTerm.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/SimpleNonPreferredTerm.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/SplitNonPreferredTerm.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/SplitNonPreferredTerm.java index f2f420e7e9..40d34d8d4a 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/SplitNonPreferredTerm.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/SplitNonPreferredTerm.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Thesaurus.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Thesaurus.java index 5e18aa017b..aca447aedb 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Thesaurus.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/Thesaurus.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusArray.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusArray.java index 9c0e83a6dd..94d9c0e36a 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusArray.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusArray.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusConcept.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusConcept.java index 05d0a9ce92..2d08e2ee8d 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusConcept.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusConcept.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusTerm.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusTerm.java index 67f54ead74..aee62b9761 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusTerm.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/ThesaurusTerm.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/VersionHistory.java b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/VersionHistory.java index b0bca8ce47..89ebce9b98 100644 --- a/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/VersionHistory.java +++ b/structr-modules/structr-knowledge-module/src/main/java/org/structr/knowledge/iso25964/VersionHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/test/java/org/structr/test/knowledge/KnowledgeViewTest.java b/structr-modules/structr-knowledge-module/src/test/java/org/structr/test/knowledge/KnowledgeViewTest.java index dca8717d7a..af1fc3adef 100644 --- a/structr-modules/structr-knowledge-module/src/test/java/org/structr/test/knowledge/KnowledgeViewTest.java +++ b/structr-modules/structr-knowledge-module/src/test/java/org/structr/test/knowledge/KnowledgeViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-knowledge-module/src/test/java/org/structr/test/knowledge/SimpleTest.java b/structr-modules/structr-knowledge-module/src/test/java/org/structr/test/knowledge/SimpleTest.java index d63441433a..fa16749071 100644 --- a/structr-modules/structr-knowledge-module/src/test/java/org/structr/test/knowledge/SimpleTest.java +++ b/structr-modules/structr-knowledge-module/src/test/java/org/structr/test/knowledge/SimpleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPGroup.java b/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPGroup.java index 3dd6a21def..b47b23bd28 100644 --- a/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPGroup.java +++ b/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPModule.java b/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPModule.java index 15ebf5ae94..f641288a79 100644 --- a/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPModule.java +++ b/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPService.java b/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPService.java index 568ca14abf..b4c6951219 100644 --- a/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPService.java +++ b/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPUser.java b/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPUser.java index 7be6b5b766..aeb9ca093b 100644 --- a/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPUser.java +++ b/structr-modules/structr-ldap-client-module/src/main/java/org/structr/ldap/LDAPUser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-ldap-client-module/src/test/java/org/structr/test/ldap/TestLDAPClient.java b/structr-modules/structr-ldap-client-module/src/test/java/org/structr/test/ldap/TestLDAPClient.java index 9b89ae1e87..0e24f23198 100644 --- a/structr-modules/structr-ldap-client-module/src/test/java/org/structr/test/ldap/TestLDAPClient.java +++ b/structr-modules/structr-ldap-client-module/src/test/java/org/structr/test/ldap/TestLDAPClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/main/java/org/structr/media/AVConv.java b/structr-modules/structr-media-module/src/main/java/org/structr/media/AVConv.java index 2b592dc750..9646a8c251 100644 --- a/structr-modules/structr-media-module/src/main/java/org/structr/media/AVConv.java +++ b/structr-modules/structr-media-module/src/main/java/org/structr/media/AVConv.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/main/java/org/structr/media/ConverterProcess.java b/structr-modules/structr-media-module/src/main/java/org/structr/media/ConverterProcess.java index f12bbc0aa0..07f218c2b7 100644 --- a/structr-modules/structr-media-module/src/main/java/org/structr/media/ConverterProcess.java +++ b/structr-modules/structr-media-module/src/main/java/org/structr/media/ConverterProcess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/main/java/org/structr/media/FrameGrabberProcess.java b/structr-modules/structr-media-module/src/main/java/org/structr/media/FrameGrabberProcess.java index 1ee9467e91..847f908e64 100644 --- a/structr-modules/structr-media-module/src/main/java/org/structr/media/FrameGrabberProcess.java +++ b/structr-modules/structr-media-module/src/main/java/org/structr/media/FrameGrabberProcess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/main/java/org/structr/media/GetMetadataProcess.java b/structr-modules/structr-media-module/src/main/java/org/structr/media/GetMetadataProcess.java index fd3e6cea2c..14e7c81c0b 100644 --- a/structr-modules/structr-media-module/src/main/java/org/structr/media/GetMetadataProcess.java +++ b/structr-modules/structr-media-module/src/main/java/org/structr/media/GetMetadataProcess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/main/java/org/structr/media/GetVideoInfoProcess.java b/structr-modules/structr-media-module/src/main/java/org/structr/media/GetVideoInfoProcess.java index 655d04d4a8..3eeedce81a 100644 --- a/structr-modules/structr-media-module/src/main/java/org/structr/media/GetVideoInfoProcess.java +++ b/structr-modules/structr-media-module/src/main/java/org/structr/media/GetVideoInfoProcess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/main/java/org/structr/media/MediaModule.java b/structr-modules/structr-media-module/src/main/java/org/structr/media/MediaModule.java index adac573df1..8e84a60847 100644 --- a/structr-modules/structr-media-module/src/main/java/org/structr/media/MediaModule.java +++ b/structr-modules/structr-media-module/src/main/java/org/structr/media/MediaModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/main/java/org/structr/media/SetMetadataProcess.java b/structr-modules/structr-media-module/src/main/java/org/structr/media/SetMetadataProcess.java index 93a65e7cd8..12fbed1103 100644 --- a/structr-modules/structr-media-module/src/main/java/org/structr/media/SetMetadataProcess.java +++ b/structr-modules/structr-media-module/src/main/java/org/structr/media/SetMetadataProcess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoFile.java b/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoFile.java index e45e13f35a..f6d1df319a 100644 --- a/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoFile.java +++ b/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoFormat.java b/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoFormat.java index 933bee445f..21cfee5e59 100644 --- a/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoFormat.java +++ b/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoHelper.java b/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoHelper.java index 8d4c7c4188..49bf5563f1 100644 --- a/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoHelper.java +++ b/structr-modules/structr-media-module/src/main/java/org/structr/media/VideoHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/test/java/org/structr/test/media/MediaTest.java b/structr-modules/structr-media-module/src/test/java/org/structr/test/media/MediaTest.java index 744f0d1d4f..56e447e865 100644 --- a/structr-modules/structr-media-module/src/test/java/org/structr/test/media/MediaTest.java +++ b/structr-modules/structr-media-module/src/test/java/org/structr/test/media/MediaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-media-module/src/test/java/org/structr/test/media/MediaViewTest.java b/structr-modules/structr-media-module/src/test/java/org/structr/test/media/MediaViewTest.java index 65a1e05cab..9da6e79891 100644 --- a/structr-modules/structr-media-module/src/test/java/org/structr/test/media/MediaViewTest.java +++ b/structr-modules/structr-media-module/src/test/java/org/structr/test/media/MediaViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/pom.xml b/structr-modules/structr-messaging-engine-module/pom.xml index f94428236c..d5f083780d 100644 --- a/structr-modules/structr-messaging-engine-module/pom.xml +++ b/structr-modules/structr-messaging-engine-module/pom.xml @@ -10,6 +10,10 @@ structr-messaging-engine-module jar + + 2.11.0 + + ${project.groupId} @@ -49,6 +53,13 @@ 3.2.0 + + + org.apache.pulsar + pulsar-client + ${pulsar.version} + + com.jayway.restassured diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/MessageEngineModule.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/MessageEngineModule.java index ecc77bfd39..2fc284a45d 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/MessageEngineModule.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/MessageEngineModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * @@ -37,6 +37,7 @@ import org.structr.messaging.implementation.mqtt.function.MQTTPublishFunction; import org.structr.messaging.implementation.mqtt.function.MQTTSubscribeTopicFunction; import org.structr.messaging.implementation.mqtt.function.MQTTUnsubscribeTopicFunction; +import org.structr.messaging.implementation.pulsar.PulsarClient; import org.structr.module.StructrModule; import org.structr.schema.SourceFile; import org.structr.schema.action.Actions; @@ -191,6 +192,27 @@ public void exportDeploymentData (final Path target, final Gson gson) throws Fra } + for (final PulsarClient client : app.nodeQuery(PulsarClient.class).andType(PulsarClient.class).sort(PulsarClient.name).getAsList()) { + + final Map entry = new TreeMap<>(); + + entry.put("type",client.getType()); + entry.put("name", client.getProperty(KafkaClient.name)); + + entry.put("servers", client.getServers()); + entry.put("enabled", client.getEnabled()); + + List subIds = new ArrayList<>(); + for (MessageSubscriber sub : client.getSubscribers()) { + subIds.add(sub.getUuid()); + } + + entry.put("subscribers", subIds); + + entities.add(entry); + + } + tx.success(); } @@ -230,6 +252,10 @@ public void importDeploymentData (final Path source, final Gson gson) throws Fra app.delete(toDelete); } + for (final PulsarClient toDelete : app.nodeQuery(PulsarClient.class).getAsList()) { + app.delete(toDelete); + } + for (final MQTTClient toDelete : app.nodeQuery(MQTTClient.class).getAsList()) { app.delete(toDelete); } @@ -259,6 +285,11 @@ public void importDeploymentData (final Path source, final Gson gson) throws Fra client = app.create(KafkaClient.class, map); client.setSubscribers(getSubscribersByIds(subIds)); break; + case "PulsarClient": + map = PropertyMap.inputTypeToJavaType(context, PulsarClient.class, entry); + client = app.create(PulsarClient.class, map); + client.setSubscribers(getSubscribersByIds(subIds)); + break; case "MQTTClient": map = PropertyMap.inputTypeToJavaType(context, MQTTClient.class, entry); client = app.create(MQTTClient.class, map); diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/entities/MessageClient.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/entities/MessageClient.java index 73ae88bf61..9eba230450 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/entities/MessageClient.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/entities/MessageClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/entities/MessageSubscriber.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/entities/MessageSubscriber.java index ef1bfd3e8b..375eaf5b4b 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/entities/MessageSubscriber.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/entities/MessageSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/relation/MessageClientHASMessageSubscriber.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/relation/MessageClientHASMessageSubscriber.java index 9a0a4fa000..c6776b03bb 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/relation/MessageClientHASMessageSubscriber.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/engine/relation/MessageClientHASMessageSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/kafka/entity/KafkaClient.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/kafka/entity/KafkaClient.java index ef7c43f8fd..90263a893a 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/kafka/entity/KafkaClient.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/kafka/entity/KafkaClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * @@ -109,7 +109,7 @@ class Impl { } catch (Throwable t) { final Logger logger = LoggerFactory.getLogger(KafkaClient.class); - logger.error("Unable to initialize Kafka clients: {}", t.getMessage()); + logger.error("Unable to initialize Kafka clients. " + t); } }); @@ -208,7 +208,7 @@ static void refreshConfiguration(KafkaClient thisClient) { } } catch (JsonSyntaxException | KafkaException ex) { final Logger logger = LoggerFactory.getLogger(KafkaClient.class); - logger.error("Could not refresh Kafka configuration: " + ex.getLocalizedMessage()); + logger.error("Could not refresh Kafka configuration. " + ex); } } @@ -259,7 +259,7 @@ static Properties getConfiguration(KafkaClient thisClient, Class clazz) { } catch (FrameworkException ex) { final Logger logger = LoggerFactory.getLogger(KafkaClient.class); - logger.error("Exception while trying to generate KafkaClient configuration: ", ex); + logger.error("Exception while trying to generate KafkaClient configuration. " + ex); } return props; @@ -307,12 +307,12 @@ private void refreshConsumer() { } catch (KafkaException ex) { - logger.info("Could not setup consumer for KafkaClient " + client.getUuid() + ", triggered by ConsumerWorker Thread. Check for configuration faults. " + ex.getLocalizedMessage()); + logger.info("Could not setup consumer for KafkaClient " + client.getUuid() + ", triggered by ConsumerWorker Thread. Check for configuration faults. " + ex); try {Thread.sleep(1000);} catch (InterruptedException iex) {} } catch (FrameworkException ex) { - logger.error("Could not refresh KafkaConsumer configuration: ", ex); + logger.error("Could not refresh KafkaConsumer configuration. " + ex); } } @@ -330,7 +330,7 @@ private boolean newGroupId() { } catch (FrameworkException ex) { - logger.error("Exception while trying to evaluate KafkaClient groupId: ", ex); + logger.error("Exception while trying to evaluate KafkaClient groupId. " + ex); return false; } } @@ -365,7 +365,7 @@ private void updateSubscriptions(boolean forceUpdate) { } } catch (KafkaException ex) { - logger.error("Could not update consumer subscriptions for KafkaClient " + client.getUuid() + ", triggered by ConsumerWorker Thread. " + ex.getLocalizedMessage()); + logger.error("Could not update consumer subscriptions for KafkaClient " + client.getUuid() + ", triggered by ConsumerWorker Thread. " + ex); } } @@ -421,7 +421,7 @@ public void run() { try { forwardReceivedMessage(client, record.topic(), record.value()); } catch (FrameworkException e) { - logger.error("Could not process records in ConsumerWorker: " + e.getMessage()); + logger.error("Could not process records in ConsumerWorker: " + e); } }); @@ -447,7 +447,7 @@ public void run() { } catch (FrameworkException | NotInTransactionException ex) { // Terminate thread since client became stale or invalid - logger.warn("Exception in ConsumerWorker for KafkaClient: " + ex.getLocalizedMessage()); + logger.error("Exception in ConsumerWorker for KafkaClient. " + ex); } catch (IllegalStateException ex) { // Main thread has shut down driver, since this worker only does reads, we can safely shutdown } diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTClientConnection.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTClientConnection.java index 283e5f4107..0c4a82d679 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTClientConnection.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTClientConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTContext.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTContext.java index 5e0db7d797..3858a56f6d 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTContext.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTInfo.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTInfo.java index dd5551f437..e20b925174 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTInfo.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/MQTTInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/entity/MQTTClient.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/entity/MQTTClient.java index dca53c763b..4c9fc9fa9a 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/entity/MQTTClient.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/entity/MQTTClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTPublishFunction.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTPublishFunction.java index 482131a12a..643fbb9b48 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTPublishFunction.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTPublishFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTSubscribeTopicFunction.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTSubscribeTopicFunction.java index 1bb27ea129..365505996b 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTSubscribeTopicFunction.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTSubscribeTopicFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTUnsubscribeTopicFunction.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTUnsubscribeTopicFunction.java index 9c60d60ebc..4e33eef8a1 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTUnsubscribeTopicFunction.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MQTTUnsubscribeTopicFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MessagingModuleFunction.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MessagingModuleFunction.java index 1422f5cc4e..538f1939b8 100644 --- a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MessagingModuleFunction.java +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/mqtt/function/MessagingModuleFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/pulsar/PulsarClient.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/pulsar/PulsarClient.java new file mode 100644 index 0000000000..577565789b --- /dev/null +++ b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/pulsar/PulsarClient.java @@ -0,0 +1,340 @@ +/* + * Copyright (C) 2010-2023 Structr GmbH + * + * This file is part of Structr . + * + * Structr is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Structr is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with Structr. If not, see . + */ +package org.structr.messaging.implementation.pulsar; + +import jline.internal.Log; +import org.apache.pulsar.client.api.*; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.structr.api.schema.JsonObjectType; +import org.structr.api.schema.JsonSchema; +import org.structr.common.PropertyView; +import org.structr.common.SecurityContext; +import org.structr.common.error.ErrorBuffer; +import org.structr.common.error.FrameworkException; +import org.structr.core.Services; +import org.structr.core.app.App; +import org.structr.core.app.StructrApp; +import org.structr.core.graph.ModificationQueue; +import org.structr.core.graph.Tx; +import org.structr.core.property.PropertyMap; +import org.structr.messaging.engine.entities.MessageClient; +import org.structr.messaging.engine.entities.MessageSubscriber; +import org.structr.messaging.implementation.kafka.entity.KafkaClient; +import org.structr.rest.RestMethodResult; +import org.structr.schema.SchemaService; + +import java.net.URI; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; + +public interface PulsarClient extends MessageClient { + class Impl { + + static { + + + final JsonSchema schema = SchemaService.getDynamicSchema(); + final JsonObjectType type = schema.addType("PulsarClient"); + + type.setImplements(URI.create("https://structr.org/v1.1/definitions/PulsarClient")); + + type.setExtends(URI.create("#/definitions/MessageClient")); + + type.addStringArrayProperty("servers", PropertyView.Public, PropertyView.Ui); + type.addBooleanProperty("enabled", PropertyView.Public, PropertyView.Ui).setDefaultValue("false"); + + type.addPropertyGetter("subscribers", Iterable.class); + type.addPropertyGetter("enabled", Boolean.class); + + + type.addMethod("setServers") + .setReturnType("void") + .addParameter("servers", "String[]") + .setSource("setProperty(serversProperty, servers)") + .addException("FrameworkException"); + + type.addMethod("getServers") + .setReturnType("String[]") + .setSource("return getProperty(serversProperty);"); + + type.overrideMethod("onCreation", true, PulsarClient.class.getName() + ".onCreation(this, arg0, arg1);"); + type.overrideMethod("onModification", true, PulsarClient.class.getName() + ".onModification(this, arg0, arg1, arg2);"); + type.overrideMethod("onDeletion", true, PulsarClient.class.getName() + ".onDeletion(this, arg0, arg1, arg2);"); + + type.overrideMethod("sendMessage", false, "return " + PulsarClient.class.getName() + ".sendMessage(this,topic,message);"); + type.overrideMethod("subscribeTopic", false, "return " + PulsarClient.class.getName() + ".subscribeTopic(this,topic);"); + type.overrideMethod("unsubscribeTopic", false, "return " + PulsarClient.class.getName() + ".unsubscribeTopic(this,topic);"); + + Services.getInstance().registerInitializationCallback(() -> { + + final App app = StructrApp.getInstance(); + + try (final Tx tx = app.tx()) { + + for (final PulsarClient client : app.nodeQuery(PulsarClient.class).getAsList()) { + setup(client); + } + + tx.success(); + + } catch (Throwable t) { + final Logger logger = LoggerFactory.getLogger(PulsarClient.class); + logger.error("Unable to initialize Pulsar clients. " + t); + } + }); + + } + } + + String[] getServers(); + Boolean getEnabled(); + void setServers(String[] servers) throws FrameworkException; + Iterable getSubscribers(); + + Map consumerWorkerMap = new ConcurrentHashMap<>(); + + static void onCreation(final PulsarClient thisClient, final SecurityContext securityContext, final ErrorBuffer errorBuffer) throws FrameworkException { + setup(thisClient); + } + + + static void onModification(final PulsarClient thisClient, final SecurityContext securityContext, final ErrorBuffer errorBuffer, final ModificationQueue modificationQueue) throws FrameworkException { + + if(modificationQueue.isPropertyModified(thisClient,StructrApp.key(PulsarClient.class,"servers"))) { + ConsumerWorker cw = consumerWorkerMap.get(thisClient.getUuid()); + if (cw != null) { + cw.invalidateConsumer(); + } + } + + } + static void onDeletion(final PulsarClient thisClient, final SecurityContext securityContext, final ErrorBuffer errorBuffer, final PropertyMap properties) throws FrameworkException { + close(thisClient); + } + static RestMethodResult sendMessage(PulsarClient thisClient, final String topic, final String message) throws FrameworkException { + + if (thisClient.getServers() == null || thisClient.getServers().length == 0) { + return new RestMethodResult(400, "PulsarClient " + thisClient.getUuid() + " has no servers specified"); + } + + try (org.apache.pulsar.client.api.PulsarClient pulsarClient = org.apache.pulsar.client.api.PulsarClient.builder() + .serviceUrl(String.join(",", thisClient.getServers())) + .build() + ) { + + try (Producer producer = pulsarClient.newProducer() + .topic(topic) + .messageRoutingMode(MessageRoutingMode.SinglePartition) + .create() + ) { + + producer.send(message.getBytes()); + + return new RestMethodResult(200); + } + + } catch (PulsarClientException ex) { + + LoggerFactory.getLogger(PulsarClient.class).error("Exception in PulsarClient.sendMessage.", ex); + return new RestMethodResult(500); + } + } + + static RestMethodResult subscribeTopic(PulsarClient thisClient, final String topic) throws FrameworkException { + + return new RestMethodResult(200); + } + + + static RestMethodResult unsubscribeTopic(PulsarClient thisClient, final String topic) throws FrameworkException { + + return new RestMethodResult(200); + } + + static void setup(PulsarClient thisClient) { + PulsarClient.ConsumerWorker cw = new PulsarClient.ConsumerWorker(thisClient); + Thread t = new Thread(cw); + consumerWorkerMap.put(thisClient.getUuid(), cw); + t.start(); + } + + static void close(PulsarClient thisClient) { + PulsarClient.ConsumerWorker cw = consumerWorkerMap.get(thisClient.getUuid()); + + if (cw != null) { + cw.stop(); + } + } + + static void forwardReceivedMessage(PulsarClient thisClient, String topic, String message) throws FrameworkException { + MessageClient.sendMessage(thisClient, topic, message, thisClient.getSecurityContext()); + } + + class ConsumerWorker implements Runnable { + private final static Logger logger = LoggerFactory.getLogger(ConsumerWorker.class); + private final PulsarClient thisClient; + private org.apache.pulsar.client.api.PulsarClient pulsarClient = null; + private Consumer consumer = null; + private boolean running = true; + private List subbedTopics = null; + public ConsumerWorker(PulsarClient thisClient) { + + this.thisClient = thisClient; + + } + @Override + public void run() { + + // wait for service layer to be initialized + while (!Services.getInstance().isInitialized()) { + try { + Thread.sleep(1000); + } catch (InterruptedException iex) { + } + } + + while (running) { + + try (final Tx tx = StructrApp.getInstance().tx() ){ + + if (this.thisClient == null || Thread.currentThread().isInterrupted()) { + running = false; + break; + } + + if (thisClient.getServers() == null || thisClient.getServers().length == 0 || !thisClient.getEnabled()) { + continue; + } + + if (consumer == null) { + consumer = createConsumer(); + } + + if (thisClient.getEnabled()) { + updateConsumerIfTopicsHaveChanged(); + } + + + } catch (FrameworkException ex) { + + logger.error("Exception in PulsarClient.ConsumerWorker. " + ex); + } + + } + + } + + public void stop() { + + this.running = false; + this.invalidateConsumer(); + } + + public void invalidateConsumer() { + try { + + this.consumer.close(); + this.consumer = null; + } catch (PulsarClientException ex) { + + logger.error("Could not close pulsar consumer. " + ex); + } + } + private void updateConsumerIfTopicsHaveChanged() { + if (subbedTopics == null) { + return; + } + + if (!subbedTopics.equals(getSubTopics())) { + + invalidateConsumer(); + consumer = createConsumer(); + } + } + + private List getSubTopics() { + List aggregatedTopics = new ArrayList<>(); + + thisClient.getSubscribers().forEach((MessageSubscriber sub) -> { + String topic = sub.getProperty(StructrApp.key(MessageSubscriber.class, "topic")); + if (topic != null) { + aggregatedTopics.add(topic); + } + }); + + return aggregatedTopics; + } + + private Consumer createConsumer() { + List aggregatedTopics = getSubTopics(); + + try { + + if (pulsarClient != null) { + invalidateConsumer(); + pulsarClient.close(); + pulsarClient = null; + } + + pulsarClient = org.apache.pulsar.client.api.PulsarClient.builder() + .serviceUrl(String.join(",", thisClient.getServers())) + .build(); + + + if (pulsarClient != null) { + + if (aggregatedTopics.size() > 0) { + + MessageListener messageListener = ((Consumer consumer, Message msg) -> { + try { + + String[] topicFragments = msg.getTopicName().split("/"); + String topic = topicFragments[topicFragments.length-1]; + forwardReceivedMessage(thisClient, topic, new String(msg.getData())); + consumer.acknowledge(msg); + } catch (Exception e) { + + consumer.negativeAcknowledge(msg); + } + }); + + subbedTopics = aggregatedTopics; + return pulsarClient.newConsumer() + .subscriptionName("structr-pulsar-subscription") + .topics(aggregatedTopics) + .messageListener(messageListener) + .subscribe(); + } + + } + + } catch (PulsarClientException ex) { + + LoggerFactory.getLogger(PulsarClient.class).error("Could not update consumer subscriptions for PulsarClient " + thisClient.getUuid() + ". " + ex); + } + + return null; + } + } + +} diff --git a/structr-modules/structr-messaging-engine-module/src/test/java/org/structr/messaging/SimpleMessagingTest.java b/structr-modules/structr-messaging-engine-module/src/test/java/org/structr/messaging/SimpleMessagingTest.java index faeb41ec60..841ad9f5bb 100644 --- a/structr-modules/structr-messaging-engine-module/src/test/java/org/structr/messaging/SimpleMessagingTest.java +++ b/structr-modules/structr-messaging-engine-module/src/test/java/org/structr/messaging/SimpleMessagingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-odf-module/src/main/java/org/structr/odf/ODFModule.java b/structr-modules/structr-odf-module/src/main/java/org/structr/odf/ODFModule.java index afcaf51694..62f5d13795 100644 --- a/structr-modules/structr-odf-module/src/main/java/org/structr/odf/ODFModule.java +++ b/structr-modules/structr-odf-module/src/main/java/org/structr/odf/ODFModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODFExporter.java b/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODFExporter.java index d83d97336a..9f52822469 100644 --- a/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODFExporter.java +++ b/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODFExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODSExporter.java b/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODSExporter.java index c3a87b5939..5ed97fb2c9 100644 --- a/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODSExporter.java +++ b/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODSExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODTExporter.java b/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODTExporter.java index ff94035c69..37a3ac03e8 100644 --- a/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODTExporter.java +++ b/structr-modules/structr-odf-module/src/main/java/org/structr/odf/entity/ODTExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-odf-module/src/test/java/org/structr/odf/ODFTest.java b/structr-modules/structr-odf-module/src/test/java/org/structr/odf/ODFTest.java index 4c2970f07b..f2a3b4065a 100644 --- a/structr-modules/structr-odf-module/src/test/java/org/structr/odf/ODFTest.java +++ b/structr-modules/structr-odf-module/src/test/java/org/structr/odf/ODFTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-odf-module/src/test/java/org/structr/odf/ODFViewTest.java b/structr-modules/structr-odf-module/src/test/java/org/structr/odf/ODFViewTest.java index cdebe10d87..8112dee73c 100644 --- a/structr-modules/structr-odf-module/src/test/java/org/structr/odf/ODFViewTest.java +++ b/structr-modules/structr-odf-module/src/test/java/org/structr/odf/ODFViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/PaymentsModule.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/PaymentsModule.java index 33b2bbf619..fae28a250a 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/PaymentsModule.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/PaymentsModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/APIError.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/APIError.java index f6f9e2891e..90bbb0076b 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/APIError.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/APIError.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/APIResponse.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/APIResponse.java index 79c45ba438..18323c0518 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/APIResponse.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/APIResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/BeginCheckoutResponse.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/BeginCheckoutResponse.java index ad058f1bf2..37f2b70a16 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/BeginCheckoutResponse.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/BeginCheckoutResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/CheckoutState.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/CheckoutState.java index 39dfd6ce3f..24a207b752 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/CheckoutState.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/CheckoutState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/ConfirmCheckoutResponse.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/ConfirmCheckoutResponse.java index 24c225e5b2..2b7567d366 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/ConfirmCheckoutResponse.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/ConfirmCheckoutResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/Payment.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/Payment.java index 12b1d01d19..b9f8401dce 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/Payment.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/Payment.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentItem.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentItem.java index e6b36c7777..a2af5f10d7 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentItem.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentProvider.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentProvider.java index 5457912251..e325643309 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentProvider.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentState.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentState.java index 5b79c276ae..9cddfce756 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentState.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/api/PaymentState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/entity/PaymentItemNode.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/entity/PaymentItemNode.java index 47ed2d7d02..1a2c06a7cc 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/entity/PaymentItemNode.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/entity/PaymentItemNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/entity/PaymentNode.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/entity/PaymentNode.java index 2cf636c3a9..5aff540132 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/entity/PaymentNode.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/entity/PaymentNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalBeginCheckoutResponse.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalBeginCheckoutResponse.java index cb16f57bed..c700095f15 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalBeginCheckoutResponse.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalBeginCheckoutResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalConfirmCheckoutResponse.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalConfirmCheckoutResponse.java index 3faabda545..6dd4af0444 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalConfirmCheckoutResponse.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalConfirmCheckoutResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalError.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalError.java index ee6ed972f0..ed52ac04fc 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalError.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalError.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalErrorToken.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalErrorToken.java index b65026b587..e007515579 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalErrorToken.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalErrorToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalHelper.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalHelper.java index 099353ee94..a5846cc7b3 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalHelper.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalPaymentProvider.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalPaymentProvider.java index 9332082d22..329c5d277d 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalPaymentProvider.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalPaymentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalResponse.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalResponse.java index e920a49c1c..6c6c46a73e 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalResponse.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/paypal/PayPalResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/stripe/StripePaymentProvider.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/stripe/StripePaymentProvider.java index 1f0b04e465..fad5fcfd7d 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/stripe/StripePaymentProvider.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/stripe/StripePaymentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/test/TestPaymentProvider.java b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/test/TestPaymentProvider.java index 391ebd749e..9dcf35d12f 100644 --- a/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/test/TestPaymentProvider.java +++ b/structr-modules/structr-payment-module/src/main/java/org/structr/payment/impl/test/TestPaymentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/test/java/org/structr/test/PaymentTest.java b/structr-modules/structr-payment-module/src/test/java/org/structr/test/PaymentTest.java index fa6112f015..fe086c7b7e 100644 --- a/structr-modules/structr-payment-module/src/test/java/org/structr/test/PaymentTest.java +++ b/structr-modules/structr-payment-module/src/test/java/org/structr/test/PaymentTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-payment-module/src/test/java/org/structr/test/PaymentsViewTest.java b/structr-modules/structr-payment-module/src/test/java/org/structr/test/PaymentsViewTest.java index 19accc048a..e06b582aca 100644 --- a/structr-modules/structr-payment-module/src/test/java/org/structr/test/PaymentsViewTest.java +++ b/structr-modules/structr-payment-module/src/test/java/org/structr/test/PaymentsViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/PDFModule.java b/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/PDFModule.java index 91532c753c..57e92866bd 100644 --- a/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/PDFModule.java +++ b/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/PDFModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/function/PDFEncryptFunction.java b/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/function/PDFEncryptFunction.java index e1952faa21..9c0e54069a 100644 --- a/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/function/PDFEncryptFunction.java +++ b/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/function/PDFEncryptFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/function/PDFFunction.java b/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/function/PDFFunction.java index e0127e7ecd..dd5766d53e 100644 --- a/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/function/PDFFunction.java +++ b/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/function/PDFFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/servlet/PdfServlet.java b/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/servlet/PdfServlet.java index 47a9632a77..5138c3dbfc 100644 --- a/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/servlet/PdfServlet.java +++ b/structr-modules/structr-pdf-module/src/main/java/org/structr/pdf/servlet/PdfServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-security-module/src/main/java/org/structr/security/service/RetrieveCertificateCommand.java b/structr-modules/structr-security-module/src/main/java/org/structr/security/service/RetrieveCertificateCommand.java index 73a98a0721..60dc548160 100644 --- a/structr-modules/structr-security-module/src/main/java/org/structr/security/service/RetrieveCertificateCommand.java +++ b/structr-modules/structr-security-module/src/main/java/org/structr/security/service/RetrieveCertificateCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/AnnotatedLine.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/AnnotatedLine.java index fc74d82a1c..1ba5e9242d 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/AnnotatedLine.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/AnnotatedLine.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/AnnotatedPage.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/AnnotatedPage.java index 9c5d56a6bc..9263073335 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/AnnotatedPage.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/AnnotatedPage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/Context.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/Context.java index 18068e5c5e..a3ba6f152d 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/Context.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/Context.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextIndexingAgent.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextIndexingAgent.java index 8546e7e7f1..3694e71bc9 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextIndexingAgent.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextIndexingAgent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextIndexingTask.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextIndexingTask.java index c90977a263..d85396807d 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextIndexingTask.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextIndexingTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextTokenizer.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextTokenizer.java index f3ffc90da9..be44b56397 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextTokenizer.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/FulltextTokenizer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/StopWordsFunction.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/StopWordsFunction.java index 78249dfd94..bb4ede4017 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/StopWordsFunction.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/StopWordsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/TextContentHandler.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/TextContentHandler.java index 4148668b62..af5dff0c80 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/TextContentHandler.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/TextContentHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/TextSearchModule.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/TextSearchModule.java index d1fa9785ca..960e43969b 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/TextSearchModule.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/TextSearchModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/MetadataNode.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/MetadataNode.java index 0024428df8..cd36a41011 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/MetadataNode.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/MetadataNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/StructuredDocument.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/StructuredDocument.java index fc2601a447..c638c3a71f 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/StructuredDocument.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/StructuredDocument.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/StructuredTextNode.java b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/StructuredTextNode.java index 69f1d687af..598d17c7e6 100644 --- a/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/StructuredTextNode.java +++ b/structr-modules/structr-text-search-module/src/main/java/org/structr/text/model/StructuredTextNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/test/java/org/structr/test/ContentExtractionTest.java b/structr-modules/structr-text-search-module/src/test/java/org/structr/test/ContentExtractionTest.java index a90b659929..e885daeba9 100644 --- a/structr-modules/structr-text-search-module/src/test/java/org/structr/test/ContentExtractionTest.java +++ b/structr-modules/structr-text-search-module/src/test/java/org/structr/test/ContentExtractionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-text-search-module/src/test/java/org/structr/test/FulltextIndexingTest.java b/structr-modules/structr-text-search-module/src/test/java/org/structr/test/FulltextIndexingTest.java index 6540e99213..ce8269759b 100644 --- a/structr-modules/structr-text-search-module/src/test/java/org/structr/test/FulltextIndexingTest.java +++ b/structr-modules/structr-text-search-module/src/test/java/org/structr/test/FulltextIndexingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-translation-module/src/main/java/org/structr/translation/TranslateFunction.java b/structr-modules/structr-translation-module/src/main/java/org/structr/translation/TranslateFunction.java index de31494e62..430c860829 100644 --- a/structr-modules/structr-translation-module/src/main/java/org/structr/translation/TranslateFunction.java +++ b/structr-modules/structr-translation-module/src/main/java/org/structr/translation/TranslateFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-translation-module/src/main/java/org/structr/translation/TranslationModule.java b/structr-modules/structr-translation-module/src/main/java/org/structr/translation/TranslationModule.java index 188feb9a1b..3d0bca8ee7 100644 --- a/structr-modules/structr-translation-module/src/main/java/org/structr/translation/TranslationModule.java +++ b/structr-modules/structr-translation-module/src/main/java/org/structr/translation/TranslationModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xml-module/src/main/java/org/structr/xml/GraphHandler.java b/structr-modules/structr-xml-module/src/main/java/org/structr/xml/GraphHandler.java index 98cda36102..5e64367e55 100644 --- a/structr-modules/structr-xml-module/src/main/java/org/structr/xml/GraphHandler.java +++ b/structr-modules/structr-xml-module/src/main/java/org/structr/xml/GraphHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xml-module/src/main/java/org/structr/xml/TestGraphHandler.java b/structr-modules/structr-xml-module/src/main/java/org/structr/xml/TestGraphHandler.java index b70f72bf15..66519d0b04 100644 --- a/structr-modules/structr-xml-module/src/main/java/org/structr/xml/TestGraphHandler.java +++ b/structr-modules/structr-xml-module/src/main/java/org/structr/xml/TestGraphHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xml-module/src/main/java/org/structr/xml/XMLModule.java b/structr-modules/structr-xml-module/src/main/java/org/structr/xml/XMLModule.java index cccd3e6613..786e457d8d 100644 --- a/structr-modules/structr-xml-module/src/main/java/org/structr/xml/XMLModule.java +++ b/structr-modules/structr-xml-module/src/main/java/org/structr/xml/XMLModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xml-module/src/test/java/org/structr/test/XmlImportTest.java b/structr-modules/structr-xml-module/src/test/java/org/structr/test/XmlImportTest.java index fbe0540d55..6f5109800e 100644 --- a/structr-modules/structr-xml-module/src/test/java/org/structr/test/XmlImportTest.java +++ b/structr-modules/structr-xml-module/src/test/java/org/structr/test/XmlImportTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/NotConnectedToken.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/NotConnectedToken.java index a11ea3fe18..a02437e90f 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/NotConnectedToken.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/NotConnectedToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClient.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClient.java index feaba3eb7c..176adfab37 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClient.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClientConnection.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClientConnection.java index d24b850bb5..fd3dc7eee5 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClientConnection.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClientConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClientRequest.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClientRequest.java index bd4ffc1d5e..474d5db58b 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClientRequest.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPClientRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPContext.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPContext.java index 1bc6357e99..51bf1b376f 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPContext.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPInfo.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPInfo.java index e7bfa1d37b..e14e9cfbb1 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPInfo.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPModule.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPModule.java index 58df206c20..fb7f755db9 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPModule.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPRequest.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPRequest.java index c0ca334879..06a03b8993 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPRequest.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/XMPPRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/BindTypeHandler.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/BindTypeHandler.java index 08ad840eab..632c1f711e 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/BindTypeHandler.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/BindTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/EmptyResultIQTypeHandler.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/EmptyResultIQTypeHandler.java index 9b59cccf35..28d96251b8 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/EmptyResultIQTypeHandler.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/EmptyResultIQTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/MessageTypeHandler.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/MessageTypeHandler.java index 81e5675899..7be9e2362e 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/MessageTypeHandler.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/MessageTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/PresenceTypeHandler.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/PresenceTypeHandler.java index acb063da08..20f38580d0 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/PresenceTypeHandler.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/PresenceTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/RosterPacketTypeHandler.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/RosterPacketTypeHandler.java index 9f73ce7ab1..74dcbf84ca 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/RosterPacketTypeHandler.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/RosterPacketTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/TypeHandler.java b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/TypeHandler.java index e3abf32d40..c71ebcd4b0 100644 --- a/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/TypeHandler.java +++ b/structr-modules/structr-xmpp-module/src/main/java/org/structr/xmpp/handler/TypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/test/java/org/structr/test/xmpp/XMPPTest.java b/structr-modules/structr-xmpp-module/src/test/java/org/structr/test/xmpp/XMPPTest.java index 8ac735b92c..de4218158e 100644 --- a/structr-modules/structr-xmpp-module/src/test/java/org/structr/test/xmpp/XMPPTest.java +++ b/structr-modules/structr-xmpp-module/src/test/java/org/structr/test/xmpp/XMPPTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-modules/structr-xmpp-module/src/test/java/org/structr/test/xmpp/XMPPViewTest.java b/structr-modules/structr-xmpp-module/src/test/java/org/structr/test/xmpp/XMPPViewTest.java index d70ab71359..89cdf57ec2 100644 --- a/structr-modules/structr-xmpp-module/src/test/java/org/structr/test/xmpp/XMPPViewTest.java +++ b/structr-modules/structr-xmpp-module/src/test/java/org/structr/test/xmpp/XMPPViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractCypherIndex.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractCypherIndex.java index 3d1bb99135..6556f1a8e6 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractCypherIndex.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractCypherIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractNativeQuery.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractNativeQuery.java index 2e4bc48715..a5989c4d85 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractNativeQuery.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractNativeQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractResultStream.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractResultStream.java index cd01528afc..858a4b10b0 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractResultStream.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AbstractResultStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AdvancedCypherQuery.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AdvancedCypherQuery.java index 15020780f7..617bf81c9b 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AdvancedCypherQuery.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AdvancedCypherQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AsyncSessionTransaction.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AsyncSessionTransaction.java index 806b780f7b..f2bcafca5f 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AsyncSessionTransaction.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/AsyncSessionTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BoltDatabaseService.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BoltDatabaseService.java index 061c2170c2..9a6db4f548 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BoltDatabaseService.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BoltDatabaseService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BoltIdentity.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BoltIdentity.java index b89564437d..517d69a860 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BoltIdentity.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BoltIdentity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BooleanQuery.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BooleanQuery.java index fefe40c047..7b7d46b17e 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BooleanQuery.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/BooleanQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherNodeIndex.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherNodeIndex.java index e73354a62d..da40847178 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherNodeIndex.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherNodeIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherQuery.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherQuery.java index 7d3e8ac90d..87af49dc3c 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherQuery.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherRelationshipIndex.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherRelationshipIndex.java index 9841f42af0..998003b221 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherRelationshipIndex.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/CypherRelationshipIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/EntityWrapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/EntityWrapper.java index 6ba5b279c7..8e54e43924 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/EntityWrapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/EntityWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/GraphQueryPart.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/GraphQueryPart.java index e3fd349e17..d563047749 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/GraphQueryPart.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/GraphQueryPart.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IdRelationshipMapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IdRelationshipMapper.java index d69adeb8ed..cb1e029356 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IdRelationshipMapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IdRelationshipMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IterableQuery.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IterableQuery.java index 6f7d2ab81a..e169081e29 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IterableQuery.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IterableQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IterableQueueingRecordConsumer.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IterableQueueingRecordConsumer.java index 2b6b4d32f1..6c6e6ce582 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IterableQueueingRecordConsumer.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/IterableQueueingRecordConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/LazyRecordIterable.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/LazyRecordIterable.java index cdb4e53a08..9129018456 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/LazyRecordIterable.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/LazyRecordIterable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/LongQuery.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/LongQuery.java index 0509e232e9..b2d699c918 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/LongQuery.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/LongQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/MapResultWrapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/MapResultWrapper.java index a2db1fb038..0606f2f7d9 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/MapResultWrapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/MapResultWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/MixedResultWrapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/MixedResultWrapper.java index f1c671c1c5..20dd7f4c49 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/MixedResultWrapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/MixedResultWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/Neo3IndexUpdater.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/Neo3IndexUpdater.java index 125a822fb9..89b350608f 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/Neo3IndexUpdater.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/Neo3IndexUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/Neo4IndexUpdater.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/Neo4IndexUpdater.java index 8cbfc171d9..074cf41789 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/Neo4IndexUpdater.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/Neo4IndexUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeId.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeId.java index a48a71f2fb..7b6c060a5e 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeId.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeId.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeIdNodeMapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeIdNodeMapper.java index b9fc872cac..082943b393 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeIdNodeMapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeIdNodeMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeNodeMapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeNodeMapper.java index 9d5efad1a9..54a4b73a93 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeNodeMapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeNodeMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeWrapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeWrapper.java index 7f18bc0d29..14eab47f3d 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeWrapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/NodeWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/PathWrapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/PathWrapper.java index 2a2f59385b..e273db71e8 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/PathWrapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/PathWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/QueryIterable.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/QueryIterable.java index 74b28b6958..eb58b41f71 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/QueryIterable.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/QueryIterable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/ReactiveSessionTransaction.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/ReactiveSessionTransaction.java index 1ba00728c3..74f7537ae1 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/ReactiveSessionTransaction.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/ReactiveSessionTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordLongMapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordLongMapper.java index 375c8d861e..3917e56148 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordLongMapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordLongMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordMapMapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordMapMapper.java index 9fc1634cf6..c08e5dd902 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordMapMapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordMapMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordNodeIdMapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordNodeIdMapper.java index 914e8dc1dd..4a00ff4188 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordNodeIdMapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordNodeIdMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordNodeMapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordNodeMapper.java index 4f433f92a8..f9303b2458 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordNodeMapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordNodeMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordRelationshipMapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordRelationshipMapper.java index eedc607fba..267e5c8baf 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordRelationshipMapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordRelationshipMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordStringMapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordStringMapper.java index 9b666f6d16..d0108495ba 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordStringMapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RecordStringMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RelationshipRelationshipMapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RelationshipRelationshipMapper.java index fdc7670f98..72129be42e 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RelationshipRelationshipMapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RelationshipRelationshipMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RelationshipWrapper.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RelationshipWrapper.java index 6c2935fd8c..422d777a5b 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RelationshipWrapper.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/RelationshipWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/SessionTransaction.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/SessionTransaction.java index d70be8f572..0439f49c63 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/SessionTransaction.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/SessionTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/SimpleCypherQuery.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/SimpleCypherQuery.java index c030294bde..d8e889dc60 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/SimpleCypherQuery.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/SimpleCypherQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/StringQuery.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/StringQuery.java index 3d79489e15..42386e5c2b 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/StringQuery.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/StringQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/BooleanTypeConverter.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/BooleanTypeConverter.java index 64b9bc6409..bae349b723 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/BooleanTypeConverter.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/BooleanTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/ByteTypeConverter.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/ByteTypeConverter.java index 335cf6e189..9d6ead4337 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/ByteTypeConverter.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/ByteTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/DateTypeConverter.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/DateTypeConverter.java index 4095c1efd8..38ffc24d42 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/DateTypeConverter.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/DateTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/DoubleTypeConverter.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/DoubleTypeConverter.java index dcc3b406b9..74fb0ca246 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/DoubleTypeConverter.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/DoubleTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/FloatTypeConverter.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/FloatTypeConverter.java index 99d353f400..cc94f3b443 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/FloatTypeConverter.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/FloatTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/IntTypeConverter.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/IntTypeConverter.java index 4fe659bb29..456211c824 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/IntTypeConverter.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/IntTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/LongTypeConverter.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/LongTypeConverter.java index a2a4b8b170..15e2ceb123 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/LongTypeConverter.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/LongTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/ShortTypeConverter.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/ShortTypeConverter.java index 37fc1a86b8..8076b9594a 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/ShortTypeConverter.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/ShortTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/StringTypeConverter.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/StringTypeConverter.java index 00a674f1cc..984580ba23 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/StringTypeConverter.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/converter/StringTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/ArrayQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/ArrayQueryFactory.java index 80b9a894aa..089a09e905 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/ArrayQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/ArrayQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/ComparisonQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/ComparisonQueryFactory.java index c6eefb193c..6b188276fb 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/ComparisonQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/ComparisonQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/EmptyQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/EmptyQueryFactory.java index 206df6bbf4..4cd334c1f0 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/EmptyQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/EmptyQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/GraphQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/GraphQueryFactory.java index 25b8f00a21..3e1ba144a7 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/GraphQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/GraphQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/GroupQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/GroupQueryFactory.java index e3db08f068..394a74699a 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/GroupQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/GroupQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/KeywordQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/KeywordQueryFactory.java index 1e056e8421..3349c0a623 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/KeywordQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/KeywordQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/NotEmptyQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/NotEmptyQueryFactory.java index c57ef97b4d..0682cf41c4 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/NotEmptyQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/NotEmptyQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/RangeQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/RangeQueryFactory.java index 63df0bc346..73e3f4fe98 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/RangeQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/RangeQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/RelationshipQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/RelationshipQueryFactory.java index 7d44939714..665e6e316d 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/RelationshipQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/RelationshipQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/SpatialQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/SpatialQueryFactory.java index d4ae49119e..3a6156cc30 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/SpatialQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/SpatialQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/TypeQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/TypeQueryFactory.java index 3acd434866..a9ac099553 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/TypeQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/TypeQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/UuidQueryFactory.java b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/UuidQueryFactory.java index f12ebc66ab..7034c31b04 100644 --- a/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/UuidQueryFactory.java +++ b/structr-neo4j-bolt-driver/src/main/java/org/structr/bolt/factory/UuidQueryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/Main.java b/structr-net/src/main/java/org/structr/net/Main.java index 2200644cce..4a120553d0 100644 --- a/structr-net/src/main/java/org/structr/net/Main.java +++ b/structr-net/src/main/java/org/structr/net/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/PeerListener.java b/structr-net/src/main/java/org/structr/net/PeerListener.java index c426bd0b3e..70131f52e3 100644 --- a/structr-net/src/main/java/org/structr/net/PeerListener.java +++ b/structr-net/src/main/java/org/structr/net/PeerListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/common/Context.java b/structr-net/src/main/java/org/structr/net/common/Context.java index bf7f6f89bb..a166f33180 100644 --- a/structr-net/src/main/java/org/structr/net/common/Context.java +++ b/structr-net/src/main/java/org/structr/net/common/Context.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/common/KeyHelper.java b/structr-net/src/main/java/org/structr/net/common/KeyHelper.java index cd5ae890ae..cf8c529b92 100644 --- a/structr-net/src/main/java/org/structr/net/common/KeyHelper.java +++ b/structr-net/src/main/java/org/structr/net/common/KeyHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/common/PrintListener.java b/structr-net/src/main/java/org/structr/net/common/PrintListener.java index edf7df5e6e..f2929e497b 100644 --- a/structr-net/src/main/java/org/structr/net/common/PrintListener.java +++ b/structr-net/src/main/java/org/structr/net/common/PrintListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/data/NonexistantStateException.java b/structr-net/src/main/java/org/structr/net/data/NonexistantStateException.java index cc4007fefc..914f3f0932 100644 --- a/structr-net/src/main/java/org/structr/net/data/NonexistantStateException.java +++ b/structr-net/src/main/java/org/structr/net/data/NonexistantStateException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/data/RemoteTransaction.java b/structr-net/src/main/java/org/structr/net/data/RemoteTransaction.java index 74527c5216..d9b9ef1fd3 100644 --- a/structr-net/src/main/java/org/structr/net/data/RemoteTransaction.java +++ b/structr-net/src/main/java/org/structr/net/data/RemoteTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/data/TimeoutException.java b/structr-net/src/main/java/org/structr/net/data/TimeoutException.java index 0962f1966f..2bf83cbee0 100644 --- a/structr-net/src/main/java/org/structr/net/data/TimeoutException.java +++ b/structr-net/src/main/java/org/structr/net/data/TimeoutException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/data/Token.java b/structr-net/src/main/java/org/structr/net/data/Token.java index 69674c69f7..02f8288a8e 100644 --- a/structr-net/src/main/java/org/structr/net/data/Token.java +++ b/structr-net/src/main/java/org/structr/net/data/Token.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/data/time/Clock.java b/structr-net/src/main/java/org/structr/net/data/time/Clock.java index 4028cae105..b151c6d117 100644 --- a/structr-net/src/main/java/org/structr/net/data/time/Clock.java +++ b/structr-net/src/main/java/org/structr/net/data/time/Clock.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/data/time/DerivedTemporalEnvironment.java b/structr-net/src/main/java/org/structr/net/data/time/DerivedTemporalEnvironment.java index 5e03a6b5d2..1a27e7483f 100644 --- a/structr-net/src/main/java/org/structr/net/data/time/DerivedTemporalEnvironment.java +++ b/structr-net/src/main/java/org/structr/net/data/time/DerivedTemporalEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/data/time/PseudoTemporalEnvironment.java b/structr-net/src/main/java/org/structr/net/data/time/PseudoTemporalEnvironment.java index 1bfeac6f02..98eec47c3d 100644 --- a/structr-net/src/main/java/org/structr/net/data/time/PseudoTemporalEnvironment.java +++ b/structr-net/src/main/java/org/structr/net/data/time/PseudoTemporalEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/data/time/PseudoTime.java b/structr-net/src/main/java/org/structr/net/data/time/PseudoTime.java index 04bd4f84a3..7e1500a6f6 100644 --- a/structr-net/src/main/java/org/structr/net/data/time/PseudoTime.java +++ b/structr-net/src/main/java/org/structr/net/data/time/PseudoTime.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/data/time/ToplevelTemporalEnvironment.java b/structr-net/src/main/java/org/structr/net/data/time/ToplevelTemporalEnvironment.java index cab7a602e9..a3c39bbe16 100644 --- a/structr-net/src/main/java/org/structr/net/data/time/ToplevelTemporalEnvironment.java +++ b/structr-net/src/main/java/org/structr/net/data/time/ToplevelTemporalEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/peer/Peer.java b/structr-net/src/main/java/org/structr/net/peer/Peer.java index 6c92dd913e..b541f0e747 100644 --- a/structr-net/src/main/java/org/structr/net/peer/Peer.java +++ b/structr-net/src/main/java/org/structr/net/peer/Peer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/peer/PeerInfo.java b/structr-net/src/main/java/org/structr/net/peer/PeerInfo.java index ee6d652662..117497f0c0 100644 --- a/structr-net/src/main/java/org/structr/net/peer/PeerInfo.java +++ b/structr-net/src/main/java/org/structr/net/peer/PeerInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/AbstractMessage.java b/structr-net/src/main/java/org/structr/net/protocol/AbstractMessage.java index 4474a0d083..72b7248a80 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/AbstractMessage.java +++ b/structr-net/src/main/java/org/structr/net/protocol/AbstractMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Ack.java b/structr-net/src/main/java/org/structr/net/protocol/Ack.java index b4ac14781a..7f424cc9e7 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Ack.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Ack.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/BeginTx.java b/structr-net/src/main/java/org/structr/net/protocol/BeginTx.java index ef4e98ff0c..2f38e7883d 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/BeginTx.java +++ b/structr-net/src/main/java/org/structr/net/protocol/BeginTx.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/BroadcastMessage.java b/structr-net/src/main/java/org/structr/net/protocol/BroadcastMessage.java index 2d2c4601a9..cfd9dca676 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/BroadcastMessage.java +++ b/structr-net/src/main/java/org/structr/net/protocol/BroadcastMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Callback.java b/structr-net/src/main/java/org/structr/net/protocol/Callback.java index 3e7c6ad5fe..bd1c02c730 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Callback.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Callback.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Commit.java b/structr-net/src/main/java/org/structr/net/protocol/Commit.java index 26d024d502..d4fb66c304 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Commit.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Commit.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Committed.java b/structr-net/src/main/java/org/structr/net/protocol/Committed.java index ed80c8c5f6..de1bf4cbed 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Committed.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Committed.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Delete.java b/structr-net/src/main/java/org/structr/net/protocol/Delete.java index 0213ddcfc9..f70fc2d7e0 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Delete.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Delete.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/DirectMessage.java b/structr-net/src/main/java/org/structr/net/protocol/DirectMessage.java index fddc1cfcdb..57e5748bf4 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/DirectMessage.java +++ b/structr-net/src/main/java/org/structr/net/protocol/DirectMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Discovery.java b/structr-net/src/main/java/org/structr/net/protocol/Discovery.java index 791ea98bef..5eee51bf44 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Discovery.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Discovery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Envelope.java b/structr-net/src/main/java/org/structr/net/protocol/Envelope.java index b461437d8c..cf8071fce6 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Envelope.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Envelope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Get.java b/structr-net/src/main/java/org/structr/net/protocol/Get.java index 9465b865d3..1c7d8ef92c 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Get.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Get.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/GetHistory.java b/structr-net/src/main/java/org/structr/net/protocol/GetHistory.java index 91ffcecb0c..37c6fd08dc 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/GetHistory.java +++ b/structr-net/src/main/java/org/structr/net/protocol/GetHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/History.java b/structr-net/src/main/java/org/structr/net/protocol/History.java index 7a68111784..b975ef061d 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/History.java +++ b/structr-net/src/main/java/org/structr/net/protocol/History.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Inventory.java b/structr-net/src/main/java/org/structr/net/protocol/Inventory.java index 34b54ef9e8..a25f68fb30 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Inventory.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Inventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Message.java b/structr-net/src/main/java/org/structr/net/protocol/Message.java index b303e78f56..3985f6b610 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Message.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Message.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/ProtocolEntity.java b/structr-net/src/main/java/org/structr/net/protocol/ProtocolEntity.java index 37edcc5fbc..f2005dc35d 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/ProtocolEntity.java +++ b/structr-net/src/main/java/org/structr/net/protocol/ProtocolEntity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Set.java b/structr-net/src/main/java/org/structr/net/protocol/Set.java index 9f51bc32c4..4c4797db27 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Set.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Set.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Update.java b/structr-net/src/main/java/org/structr/net/protocol/Update.java index 69b70f8dc4..be0366c4a9 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Update.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Update.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/protocol/Value.java b/structr-net/src/main/java/org/structr/net/protocol/Value.java index 0f6b6568b8..ec3a23b7e5 100644 --- a/structr-net/src/main/java/org/structr/net/protocol/Value.java +++ b/structr-net/src/main/java/org/structr/net/protocol/Value.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/repository/DefaultPossibility.java b/structr-net/src/main/java/org/structr/net/repository/DefaultPossibility.java index 3e11ade6ff..a2d795025c 100644 --- a/structr-net/src/main/java/org/structr/net/repository/DefaultPossibility.java +++ b/structr-net/src/main/java/org/structr/net/repository/DefaultPossibility.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/repository/DefaultRepository.java b/structr-net/src/main/java/org/structr/net/repository/DefaultRepository.java index f7a3248c0b..0118508454 100644 --- a/structr-net/src/main/java/org/structr/net/repository/DefaultRepository.java +++ b/structr-net/src/main/java/org/structr/net/repository/DefaultRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/repository/DefaultRepositoryObject.java b/structr-net/src/main/java/org/structr/net/repository/DefaultRepositoryObject.java index 6839a1ee6f..ddd4fbdc16 100644 --- a/structr-net/src/main/java/org/structr/net/repository/DefaultRepositoryObject.java +++ b/structr-net/src/main/java/org/structr/net/repository/DefaultRepositoryObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/repository/ExternalChangeListener.java b/structr-net/src/main/java/org/structr/net/repository/ExternalChangeListener.java index f38f794b9d..a16d7815d4 100644 --- a/structr-net/src/main/java/org/structr/net/repository/ExternalChangeListener.java +++ b/structr-net/src/main/java/org/structr/net/repository/ExternalChangeListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/repository/InternalChangeListener.java b/structr-net/src/main/java/org/structr/net/repository/InternalChangeListener.java index 5c19e1cb9e..55cf2f40e6 100644 --- a/structr-net/src/main/java/org/structr/net/repository/InternalChangeListener.java +++ b/structr-net/src/main/java/org/structr/net/repository/InternalChangeListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/repository/ObjectListener.java b/structr-net/src/main/java/org/structr/net/repository/ObjectListener.java index 064e92ecff..4b9f294ea7 100644 --- a/structr-net/src/main/java/org/structr/net/repository/ObjectListener.java +++ b/structr-net/src/main/java/org/structr/net/repository/ObjectListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/repository/Repository.java b/structr-net/src/main/java/org/structr/net/repository/Repository.java index 58f63ea235..117392611c 100644 --- a/structr-net/src/main/java/org/structr/net/repository/Repository.java +++ b/structr-net/src/main/java/org/structr/net/repository/Repository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-net/src/main/java/org/structr/net/repository/RepositoryObject.java b/structr-net/src/main/java/org/structr/net/repository/RepositoryObject.java index 66d4729f2c..cd71fc698b 100644 --- a/structr-net/src/main/java/org/structr/net/repository/RepositoryObject.java +++ b/structr-net/src/main/java/org/structr/net/repository/RepositoryObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/csv/test/CsvTest.java b/structr-rest/src/test/java/org/structr/test/csv/test/CsvTest.java index ada0bcbe57..d27fe0edd7 100644 --- a/structr-rest/src/test/java/org/structr/test/csv/test/CsvTest.java +++ b/structr-rest/src/test/java/org/structr/test/csv/test/CsvTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/csv/test/StructrCsvTest.java b/structr-rest/src/test/java/org/structr/test/csv/test/StructrCsvTest.java index 49c788b232..7579700eb0 100644 --- a/structr-rest/src/test/java/org/structr/test/csv/test/StructrCsvTest.java +++ b/structr-rest/src/test/java/org/structr/test/csv/test/StructrCsvTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/graphql/GraphQLTest.java b/structr-rest/src/test/java/org/structr/test/graphql/GraphQLTest.java index 56bd82965b..f1a7dd22ee 100644 --- a/structr-rest/src/test/java/org/structr/test/graphql/GraphQLTest.java +++ b/structr-rest/src/test/java/org/structr/test/graphql/GraphQLTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/auth/AuthTest.java b/structr-rest/src/test/java/org/structr/test/rest/auth/AuthTest.java index 88f64b5d4a..ddff8ac423 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/auth/AuthTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/auth/AuthTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/common/EntityMatcher.java b/structr-rest/src/test/java/org/structr/test/rest/common/EntityMatcher.java index 9cfdc008b0..e8311029c0 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/common/EntityMatcher.java +++ b/structr-rest/src/test/java/org/structr/test/rest/common/EntityMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/common/IndexingTest.java b/structr-rest/src/test/java/org/structr/test/rest/common/IndexingTest.java index 41de3d034a..556bee658b 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/common/IndexingTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/common/IndexingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/common/StructrGraphQLTest.java b/structr-rest/src/test/java/org/structr/test/rest/common/StructrGraphQLTest.java index a116ca5f26..809761a77d 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/common/StructrGraphQLTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/common/StructrGraphQLTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/common/StructrRestTestBase.java b/structr-rest/src/test/java/org/structr/test/rest/common/StructrRestTestBase.java index 8f8c0db36b..bc4a4dfbcc 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/common/StructrRestTestBase.java +++ b/structr-rest/src/test/java/org/structr/test/rest/common/StructrRestTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/common/TestEnum.java b/structr-rest/src/test/java/org/structr/test/rest/common/TestEnum.java index c4ad05fb75..3703bd8de8 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/common/TestEnum.java +++ b/structr-rest/src/test/java/org/structr/test/rest/common/TestEnum.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/common/TestRestRelType.java b/structr-rest/src/test/java/org/structr/test/rest/common/TestRestRelType.java index fcbe4b286a..65b841a58a 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/common/TestRestRelType.java +++ b/structr-rest/src/test/java/org/structr/test/rest/common/TestRestRelType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/document/DocumentTest.java b/structr-rest/src/test/java/org/structr/test/rest/document/DocumentTest.java index ae468f5e34..eb5137cd30 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/document/DocumentTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/document/DocumentTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/ElevenTwoOneToMany.java b/structr-rest/src/test/java/org/structr/test/rest/entity/ElevenTwoOneToMany.java index 0b8172eba7..4466416825 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/ElevenTwoOneToMany.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/ElevenTwoOneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneManyToMany.java b/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneManyToMany.java index d530eaaff4..f88fba9d8d 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneManyToMany.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneManyToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneManyToOne.java b/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneManyToOne.java index 53aa56ac8d..a0d621a444 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneManyToOne.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneManyToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneOneToMany.java b/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneOneToMany.java index def22121c6..4a3834ac65 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneOneToMany.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/FiveOneOneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/FiveThreeOneToOne.java b/structr-rest/src/test/java/org/structr/test/rest/entity/FiveThreeOneToOne.java index 27113421c5..2c376204cc 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/FiveThreeOneToOne.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/FiveThreeOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/FourOneManyToMany.java b/structr-rest/src/test/java/org/structr/test/rest/entity/FourOneManyToMany.java index 2997fe8ece..918089eae3 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/FourOneManyToMany.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/FourOneManyToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/FourOneOneToMany.java b/structr-rest/src/test/java/org/structr/test/rest/entity/FourOneOneToMany.java index 601aca3778..e664b5e646 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/FourOneOneToMany.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/FourOneOneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/FourThreeOneToOne.java b/structr-rest/src/test/java/org/structr/test/rest/entity/FourThreeOneToOne.java index 5f0679ffd2..21954f7ac5 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/FourThreeOneToOne.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/FourThreeOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/NineEightManyToMany.java b/structr-rest/src/test/java/org/structr/test/rest/entity/NineEightManyToMany.java index 17ef5b8964..7d64c6c4bc 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/NineEightManyToMany.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/NineEightManyToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/SevenSixOneToMany.java b/structr-rest/src/test/java/org/structr/test/rest/entity/SevenSixOneToMany.java index 611d70853a..a712618851 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/SevenSixOneToMany.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/SevenSixOneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/SixEightManyToMany.java b/structr-rest/src/test/java/org/structr/test/rest/entity/SixEightManyToMany.java index 8b06d52d41..80230b865c 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/SixEightManyToMany.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/SixEightManyToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TenSevenOneToOne.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TenSevenOneToOne.java index 6f446f9deb..3bcf28f623 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TenSevenOneToOne.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TenSevenOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestEight.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestEight.java index e946728d6a..917e62229f 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestEight.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestEight.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestEleven.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestEleven.java index 27f6d3a226..1156091f76 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestEleven.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestEleven.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestFive.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestFive.java index 5e25f48f1d..431e72b347 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestFive.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestFive.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestFour.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestFour.java index b5444d58ca..6cd84cf994 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestFour.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestFour.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestNine.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestNine.java index 8ccf26900a..9cc6a75e23 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestNine.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestNine.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestObject.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestObject.java index 377c095b82..aa7e15cd82 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestObject.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestOne.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestOne.java index 41f0d85496..d35f1f1318 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestOne.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestSeven.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestSeven.java index f81eb59b93..3c59beeb60 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestSeven.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestSeven.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestSix.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestSix.java index 3dc64620f6..feb477123f 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestSix.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestSix.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestTen.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestTen.java index 2118db7073..5a428f4ece 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestTen.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestTen.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestThree.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestThree.java index 75cab0954c..4ecaa728e9 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestThree.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestThree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestTwo.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestTwo.java index b833196903..b7a312bf57 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestTwo.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TestTwo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/ThreeFiveOneToMany.java b/structr-rest/src/test/java/org/structr/test/rest/entity/ThreeFiveOneToMany.java index 80ff141936..311355cf61 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/ThreeFiveOneToMany.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/ThreeFiveOneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/ThreeFourOneToMany.java b/structr-rest/src/test/java/org/structr/test/rest/entity/ThreeFourOneToMany.java index d6da2ff9f4..3ed61ff49f 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/ThreeFourOneToMany.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/ThreeFourOneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TwoOneOneToMany.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TwoOneOneToMany.java index 9edd9be16d..992b4f8193 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TwoOneOneToMany.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/TwoOneOneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/resource/CollectionResourceBasicTest.java b/structr-rest/src/test/java/org/structr/test/rest/resource/CollectionResourceBasicTest.java index 65487e7fd3..5a5297bdf1 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/resource/CollectionResourceBasicTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/resource/CollectionResourceBasicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/resource/EntityResolverTest.java b/structr-rest/src/test/java/org/structr/test/rest/resource/EntityResolverTest.java index eb084d89ed..53e4b56151 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/resource/EntityResolverTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/resource/EntityResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/resource/EntityResourceBasicTest.java b/structr-rest/src/test/java/org/structr/test/rest/resource/EntityResourceBasicTest.java index 9adbede1ec..67b69094f4 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/resource/EntityResourceBasicTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/resource/EntityResourceBasicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/resource/GlobalSchemaMethodResourceTest.java b/structr-rest/src/test/java/org/structr/test/rest/resource/GlobalSchemaMethodResourceTest.java index e412e382af..c65ba57ff9 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/resource/GlobalSchemaMethodResourceTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/resource/GlobalSchemaMethodResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/resource/NestedResourcesTest.java b/structr-rest/src/test/java/org/structr/test/rest/resource/NestedResourcesTest.java index 52a27ef925..4146446df2 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/resource/NestedResourcesTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/resource/NestedResourcesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/resource/RestVerbsTest.java b/structr-rest/src/test/java/org/structr/test/rest/resource/RestVerbsTest.java index 263c1c4468..a9a4a9b8c3 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/resource/RestVerbsTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/resource/RestVerbsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaJsonResourceTest.java b/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaJsonResourceTest.java index 38b642cb7b..a0b92e16f4 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaJsonResourceTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaJsonResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaResourceTest.java b/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaResourceTest.java index edb050e115..76bb4ba501 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaResourceTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaResourceViewTest.java b/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaResourceViewTest.java index 237920db30..480a214448 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaResourceViewTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaResourceViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/resource/TypeResourceRelationshipTest.java b/structr-rest/src/test/java/org/structr/test/rest/resource/TypeResourceRelationshipTest.java index 92781168a7..e7dd2e81e4 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/resource/TypeResourceRelationshipTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/resource/TypeResourceRelationshipTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/AdvancedPagingTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/AdvancedPagingTest.java index cd5af2fa6e..535b24bb81 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/AdvancedPagingTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/AdvancedPagingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/AdvancedSearchTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/AdvancedSearchTest.java index 229d0b353a..8de90f1a22 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/AdvancedSearchTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/AdvancedSearchTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/EndpointTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/EndpointTest.java index 7a6909e2be..84944522d3 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/EndpointTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/EndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/HTMLRestEndpointTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/HTMLRestEndpointTest.java index 829a82977c..d98bc1bf92 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/HTMLRestEndpointTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/HTMLRestEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/MethodTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/MethodTest.java index 2c41d09a42..1238d06fe8 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/MethodTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/MethodTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/PagingAndSortingTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/PagingAndSortingTest.java index 93484fb44c..8e6ad18988 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/PagingAndSortingTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/PagingAndSortingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/PropertyViewRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/PropertyViewRestTest.java index 5b436ce1aa..a593057ce0 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/PropertyViewRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/PropertyViewRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/BooleanArrayPropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/BooleanArrayPropertyRestTest.java index 99200d6010..8392c07950 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/BooleanArrayPropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/BooleanArrayPropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/BooleanPropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/BooleanPropertyRestTest.java index 71b2ee8efb..3818684bd0 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/BooleanPropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/BooleanPropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/CollectionPropertyTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/CollectionPropertyTest.java index 597fa8fd31..0aed2c5a7d 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/CollectionPropertyTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/CollectionPropertyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/DateArrayPropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/DateArrayPropertyRestTest.java index f4da40661d..f5b802d528 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/DateArrayPropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/DateArrayPropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/DatePropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/DatePropertyRestTest.java index 23e006bdd8..f38d922617 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/DatePropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/DatePropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/DoubleArrayPropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/DoubleArrayPropertyRestTest.java index bcd4c0ed76..ac11514c88 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/DoubleArrayPropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/DoubleArrayPropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/DoublePropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/DoublePropertyRestTest.java index 7b5a5b900b..74ca9e935a 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/DoublePropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/DoublePropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/EnumPropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/EnumPropertyRestTest.java index dea5a60d32..dd99e6dcb5 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/EnumPropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/EnumPropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/FunctionPropertyTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/FunctionPropertyTest.java index 97fb5a4fbe..c019af9ac2 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/FunctionPropertyTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/FunctionPropertyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/IntegerArrayPropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/IntegerArrayPropertyRestTest.java index 703800c482..1dd369c9e1 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/IntegerArrayPropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/IntegerArrayPropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/IntegerPropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/IntegerPropertyRestTest.java index 7c2f0dbe91..6017bf4ff9 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/IntegerPropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/IntegerPropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/LongArrayPropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/LongArrayPropertyRestTest.java index d65c79349e..e82184d690 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/LongArrayPropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/LongArrayPropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/LongPropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/LongPropertyRestTest.java index 065ac4f67b..6fc4d4302a 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/LongPropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/LongPropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/RelatedNodePropertyTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/RelatedNodePropertyTest.java index 86f7f8ffc9..3a61dc9401 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/RelatedNodePropertyTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/RelatedNodePropertyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/StringArrayPropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/StringArrayPropertyRestTest.java index e26f50e56c..3006f763f8 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/StringArrayPropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/StringArrayPropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-rest/src/test/java/org/structr/test/rest/test/property/StringPropertyRestTest.java b/structr-rest/src/test/java/org/structr/test/rest/test/property/StringPropertyRestTest.java index 2f0528114f..debd0c5864 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/test/property/StringPropertyRestTest.java +++ b/structr-rest/src/test/java/org/structr/test/rest/test/property/StringPropertyRestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/console/ConsoleTest.java b/structr-ui/src/test/java/org/structr/test/console/ConsoleTest.java index 645ab73cd5..86574d34f7 100644 --- a/structr-ui/src/test/java/org/structr/test/console/ConsoleTest.java +++ b/structr-ui/src/test/java/org/structr/test/console/ConsoleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/files/DirectFileImportTest.java b/structr-ui/src/test/java/org/structr/test/files/DirectFileImportTest.java index e7e3d84e5b..fd52829f83 100644 --- a/structr-ui/src/test/java/org/structr/test/files/DirectFileImportTest.java +++ b/structr-ui/src/test/java/org/structr/test/files/DirectFileImportTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/files/DirectoryWatchServiceTest.java b/structr-ui/src/test/java/org/structr/test/files/DirectoryWatchServiceTest.java index 0972b1a844..56145a5fe2 100644 --- a/structr-ui/src/test/java/org/structr/test/files/DirectoryWatchServiceTest.java +++ b/structr-ui/src/test/java/org/structr/test/files/DirectoryWatchServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/openapi/OpenAPITest.java b/structr-ui/src/test/java/org/structr/test/openapi/OpenAPITest.java index 410993b461..b31bdef453 100644 --- a/structr-ui/src/test/java/org/structr/test/openapi/OpenAPITest.java +++ b/structr-ui/src/test/java/org/structr/test/openapi/OpenAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/IndexingTest.java b/structr-ui/src/test/java/org/structr/test/web/IndexingTest.java index 8543bb7a6a..01bccd9a45 100644 --- a/structr-ui/src/test/java/org/structr/test/web/IndexingTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/IndexingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/StructrUiTest.java b/structr-ui/src/test/java/org/structr/test/web/StructrUiTest.java index 15183184d5..138e0af51f 100644 --- a/structr-ui/src/test/java/org/structr/test/web/StructrUiTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/StructrUiTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/UiSyncCommandTest.java b/structr-ui/src/test/java/org/structr/test/web/UiSyncCommandTest.java index f6f8514784..a54614f08a 100644 --- a/structr-ui/src/test/java/org/structr/test/web/UiSyncCommandTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/UiSyncCommandTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/AdvancedSchemaTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/AdvancedSchemaTest.java index 8713c3997d..03eeddc8d6 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/AdvancedSchemaTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/AdvancedSchemaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/AutocompleteTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/AutocompleteTest.java index c1edb22279..0b0604cf51 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/AutocompleteTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/AutocompleteTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/CacheTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/CacheTest.java index c7185db687..8e2bb1785f 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/CacheTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/CacheTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/DOMTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/DOMTest.java index 134d780eda..7a0cd04411 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/DOMTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/DOMTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment0Test.java b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment0Test.java index 7d8b998406..3fffcae795 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment0Test.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment0Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment1Test.java b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment1Test.java index c0dacf1cfd..56c5002131 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment1Test.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment1Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment2Test.java b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment2Test.java index 054c0d0070..44c32a6d12 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment2Test.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment2Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment3Test.java b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment3Test.java index cf20daf403..70e2fe42dd 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment3Test.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment3Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment4Test.java b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment4Test.java index cae5384dda..8f360507b3 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment4Test.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment4Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment5Test.java b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment5Test.java index c6f5e26fc8..e3946ebcca 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment5Test.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/Deployment5Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/DeploymentTestBase.java b/structr-ui/src/test/java/org/structr/test/web/advanced/DeploymentTestBase.java index 04780ff722..d0d2c9f65e 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/DeploymentTestBase.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/DeploymentTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/DiffTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/DiffTest.java index 1d08a39687..431e4184fd 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/DiffTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/DiffTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/EncodingTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/EncodingTest.java index 81b3761a9e..feed58f44c 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/EncodingTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/EncodingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/FilesystemTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/FilesystemTest.java index dbfcf9d32d..8964131942 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/FilesystemTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/FilesystemTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/GraphQLTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/GraphQLTest.java index d66ec604eb..1ca2e4b992 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/GraphQLTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/GraphQLTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/HttpFunctionsTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/HttpFunctionsTest.java index 3ff6538125..6ff979c45b 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/HttpFunctionsTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/HttpFunctionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/ImageTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/ImageTest.java index 6472f46909..7fb12b72f3 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/ImageTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/ImageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/ImageUploadTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/ImageUploadTest.java index ddaebce538..fbec1fd79c 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/ImageUploadTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/ImageUploadTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/ImporterTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/ImporterTest.java index 1add79a3c5..b611e03b8f 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/ImporterTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/ImporterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/PerformanceTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/PerformanceTest.java index 2f509add6c..76866ff5e6 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/PerformanceTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/PerformanceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/PropertyTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/PropertyTest.java index eb79080f6f..b4794f2355 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/PropertyTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/PropertyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/ProxyServletTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/ProxyServletTest.java index 4ca545a158..7a79678637 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/ProxyServletTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/ProxyServletTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/RendererTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/RendererTest.java index 82805736a3..e997150d3c 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/RendererTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/RendererTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/RepeaterTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/RepeaterTest.java index aae6098748..5f9b46f7e8 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/RepeaterTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/RepeaterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/UploadServletTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/UploadServletTest.java index 309832ea4e..d384749d7b 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/UploadServletTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/UploadServletTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/UserSelfRegistrationTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/UserSelfRegistrationTest.java index 7520611b40..7887746b8a 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/UserSelfRegistrationTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/advanced/UserSelfRegistrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/BasicAuthTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/BasicAuthTest.java index f5cf891089..458eefd471 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/BasicAuthTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/BasicAuthTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/CustomHtmlAttributeTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/CustomHtmlAttributeTest.java index 4922d84e27..e73d3ab377 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/CustomHtmlAttributeTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/CustomHtmlAttributeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/CustomResponseHeadersTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/CustomResponseHeadersTest.java index aeff43fe8e..e61ff43137 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/CustomResponseHeadersTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/CustomResponseHeadersTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/DOMAndPageTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/DOMAndPageTest.java index 5cdddf347f..230b9964bc 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/DOMAndPageTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/DOMAndPageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/FrontendTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/FrontendTest.java index 21a71aaaad..e6a0ad24fb 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/FrontendTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/FrontendTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/HtmlServletObjectResolvingTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/HtmlServletObjectResolvingTest.java index c21003dd1f..ae5d454408 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/HtmlServletObjectResolvingTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/HtmlServletObjectResolvingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/PropertyViewTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/PropertyViewTest.java index 3f8ed92799..47d1bc5713 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/PropertyViewTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/PropertyViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/RenderContextTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/RenderContextTest.java index b1dd5f0559..2d6661cb17 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/RenderContextTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/RenderContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/ResourceAccessTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/ResourceAccessTest.java index 2764973d5e..ab1ef61d4c 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/ResourceAccessTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/ResourceAccessTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/SchemaMethodsTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/SchemaMethodsTest.java index 72838c1ddc..347e95b301 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/SchemaMethodsTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/SchemaMethodsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/SchemaSnapshotTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/SchemaSnapshotTest.java index 8f42e5036a..b6cb8e187b 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/SchemaSnapshotTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/SchemaSnapshotTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/SiteTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/SiteTest.java index fc33fe71c9..a7703eb15c 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/SiteTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/SiteTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/UiScriptingTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/UiScriptingTest.java index 5fb87ee494..bcdf49f093 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/UiScriptingTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/UiScriptingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/UiTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/UiTest.java index 2546411a1e..e412804a31 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/UiTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/UiTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/ViewTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/ViewTest.java index 9409d69127..21acf3071f 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/ViewTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/ViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/basic/XPathTest.java b/structr-ui/src/test/java/org/structr/test/web/basic/XPathTest.java index fd2a9bfdff..da20406407 100644 --- a/structr-ui/src/test/java/org/structr/test/web/basic/XPathTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/basic/XPathTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/FourThreeOneToOne.java b/structr-ui/src/test/java/org/structr/test/web/entity/FourThreeOneToOne.java index 05e99c5060..55fa86122d 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/FourThreeOneToOne.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/FourThreeOneToOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/TestFive.java b/structr-ui/src/test/java/org/structr/test/web/entity/TestFive.java index d0e815f682..9f149b7823 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/TestFive.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/TestFive.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/TestFour.java b/structr-ui/src/test/java/org/structr/test/web/entity/TestFour.java index d3d77bb303..e12fd3d59b 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/TestFour.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/TestFour.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/TestOne.java b/structr-ui/src/test/java/org/structr/test/web/entity/TestOne.java index fa4ce8ebf4..072bb86160 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/TestOne.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/TestOne.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/TestThree.java b/structr-ui/src/test/java/org/structr/test/web/entity/TestThree.java index db8526a4d2..6e6546c196 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/TestThree.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/TestThree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/TestTwo.java b/structr-ui/src/test/java/org/structr/test/web/entity/TestTwo.java index a6792956f8..aacc368a01 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/TestTwo.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/TestTwo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/TwoFiveOneToMany.java b/structr-ui/src/test/java/org/structr/test/web/entity/TwoFiveOneToMany.java index a2777334bd..0653adb947 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/TwoFiveOneToMany.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/TwoFiveOneToMany.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/dom/ContentTest.java b/structr-ui/src/test/java/org/structr/test/web/entity/dom/ContentTest.java index 4e315e3e4a..d4afe62c9f 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/dom/ContentTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/dom/ContentTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/dom/DOMElementTest.java b/structr-ui/src/test/java/org/structr/test/web/entity/dom/DOMElementTest.java index 4c5b9dc690..da6a0594b9 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/dom/DOMElementTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/dom/DOMElementTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/dom/DOMNodeTest.java b/structr-ui/src/test/java/org/structr/test/web/entity/dom/DOMNodeTest.java index f81842e10e..3b1747ea38 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/dom/DOMNodeTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/dom/DOMNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/dom/PageTest.java b/structr-ui/src/test/java/org/structr/test/web/entity/dom/PageTest.java index 53d410101f..612d77fc9d 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/dom/PageTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/dom/PageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/entity/dom/RenderDataTest.java b/structr-ui/src/test/java/org/structr/test/web/entity/dom/RenderDataTest.java index 52dd957017..4277105429 100644 --- a/structr-ui/src/test/java/org/structr/test/web/entity/dom/RenderDataTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/entity/dom/RenderDataTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/rest/CORSMixedTest.java b/structr-ui/src/test/java/org/structr/test/web/rest/CORSMixedTest.java index 50d3861499..689b89479b 100644 --- a/structr-ui/src/test/java/org/structr/test/web/rest/CORSMixedTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/rest/CORSMixedTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/rest/CORSSimpleTest.java b/structr-ui/src/test/java/org/structr/test/web/rest/CORSSimpleTest.java index e9ceb222bc..7987dea55f 100644 --- a/structr-ui/src/test/java/org/structr/test/web/rest/CORSSimpleTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/rest/CORSSimpleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/rest/LoginLogoutTest.java b/structr-ui/src/test/java/org/structr/test/web/rest/LoginLogoutTest.java index ad533f29fa..6e7c17e2da 100644 --- a/structr-ui/src/test/java/org/structr/test/web/rest/LoginLogoutTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/rest/LoginLogoutTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/rest/NestedResourcesTest.java b/structr-ui/src/test/java/org/structr/test/web/rest/NestedResourcesTest.java index f9d831ee68..b7db535afd 100644 --- a/structr-ui/src/test/java/org/structr/test/web/rest/NestedResourcesTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/rest/NestedResourcesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/rest/SchemaMethodsTest.java b/structr-ui/src/test/java/org/structr/test/web/rest/SchemaMethodsTest.java index 0c32db794c..ee9650be03 100644 --- a/structr-ui/src/test/java/org/structr/test/web/rest/SchemaMethodsTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/rest/SchemaMethodsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . * diff --git a/structr-ui/src/test/java/org/structr/test/web/rest/UserTest.java b/structr-ui/src/test/java/org/structr/test/web/rest/UserTest.java index 742672227b..1e1aa47dd6 100644 --- a/structr-ui/src/test/java/org/structr/test/web/rest/UserTest.java +++ b/structr-ui/src/test/java/org/structr/test/web/rest/UserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2022 Structr GmbH + * Copyright (C) 2010-2023 Structr GmbH * * This file is part of Structr . *