From 75caccfe4235ff4e5a9c5f06cb686158dcf82fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dinis=20Ferreira?= Date: Sat, 18 Oct 2025 14:27:16 +0200 Subject: [PATCH] chore: rename 'Avaloq Licence AG' --> 'Avaloq Group AG' --- .../check/runtime/label/CheckRuleLabelProviderTest.java | 8 ++++---- .../ddk/check/runtime/label/CheckRuleLabelProvider.java | 8 ++++---- .../tools/ddk/test/ui/swtbot/FixedDefaultWorkbench.java | 8 ++++---- .../xtext/generator/BundleVersionStripperFragment.xtend | 8 ++++---- .../ddk/xtext/generator/DefaultFragmentWithOverride.xtend | 2 +- .../ddk/xtext/generator/model/project/ProjectConfig.xtend | 2 +- .../resourceFactory/ResourceFactoryFragment2.xtend | 8 ++++---- .../avaloq/tools/ddk/xtext/build/IBinaryModelStore.java | 8 ++++---- .../IModelInferrerFeatureExtensionService.java | 8 ++++---- .../xtext/resource/persistence/ProxyCompositeNode.java | 8 ++++---- .../ddk/xtext/resource/persistence/ResourceLoadMode.java | 8 ++++---- 11 files changed, 38 insertions(+), 38 deletions(-) diff --git a/com.avaloq.tools.ddk.check.runtime.core.test/src/com/avaloq/tools/ddk/check/runtime/label/CheckRuleLabelProviderTest.java b/com.avaloq.tools.ddk.check.runtime.core.test/src/com/avaloq/tools/ddk/check/runtime/label/CheckRuleLabelProviderTest.java index 290ad8d6d3..64c3898bc4 100644 --- a/com.avaloq.tools.ddk.check.runtime.core.test/src/com/avaloq/tools/ddk/check/runtime/label/CheckRuleLabelProviderTest.java +++ b/com.avaloq.tools.ddk.check.runtime.core.test/src/com/avaloq/tools/ddk/check/runtime/label/CheckRuleLabelProviderTest.java @@ -1,11 +1,11 @@ /* - * Copyright (c) Avaloq Licence AG + * Copyright (c) Avaloq Group AG * Schwerzistrasse 6, 8807 Freienbach, Switzerland, http://www.avaloq.com * All Rights Reserved. * - * This software is the confidential and proprietary information of Avaloq Licence AG. + * This software is the confidential and proprietary information of Avaloq Group AG. * You shall not disclose whole or parts of it and shall use it only in accordance with the terms of the - * licence agreement you entered into with Avaloq Licence AG. + * licence agreement you entered into with Avaloq Group AG. */ package com.avaloq.tools.ddk.check.runtime.label; @@ -301,4 +301,4 @@ public void testClassIsSingleton() { } -/* Copyright (c) Avaloq Licence AG */ \ No newline at end of file +/* Copyright (c) Avaloq Group AG */ \ No newline at end of file diff --git a/com.avaloq.tools.ddk.check.runtime.core/src/com/avaloq/tools/ddk/check/runtime/label/CheckRuleLabelProvider.java b/com.avaloq.tools.ddk.check.runtime.core/src/com/avaloq/tools/ddk/check/runtime/label/CheckRuleLabelProvider.java index 761f8ae24c..a1307f7ad1 100644 --- a/com.avaloq.tools.ddk.check.runtime.core/src/com/avaloq/tools/ddk/check/runtime/label/CheckRuleLabelProvider.java +++ b/com.avaloq.tools.ddk.check.runtime.core/src/com/avaloq/tools/ddk/check/runtime/label/CheckRuleLabelProvider.java @@ -1,11 +1,11 @@ /* - * Copyright (c) Avaloq Licence AG + * Copyright (c) Avaloq Group AG * Schwerzistrasse 6, 8807 Freienbach, Switzerland, http://www.avaloq.com * All Rights Reserved. * - * This software is the confidential and proprietary information of Avaloq Licence AG. + * This software is the confidential and proprietary information of Avaloq Group AG. * You shall not disclose whole or parts of it and shall use it only in accordance with the terms of the - * licence agreement you entered into with Avaloq Licence AG. + * licence agreement you entered into with Avaloq Group AG. */ package com.avaloq.tools.ddk.check.runtime.label; @@ -126,4 +126,4 @@ protected void invalidateCache() { } -/* Copyright (c) Avaloq Licence AG */ \ No newline at end of file +/* Copyright (c) Avaloq Group AG */ \ No newline at end of file diff --git a/com.avaloq.tools.ddk.test.ui/src/com/avaloq/tools/ddk/test/ui/swtbot/FixedDefaultWorkbench.java b/com.avaloq.tools.ddk.test.ui/src/com/avaloq/tools/ddk/test/ui/swtbot/FixedDefaultWorkbench.java index bb9b27db1d..30f2e59840 100644 --- a/com.avaloq.tools.ddk.test.ui/src/com/avaloq/tools/ddk/test/ui/swtbot/FixedDefaultWorkbench.java +++ b/com.avaloq.tools.ddk.test.ui/src/com/avaloq/tools/ddk/test/ui/swtbot/FixedDefaultWorkbench.java @@ -1,11 +1,11 @@ /* - * Copyright (c) Avaloq Licence AG + * Copyright (c) Avaloq Group AG * Schwerzistrasse 6, 8807 Freienbach, Switzerland, http://www.avaloq.com * All Rights Reserved. * - * This software is the confidential and proprietary information of Avaloq Licence AG. + * This software is the confidential and proprietary information of Avaloq Group AG. * You shall not disclose whole or parts of it and shall use it only in accordance with the terms of the - * licence agreement you entered into with Avaloq Licence AG. + * licence agreement you entered into with Avaloq Group AG. */ package com.avaloq.tools.ddk.test.ui.swtbot; @@ -181,4 +181,4 @@ private IWorkbenchPage activePage() { } -/* Copyright (c) Avaloq Licence AG */ \ No newline at end of file +/* Copyright (c) Avaloq Group AG */ \ No newline at end of file diff --git a/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/BundleVersionStripperFragment.xtend b/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/BundleVersionStripperFragment.xtend index 18fd421ad3..2a26eb1198 100644 --- a/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/BundleVersionStripperFragment.xtend +++ b/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/BundleVersionStripperFragment.xtend @@ -1,11 +1,11 @@ /* - * Copyright (c) Avaloq Licence AG + * Copyright (c) Avaloq Group AG * Schwerzistrasse 6, 8807 Freienbach, Switzerland, http://www.avaloq.com * All Rights Reserved. * - * This software is the confidential and proprietary information of Avaloq Licence AG. + * This software is the confidential and proprietary information of Avaloq Group AG. * You shall not disclose whole or parts of it and shall use it only in accordance with the terms of the - * licence agreement you entered into with Avaloq Licence AG. + * licence agreement you entered into with Avaloq Group AG. */ package com.avaloq.tools.ddk.xtext.generator @@ -45,4 +45,4 @@ class BundleVersionStripperFragment extends AbstractXtextGeneratorFragment { } -/* Copyright (c) Avaloq Licence AG */ \ No newline at end of file +/* Copyright (c) Avaloq Group AG */ \ No newline at end of file diff --git a/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/DefaultFragmentWithOverride.xtend b/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/DefaultFragmentWithOverride.xtend index 9dccde1c71..01099bed21 100644 --- a/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/DefaultFragmentWithOverride.xtend +++ b/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/DefaultFragmentWithOverride.xtend @@ -51,4 +51,4 @@ class DefaultFragmentWithOverride extends AbstractXtextGeneratorFragment { } } -/* Copyright (c) Avaloq Licence AG */ +/* Copyright (c) Avaloq Group AG */ diff --git a/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/model/project/ProjectConfig.xtend b/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/model/project/ProjectConfig.xtend index 0160533508..47cbc2593d 100644 --- a/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/model/project/ProjectConfig.xtend +++ b/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/model/project/ProjectConfig.xtend @@ -46,4 +46,4 @@ class ProjectConfig extends StandardProjectConfig { } -/* Copyright (c) Avaloq Licence AG */ \ No newline at end of file +/* Copyright (c) Avaloq Group AG */ \ No newline at end of file diff --git a/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/resourceFactory/ResourceFactoryFragment2.xtend b/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/resourceFactory/ResourceFactoryFragment2.xtend index b2f4412b00..8b7306a7b0 100644 --- a/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/resourceFactory/ResourceFactoryFragment2.xtend +++ b/com.avaloq.tools.ddk.xtext.generator/src/com/avaloq/tools/ddk/xtext/generator/resourceFactory/ResourceFactoryFragment2.xtend @@ -1,11 +1,11 @@ /* - * Copyright (c) Avaloq Licence AG + * Copyright (c) Avaloq Group AG * Schwerzistrasse 6, 8807 Freienbach, Switzerland, http://www.avaloq.com * All Rights Reserved. * - * This software is the confidential and proprietary information of Avaloq Licence AG. + * This software is the confidential and proprietary information of Avaloq Group AG. * You shall not disclose whole or parts of it and shall use it only in accordance with the terms of the - * licence agreement you entered into with Avaloq Licence AG. + * licence agreement you entered into with Avaloq Group AG. */ package com.avaloq.tools.ddk.xtext.generator.resourceFactory @@ -74,4 +74,4 @@ class ResourceFactoryFragment2 extends AbstractXtextGeneratorFragment { } -/* Copyright (c) Avaloq Licence AG */ \ No newline at end of file +/* Copyright (c) Avaloq Group AG */ \ No newline at end of file diff --git a/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/build/IBinaryModelStore.java b/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/build/IBinaryModelStore.java index e3864df3e6..38a6b9947a 100644 --- a/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/build/IBinaryModelStore.java +++ b/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/build/IBinaryModelStore.java @@ -1,11 +1,11 @@ /* - * Copyright (c) Avaloq Licence AG + * Copyright (c) Avaloq Group AG * Schwerzistrasse 6, 8807 Freienbach, Switzerland, http://www.avaloq.com * All Rights Reserved. * - * This software is the confidential and proprietary information of Avaloq Licence AG. + * This software is the confidential and proprietary information of Avaloq Group AG. * You shall not disclose whole or parts of it and shall use it only in accordance with the terms of the - * licence agreement you entered into with Avaloq Licence AG. + * licence agreement you entered into with Avaloq Group AG. */ package com.avaloq.tools.ddk.xtext.build; @@ -116,4 +116,4 @@ public void delete(final URI uri) throws IOException { } } -/* Copyright (c) Avaloq Licence AG */ \ No newline at end of file +/* Copyright (c) Avaloq Group AG */ \ No newline at end of file diff --git a/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/modelinference/IModelInferrerFeatureExtensionService.java b/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/modelinference/IModelInferrerFeatureExtensionService.java index 0165d04f2f..21da60a1a9 100644 --- a/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/modelinference/IModelInferrerFeatureExtensionService.java +++ b/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/modelinference/IModelInferrerFeatureExtensionService.java @@ -1,11 +1,11 @@ /* - * Copyright (c) Avaloq Licence AG + * Copyright (c) Avaloq Group AG * Schwerzistrasse 6, 8807 Freienbach, Switzerland, http://www.avaloq.com * All Rights Reserved. * - * This software is the confidential and proprietary information of Avaloq Licence AG. + * This software is the confidential and proprietary information of Avaloq Group AG. * You shall not disclose whole or parts of it and shall use it only in accordance with the terms of the - * licence agreement you entered into with Avaloq Licence AG. + * licence agreement you entered into with Avaloq Group AG. */ package com.avaloq.tools.ddk.xtext.modelinference; @@ -21,4 +21,4 @@ public interface IModelInferrerFeatureExtensionService extends IModelInferrer { } -/* Copyright (c) Avaloq Licence AG */ \ No newline at end of file +/* Copyright (c) Avaloq Group AG */ \ No newline at end of file diff --git a/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence/ProxyCompositeNode.java b/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence/ProxyCompositeNode.java index 4329809e99..a67763458c 100644 --- a/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence/ProxyCompositeNode.java +++ b/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence/ProxyCompositeNode.java @@ -1,11 +1,11 @@ /* - * Copyright (c) Avaloq Licence AG + * Copyright (c) Avaloq Group AG * Schwerzistrasse 6, 8807 Freienbach, Switzerland, http://www.avaloq.com * All Rights Reserved. * - * This software is the confidential and proprietary information of Avaloq Licence AG. + * This software is the confidential and proprietary information of Avaloq Group AG. * You shall not disclose whole or parts of it and shall use it only in accordance with the terms of the - * licence agreement you entered into with Avaloq Licence AG. + * licence agreement you entered into with Avaloq Group AG. */ package com.avaloq.tools.ddk.xtext.resource.persistence; @@ -409,4 +409,4 @@ public NodeModelUtils.Implementation utils() { } } -/* Copyright (c) Avaloq Licence AG */ \ No newline at end of file +/* Copyright (c) Avaloq Group AG */ \ No newline at end of file diff --git a/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence/ResourceLoadMode.java b/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence/ResourceLoadMode.java index 6210086579..54816fbaaf 100644 --- a/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence/ResourceLoadMode.java +++ b/com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence/ResourceLoadMode.java @@ -1,11 +1,11 @@ /* - * Copyright (c) Avaloq Licence AG + * Copyright (c) Avaloq Group AG * Schwerzistrasse 6, 8807 Freienbach, Switzerland, http://www.avaloq.com * All Rights Reserved. * - * This software is the confidential and proprietary information of Avaloq Licence AG. + * This software is the confidential and proprietary information of Avaloq Group AG. * You shall not disclose whole or parts of it and shall use it only in accordance with the terms of the - * licence agreement you entered into with Avaloq Licence AG. + * licence agreement you entered into with Avaloq Group AG. */ package com.avaloq.tools.ddk.xtext.resource.persistence; @@ -197,4 +197,4 @@ public String toString() { Instruction instruction(Constituent constituent); } -/* Copyright (c) Avaloq Licence AG */ \ No newline at end of file +/* Copyright (c) Avaloq Group AG */ \ No newline at end of file