Merge pull request #35 from fernando88to/main

Go To Test: reach tests of sibling artefacts kept in another package
diff --git a/.github/workflows/rat.yml b/.github/workflows/rat.yml
index 117f391..53de90f 100644
--- a/.github/workflows/rat.yml
+++ b/.github/workflows/rat.yml
@@ -32,6 +32,11 @@
     steps:
       - name: "๐Ÿ“ฅ Checkout repository"
         uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
+      - name: "๐Ÿงพ Verify the canonical ASF source header"
+        # RAT cannot do this: the JetBrains-attributed boilerplate the codebase carried before the
+        # software grant and the ASF header are both the ALv2 appendix to it, so RAT is green either
+        # way. This is what pins every file to the header text in HEADER.
+        run: ./etc/bin/apply-asf-headers.py --check
       - name: "๐Ÿ“ Read JDK version from .sdkmanrc"
         id: sdkmanrc
         run: echo "java=$(grep -E '^java=' .sdkmanrc | cut -d= -f2 | sed 's/-librca$//')" >> "$GITHUB_OUTPUT"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 86bc9ed..65c4d25 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -133,6 +133,9 @@
           rm -f grails-intellij-plugin/.asf.yaml
           rm -f grails-intellij-plugin/gradlew grails-intellij-plugin/gradlew.bat
           rm -rf grails-intellij-plugin/gradle/wrapper
+          # planning documents, RAT-excluded as removed before the first release
+          rm -f grails-intellij-plugin/MIGRATION-PLAN.md
+          rm -f grails-intellij-plugin/IMPROVEMENT-PLAN.md
       - name: "๐Ÿ“ฆ Create source distribution ZIP"
         run: zip -r ${DIST_NAME}-${VERSION}-src.zip grails-intellij-plugin
       - name: "๐Ÿ” Set up GPG" # use env var to not expose the key
diff --git a/.gitignore b/.gitignore
index f4c95ca..49ef476 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,9 @@
 .DS_Store
 # reproducible-build and release-verification output (etc/bin/*.sh)
 etc/bin/results
+# Third-party test fixture jars, resolved from Maven at test time by plugin/build.gradle rather
+# than committed: ASF source releases must not ship third-party binaries, and hibernate-core is
+# LGPL 2.1 (Category X), which may not sit in the repository at all.
+/plugin/testdata/mockGrails11/dist/*.jar
+/plugin/testdata/mockGrails11/lib/*.jar
+/plugin/testdata/mockGrails14/*.jar
diff --git a/AGENTS.md b/AGENTS.md
index 2a7f159..57348d9 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -52,11 +52,16 @@
    with the new behavior. Run all affected tests and ensure they pass before committing.
 4. **Apache license header required** on all new source files (enforced by `./gradlew rat`).
    Every RAT exclude in the `rat` convention plugin must carry an inline justification.
-   - **New files use the ASF header** (verbatim from the `HEADER` file: *"Licensed to the
+   - **Every file uses the ASF header** (verbatim from the `HEADER` file: *"Licensed to the
      Apache Software Foundation (ASF) under one or more contributor license agreements…"*),
-     rendered as a `/* … */` block for Java/Kotlin or `<!-- … -->` for XML. **Do NOT** copy
-     the `Copyright 2000-2026 JetBrains s.r.o. and contributors` header — that appears only on
-     files inherited through the migration; new work is ASF-owned.
+     rendered as a `/* … */` block for Java/Kotlin/Gradle/Groovy, `#` for properties and
+     `META-INF/services` files, or `<!-- … -->` for XML. **No copyright notice belongs in a
+     header** — attribution lives in `NOTICE`. The `Copyright 2000-2026 JetBrains s.r.o. and
+     contributors` form the codebase was imported with is gone as of the software grant and
+     must not reappear.
+   - `./etc/bin/apply-asf-headers.py --check` is the guard, and runs in the RAT workflow;
+     without `--check` it rewrites. RAT cannot do this job — both header forms are the ALv2
+     appendix to it, so it is green either way.
 5. **Test-fixture JDK conventions (2026.2+)** — Mock JDK 1.7 is no longer shipped:
    - **Light fixtures**: `GrailsTestCase` pins `DefaultLightProjectDescriptor(IdeaTestUtil::getMockJdk11)`
      via `getTestJdk()`. Override `getTestJdk()` to a real JDK only when the test needs
diff --git a/MIGRATION-PLAN.md b/MIGRATION-PLAN.md
index d4a9439..953ff82 100644
--- a/MIGRATION-PLAN.md
+++ b/MIGRATION-PLAN.md
@@ -205,18 +205,52 @@
   a workflow artifact rather than channel publishing, so CI publishes nothing and there is
   no job to gate.
 
-## Phase 9 — Post-grant follow-up (BLOCKED until software grant recorded)
+## Phase 9 — Post-grant follow-up (grant filed; done)
 
-Do **not** start any of this until the JetBrains software grant is recorded with the
-ASF Secretary and IP clearance is filed (incubator IP-clearance form, even for a
-non-incubating PMC receiving a codebase).
+Unblocked by the JetBrains software grant being filed, and carried out under #23.
 
-- Wholesale replacement of the JetBrains-attributed Apache 2.0 headers with the
-  canonical ASF header from `HEADER` (script in `etc/bin/`, one mechanical commit —
-  the former "option A"). Run in the legacy repo too if the fork has happened.
-- Move the JetBrains copyright into `NOTICE` and add the "donated to the ASF" wording,
-  confirmed against the grant text.
-- Update the Phase 8 grep guard: the ASF header becomes required on all non-excluded
-  files; the JetBrains-attributed form should no longer appear.
-- Revisit RAT config: no changes expected (both header forms are Apache-2.0 to RAT),
-  but re-run the audit after the replacement.
+- [x] Wholesale replacement of the JetBrains-attributed Apache 2.0 headers with the
+      canonical ASF header from `HEADER` — 948 files, one mechanical commit, by
+      `etc/bin/apply-asf-headers.py` (which replaced the pre-grant
+      `expand-jetbrains-headers.py`). Run in the legacy repo too if the fork has happened.
+- [x] Move the JetBrains copyright into `NOTICE` and add the "donated to the ASF" wording.
+      **Still to confirm against the executed grant text** — the wording used is
+      "donated to the Apache Software Foundation under a software grant", and the
+      redundant `Licensed under the Apache License, Version 2.0.` line is gone.
+- [x] The header guard: `apply-asf-headers.py --check`, in the RAT workflow. It enforces the
+      one thing RAT cannot see — *which* ALv2 header a file carries — so it needs no copy of
+      RAT's exclusion list, and it fails on either a JetBrains-attributed header or any other
+      divergence from `HEADER`.
+- [x] Revisit RAT config: no changes needed, as expected (both header forms are Apache-2.0 to
+      RAT). Audit re-run after the replacement: 996 standards, all Apache licensed, 0 unknown.
+
+### IP clearance record
+
+Facts the [IP clearance form](https://incubator.apache.org/ip-clearance/) needs. The import
+commit `3d4bc40` is a squash whose message names only the repository, so the upstream
+revision is recorded here instead.
+
+| | |
+| --- | --- |
+| Upstream repository | `JetBrains/intellij-obsolete-plugins` |
+| Donated subtree | `grails/` |
+| Upstream commit | `dfe54eaecdbe50ba9c7c1ed162ff9a547fa3ca4a` (2026-02-25, "Move Grails to obsolete plugins (IDEA-379825)") — the last commit to touch `grails/` |
+| Subtree tree object | `a8bd06f07db0f285916880e5029375f6583f6d8b` |
+| Import commit here | `3d4bc40c8c31832c84415a9a11ee68deba3277e4` (2026-06-30) |
+
+Verified rather than assumed: all **1330** blobs under `grails/` at that upstream commit are
+byte-identical to their counterparts in `3d4bc40`, with nothing added or missing on either
+side. The subtree was unchanged upstream between `dfe54ea` and `530c89a`, the upstream default
+branch head at the time of import, so `dfe54ea` is the exact provenance of the snapshot.
+
+Two sets of files inside the donated tree are worth a line on the form because they carry
+someone else's package names or copyright:
+
+- `libs/testFramework/**` files in `com.intellij` / `org.jetbrains` packages were present in
+  the import commit rather than copied in later. JetBrains owns them and they fall inside the
+  donated tree, so the grant covers them.
+- `plugin/testdata/mockGrails11/scripts/*.groovy` carry `Copyright 2004-2005 the original
+  author or authors` and trace to the Grails codebase already granted to the ASF, so their
+  provenance is covered independently of the JetBrains grant. They are test fixtures whose
+  content *is* the test input, which is why they keep their original headers and are
+  RAT-excluded.
diff --git a/NOTICE b/NOTICE
index 1b912da..70a774f 100644
--- a/NOTICE
+++ b/NOTICE
@@ -2,9 +2,9 @@
 Copyright 2025-2026 The Apache Software Foundation
 
 This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
+The Apache Software Foundation (https://www.apache.org/).
 
 This product includes software originally developed by JetBrains s.r.o.
-and contributors (https://www.jetbrains.com/).
+and contributors (https://www.jetbrains.com/), donated to the Apache
+Software Foundation under a software grant.
 Copyright 2000-2026 JetBrains s.r.o. and contributors.
-Licensed under the Apache License, Version 2.0.
diff --git a/README.md b/README.md
index 4548158..d619db7 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,12 @@
 structure and navigation, run configurations, taglib/domain-class support, and
 integrations for i18n, coverage, Hibernate, Maven, and language injection.
 
-This codebase was originally developed by JetBrains s.r.o. and imported from
-[JetBrains/intellij-obsolete-plugins](https://github.com/JetBrains/intellij-obsolete-plugins).
+This codebase was originally developed by JetBrains s.r.o. and donated to the Apache
+Software Foundation under a software grant. It was imported from the `grails` directory of
+[JetBrains/intellij-obsolete-plugins](https://github.com/JetBrains/intellij-obsolete-plugins)
+at commit
+[`dfe54ea`](https://github.com/JetBrains/intellij-obsolete-plugins/commit/dfe54eaecdbe50ba9c7c1ed162ff9a547fa3ca4a)
+(tree `a8bd06f`), the last commit to touch that directory upstream.
 
 ## Requirements
 
diff --git a/RELEASE.md b/RELEASE.md
index 2422a51..ae8858d 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -136,7 +136,8 @@
 ## 4. Create the source distribution (`source` job)
 
 1. Check out the tag, then remove files that must not ship in a source release
-   (`.git`, `.github`, `.asf.yaml`, `gradlew`/`gradlew.bat`, `gradle/wrapper`).
+   (`.git`, `.github`, `.asf.yaml`, `gradlew`/`gradlew.bat`, `gradle/wrapper`, and the
+   `MIGRATION-PLAN.md` / `IMPROVEMENT-PLAN.md` planning documents).
 2. Zip to `apache-grails-intellij-plugin-${VERSION}-src.zip`.
 3. GPG-detached-sign (`.asc`) and checksum (`.sha512`).
 4. Upload all three to the GitHub Release.
@@ -146,6 +147,16 @@
 the source distribution, and why `verify-distributions.sh` asserts both that
 `gradle-bootstrap` is present and that no `gradle-wrapper.jar` is.
 
+That wrapper jar is the only binary the repository tracks, so once the `source` job has
+stripped it the source distribution contains no compiled binaries at all — which is why
+`verify-distributions.sh` forbids `*.jar` outright rather than just the wrapper. The mock
+Grails installations the tests run against do need real third-party jars, but those are
+resolved from Maven at test time (see the fixture library list in
+[`plugin/build.gradle`](plugin/build.gradle)) instead of being committed, so running
+`./gradlew test` from an extracted source distribution needs network access on its first
+run. Nothing in the release verification path does: `verify.sh` runs checksums, signatures,
+`rat` and a reproducible `buildPlugin`, never `check` or `test`.
+
 ## 5. Stage to dist.apache.org (`upload` job)
 
 1. Ensure `dist/dev/grails/intellij` exists in the ASF dist SVN.
@@ -192,10 +203,12 @@
 signature), then checks the contents:
 
 - **Source distribution** must contain `LICENSE`, `NOTICE`, `README.md`, `INSTALL`,
-  `RELEASE.md`, `.sdkmanrc`, and `gradle-bootstrap/`, and must **not** contain
-  `gradle-wrapper.jar`, `gradlew`, `.git/`, `.github/`, or `.asf.yaml`.
-- **Binary distribution** must carry `META-INF/LICENSE`, `META-INF/NOTICE`, and
-  `META-INF/plugin.xml` inside the composed plugin jar.
+  `RELEASE.md`, `.sdkmanrc`, and `gradle-bootstrap/`, and must **not** contain any `*.jar`,
+  `gradlew`, `.git/`, `.github/`, `.asf.yaml`, or the planning documents.
+- **Binary distribution** must carry `LICENSE` and `NOTICE` at the root of the plugin
+  directory — the ZIP is the unit being distributed, and ASF policy requires both files in
+  every unit of distribution regardless of its format — as well as `META-INF/LICENSE`,
+  `META-INF/NOTICE`, and `META-INF/plugin.xml` inside the composed plugin jar.
 
 The equivalent manual commands are:
 
diff --git a/build-logic/src/main/groovy/org.apache.grails.intellij.build.intellij-plugin.gradle b/build-logic/src/main/groovy/org.apache.grails.intellij.build.intellij-plugin.gradle
index f3864c7..1543269 100644
--- a/build-logic/src/main/groovy/org.apache.grails.intellij.build.intellij-plugin.gradle
+++ b/build-logic/src/main/groovy/org.apache.grails.intellij.build.intellij-plugin.gradle
@@ -101,8 +101,16 @@
 // standardDsls/ is packaged as loose files under <plugin>/lib/standardDsls/ rather than as jar
 // resources, so it is excluded from the resource set and copied into the sandbox instead.
 // pluginName is a Property mapped lazily so it tracks projectName above.
+//
+// LICENSE and NOTICE go in alongside it, at the root of the plugin directory. The ZIP built from
+// this sandbox is the unit that gets staged, voted on and distributed, and policy requires both
+// files in every unit of distribution "whether the unit of distribution is a .jar, .msi, .tar.gz,
+// .zip, .exe installer, or any other file format" -- having them only in the composed jar's
+// META-INF, as processResources does above, does not satisfy that for the ZIP itself.
 tasks.withType(PrepareSandboxTask).configureEach { task ->
     task.from(layout.projectDirectory.dir('standardDsls')) {
         into task.pluginName.map { "$it/lib/standardDsls/" }
     }
+    task.from(layout.settingsDirectory.file('LICENSE')) { into task.pluginName }
+    task.from(layout.settingsDirectory.file('NOTICE')) { into task.pluginName }
 }
diff --git a/build-logic/src/main/groovy/org.apache.grails.intellij.build.repositories.settings.gradle b/build-logic/src/main/groovy/org.apache.grails.intellij.build.repositories.settings.gradle
index 0a09bf9..06e5749 100644
--- a/build-logic/src/main/groovy/org.apache.grails.intellij.build.repositories.settings.gradle
+++ b/build-logic/src/main/groovy/org.apache.grails.intellij.build.repositories.settings.gradle
@@ -41,6 +41,35 @@
 
     repositories {
         mavenCentral()
+        // The Apache Grails Artifactory, for the eleven test-fixture artifacts Maven Central never
+        // received: the Grails 2.0.0/1.4.0 milestones and spring-test 3.1.0.M2 were published only to
+        // the now-defunct SpringSource repositories, and this is where they survive. Declared after
+        // mavenCentral so it is consulted only for what Central cannot serve, and pinned to exact
+        // versions so it can never quietly become the source of anything else.
+        maven {
+            name = 'grailsCore'
+            url = 'https://repo.grails.org/grails/core'
+            // Artifacts only, no POM parsing: spring-test 3.1.0.M2 declares an
+            // org.springframework:spring-parent:3.1.0.M2 that was never published anywhere, so
+            // reading its metadata fails the resolution outright. Every dependency served from
+            // here is declared artifact-only (`@jar`), so there is no metadata to lose.
+            metadataSources {
+                artifact()
+            }
+            content {
+                includeVersion 'org.grails', 'grails-bootstrap', '2.0.0.M2'
+                includeVersion 'org.grails', 'grails-core', '2.0.0.M1'
+                includeVersion 'org.grails', 'grails-datastore-gorm', '1.0.0.RC1'
+                includeVersion 'org.grails', 'grails-hibernate', '2.0.0.M1'
+                includeVersion 'org.grails', 'grails-plugin-controllers', '1.4.0.M1'
+                includeVersion 'org.grails', 'grails-plugin-gsp', '2.0.0.RC1'
+                includeVersion 'org.grails', 'grails-plugin-mimetypes', '1.4.0.M1'
+                includeVersion 'org.grails', 'grails-plugin-testing', '1.4.0.M1'
+                includeVersion 'org.grails', 'grails-test', '2.0.0.M2'
+                includeVersion 'org.grails', 'grails-web', '2.0.0.M1'
+                includeVersion 'org.springframework', 'spring-test', '3.1.0.M2'
+            }
+        }
         intellijPlatform {
             defaultRepositories()
         }
diff --git a/build.gradle b/build.gradle
index 4e9e4bb..3b924b7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 // The root project is a pure aggregator: it compiles nothing and produces no artifact. It owns
diff --git a/compilers/grails-compiler-patch/build.gradle b/compilers/grails-compiler-patch/build.gradle
index ed8cd5c..0ca89e1 100644
--- a/compilers/grails-compiler-patch/build.gradle
+++ b/compilers/grails-compiler-patch/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 plugins {
     id 'org.apache.grails.intellij.build.compiler'
diff --git a/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/EmptyGrailsAwarePatcher.java b/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/EmptyGrailsAwarePatcher.java
index 4107092..4416d43 100644
--- a/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/EmptyGrailsAwarePatcher.java
+++ b/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/EmptyGrailsAwarePatcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.compiler.grails.compiler.patch;
diff --git a/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/Grails2_0_JUnitPatcher.java b/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/Grails2_0_JUnitPatcher.java
index 648e521..c396482 100644
--- a/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/Grails2_0_JUnitPatcher.java
+++ b/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/Grails2_0_JUnitPatcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.compiler.grails.compiler.patch;
diff --git a/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsCompilerRtMarker.java b/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsCompilerRtMarker.java
index 68481c3..b2d88ab 100644
--- a/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsCompilerRtMarker.java
+++ b/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsCompilerRtMarker.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.compiler.grails.compiler.patch;
diff --git a/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsDomainClassPatcher.java b/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsDomainClassPatcher.java
index 50872c5..b0addc5 100644
--- a/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsDomainClassPatcher.java
+++ b/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsDomainClassPatcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.compiler.grails.compiler.patch;
diff --git a/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsJUnitPatcher.java b/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsJUnitPatcher.java
index f4d3b7c..7a39d70 100644
--- a/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsJUnitPatcher.java
+++ b/compilers/grails-compiler-patch/src/main/java/org/apache/grails/intellij/compiler/grails/compiler/patch/GrailsJUnitPatcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.compiler.grails.compiler.patch;
diff --git a/compilers/grails-compiler-patch/src/main/resources/log4j.properties b/compilers/grails-compiler-patch/src/main/resources/log4j.properties
index 1f430de..4cb9ed7 100644
--- a/compilers/grails-compiler-patch/src/main/resources/log4j.properties
+++ b/compilers/grails-compiler-patch/src/main/resources/log4j.properties
@@ -1,16 +1,19 @@
-# Copyright 2000-2026 JetBrains s.r.o. and contributors.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+#   https://www.apache.org/licenses/LICENSE-2.0
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 # Set root logger level to DEBUG and its only appender to A1.
 # TRACE,DEBUG,INFO,WARN,ERROR,FATAL
 log4j.rootLogger=ERROR, A1
diff --git a/compilers/jps-plugin/build.gradle b/compilers/jps-plugin/build.gradle
index 0ccc5b5..f71b986 100644
--- a/compilers/jps-plugin/build.gradle
+++ b/compilers/jps-plugin/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 plugins {
     id 'org.apache.grails.intellij.build.compiler'
diff --git a/compilers/jps-plugin/src/main/java/org/apache/grails/intellij/compiler/jps/plugin/builder/GrailsBuilderExtension.java b/compilers/jps-plugin/src/main/java/org/apache/grails/intellij/compiler/jps/plugin/builder/GrailsBuilderExtension.java
index 701ff5b..3ba9e94 100644
--- a/compilers/jps-plugin/src/main/java/org/apache/grails/intellij/compiler/jps/plugin/builder/GrailsBuilderExtension.java
+++ b/compilers/jps-plugin/src/main/java/org/apache/grails/intellij/compiler/jps/plugin/builder/GrailsBuilderExtension.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.compiler.jps.plugin.builder;
diff --git a/compilers/jps-plugin/src/main/resources/META-INF/services/org.jetbrains.jps.incremental.groovy.GroovyBuilderExtension b/compilers/jps-plugin/src/main/resources/META-INF/services/org.jetbrains.jps.incremental.groovy.GroovyBuilderExtension
index f71a573..6ff450e 100644
--- a/compilers/jps-plugin/src/main/resources/META-INF/services/org.jetbrains.jps.incremental.groovy.GroovyBuilderExtension
+++ b/compilers/jps-plugin/src/main/resources/META-INF/services/org.jetbrains.jps.incremental.groovy.GroovyBuilderExtension
@@ -1,14 +1,17 @@
-# Copyright 2000-2026 JetBrains s.r.o. and contributors.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+#   https://www.apache.org/licenses/LICENSE-2.0
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 org.apache.grails.intellij.compiler.jps.plugin.builder.GrailsBuilderExtension
\ No newline at end of file
diff --git a/etc/bin/apply-asf-headers.py b/etc/bin/apply-asf-headers.py
new file mode 100755
index 0000000..03c0d9f
--- /dev/null
+++ b/etc/bin/apply-asf-headers.py
@@ -0,0 +1,222 @@
+#!/usr/bin/env python3
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+"""Replace the JetBrains-attributed Apache 2.0 headers with the canonical ASF header.
+
+The JetBrains software grant relocated the copyright notice to NOTICE, and the ASF source
+header policy (https://www.apache.org/legal/src-headers.html#headers) requires the header
+itself to carry no copyright notice.  This rewrites the header in place, in whichever
+comment syntax the file already uses, and changes nothing else.
+
+The header text is read from the HEADER file at the repository root, so that file stays the
+single definition of what the header says.
+
+    ./etc/bin/apply-asf-headers.py            rewrite
+    ./etc/bin/apply-asf-headers.py --check    change nothing, and fail if anything would
+
+--check is the CI guard.  RAT already proves every non-excluded file carries an Apache 2.0
+header, but it cannot tell the two forms apart -- the JetBrains-attributed boilerplate and
+the ASF header are both the ALv2 appendix to RAT, which is why it was green before this
+sweep and stays green after.  This closes exactly that gap, and being anchored on the
+copyright notice rather than on a file list, it needs no copy of RAT's exclusions.
+
+Exits non-zero if any file carries a JetBrains-attributed header this script cannot
+identify, so a file is never silently left behind.
+"""
+import argparse
+import os
+import re
+import subprocess
+import sys
+
+REPO_ROOT = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
+
+COPYRIGHT = re.compile(r"Copyright\s+\d{4}(?:-\d{4})?\s+JetBrains\s+s\.r\.o\.")
+LICENSE_END = re.compile(r"limitations under the License\.")
+# What may legitimately sit above a file's licence header.
+PRELUDE = re.compile(r"\s*$|\s*(#!|<\?xml|//|#|/\*|\*|<!--)")
+
+# Files that mention JetBrains outside a license header: prose about where the codebase came
+# from, and NOTICE, which is where the grant puts the attribution and so must keep it.
+SKIP = {
+    "NOTICE",
+    "README.md",
+    "AGENTS.md",
+    "MIGRATION-PLAN.md",
+    "IMPROVEMENT-PLAN.md",
+    "etc/bin/apply-asf-headers.py",
+}
+
+# Comment syntax by extension: (opening line, line prefix, closing line). A prefix is applied
+# to every line of the header text, which the HEADER file already indents by one space.
+BLOCK = ("/*", " *", " */")
+HASH = (None, "#", None)
+XML = ("<!--", " ", "-->")
+
+BY_EXTENSION = {
+    ".java": BLOCK,
+    ".kt": BLOCK,
+    ".kts": BLOCK,
+    ".gradle": BLOCK,
+    ".groovy": BLOCK,
+    ".gdsl": BLOCK,
+    ".flex": BLOCK,
+    ".properties": HASH,
+    ".py": HASH,
+    ".sh": HASH,
+    ".yml": HASH,
+    ".yaml": HASH,
+    ".xml": XML,
+    ".tld": XML,
+    ".html": XML,
+}
+
+# Extensionless files whose comment syntax cannot be inferred from a suffix: the
+# META-INF/services provider-configuration files, which take '#' comments.
+SERVICES = re.compile(r"/META-INF/services/")
+
+
+def header_lines():
+    with open(os.path.join(REPO_ROOT, "HEADER"), encoding="utf-8") as handle:
+        return handle.read().rstrip("\n").split("\n")
+
+
+def render(style, lines):
+    """Render the header text in one comment syntax."""
+    opening, prefix, closing = style
+    rendered = []
+    if opening is not None:
+        rendered.append(opening)
+    for line in lines:
+        # No trailing whitespace on the blank lines inside the header.
+        rendered.append((prefix + line).rstrip() if line.strip() else prefix.rstrip())
+    if closing is not None:
+        rendered.append(closing)
+    return rendered
+
+
+def style_for(path):
+    if SERVICES.search("/" + path):
+        return HASH
+    return BY_EXTENSION.get(os.path.splitext(path)[1])
+
+
+def find_block(lines, style):
+    """Locate the license comment block: (start, end) inclusive, or None.
+
+    Anchored on the JetBrains copyright line and bounded by the comment syntax, so the shape
+    of the boilerplate in between -- and there are several -- does not matter.
+    """
+    copyright_at = next((i for i, line in enumerate(lines) if COPYRIGHT.search(line)), None)
+    if copyright_at is None:
+        return None
+
+    opening, _, closing = style
+    if opening is not None:
+        start = next((i for i in range(copyright_at, -1, -1) if lines[i].lstrip().startswith(opening)), None)
+        end = next((i for i in range(copyright_at, len(lines)) if closing.strip() in lines[i]), None)
+    else:
+        # A '#' block has no delimiters: it starts at the copyright line and ends on the last
+        # line of the licence text, so any comment that follows it is left alone.
+        start = copyright_at
+        end = next((i for i in range(copyright_at, len(lines)) if LICENSE_END.search(lines[i])), None)
+
+    if start is None or end is None or end < start:
+        return None
+    # A header sits at the top of the file. Only a shebang, an XML declaration, blank lines or
+    # other comments may precede it -- the generated JFlex lexers, for one, put two "// Generated
+    # by" lines first. Anything else means this is a comment from the body of the file.
+    if not all(PRELUDE.match(line) for line in lines[:start]):
+        return None
+    # Guard against matching a comment that merely mentions the copyright.
+    if not any("Apache License" in line for line in lines[start:end + 1]):
+        return None
+    return start, end
+
+
+def tracked_files():
+    out = subprocess.run(["git", "-C", REPO_ROOT, "ls-files", "-z"],
+                         capture_output=True, check=True).stdout
+    return [entry for entry in out.decode("utf-8").split("\0") if entry]
+
+
+def main():
+    parser = argparse.ArgumentParser(description=__doc__)
+    parser.add_argument("--check", action="store_true",
+                        help="change nothing, and exit non-zero if anything would change")
+    args = parser.parse_args()
+
+    lines_of_header = header_lines()
+    rewritten, skipped, unhandled = [], [], []
+
+    for path in tracked_files():
+        if path in SKIP:
+            continue
+        absolute = os.path.join(REPO_ROOT, path)
+        try:
+            with open(absolute, encoding="utf-8") as handle:
+                text = handle.read()
+        except (UnicodeDecodeError, IsADirectoryError, FileNotFoundError):
+            continue
+        if not COPYRIGHT.search(text):
+            continue
+
+        style = style_for(path)
+        if style is None:
+            unhandled.append((path, "no comment syntax known for this file type"))
+            continue
+
+        newline = "\r\n" if "\r\n" in text else "\n"
+        lines = text.split(newline)
+        found = find_block(lines, style)
+        if found is None:
+            unhandled.append((path, "no license header found around the copyright notice"))
+            continue
+
+        start, end = found
+        replacement = lines[:start] + render(style, lines_of_header) + lines[end + 1:]
+        updated = newline.join(replacement)
+        if updated == text:
+            skipped.append(path)
+            continue
+        if not args.check:
+            with open(absolute, "w", encoding="utf-8", newline="") as handle:
+                handle.write(updated)
+        rewritten.append(path)
+
+    for path, reason in unhandled:
+        print(f"UNHANDLED {path}: {reason}", file=sys.stderr)
+
+    if args.check:
+        for path in rewritten:
+            print(f"JetBrains-attributed header: {path}", file=sys.stderr)
+        if rewritten or unhandled:
+            print(f"\n{len(rewritten) + len(unhandled)} file(s) do not carry the canonical ASF "
+                  f"header from HEADER.\nRun ./etc/bin/apply-asf-headers.py to fix.", file=sys.stderr)
+            return 1
+        print("all tracked files carry the canonical ASF header")
+        return 0
+
+    print(f"rewrote {len(rewritten)} files")
+    if unhandled:
+        print(f"\n{len(unhandled)} file(s) left untouched -- see above", file=sys.stderr)
+        return 1
+    return 0
+
+
+if __name__ == "__main__":
+    sys.exit(main())
diff --git a/etc/bin/expand-jetbrains-headers.py b/etc/bin/expand-jetbrains-headers.py
deleted file mode 100644
index 5fbd8ec..0000000
--- a/etc/bin/expand-jetbrains-headers.py
+++ /dev/null
@@ -1,85 +0,0 @@
-#!/usr/bin/env python3
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-# https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-"""Expand abbreviated JetBrains copyright lines to the full Apache 2.0 header,
-keeping JetBrains attribution (no ASF language)."""
-import re, subprocess, sys
-
-LICENSE_BODY = [
-    "",
-    'Licensed under the Apache License, Version 2.0 (the "License");',
-    "you may not use this file except in compliance with the License.",
-    "You may obtain a copy of the License at",
-    "",
-    "    http://www.apache.org/licenses/LICENSE-2.0",
-    "",
-    "Unless required by applicable law or agreed to in writing, software",
-    'distributed under the License is distributed on an "AS IS" BASIS,',
-    "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
-    "See the License for the specific language governing permissions and",
-    "limitations under the License.",
-]
-
-def block_header(years):
-    lines = [f"Copyright {years} JetBrains s.r.o. and contributors."] + LICENSE_BODY
-    out = ["/*"]
-    for l in lines:
-        out.append((" * " + l).rstrip())
-    out.append(" */")
-    return "\n".join(out)
-
-def xml_header(years):
-    lines = [f"Copyright {years} JetBrains s.r.o. and contributors."] + LICENSE_BODY
-    out = ["<!--"]
-    for l in lines:
-        out.append(("  " + l).rstrip())
-    out.append("-->")
-    return "\n".join(out)
-
-def hash_header(years):
-    lines = [f"Copyright {years} JetBrains s.r.o. and contributors."] + LICENSE_BODY
-    return "\n".join(("# " + l).rstrip() for l in lines)
-
-ABBREV = r"Copyright (2000-\d{4}) JetBrains s\.r\.o\. and contributors\. Use of this source code is governed by the Apache 2\.0 license\."
-
-RE_SLASH = re.compile(r"^// " + ABBREV + r"$", re.M)
-RE_BLOCK = re.compile(r"^/\*\n \* " + ABBREV + r"\n \*/$", re.M)
-RE_XML   = re.compile(r"^<!-- " + ABBREV + r" ?-->$", re.M)
-RE_HASH  = re.compile(r"^# " + ABBREV + r"$", re.M)
-
-files = subprocess.run(
-    ["git", "grep", "-l", "JetBrains s.r.o. and contributors. Use of this source code"],
-    capture_output=True, text=True, check=True,
-).stdout.splitlines()
-
-changed = 0
-for path in files:
-    with open(path, encoding="utf-8", newline="") as f:
-        text = f.read()
-    orig = text
-    text = RE_BLOCK.sub(lambda m: block_header(m.group(1)), text)
-    text = RE_SLASH.sub(lambda m: block_header(m.group(1)), text)
-    text = RE_XML.sub(lambda m: xml_header(m.group(1)), text)
-    text = RE_HASH.sub(lambda m: hash_header(m.group(1)), text)
-    if text != orig:
-        with open(path, "w", encoding="utf-8", newline="") as f:
-            f.write(text)
-        changed += 1
-    else:
-        print(f"UNMATCHED: {path}", file=sys.stderr)
-
-print(f"changed {changed} of {len(files)} files")
diff --git a/etc/bin/verify-distributions.sh b/etc/bin/verify-distributions.sh
index 6bb6d93..0a104ca 100755
--- a/etc/bin/verify-distributions.sh
+++ b/etc/bin/verify-distributions.sh
@@ -129,22 +129,36 @@
   '/RELEASE\.md$' \
   '/\.sdkmanrc$' \
   '/gradle-bootstrap/build\.gradle$'
-# ASF source releases must not ship compiled binaries; the Gradle Wrapper jar is one, and
-# .git / .github / .asf.yaml are infrastructure that is not part of the release.
+# ASF source releases must not ship compiled binaries. No jar of any kind belongs here: the
+# Gradle Wrapper jar is stripped by the release workflow, and the third-party test fixture jars
+# are resolved from Maven at test time rather than committed, so a jar appearing in the source
+# distribution means one of those two arrangements has regressed.
+#
+# .git / .github / .asf.yaml are infrastructure that is not part of the release, and the two
+# planning documents are RAT-excluded on the grounds that they are removed before the first
+# release, so nothing should have to audit them in a distribution.
 forbid_entries "${SRC_ZIP}" "source distribution" \
-  'gradle-wrapper\.jar$' \
+  '\.jar$' \
   '/gradlew$' \
   '/gradlew\.bat$' \
   '/\.git/' \
   '/\.github/' \
-  '/\.asf\.yaml$'
+  '/\.asf\.yaml$' \
+  '/MIGRATION-PLAN\.md$' \
+  '/IMPROVEMENT-PLAN\.md$'
 echo "โœ… source distribution contents verified"
 
 verify_archive "${BIN_ZIP}"
 echo "==> Checking binary distribution contents"
-# ASF policy: the convenience binary must carry LICENSE and NOTICE. The build puts them in
-# META-INF of the composed plugin jar (see processResources in the intellij-plugin convention
-# plugin), so check inside that jar rather than at the top level of the ZIP.
+# ASF policy: the convenience binary must carry LICENSE and NOTICE, and the ZIP is the unit that
+# gets staged, voted on and distributed -- policy applies "whether the unit of distribution is a
+# .jar, .msi, .tar.gz, .zip, .exe installer, or any other file format". They sit at the root of
+# the plugin directory (see PrepareSandboxTask in the intellij-plugin convention plugin).
+require_entries "${BIN_ZIP}" "binary distribution" \
+  '^[^/]*/LICENSE$' \
+  '^[^/]*/NOTICE$'
+# They are in the composed plugin jar's META-INF as well (see processResources in the same
+# convention plugin), which is checked below.
 #
 # Identify that jar by name rather than by position: <plugin-dir>/lib/<plugin-dir>-<version>.jar.
 # lib/ also holds the compiler and lib-tier jars, and picking the first entry would silently
diff --git a/gradle.properties b/gradle.properties
index ba7b62e..2aadde5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,20 +1,23 @@
-# Copyright 2000-2026 JetBrains s.r.o. and contributors.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+#   https://www.apache.org/licenses/LICENSE-2.0
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 platformVersion=2026.2
 platformJavaVersion=25
 pluginSinceBuild=262
-version=262.0.0
+version=262.0.1
 
 kotlin.stdlib.default.dependency=false
 
diff --git a/libs/gradle-tooling/build.gradle b/libs/gradle-tooling/build.gradle
index 2bd87c0..bb025d1 100644
--- a/libs/gradle-tooling/build.gradle
+++ b/libs/gradle-tooling/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 plugins {
     id 'org.apache.grails.intellij.build.intellij-lib'
diff --git a/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModule.java b/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModule.java
index 7ad3d38..e37929c 100644
--- a/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModule.java
+++ b/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModule.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.lib.gradle.tooling.builder;
 
diff --git a/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModuleImpl.java b/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModuleImpl.java
index b686195..59979d9 100644
--- a/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModuleImpl.java
+++ b/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModuleImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.lib.gradle.tooling.builder;
 
diff --git a/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModuleModelBuilderImpl.java b/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModuleModelBuilderImpl.java
index 0cd5748..bbf245b 100644
--- a/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModuleModelBuilderImpl.java
+++ b/libs/gradle-tooling/src/main/java/org/apache/grails/intellij/lib/gradle/tooling/builder/GrailsModuleModelBuilderImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.lib.gradle.tooling.builder;
diff --git a/libs/gradle-tooling/src/main/resources/META-INF/services/org.jetbrains.plugins.gradle.tooling.ModelBuilderService b/libs/gradle-tooling/src/main/resources/META-INF/services/org.jetbrains.plugins.gradle.tooling.ModelBuilderService
index f652d2d..22d1dff 100644
--- a/libs/gradle-tooling/src/main/resources/META-INF/services/org.jetbrains.plugins.gradle.tooling.ModelBuilderService
+++ b/libs/gradle-tooling/src/main/resources/META-INF/services/org.jetbrains.plugins.gradle.tooling.ModelBuilderService
@@ -1,14 +1,17 @@
-# Copyright 2000-2026 JetBrains s.r.o. and contributors.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+#   https://www.apache.org/licenses/LICENSE-2.0
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 org.apache.grails.intellij.lib.gradle.tooling.builder.GrailsModuleModelBuilderImpl
diff --git a/libs/grails-rt/build.gradle b/libs/grails-rt/build.gradle
index e400db4..bb94b37 100644
--- a/libs/grails-rt/build.gradle
+++ b/libs/grails-rt/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 plugins {
     id 'org.apache.grails.intellij.build.lib'
diff --git a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/AddAgentJarToClassPathTransformer.java b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/AddAgentJarToClassPathTransformer.java
index 71088ed..582b570 100644
--- a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/AddAgentJarToClassPathTransformer.java
+++ b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/AddAgentJarToClassPathTransformer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.lib.grails.rt;
 
diff --git a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/Agent.java b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/Agent.java
index 83d4f72..edbb54a 100644
--- a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/Agent.java
+++ b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/Agent.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.lib.grails.rt;
 
diff --git a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/AgentUtils.java b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/AgentUtils.java
index f21be31..4d8212e 100644
--- a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/AgentUtils.java
+++ b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/AgentUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.lib.grails.rt;
 
diff --git a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/ForkListenerTransformer.java b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/ForkListenerTransformer.java
index c2074c4..cb274d2 100644
--- a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/ForkListenerTransformer.java
+++ b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/ForkListenerTransformer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.lib.grails.rt;
 
diff --git a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/GrailsIdeaTestListener.java b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/GrailsIdeaTestListener.java
index f2639c3..208b3f4 100644
--- a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/GrailsIdeaTestListener.java
+++ b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/GrailsIdeaTestListener.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2024 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.lib.grails.rt;
diff --git a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/GrailsRtMarker.java b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/GrailsRtMarker.java
index a1ac88e..c261d5d 100644
--- a/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/GrailsRtMarker.java
+++ b/libs/grails-rt/src/main/java/org/apache/grails/intellij/lib/grails/rt/GrailsRtMarker.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.lib.grails.rt;
 
diff --git a/libs/grails-rt/src/main/resources/META-INF/commands/intellij-command-proxy.groovy b/libs/grails-rt/src/main/resources/META-INF/commands/intellij-command-proxy.groovy
index 3c03ce9..8b54049 100644
--- a/libs/grails-rt/src/main/resources/META-INF/commands/intellij-command-proxy.groovy
+++ b/libs/grails-rt/src/main/resources/META-INF/commands/intellij-command-proxy.groovy
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import org.grails.cli.gradle.GradleInvoker
 
diff --git a/libs/grails-rt/src/main/resources/idea-injected-traits.groovy b/libs/grails-rt/src/main/resources/idea-injected-traits.groovy
index de398cd..fd19997 100644
--- a/libs/grails-rt/src/main/resources/idea-injected-traits.groovy
+++ b/libs/grails-rt/src/main/resources/idea-injected-traits.groovy
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import grails.compiler.traits.TraitInjector
 import org.grails.core.io.support.GrailsFactoriesLoader
diff --git a/libs/testFramework/build.gradle b/libs/testFramework/build.gradle
index 5b92b97..4e0054d 100644
--- a/libs/testFramework/build.gradle
+++ b/libs/testFramework/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import org.jetbrains.intellij.platform.gradle.Constants
 import org.jetbrains.intellij.platform.gradle.TestFrameworkType
diff --git a/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/service/execution/TestUnknownSdkResolver.kt b/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/service/execution/TestUnknownSdkResolver.kt
index e51cec7..775de73 100644
--- a/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/service/execution/TestUnknownSdkResolver.kt
+++ b/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/service/execution/TestUnknownSdkResolver.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package com.intellij.openapi.externalSystem.service.execution
 
diff --git a/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/test/JavaCompileTestUtil.kt b/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/test/JavaCompileTestUtil.kt
index afce77d..10b8ed8 100644
--- a/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/test/JavaCompileTestUtil.kt
+++ b/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/test/JavaCompileTestUtil.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 @file:JvmName("JavaCompileTestUtil")
 
diff --git a/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/test/JavaExternalSystemImportingTestCase.kt b/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/test/JavaExternalSystemImportingTestCase.kt
index f5c331f..6eb24f3 100644
--- a/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/test/JavaExternalSystemImportingTestCase.kt
+++ b/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/test/JavaExternalSystemImportingTestCase.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package com.intellij.openapi.externalSystem.test
 
diff --git a/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/util/ExternalSystemFileTestUtil.kt b/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/util/ExternalSystemFileTestUtil.kt
index 8177f23..9f67850 100644
--- a/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/util/ExternalSystemFileTestUtil.kt
+++ b/libs/testFramework/src/main/java/com/intellij/openapi/externalSystem/util/ExternalSystemFileTestUtil.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 @file:Suppress("MemberVisibilityCanBePrivate", "unused")
 package com.intellij.openapi.externalSystem.util
diff --git a/libs/testFramework/src/main/java/com/intellij/openapi/roots/ui/configuration/SdkTestCase.kt b/libs/testFramework/src/main/java/com/intellij/openapi/roots/ui/configuration/SdkTestCase.kt
index ae28376..855770c 100644
--- a/libs/testFramework/src/main/java/com/intellij/openapi/roots/ui/configuration/SdkTestCase.kt
+++ b/libs/testFramework/src/main/java/com/intellij/openapi/roots/ui/configuration/SdkTestCase.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package com.intellij.openapi.roots.ui.configuration
 
diff --git a/libs/testFramework/src/main/java/com/intellij/platform/testFramework/eelJava/EelTestJdkProvider.kt b/libs/testFramework/src/main/java/com/intellij/platform/testFramework/eelJava/EelTestJdkProvider.kt
index b1c46ab..3f863e9 100644
--- a/libs/testFramework/src/main/java/com/intellij/platform/testFramework/eelJava/EelTestJdkProvider.kt
+++ b/libs/testFramework/src/main/java/com/intellij/platform/testFramework/eelJava/EelTestJdkProvider.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package com.intellij.platform.testFramework.eelJava
 
diff --git a/libs/testFramework/src/main/java/com/intellij/platform/testFramework/eelJava/EelTestUtil.kt b/libs/testFramework/src/main/java/com/intellij/platform/testFramework/eelJava/EelTestUtil.kt
index 7f92d9e..7c3d203 100644
--- a/libs/testFramework/src/main/java/com/intellij/platform/testFramework/eelJava/EelTestUtil.kt
+++ b/libs/testFramework/src/main/java/com/intellij/platform/testFramework/eelJava/EelTestUtil.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package com.intellij.platform.testFramework.eelJava
 
diff --git a/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/Grails14TestCase.java b/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/Grails14TestCase.java
index c86eee7..25d82ce 100644
--- a/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/Grails14TestCase.java
+++ b/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/Grails14TestCase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.lib.testFramework;
diff --git a/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/GrailsTestCase.java b/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/GrailsTestCase.java
index de51686..190e8d8 100644
--- a/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/GrailsTestCase.java
+++ b/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/GrailsTestCase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.lib.testFramework;
diff --git a/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/GrailsTestUtil.java b/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/GrailsTestUtil.java
index df60dac..3249318 100644
--- a/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/GrailsTestUtil.java
+++ b/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/GrailsTestUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.lib.testFramework;
diff --git a/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/HddGrailsTestCase.java b/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/HddGrailsTestCase.java
index ca250ad..9e8a186 100644
--- a/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/HddGrailsTestCase.java
+++ b/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/HddGrailsTestCase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.lib.testFramework;
diff --git a/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/TestGrailsApplicationProvider.java b/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/TestGrailsApplicationProvider.java
index ebd7cf5..993cbc8 100644
--- a/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/TestGrailsApplicationProvider.java
+++ b/libs/testFramework/src/main/java/org/apache/grails/intellij/lib/testFramework/TestGrailsApplicationProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.lib.testFramework;
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/GradleImportingTestCase.kt b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/GradleImportingTestCase.kt
index 45d6b9a..a8eb6eb 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/GradleImportingTestCase.kt
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/GradleImportingTestCase.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.jetbrains.plugins.gradle.importing
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/TestGradleBuildScripBuilder.kt b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/TestGradleBuildScripBuilder.kt
index f1f33f4..361e1c8 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/TestGradleBuildScripBuilder.kt
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/TestGradleBuildScripBuilder.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.importing
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/TestGradleSettingsScriptHelper.kt b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/TestGradleSettingsScriptHelper.kt
index 2017183..f5e8285 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/TestGradleSettingsScriptHelper.kt
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/importing/TestGradleSettingsScriptHelper.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.importing
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/GradleJvmResolver.kt b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/GradleJvmResolver.kt
index a24fda7..95c7da2 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/GradleJvmResolver.kt
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/GradleJvmResolver.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.tooling
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/JavaVersionMatcher.kt b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/JavaVersionMatcher.kt
index 2919257..b182e02 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/JavaVersionMatcher.kt
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/JavaVersionMatcher.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.tooling.util
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/JavaVersionRestriction.kt b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/JavaVersionRestriction.kt
index e846ac4..628b995 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/JavaVersionRestriction.kt
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/JavaVersionRestriction.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.tooling
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/TargetJavaVersionWatcher.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/TargetJavaVersionWatcher.java
index f05f7da..71267bc 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/TargetJavaVersionWatcher.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/TargetJavaVersionWatcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.tooling;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/VersionMatcherRule.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/VersionMatcherRule.java
index 15c4442..1c3161c 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/VersionMatcherRule.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/VersionMatcherRule.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.tooling;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/annotation/TargetJavaVersion.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/annotation/TargetJavaVersion.java
index f0168c4..bab0f03 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/annotation/TargetJavaVersion.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/annotation/TargetJavaVersion.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.tooling.annotation;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/annotation/TargetVersions.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/annotation/TargetVersions.java
index 73c9a13..6fdb5f0 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/annotation/TargetVersions.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/annotation/TargetVersions.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.tooling.annotation;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/jvm/GradleBrokenJvmSerialisationVersionRestriction.kt b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/jvm/GradleBrokenJvmSerialisationVersionRestriction.kt
index c30cd30..685f61c 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/jvm/GradleBrokenJvmSerialisationVersionRestriction.kt
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/jvm/GradleBrokenJvmSerialisationVersionRestriction.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.tooling.jvm
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/jvm/GradleToolingApi9VersionRestriction.kt b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/jvm/GradleToolingApi9VersionRestriction.kt
index 784cd07..586f5ea 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/jvm/GradleToolingApi9VersionRestriction.kt
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/jvm/GradleToolingApi9VersionRestriction.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.tooling.jvm
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/util/VersionMatcher.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/util/VersionMatcher.java
index ec60d96..253da1b 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/util/VersionMatcher.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/tooling/util/VersionMatcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.tooling.util;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/util/testWrapperUtil.kt b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/util/testWrapperUtil.kt
index 97e1a8a..ae60d9e 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/util/testWrapperUtil.kt
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/gradle/util/testWrapperUtil.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.gradle.util
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/CompoundTestLibrary.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/CompoundTestLibrary.java
index a904581..dfcedcd 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/CompoundTestLibrary.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/CompoundTestLibrary.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.jetbrains.plugins.groovy;
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/GroovyProjectDescriptors.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/GroovyProjectDescriptors.java
index 8c89489..e53dc9e 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/GroovyProjectDescriptors.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/GroovyProjectDescriptors.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.groovy;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/LibraryLightProjectDescriptor.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/LibraryLightProjectDescriptor.java
index b65bb0e..3378947 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/LibraryLightProjectDescriptor.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/LibraryLightProjectDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.jetbrains.plugins.groovy;
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/LightGroovyTestCase.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/LightGroovyTestCase.java
index 256e1ee..220f93c 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/LightGroovyTestCase.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/LightGroovyTestCase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.groovy;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/RepositoryTestLibrary.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/RepositoryTestLibrary.java
index 68205c8..4d3a02d 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/RepositoryTestLibrary.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/RepositoryTestLibrary.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.groovy;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/TestLibrary.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/TestLibrary.java
index 8be3eb7..bceb5e0 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/TestLibrary.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/TestLibrary.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.groovy;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/completion/CompletionTestBase.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/completion/CompletionTestBase.java
index c7f9c2e..6babe6d 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/completion/CompletionTestBase.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/completion/CompletionTestBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.groovy.completion;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/lang/GroovyFormatterTestCase.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/lang/GroovyFormatterTestCase.java
index b86f140..42c2bbe 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/lang/GroovyFormatterTestCase.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/lang/GroovyFormatterTestCase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.groovy.lang;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/lang/highlighting/GrHighlightingTestBase.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/lang/highlighting/GrHighlightingTestBase.java
index 7ec6074..7f05e3d 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/lang/highlighting/GrHighlightingTestBase.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/lang/highlighting/GrHighlightingTestBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.jetbrains.plugins.groovy.lang.highlighting;
 
diff --git a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/util/TestUtils.java b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/util/TestUtils.java
index aa4b598..a49152c 100644
--- a/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/util/TestUtils.java
+++ b/libs/testFramework/src/main/java/org/jetbrains/plugins/groovy/util/TestUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.jetbrains.plugins.groovy.util;
diff --git a/plugin/build.gradle b/plugin/build.gradle
index d6869ee..0025db5 100644
--- a/plugin/build.gradle
+++ b/plugin/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import org.jetbrains.intellij.platform.gradle.Constants
 import org.jetbrains.intellij.platform.gradle.TestFrameworkType
@@ -76,3 +79,154 @@
     runtimeOnly project(':compilers-jps-plugin')
 
 }
+
+// ---------------------------------------------------------------------------------------------
+// Test fixture libraries
+//
+// The mock Grails installations under testdata/ are real third-party jars, not stubs: the tests
+// resolve PSI against them, so the plugin sees the same class hierarchies a real Grails project
+// would. ASF policy keeps them out of the repository and out of both distributions all the same --
+// source releases must not ship third-party binaries, and hibernate-core is LGPL 2.1 (Category X),
+// which may not sit in an ASF repository at all -- so they are resolved from Maven at test time
+// into git-ignored fixture directories instead of being committed.
+//
+// Filenames are pinned to exactly what GrailsTestCase and GrailsTestUtil look for: the mock
+// installs mirror a real Grails layout, so a handful deliberately differ from the Maven artifact
+// name and are renamed on the way in.
+// ---------------------------------------------------------------------------------------------
+def fixtureLibraries = [
+        'mockGrails11/dist': [
+                'org.grails:grails-bootstrap:1.1'                       : 'grails-bootstrap-1.1.jar',
+                'org.grails:grails-core:1.1'                            : 'grails-core-1.1.jar',
+                'org.grails:grails-core:1.3.1'                          : 'grails-core-1.3.1.jar',
+                'org.grails:grails-gorm:1.3.1'                          : 'grails-gorm-1.3.1.jar',
+                'org.grails:grails-plugin-url-mappings:2.0.4'           : 'grails-plugin-url-mappings-2.0.4.jar',
+                'org.grails:grails-scripts:1.3.7'                       : 'grails-scripts-1.3.7.jar',
+                'org.grails:grails-spring:1.3.1'                        : 'grails-spring-1.3.1.jar',
+                'org.grails:grails-test:1.3.1'                          : 'grails-test-1.3.1.jar',
+                'org.grails:grails-web:1.3.1'                           : 'grails-web-1.3.1.jar',
+                'org.grails:grails-webflow:1.3.7'                       : 'grails-webflow-1.3.7.jar',
+        ],
+        'mockGrails11/lib' : [
+                // referenced unversioned, as TestUtils.GROOVY_JAR
+                'org.codehaus.groovy:groovy-all:1.6.7'                  : 'groovy-all.jar',
+                // LGPL 2.1 (Category X): resolved here, never committed, never distributed
+                'org.hibernate:hibernate-core:3.3.1.GA'                 : 'hibernate-core-3.3.1.GA.jar',
+                'junit:junit:4.8.1'                                     : 'junit-4.8.1.jar',
+                // the fixture keeps the SpringSource OSGi bundle names these jars shipped under
+                'org.springframework:spring-beans:3.0.3.RELEASE'        : 'org.springframework.beans-3.0.3.RELEASE.jar',
+                'org.springframework:spring-context:3.0.3.RELEASE'      : 'org.springframework.context-3.0.3.RELEASE.jar',
+                'org.springframework:spring-test:3.0.2.RELEASE'         : 'org.springframework.test-3.0.2.RELEASE.jar',
+                'org.springframework:spring-core:3.0.3.RELEASE'         : 'spring-core-3.0.3.RELEASE.jar',
+                // the Mortbay/Jetty build of the servlet API (ALv2), not the CDDL javax.servlet one
+                'org.mortbay.jetty:servlet-api-2.5:6.1.14'              : 'servlet-api-2.5.jar',
+                'org.spockframework:spock-grails-support:0.5-groovy-1.7': 'spock-grails-support-0.5-groovy-1.7.jar',
+        ],
+        'mockGrails14'     : [
+                'org.grails:grails-bootstrap:2.0.0.M2'                  : 'grails-bootstrap-2.0.0.M2.jar',
+                'org.grails:grails-core:2.0.0.M1'                       : 'grails-core-2.0.0.M1.jar',
+                'org.grails:grails-datastore-gorm:1.0.0.RC1'            : 'grails-datastore-gorm-1.0.0.RC1.jar',
+                'org.grails:grails-hibernate:2.0.0.M1'                  : 'grails-hibernate-2.0.0.M1.jar',
+                'org.grails:grails-plugin-controllers:1.4.0.M1'         : 'grails-plugin-controllers-1.4.0.M1.jar',
+                'org.grails:grails-plugin-converters:2.2.1'             : 'grails-plugin-converters-2.2.1.jar',
+                'org.grails:grails-plugin-gsp:2.0.0.RC1'                : 'grails-plugin-gsp-2.0.0.RC1.jar',
+                // configureGrails14() sorts sources out by name, so this belongs in the same directory
+                'org.grails:grails-plugin-gsp:2.0.0.RC1:sources'        : 'grails-plugin-gsp-2.0.0.RC1-sources.jar',
+                'org.grails:grails-plugin-mimetypes:1.4.0.M1'           : 'grails-plugin-mimetypes-1.4.0.M1.jar',
+                'org.grails:grails-plugin-rest:2.3.0'                   : 'grails-plugin-rest-2.3.0.jar',
+                'org.grails:grails-plugin-servlets:2.2.1'               : 'grails-plugin-servlets-2.2.1.jar',
+                'org.grails:grails-plugin-testing:1.4.0.M1'             : 'grails-plugin-testing-1.4.0.M1.jar',
+                'org.grails:grails-spring:2.2.3'                        : 'grails-spring-2.2.3.jar',
+                'org.grails:grails-test:2.0.0.M2'                       : 'grails-test-2.0.0.M2.jar',
+                'org.grails:grails-web:2.0.0.M1'                        : 'grails-web-2.0.0.M1.jar',
+                'org.springframework:spring-test:3.1.0.M2'              : 'spring-test-3.1.0.M2.jar',
+        ],
+]
+
+def fixtureJarTasks = fixtureLibraries.collect { String directory, Map<String, String> coordinates ->
+    String slug = directory.split(/[^A-Za-z0-9]/).collect { it.capitalize() }.join()
+    // Resolved eagerly so the configuration cache stores a File rather than a reference to the
+    // project layout service.
+    File destination = layout.projectDirectory.dir("testdata/$directory").asFile
+    List<String> expected = (coordinates.values() as List).sort()
+
+    tasks.register("syncTestFixtureJars$slug", Sync) {
+        group = 'build setup'
+        description = "Resolves the testdata/$directory fixture jars from Maven."
+        into destination
+
+        coordinates.each { String gav, String fixtureName ->
+            // One configuration per artifact. Two of the coordinates are the classes and sources
+            // jars of the same module, which a shared configuration would collapse to a single
+            // artifact, and a spec built one artifact at a time can carry the fixture name as a
+            // literal rename instead of a lookup table consulted at execution time.
+            Configuration artifact = configurations.create("testFixtureJar${gav.replaceAll(/[^A-Za-z0-9]/, '_')}") {
+                // exactly this artifact, never its dependency graph
+                transitive = false
+                canBeConsumed = false
+                canBeResolved = true
+            }
+            artifact.dependencies.add(dependencies.create("$gav@jar"))
+            from(artifact) {
+                // The mock installs mirror a real Grails layout, so a handful of the fixture names
+                // deliberately differ from the Maven artifact name.
+                rename '.+', fixtureName
+            }
+        }
+
+        // Sync deletes whatever it did not write, so a coordinate that resolved to an unexpected
+        // artifact would leave the fixture a jar short and the tests failing far from the cause.
+        // Fail here instead.
+        doLast {
+            List<String> missing = expected.findAll { !new File(destination, it).isFile() }
+            if (!missing.isEmpty()) {
+                throw new GradleException(
+                        "Test fixture jars missing from $destination after sync: ${missing.join(', ')}")
+            }
+        }
+    }
+}
+
+// The tests read testdata/ by absolute path at runtime rather than as a declared input, so both the
+// task dependency and the input have to be wired explicitly. Without the input, a change to a
+// fixture jar or an expected-completion file leaves :plugin:test UP-TO-DATE, and the suite reports
+// success without having run against what changed.
+tasks.withType(Test).configureEach { task ->
+    task.dependsOn fixtureJarTasks
+    task.inputs.dir(layout.projectDirectory.dir('testdata'))
+            .withPropertyName('testData')
+            .withPathSensitivity(PathSensitivity.RELATIVE)
+
+    // The IntelliJ test sandbox keeps a persistent index and VFS cache under system-test, and
+    // nothing invalidates it when a library jar under testdata/ is replaced: JarFileSystem re-reads
+    // a jar root only on an explicit refresh, so the tests go on resolving PSI against the jars the
+    // cache was built from. That is how a local run can pass on a commit CI fails, CI never having
+    // the cache -- silently, because the stale answers look like ordinary passing tests.
+    //
+    // So start every test run from an empty one, the state CI is always in. It is not a measurable
+    // cost: the caches survive between runs but each test builds its own project, so a warm full
+    // suite times the same as a cold one.
+    task.doFirst { Task testTask ->
+        // Read the sandbox location out of the arguments the platform plugin actually passes to the
+        // test JVM, rather than rebuilding the path here. If the plugin ever stops passing it, fail
+        // instead of quietly leaving a stale cache in place -- a silent one is the whole problem.
+        String option = '-Didea.system.path='
+        String systemPath = testTask.jvmArgumentProviders
+                .collectMany { provider -> provider.asArguments().toList() }
+                .find { String argument -> argument.startsWith(option) }
+        if (systemPath == null) {
+            throw new GradleException(
+                    "Cannot clear the IntelliJ test index: no $option among the test JVM arguments.")
+        }
+
+        File systemDirectory = new File(systemPath.substring(option.length()))
+        if (!systemDirectory.isDirectory()) return
+
+        // Empty it rather than remove it. prepareTest, which has already run by now, creates the
+        // directory and nothing recreates it afterwards; running the tests against a missing
+        // idea.system.path leaves every index in REQUIRES_REBUILD and fails the whole suite.
+        if (!systemDirectory.deleteDir() || !systemDirectory.mkdirs()) {
+            throw new GradleException("Failed to clear the IntelliJ test index at $systemDirectory.")
+        }
+    }
+}
diff --git a/plugin/src/main/gen/org/jetbrains/plugins/grails/GroovyMvcIcons.java b/plugin/src/main/gen/org/jetbrains/plugins/grails/GroovyMvcIcons.java
index 947ebb3..231da0d 100644
--- a/plugin/src/main/gen/org/jetbrains/plugins/grails/GroovyMvcIcons.java
+++ b/plugin/src/main/gen/org/jetbrains/plugins/grails/GroovyMvcIcons.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin;
 
diff --git a/plugin/src/main/gen/org/jetbrains/plugins/grails/lang/gsp/lexer/core/_GspDirectiveLexer.java b/plugin/src/main/gen/org/jetbrains/plugins/grails/lang/gsp/lexer/core/_GspDirectiveLexer.java
index 42a744f..0388f80 100644
--- a/plugin/src/main/gen/org/jetbrains/plugins/grails/lang/gsp/lexer/core/_GspDirectiveLexer.java
+++ b/plugin/src/main/gen/org/jetbrains/plugins/grails/lang/gsp/lexer/core/_GspDirectiveLexer.java
@@ -2,19 +2,22 @@
 // source: gsp_directive.flex
 
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.lexer.core;
diff --git a/plugin/src/main/gen/org/jetbrains/plugins/grails/lang/gsp/lexer/core/_GspLexer.java b/plugin/src/main/gen/org/jetbrains/plugins/grails/lang/gsp/lexer/core/_GspLexer.java
index c6b5f69..5afadce 100644
--- a/plugin/src/main/gen/org/jetbrains/plugins/grails/lang/gsp/lexer/core/_GspLexer.java
+++ b/plugin/src/main/gen/org/jetbrains/plugins/grails/lang/gsp/lexer/core/_GspLexer.java
@@ -2,19 +2,22 @@
 // source: gsp.flex
 
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.lexer.core;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GantFileDetector.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GantFileDetector.java
index 5614ca3..dd33e9e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GantFileDetector.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GantFileDetector.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsAttachSourcesProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsAttachSourcesProvider.java
index 30b0d96..02a4c9e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsAttachSourcesProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsAttachSourcesProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsBundle.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsBundle.java
index 5d2285b..850b94d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsBundle.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsBundle.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsCompletionContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsCompletionContributor.java
index 4fbb8fe..5e68cbf 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsCompletionContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsCompletionContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsConsoleFilterProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsConsoleFilterProvider.java
index f1a67d8..6d82bb5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsConsoleFilterProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsConsoleFilterProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsFlashMapContentProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsFlashMapContentProvider.java
index 33d292b..c76b93d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsFlashMapContentProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsFlashMapContentProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsGroovyCodeReferenceContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsGroovyCodeReferenceContributor.java
index 6f3d2bc..b1fc15a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsGroovyCodeReferenceContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsGroovyCodeReferenceContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsGspReferenceContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsGspReferenceContributor.java
index 86d7c1c..7995180 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsGspReferenceContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsGspReferenceContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsHtmlReferenceContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsHtmlReferenceContributor.java
index dbf1ee2..bb10cac 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsHtmlReferenceContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsHtmlReferenceContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsImplicitUsageProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsImplicitUsageProvider.java
index c22aec4..9759dc7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsImplicitUsageProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsImplicitUsageProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsPluginFieldCompletionProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsPluginFieldCompletionProvider.java
index 3f276b9..c9f9c7f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsPluginFieldCompletionProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsPluginFieldCompletionProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsStaticFieldCompletionProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsStaticFieldCompletionProvider.java
index 609ac4d..51c972b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsStaticFieldCompletionProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GrailsStaticFieldCompletionProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GsonConstants.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GsonConstants.java
index 31b6ef1..7eb9d43 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GsonConstants.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GsonConstants.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GspCompletionContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GspCompletionContributor.java
index 2cb9ee4..6143e5e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GspCompletionContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GspCompletionContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GspFindUsagesProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GspFindUsagesProvider.java
index e547a1b..7c9fa7b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GspFindUsagesProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GspFindUsagesProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/GspTemplateContextType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/GspTemplateContextType.java
index dbb766a..4e8e981 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/GspTemplateContextType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/GspTemplateContextType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/TemplateHighlightErrorFilter.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/TemplateHighlightErrorFilter.java
index ce6839d..8e2fbaf 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/TemplateHighlightErrorFilter.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/TemplateHighlightErrorFilter.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/ArtefactData.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/ArtefactData.java
index 482e88c..1082f36 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/ArtefactData.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/ArtefactData.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.actions;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/DomainFieldIntention.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/DomainFieldIntention.java
index 9912bc4..e320b21 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/DomainFieldIntention.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/DomainFieldIntention.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GenerateViewIntention.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GenerateViewIntention.java
index d541459..ac67353 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GenerateViewIntention.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GenerateViewIntention.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsActionGroup.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsActionGroup.java
index ad1322e..60d71ef 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsActionGroup.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsActionGroup.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsActionUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsActionUtil.java
index 34e7e29..8f6b1fd 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsActionUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsActionUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.actions;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsConfigureSDKAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsConfigureSDKAction.java
index 2615c81..f5dd24b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsConfigureSDKAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsConfigureSDKAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsCreateActionByUsageIntention.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsCreateActionByUsageIntention.java
index e9ae9e9..b573dac 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsCreateActionByUsageIntention.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsCreateActionByUsageIntention.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGenerateViewAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGenerateViewAction.java
index d83b741..f031eab 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGenerateViewAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGenerateViewAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGoToClassContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGoToClassContributor.java
index 31206f5..41015b0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGoToClassContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGoToClassContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGotoRelatedProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGotoRelatedProvider.java
index a40d3f4..8f8b68b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGotoRelatedProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGotoRelatedProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGroovySourceFolderDetector.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGroovySourceFolderDetector.java
index e156349..20dfe5b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGroovySourceFolderDetector.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsGroovySourceFolderDetector.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsRunCommandAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsRunCommandAction.java
index 82e4b6c..e44fa3d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsRunCommandAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsRunCommandAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsWarAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsWarAction.java
index 45ef0d5..918624d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsWarAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/GrailsWarAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.actions;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/MakeNullableIntention.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/MakeNullableIntention.java
index b24db6b..1f2a6a8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/MakeNullableIntention.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/MakeNullableIntention.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/MakeUniqueIntention.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/MakeUniqueIntention.java
index 57cb761..ab64ca1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/MakeUniqueIntention.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/MakeUniqueIntention.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsControllerAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsControllerAction.java
index 432e653..1c08981 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsControllerAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsControllerAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsDomainClassAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsDomainClassAction.java
index 1769a5c..778eda1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsDomainClassAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsDomainClassAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsFilterAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsFilterAction.java
index 9f3f9c7..b555eba 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsFilterAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsFilterAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsInterceptorAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsInterceptorAction.java
index 0138545..32de714 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsInterceptorAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsInterceptorAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsScriptAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsScriptAction.java
index 8de7827..a554fc1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsScriptAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsScriptAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsServiceAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsServiceAction.java
index 9c806ed..2c7a0db 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsServiceAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsServiceAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsTagLibAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsTagLibAction.java
index f132568..1d1ef94 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsTagLibAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsTagLibAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsXXXAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsXXXAction.java
index ad32233..c55a65f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsXXXAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGrailsXXXAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGspAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGspAction.java
index 17ce368..4ac0cf8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGspAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/NewGspAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/UpdateGrailsSettingsAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/UpdateGrailsSettingsAction.java
index 5662702..4dd70dc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/UpdateGrailsSettingsAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/actions/UpdateGrailsSettingsAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.actions;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/GrailsIntegrationUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/GrailsIntegrationUtil.java
index dbad163..35ed64b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/GrailsIntegrationUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/GrailsIntegrationUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.addins;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/CssIntegrationUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/CssIntegrationUtil.java
index c08531f..b1e42d9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/CssIntegrationUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/CssIntegrationUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.addins.js;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/GrailsJavaScriptInjector.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/GrailsJavaScriptInjector.java
index 6ec62c6..773bee2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/GrailsJavaScriptInjector.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/GrailsJavaScriptInjector.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.addins.js;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/JavaScriptIntegrationUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/JavaScriptIntegrationUtil.java
index d38f736..3e2f3bc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/JavaScriptIntegrationUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/addins/js/JavaScriptIntegrationUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.addins.js;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsControllerAnnotator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsControllerAnnotator.java
index 7e6de82..3668ebc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsControllerAnnotator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsControllerAnnotator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.annotator;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsDomainAnnotator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsDomainAnnotator.java
index 29632b8..d221458 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsDomainAnnotator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsDomainAnnotator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.annotator;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsForkSettingsNotificator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsForkSettingsNotificator.java
index 67e004a..96c74ea 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsForkSettingsNotificator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsForkSettingsNotificator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.annotator;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsSynchronizeStructureAnnotator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsSynchronizeStructureAnnotator.java
index 8970ea0..dd1b64a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsSynchronizeStructureAnnotator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/annotator/GrailsSynchronizeStructureAnnotator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.annotator;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/ArtefactHandlers.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/ArtefactHandlers.java
index fb60ef9..41e2736 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/ArtefactHandlers.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/ArtefactHandlers.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/GrailsArtefactHandler.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/GrailsArtefactHandler.java
index d51eca0..03edf22 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/GrailsArtefactHandler.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/GrailsArtefactHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/GrailsDisplayableArtefactHandler.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/GrailsDisplayableArtefactHandler.java
index 9fafb4d..c18102c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/GrailsDisplayableArtefactHandler.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/GrailsDisplayableArtefactHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/HandlerCache.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/HandlerCache.java
index 0749c6b..b0009f1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/HandlerCache.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/HandlerCache.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/IconOwner.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/IconOwner.java
index e4fe30c..2cb7ab2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/IconOwner.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/api/IconOwner.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/ControllerArtefactHandler.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/ControllerArtefactHandler.java
index f892781..3e9b76d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/ControllerArtefactHandler.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/ControllerArtefactHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/DomainArtefactHandler.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/DomainArtefactHandler.java
index 7399882..a616c83 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/DomainArtefactHandler.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/DomainArtefactHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/FilterArtefactHandler.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/FilterArtefactHandler.java
index 638149d..d6e0a2e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/FilterArtefactHandler.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/FilterArtefactHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/GrailsArtefacts.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/GrailsArtefacts.java
index c040220..3797774 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/GrailsArtefacts.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/GrailsArtefacts.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/InterceptorArtefactHandler.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/InterceptorArtefactHandler.java
index 0c2e0f4..b48823e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/InterceptorArtefactHandler.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/InterceptorArtefactHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/ServiceArtefactHandler.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/ServiceArtefactHandler.java
index 79ef5c3..ba0a637 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/ServiceArtefactHandler.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/ServiceArtefactHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/TaglibArtefactHandler.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/TaglibArtefactHandler.java
index 33c9d8d..deb8cc5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/TaglibArtefactHandler.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/TaglibArtefactHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.artefact.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/controllers/ControllerActions.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/controllers/ControllerActions.java
index 7c03a7c..0d9f42f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/controllers/ControllerActions.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/artefact/impl/controllers/ControllerActions.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.artefact.impl.controllers;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/Grails3CommandProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/Grails3CommandProvider.java
index 542201d..e7252d0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/Grails3CommandProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/Grails3CommandProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.commands;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/GrailsCommandCompletionUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/GrailsCommandCompletionUtil.java
index 9a7e9b2..8ba16cd 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/GrailsCommandCompletionUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/GrailsCommandCompletionUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.commands;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/GrailsCommandProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/GrailsCommandProvider.java
index a54cdfa..58ab8fc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/GrailsCommandProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/GrailsCommandProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.commands;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/OldGrailsCommandProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/OldGrailsCommandProvider.java
index b55ee1c..3ed29f8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/OldGrailsCommandProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/commands/OldGrailsCommandProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.commands;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/AbstractConfigSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/AbstractConfigSupport.java
index 4adbbc5..366f207 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/AbstractConfigSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/AbstractConfigSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigClosureMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigClosureMemberContributor.java
index 7069903..a55270d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigClosureMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigClosureMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigMemberContributor.java
index a4b89b8..dab37ea 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigSupport.java
index 986cf33..f589439 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/BuildConfigSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/ConfigMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/ConfigMemberContributor.java
index 182ff0e..48ba467 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/ConfigMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/ConfigMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/ConfigSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/ConfigSupport.java
index 848b44c..3de1b7d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/ConfigSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/ConfigSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/DataSourcesSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/DataSourcesSupport.java
index 7591468..4fc59d0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/DataSourcesSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/DataSourcesSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GradleParentProjectForm.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GradleParentProjectForm.java
index 4c78cc7..9262be8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GradleParentProjectForm.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GradleParentProjectForm.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.config;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsAbstractConfigSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsAbstractConfigSupport.java
index a7e8291..39d9002 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsAbstractConfigSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsAbstractConfigSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConfigUnresolvedFileFilter.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConfigUnresolvedFileFilter.java
index c9b2762..37c8e44 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConfigUnresolvedFileFilter.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConfigUnresolvedFileFilter.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConfigUtils.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConfigUtils.java
index cebdb1c..6f2d058 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConfigUtils.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConfigUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConstants.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConstants.java
index 65b3521..435ca98 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConstants.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsConstants.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsEnvironmentClosureMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsEnvironmentClosureMemberContributor.java
index 8eb1848..b5a4a03 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsEnvironmentClosureMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsEnvironmentClosureMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsFramework.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsFramework.java
index 4cfeb63..868b46d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsFramework.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsFramework.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsGradleAwareModuleBuilder.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsGradleAwareModuleBuilder.java
index 62ca666..ccb06fd 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsGradleAwareModuleBuilder.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsGradleAwareModuleBuilder.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.config;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsIgnoredProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsIgnoredProvider.java
index 50330b4..a96f624 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsIgnoredProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsIgnoredProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.config;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsLibraryPresentationProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsLibraryPresentationProvider.java
index ccb97a5..101650f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsLibraryPresentationProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsLibraryPresentationProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.config;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsModuleBuilder.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsModuleBuilder.java
index 422c092..05ddfeb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsModuleBuilder.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsModuleBuilder.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsModuleStructureUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsModuleStructureUtil.java
index affd06d..9591bc9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsModuleStructureUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsModuleStructureUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsOptionsWizardStep.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsOptionsWizardStep.java
index c24dcef..ec1ccad 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsOptionsWizardStep.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsOptionsWizardStep.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginConfigMethodContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginConfigMethodContributor.java
index 46fa1a5..f850f8a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginConfigMethodContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginConfigMethodContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginNameCompletionContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginNameCompletionContributor.java
index 1460e92..8a086f2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginNameCompletionContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginNameCompletionContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginWebHelpReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginWebHelpReferenceProvider.java
index db57abe..ca25853 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginWebHelpReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPluginWebHelpReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsProjectStructureDetector.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsProjectStructureDetector.java
index 1c364f8..e2cf2cc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsProjectStructureDetector.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsProjectStructureDetector.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPropertiesFileCache.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPropertiesFileCache.java
index 5057f91..a686070 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPropertiesFileCache.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsPropertiesFileCache.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettingSynchronizer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettingSynchronizer.java
index baba940..32cd7f3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettingSynchronizer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettingSynchronizer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettings.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettings.java
index 5d83d98..209ba8c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettings.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettings.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettingsService.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettingsService.java
index 47fe8e2..7f8cbc4 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettingsService.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsSettingsService.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsStructure.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsStructure.java
index 6c29de7..5006cb9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsStructure.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GrailsStructure.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GroovyConfigReader.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GroovyConfigReader.java
index 3a63541..b6e297d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GroovyConfigReader.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/GroovyConfigReader.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/PrintGrailsSettingsConstants.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/PrintGrailsSettingsConstants.java
index a3885ce..57cca7c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/config/PrintGrailsSettingsConstants.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/config/PrintGrailsSettingsConstants.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/database/GrailsDataSourceDetector.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/database/GrailsDataSourceDetector.java
index 7175334..3970509 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/database/GrailsDataSourceDetector.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/database/GrailsDataSourceDetector.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.database;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/dsl/GrailsScriptProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/dsl/GrailsScriptProvider.java
index e487602..174f2da 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/dsl/GrailsScriptProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/dsl/GrailsScriptProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.dsl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GenerateTestsAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GenerateTestsAction.java
index 6fb58e8..03ea71a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GenerateTestsAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GenerateTestsAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.editor;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GrailsEditorDecorator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GrailsEditorDecorator.java
index 618ce28..b7610d8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GrailsEditorDecorator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GrailsEditorDecorator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GrailsEditorToolbar.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GrailsEditorToolbar.java
index 9bdf4e3..a3e1985 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GrailsEditorToolbar.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/GrailsEditorToolbar.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/ViewGrailsEditorToolbarAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/ViewGrailsEditorToolbarAction.java
index 04f858f..ed00e4a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/ViewGrailsEditorToolbarAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/ViewGrailsEditorToolbarAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/selection/GrailsDependencySelectioner.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/selection/GrailsDependencySelectioner.java
index 6d00681..8e72c6b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/selection/GrailsDependencySelectioner.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/selection/GrailsDependencySelectioner.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.editor.selection;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/selection/GrailsGroovyInjectionSelectioner.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/selection/GrailsGroovyInjectionSelectioner.java
index 08c4f07..4339b5a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/selection/GrailsGroovyInjectionSelectioner.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/selection/GrailsGroovyInjectionSelectioner.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.editor.selection;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateActionBase.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateActionBase.java
index 1444efa..e724587 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateActionBase.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateActionBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateAsyncControllerAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateAsyncControllerAction.java
index 6142fac..91e36ac 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateAsyncControllerAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateAsyncControllerAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateControllerAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateControllerAction.java
index 34510d2..a68c9c3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateControllerAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateControllerAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateControllerActionBase.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateControllerActionBase.java
index 2c2ef67..2753f88 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateControllerActionBase.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateControllerActionBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateViewsAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateViewsAction.java
index c5076c1..fed1d41 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateViewsAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GenerateViewsAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToControllerAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToControllerAction.java
index 00d58c0..529a23c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToControllerAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToControllerAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToDomainAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToDomainAction.java
index 40845be..5dcee10 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToDomainAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToDomainAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToServiceAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToServiceAction.java
index 7820dfc..912030c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToServiceAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToServiceAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToTestAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToTestAction.java
index a17ec29..98944f8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToTestAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToTestAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToViewAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToViewAction.java
index 0e5de89..9cf3360 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToViewAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GoToViewAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsGoToArtefactActionBase.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsGoToArtefactActionBase.java
index edc231b..ca23441 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsGoToArtefactActionBase.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsGoToArtefactActionBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarActionBase.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarActionBase.java
index 1d199c1..84020e9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarActionBase.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarActionBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarTargetAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarTargetAction.java
index 84eb931..53ffbfa 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarTargetAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarTargetAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarVfileAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarVfileAction.java
index b8d4b42..1e615b7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarVfileAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/editor/toolbar/GrailsToolbarVfileAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.editor.toolbar;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/forge/GrailsForgeModuleBuilder.kt b/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/forge/GrailsForgeModuleBuilder.kt
index 3015777..51ddcc5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/forge/GrailsForgeModuleBuilder.kt
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/forge/GrailsForgeModuleBuilder.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.feature.forge
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/Linkable.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/Linkable.java
index 66cb4e1..cf9b55c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/Linkable.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/Linkable.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.feature.linkable;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/LinkableNamedArgumentsProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/LinkableNamedArgumentsProvider.java
index 9b663d2..ebf2795 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/LinkableNamedArgumentsProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/LinkableNamedArgumentsProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.feature.linkable;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/LinkableTransformationSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/LinkableTransformationSupport.java
index c56501f..9e3b94d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/LinkableTransformationSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/feature/linkable/LinkableTransformationSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.feature.linkable;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/fileType/GspFileType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/fileType/GspFileType.java
index fecac95..d5ba56e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/fileType/GspFileType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/fileType/GspFileType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.fileType;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gorm/GormClassNames.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gorm/GormClassNames.java
index c0c99a2..e0d54c4 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gorm/GormClassNames.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gorm/GormClassNames.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gorm;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gorm/GormVersion.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gorm/GormVersion.java
index 0eb593b..1d66dd5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gorm/GormVersion.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gorm/GormVersion.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gorm;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsModuleData.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsModuleData.java
index 8c07ef1..09d5e2a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsModuleData.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsModuleData.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gradle;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsModuleGradleDataService.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsModuleGradleDataService.java
index 7d97969..bcb7cfa 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsModuleGradleDataService.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsModuleGradleDataService.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gradle;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsProjectResolverExtension.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsProjectResolverExtension.java
index 548330c..a30330a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsProjectResolverExtension.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsProjectResolverExtension.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gradle;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsTaskManagerExtension.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsTaskManagerExtension.java
index 8540069..1c7ec01 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsTaskManagerExtension.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gradle/GrailsTaskManagerExtension.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gradle;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GrailsStreamingJsonBuilderContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GrailsStreamingJsonBuilderContributor.java
index 4b4f277..eb0bafd 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GrailsStreamingJsonBuilderContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GrailsStreamingJsonBuilderContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gson;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonControllerReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonControllerReference.java
index 18555e3..8ec75c2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonControllerReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonControllerReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonExpectedPackageProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonExpectedPackageProvider.java
index 820291f..1e5cab0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonExpectedPackageProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonExpectedPackageProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonImportContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonImportContributor.java
index a154862..14e980f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonImportContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonImportContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonModelArgumentsProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonModelArgumentsProvider.java
index 8201db7..bebf1d1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonModelArgumentsProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonModelArgumentsProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonModelFieldArgumentDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonModelFieldArgumentDescriptor.java
index ef9414d..c9ff40d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonModelFieldArgumentDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonModelFieldArgumentDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonPatterns.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonPatterns.java
index 4510c1f..72c7dbf 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonPatterns.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonPatterns.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonPositionManagerDelegate.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonPositionManagerDelegate.java
index 79dcf16..464344e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonPositionManagerDelegate.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonPositionManagerDelegate.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonRWAccessDetector.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonRWAccessDetector.java
index 082690c..6b460ee 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonRWAccessDetector.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonRWAccessDetector.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonReferenceContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonReferenceContributor.java
index 0a36552..b3da589 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonReferenceContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonReferenceContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonRenderNamedArgumentsProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonRenderNamedArgumentsProvider.java
index ae40603..6343cc4 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonRenderNamedArgumentsProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonRenderNamedArgumentsProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReference.java
index 1d347d3..9c74613 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReferenceProvider.java
index ed12be3..92f9f3c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReferenceQueryExecutor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReferenceQueryExecutor.java
index 71762d9..eee3836 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReferenceQueryExecutor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateReferenceQueryExecutor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateRendererContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateRendererContributor.java
index d7208aa..45084eb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateRendererContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTemplateRendererContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTransformationSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTransformationSupport.java
index 9c97278..46c7106 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTransformationSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonTransformationSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonUtils.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonUtils.java
index c651193..c50952f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonUtils.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/gson/GsonUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.gson;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GrailsMethodMayBeStaticFilter.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GrailsMethodMayBeStaticFilter.java
index c4c94dc..1e2fb0b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GrailsMethodMayBeStaticFilter.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GrailsMethodMayBeStaticFilter.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.inspections;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspAndGroovyInspection.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspAndGroovyInspection.java
index 25ae63c..772e840 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspAndGroovyInspection.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspAndGroovyInspection.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.inspections;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspInspectionUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspInspectionUtil.java
index 069d143..9abc3bb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspInspectionUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspInspectionUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.inspections;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspSuppressionProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspSuppressionProvider.java
index 1ec9ccd..813e637 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspSuppressionProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/inspections/GspSuppressionProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.inspections;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/DirtyCheckableContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/DirtyCheckableContributor.java
index 7c73286..c193ef9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/DirtyCheckableContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/DirtyCheckableContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/GormTraitContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/GormTraitContributor.java
index 220a82c..7591af7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/GormTraitContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/GormTraitContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/Grails3TraitInjectorContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/Grails3TraitInjectorContributor.java
index 52c1c9e..522958b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/Grails3TraitInjectorContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/Grails3TraitInjectorContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspCssInjector.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspCssInjector.java
index 9f0e59e..935dfa3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspCssInjector.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspCssInjector.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspDirectiveKind.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspDirectiveKind.java
index df9075b..a0b0bb4 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspDirectiveKind.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspDirectiveKind.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspErrorFilter.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspErrorFilter.java
index 18fee04..6ffb815 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspErrorFilter.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspErrorFilter.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspFileViewProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspFileViewProvider.java
index 02ac5af..f62445f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspFileViewProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspFileViewProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspFileviewProviderFactory.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspFileviewProviderFactory.java
index ea8d600..96d596b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspFileviewProviderFactory.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspFileviewProviderFactory.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspLanguage.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspLanguage.java
index 25fea0f..74f4178 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspLanguage.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspLanguage.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspTagDocumentationProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspTagDocumentationProvider.java
index a34e34d..8f323bc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspTagDocumentationProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspTagDocumentationProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspTagInspection.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspTagInspection.java
index a26872d..6d696ec 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspTagInspection.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/GspTagInspection.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/completion/GspXmlFileNSInfoProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/completion/GspXmlFileNSInfoProvider.java
index 6dda28c..59c4098 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/completion/GspXmlFileNSInfoProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/completion/GspXmlFileNSInfoProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.completion;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspCodeFragmentFactory.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspCodeFragmentFactory.java
index 3976555..0e9eca6 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspCodeFragmentFactory.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspCodeFragmentFactory.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.debug;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspPositionManager.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspPositionManager.java
index 226db43..5dc3782 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspPositionManager.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspPositionManager.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.debug;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspPositionManagerFactory.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspPositionManagerFactory.java
index f79b75f..70bc4ee 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspPositionManagerFactory.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/debug/GspPositionManagerFactory.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.debug;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspEditorActionsUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspEditorActionsUtil.java
index 915df3e..de1d8a8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspEditorActionsUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspEditorActionsUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.editor.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspEnterHandler.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspEnterHandler.java
index 51d95b1..8157196 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspEnterHandler.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspEnterHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.editor.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspTypedHandler.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspTypedHandler.java
index 626452d..ad76d84 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspTypedHandler.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/editor/actions/GspTypedHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.editor.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/folding/GspFoldingBuilder.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/folding/GspFoldingBuilder.java
index 3d71de3..a61618c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/folding/GspFoldingBuilder.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/folding/GspFoldingBuilder.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.folding;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/AbstractGspBlock.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/AbstractGspBlock.java
index 6264ba4..67c72d5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/AbstractGspBlock.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/AbstractGspBlock.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/ForeignLanguageBlock.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/ForeignLanguageBlock.java
index 69cf67b..d1291db 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/ForeignLanguageBlock.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/ForeignLanguageBlock.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspBlock.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspBlock.java
index 4c1276a..1996a8a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspBlock.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspBlock.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspBlockGenerator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspBlockGenerator.java
index 163a32b..3e24ba9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspBlockGenerator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspBlockGenerator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspFormattingHelper.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspFormattingHelper.java
index 812b60a..2eb1cc2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspFormattingHelper.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspFormattingHelper.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspFormattingModelBuilder.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspFormattingModelBuilder.java
index 31b6b37..a7970f9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspFormattingModelBuilder.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspFormattingModelBuilder.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspGroovyBlock.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspGroovyBlock.java
index 5e00a62..cdc79bc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspGroovyBlock.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspGroovyBlock.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspHtmlBlock.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspHtmlBlock.java
index 9a7bb19..9d3829d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspHtmlBlock.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspHtmlBlock.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspTextSyntheticBlock.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspTextSyntheticBlock.java
index 307443c..34cbb71 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspTextSyntheticBlock.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/GspTextSyntheticBlock.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/processors/GspIndentProcessor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/processors/GspIndentProcessor.java
index d48814a..dbe9320 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/processors/GspIndentProcessor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/processors/GspIndentProcessor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter.processors;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/processors/GspSpacingProcessor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/processors/GspSpacingProcessor.java
index 0bf0f84..4f5de53 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/processors/GspSpacingProcessor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/processors/GspSpacingProcessor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter.processors;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/settings/GspCodeStyleSettingsProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/settings/GspCodeStyleSettingsProvider.java
index fe56502..730e52c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/settings/GspCodeStyleSettingsProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/settings/GspCodeStyleSettingsProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter.settings;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/settings/GspLanguageCodeStyleSettingsProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/settings/GspLanguageCodeStyleSettingsProvider.java
index e4c0e4a..d310952 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/settings/GspLanguageCodeStyleSettingsProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/formatter/settings/GspLanguageCodeStyleSettingsProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.formatter.settings;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/gspIndex/GspIncludeIndex.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/gspIndex/GspIncludeIndex.java
index 6f2cc92..0fe5950 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/gspIndex/GspIncludeIndex.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/gspIndex/GspIncludeIndex.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.gspIndex;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/gspIndex/GspIncludeInfo.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/gspIndex/GspIncludeInfo.java
index 6ca0c5c..7c28bb3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/gspIndex/GspIncludeInfo.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/gspIndex/GspIncludeInfo.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.gspIndex;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspCommenter.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspCommenter.java
index 0445716..fed9bcf 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspCommenter.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspCommenter.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.highlighter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspDirectiveHighlighter.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspDirectiveHighlighter.java
index 54a8c19..755dc3b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspDirectiveHighlighter.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspDirectiveHighlighter.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.highlighter;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspDirectiveHighlightingLexer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspDirectiveHighlightingLexer.java
index aff0f13..c8f8a7b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspDirectiveHighlightingLexer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspDirectiveHighlightingLexer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.highlighter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspEditorHighlighter.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspEditorHighlighter.java
index 4e9db99..a46ce72 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspEditorHighlighter.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspEditorHighlighter.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.highlighter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspEditorHighlighterProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspEditorHighlighterProvider.java
index f4c38b2..96f601f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspEditorHighlighterProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspEditorHighlighterProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.highlighter;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspFileBraceMatcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspFileBraceMatcher.java
index bf298da..89bb19e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspFileBraceMatcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspFileBraceMatcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.highlighter;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspIndexPatternBuilder.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspIndexPatternBuilder.java
index bb87001..f0f2036 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspIndexPatternBuilder.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspIndexPatternBuilder.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.highlighter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspPairedBraceMatcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspPairedBraceMatcher.java
index f524db6..edc221a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspPairedBraceMatcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspPairedBraceMatcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.highlighter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspSyntaxHighlighter.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspSyntaxHighlighter.java
index bf6aaf2..0cfa20d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspSyntaxHighlighter.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/highlighter/GspSyntaxHighlighter.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.highlighter;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspDirectiveFlexLexer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspDirectiveFlexLexer.java
index a516782..29680d5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspDirectiveFlexLexer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspDirectiveFlexLexer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.lexer;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspFlexLexer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspFlexLexer.java
index bca0f7c..dab6012 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspFlexLexer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspFlexLexer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.lexer;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspTokenTypesEx.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspTokenTypesEx.java
index 3d8a9f3..0c673d2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspTokenTypesEx.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/GspTokenTypesEx.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.lexer;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/IGspElementType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/IGspElementType.java
index c8ebf8f..db0d815 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/IGspElementType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/IGspElementType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.lexer;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/GspTokenTypes.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/GspTokenTypes.java
index 626f8f9..831868d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/GspTokenTypes.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/GspTokenTypes.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.lexer.core;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/gsp.flex b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/gsp.flex
index 8644739..2f8f54f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/gsp.flex
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/gsp.flex
@@ -1,16 +1,20 @@
 /*
- * Copyright 2000-2007 JetBrains s.r.o.
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.lexer.core;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/gsp_directive.flex b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/gsp_directive.flex
index 2e7c779..48ab567 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/gsp_directive.flex
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/lexer/core/gsp_directive.flex
@@ -1,16 +1,20 @@
 /*
- * Copyright 2000-2007 JetBrains s.r.o.
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.lexer.core;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspElementTypes.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspElementTypes.java
index e04f19b..0bed35c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspElementTypes.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspElementTypes.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspGroovyElementTypes.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspGroovyElementTypes.java
index 4dab418..7869b31 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspGroovyElementTypes.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspGroovyElementTypes.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspPsiCreator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspPsiCreator.java
index 0098bab..c61026f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspPsiCreator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/GspPsiCreator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/composite/GspCompositeElementType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/composite/GspCompositeElementType.java
index ea7217d..5d864ac 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/composite/GspCompositeElementType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/composite/GspCompositeElementType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.composite;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspAwareGroovyParser.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspAwareGroovyParser.java
index 4caa80b..58cd17f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspAwareGroovyParser.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspAwareGroovyParser.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.groovy;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspGroovyParser.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspGroovyParser.java
index 3511c96..e724534 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspGroovyParser.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspGroovyParser.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.groovy;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspTemplateStmtParsing.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspTemplateStmtParsing.java
index b4134e4..0801e24 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspTemplateStmtParsing.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/GspTemplateStmtParsing.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.groovy;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyDeclarationsElementType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyDeclarationsElementType.java
index 7c738bc..ced9131 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyDeclarationsElementType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyDeclarationsElementType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.groovy.chameleons;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyDeclarationsInGspFileRoot.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyDeclarationsInGspFileRoot.java
index fd385fa..75d86b1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyDeclarationsInGspFileRoot.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyDeclarationsInGspFileRoot.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.groovy.chameleons;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyExpressionElementType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyExpressionElementType.java
index 33257c2..4ac4e19 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyExpressionElementType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyExpressionElementType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.groovy.chameleons;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyMapAttributeValueType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyMapAttributeValueType.java
index f0d8fd3..a8a837f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyMapAttributeValueType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GroovyMapAttributeValueType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.groovy.chameleons;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GspGroovyLazyElementType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GspGroovyLazyElementType.java
index ab8da77..4367389 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GspGroovyLazyElementType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/chameleons/GspGroovyLazyElementType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.groovy.chameleons;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/lexer/GspGroovyLexer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/lexer/GspGroovyLexer.java
index 4e4c539..1f38fba 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/lexer/GspGroovyLexer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/groovy/lexer/GspGroovyLexer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.groovy.lexer;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GrailsTag.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GrailsTag.java
index 189f705..c26e2e1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GrailsTag.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GrailsTag.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.gsp;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GspParser.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GspParser.java
index 2cffc8f..bd34616 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GspParser.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GspParser.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.gsp;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GspParserDefinition.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GspParserDefinition.java
index 2b1838e..49f97e8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GspParserDefinition.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/GspParserDefinition.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.gsp;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/chameleons/GspDirectiveElement.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/chameleons/GspDirectiveElement.java
index 99d1682..3a3add5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/chameleons/GspDirectiveElement.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/chameleons/GspDirectiveElement.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.gsp.chameleons;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/lexer/GspLexer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/lexer/GspLexer.java
index 0d76420..38596b7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/lexer/GspLexer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/gsp/lexer/GspLexer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.gsp.lexer;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/html/GspHtmlTemplateRootType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/html/GspHtmlTemplateRootType.java
index 4089e5d..53fea1e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/html/GspHtmlTemplateRootType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/html/GspHtmlTemplateRootType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.html;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/html/elements/GspXmlDocument.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/html/elements/GspXmlDocument.java
index 8e92e2f..8acceae 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/html/elements/GspXmlDocument.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/html/elements/GspXmlDocument.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.html.elements;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspGroovyCodeElementType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspGroovyCodeElementType.java
index b35fd40..07abb7f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspGroovyCodeElementType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspGroovyCodeElementType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.outers;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspInHtmlElementType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspInHtmlElementType.java
index c9a6293..5b2e4e5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspInHtmlElementType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspInHtmlElementType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.outers;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspTemplateDataElementType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspTemplateDataElementType.java
index ee524f1..76b98ea 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspTemplateDataElementType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/parsing/outers/GspTemplateDataElementType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.parsing.outers;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiElementFactory.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiElementFactory.java
index a9cd46d..e2ad43a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiElementFactory.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiElementFactory.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiElementFactoryImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiElementFactoryImpl.java
index d0eb11a..200a6b3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiElementFactoryImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiElementFactoryImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiUtil.java
index 1aab2ed..d2a1aca 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/GspPsiUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/GspLazyElement.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/GspLazyElement.java
index 56b9584..f05703d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/GspLazyElement.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/GspLazyElement.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspClass.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspClass.java
index 898a691..0b996a5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspClass.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspClass.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspDeclarationHolder.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspDeclarationHolder.java
index c899f1a..80830bc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspDeclarationHolder.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspDeclarationHolder.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspExprInjection.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspExprInjection.java
index 503e2a8..cff431c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspExprInjection.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspExprInjection.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspRunBlock.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspRunBlock.java
index 486be3e..6edadc3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspRunBlock.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspRunBlock.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspRunMethod.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspRunMethod.java
index 9f58520..bd5e63e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspRunMethod.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrGspRunMethod.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrMapAttributeValue.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrMapAttributeValue.java
index d5bedf7..8961d3f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrMapAttributeValue.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GrMapAttributeValue.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspGroovyFile.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspGroovyFile.java
index 6bec3d1..b3b9a62 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspGroovyFile.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspGroovyFile.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspOuterGroovyElement.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspOuterGroovyElement.java
index bdc0434..47770b7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspOuterGroovyElement.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspOuterGroovyElement.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspOuterHtmlElement.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspOuterHtmlElement.java
index 8467fd0..1773d49 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspOuterHtmlElement.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/GspOuterHtmlElement.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/template/GspTemplateStatement.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/template/GspTemplateStatement.java
index 745d4ba..4696c80 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/template/GspTemplateStatement.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/api/template/GspTemplateStatement.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.api.template;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspClassImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspClassImpl.java
index c07dc7c..5560cc3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspClassImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspClassImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspDeclarationHolderImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspDeclarationHolderImpl.java
index e7e5b69..eb1e4e5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspDeclarationHolderImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspDeclarationHolderImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspExprInjectionImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspExprInjectionImpl.java
index e9e6e95..80a15d8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspExprInjectionImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspExprInjectionImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspRunBlockImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspRunBlockImpl.java
index 8c016fb..d21273c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspRunBlockImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspRunBlockImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspRunMethodImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspRunMethodImpl.java
index 52ea3c2..65263f4 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspRunMethodImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrGspRunMethodImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrMapAttrValueImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrMapAttrValueImpl.java
index 4378954..df5d23b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrMapAttrValueImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GrMapAttrValueImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspGroovyFileImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspGroovyFileImpl.java
index 421a960..a3be922 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspGroovyFileImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspGroovyFileImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspModelVariableModel.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspModelVariableModel.java
index 8c8b293..cd62427 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspModelVariableModel.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspModelVariableModel.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterGroovyElementImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterGroovyElementImpl.java
index 980b450..1966b88 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterGroovyElementImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterGroovyElementImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterHtmlElementImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterHtmlElementImpl.java
index 7d335db..a6f9cc3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterHtmlElementImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterHtmlElementImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterHtmlElementManipulator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterHtmlElementManipulator.java
index 2a4fc99..b46ff3c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterHtmlElementManipulator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspOuterHtmlElementManipulator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspPageSkeleton.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspPageSkeleton.java
index ff2e09d..9cde0ef 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspPageSkeleton.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/GspPageSkeleton.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/ModelVariableDeclarationSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/ModelVariableDeclarationSearcher.java
index cb0096b..fc86635 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/ModelVariableDeclarationSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/ModelVariableDeclarationSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/template/GspTemplateStatementImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/template/GspTemplateStatementImpl.java
index 08091d1..bfbba40 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/template/GspTemplateStatementImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/groovy/impl/template/GspTemplateStatementImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.groovy.impl.template;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspDeclarationTag.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspDeclarationTag.java
index bde6e87..2022391 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspDeclarationTag.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspDeclarationTag.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspExpressionTag.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspExpressionTag.java
index 2c4fcc9..dc8e3aa 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspExpressionTag.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspExpressionTag.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspFile.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspFile.java
index 1c85471..8e1ff9e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspFile.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspFile.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspScriptletTag.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspScriptletTag.java
index 39f15f1..fdd1fb4 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspScriptletTag.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspScriptletTag.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspTag.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspTag.java
index 253affd..86d4261 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspTag.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspTag.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspXmlTagBase.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspXmlTagBase.java
index 13520c6..b2ef052 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspXmlTagBase.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/GspXmlTagBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirective.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirective.java
index b526c8e..b9b546b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirective.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirective.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api.directive;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirectiveAttribute.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirectiveAttribute.java
index d36b7a1..682845f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirectiveAttribute.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirectiveAttribute.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api.directive;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirectiveAttributeValue.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirectiveAttributeValue.java
index 29101f2..8946a43 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirectiveAttributeValue.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/directive/GspDirectiveAttributeValue.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api.directive;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspAttribute.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspAttribute.java
index 7042171..969ab67 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspAttribute.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspAttribute.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspAttributeValue.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspAttributeValue.java
index 0ae21d3..e77d735 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspAttributeValue.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspAttributeValue.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspGrailsTag.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspGrailsTag.java
index 5ad7f8f..09197e0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspGrailsTag.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspGrailsTag.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspTaggedElement.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspTaggedElement.java
index 2019f06..db12f71 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspTaggedElement.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspTaggedElement.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspXmlRootTag.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspXmlRootTag.java
index 40cd46c..70209bf 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspXmlRootTag.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/api/gtag/GspXmlRootTag.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.api.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspDeclarationTagImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspDeclarationTagImpl.java
index 0f04db2..f02ebdb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspDeclarationTagImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspDeclarationTagImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspExprTagImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspExprTagImpl.java
index 01ae87c..c2262e2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspExprTagImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspExprTagImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspFileImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspFileImpl.java
index 27387f8..ad42fd0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspFileImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspFileImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspScriptletTagImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspScriptletTagImpl.java
index e38f128..3ff8b60 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspScriptletTagImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspScriptletTagImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspXmlTagBaseImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspXmlTagBaseImpl.java
index acbf01b..ec8e689 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspXmlTagBaseImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/GspXmlTagBaseImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveAttributeImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveAttributeImpl.java
index 034ee6d..72ce31a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveAttributeImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveAttributeImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.directive;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveAttributeValueImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveAttributeValueImpl.java
index 842bd82..75b4749 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveAttributeValueImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveAttributeValueImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.directive;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveImpl.java
index 92327f9..854e96c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/directive/GspDirectiveImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.directive;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspAttributeImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspAttributeImpl.java
index 3ea5d12..1539a24 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspAttributeImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspAttributeImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspAttributeValueImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspAttributeValueImpl.java
index 3268a91..4721127 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspAttributeValueImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspAttributeValueImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspContentTagDescriptorProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspContentTagDescriptorProvider.java
index 9c588af..8441d47 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspContentTagDescriptorProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspContentTagDescriptorProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspElementDescriptorBase.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspElementDescriptorBase.java
index 999d8c2..8ffc88b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspElementDescriptorBase.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspElementDescriptorBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspGrailsTagImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspGrailsTagImpl.java
index ad30313..6f307af 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspGrailsTagImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspGrailsTagImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspLinkElementDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspLinkElementDescriptor.java
index c3d4c1c..1e255f1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspLinkElementDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspLinkElementDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspLinkNamespaceDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspLinkNamespaceDescriptor.java
index c10f2a4..7009401 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspLinkNamespaceDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspLinkNamespaceDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspNamespaceDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspNamespaceDescriptor.java
index 8d377e3..3fe52fe 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspNamespaceDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspNamespaceDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspPropertyElementDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspPropertyElementDescriptor.java
index 156ac23..908ba95 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspPropertyElementDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspPropertyElementDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspSdkElementDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspSdkElementDescriptor.java
index 16d7f8a..86dac53 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspSdkElementDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspSdkElementDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagDescriptorService.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagDescriptorService.java
index c5e39e4..5fda3b2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagDescriptorService.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagDescriptorService.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagRuleProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagRuleProvider.java
index 72f8ccc..1bb6310 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagRuleProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagRuleProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagVariableDeclarationSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagVariableDeclarationSearcher.java
index 849ec76..3061d5d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagVariableDeclarationSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTagVariableDeclarationSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTmplNamespaceDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTmplNamespaceDescriptor.java
index a91ed44..7e8579c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTmplNamespaceDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspTmplNamespaceDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspXmlRootTagImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspXmlRootTagImpl.java
index 775f8f8..201a8c6 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspXmlRootTagImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/GspXmlRootTagImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/reference/contributor/DefaultCodecDirectiveReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/reference/contributor/DefaultCodecDirectiveReferenceProvider.java
index 4568435..fac296c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/reference/contributor/DefaultCodecDirectiveReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/reference/contributor/DefaultCodecDirectiveReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag.reference.contributor;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/reference/contributor/GspCssClassReferenceContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/reference/contributor/GspCssClassReferenceContributor.java
index 6f9f7b8..576f7f7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/reference/contributor/GspCssClassReferenceContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/gsp/impl/gtag/reference/contributor/GspCssClassReferenceContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.gsp.impl.gtag.reference.contributor;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/api/GspHtmlOuterElement.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/api/GspHtmlOuterElement.java
index 87dc503..2685426 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/api/GspHtmlOuterElement.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/api/GspHtmlOuterElement.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.html.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/api/GspLikeFile.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/api/GspLikeFile.java
index e6ababc..60f551e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/api/GspLikeFile.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/api/GspLikeFile.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.html.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlFileImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlFileImpl.java
index fcd71cd..087c0df 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlFileImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlFileImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.html.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlOuterElementImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlOuterElementImpl.java
index 53743d2..314f8c9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlOuterElementImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlOuterElementImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.html.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlXmlExtension.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlXmlExtension.java
index 40ab1f1..704851b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlXmlExtension.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/html/impl/GspHtmlXmlExtension.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.psi.html.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/impl/GspImportUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/impl/GspImportUtil.java
index 91bc57c..ae28e84 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/impl/GspImportUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/psi/impl/GspImportUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.lang.gsp.psi.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/BuiltInTagReferenceSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/BuiltInTagReferenceSearcher.java
index 01f882d..8455758 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/BuiltInTagReferenceSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/BuiltInTagReferenceSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.resolve.taglib;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/GrailsTaglibNamedArgumentProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/GrailsTaglibNamedArgumentProvider.java
index 2404495..640e7cd 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/GrailsTaglibNamedArgumentProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/GrailsTaglibNamedArgumentProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.resolve.taglib;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/GspTagLibUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/GspTagLibUtil.java
index a1ab80c..5c84000 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/GspTagLibUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/GspTagLibUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.resolve.taglib;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/TagLibNamespaceDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/TagLibNamespaceDescriptor.java
index f0d8cf1..4780972 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/TagLibNamespaceDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/resolve/taglib/TagLibNamespaceDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.resolve.taglib;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/GspControllerReferenceSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/GspControllerReferenceSearcher.java
index 9a58fc9..a6a90af 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/GspControllerReferenceSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/GspControllerReferenceSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.search;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/GspPageReferenceSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/GspPageReferenceSearcher.java
index 76b5e85..cfda89f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/GspPageReferenceSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/GspPageReferenceSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.search;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/JspPageReferenceSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/JspPageReferenceSearcher.java
index 82ec83a..7b9e4b5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/JspPageReferenceSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/search/JspPageReferenceSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.search;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/util/GspUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/util/GspUtil.java
index b63b6c0..cb59fb7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/util/GspUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/lang/gsp/util/GspUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.lang.gsp.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/ConsoleProcessDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/ConsoleProcessDescriptor.java
index a3a2cc6..66275fb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/ConsoleProcessDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/ConsoleProcessDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcCommand.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcCommand.java
index e9f59d1..5ab74f6 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcCommand.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcCommand.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.mvc;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcModuleStructureSynchronizer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcModuleStructureSynchronizer.java
index 3d5b298..aa6962c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcModuleStructureSynchronizer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcModuleStructureSynchronizer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.mvc;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcModuleStructureUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcModuleStructureUtil.java
index 4fd6457..db08fed 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcModuleStructureUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcModuleStructureUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcPathMacros.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcPathMacros.java
index 2a0fea8..8488fa5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcPathMacros.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcPathMacros.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.mvc;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcProjectStructure.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcProjectStructure.java
index c38888d..cbf3433 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcProjectStructure.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcProjectStructure.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcWatchedRootProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcWatchedRootProvider.java
index 70c481f..b81eb33 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcWatchedRootProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/MvcWatchedRootProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.mvc;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/AvailablePluginsModel.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/AvailablePluginsModel.java
index 900e599..4868508 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/AvailablePluginsModel.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/AvailablePluginsModel.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/InstallUninstallPluginsDialog.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/InstallUninstallPluginsDialog.java
index f174886..c6ce77a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/InstallUninstallPluginsDialog.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/InstallUninstallPluginsDialog.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginColumnInfo.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginColumnInfo.java
index 913ca02..080297e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginColumnInfo.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginColumnInfo.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginDescriptor.java
index 2f12216..77c0b20 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginIsInstalledColumnInfo.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginIsInstalledColumnInfo.java
index 2ca16e8..ed8b0af 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginIsInstalledColumnInfo.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginIsInstalledColumnInfo.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginUtil.java
index 6dd16c7..709eb36 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsAction.java
index da4d1f6..2bdd9af 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsMain.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsMain.java
index 8a5adf1..f0a252e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsMain.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsMain.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsTable.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsTable.java
index 31a3cb7..4626991 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsTable.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/MvcPluginsTable.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/actions/AddCustomPluginAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/actions/AddCustomPluginAction.java
index 3162666..7aaf03c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/actions/AddCustomPluginAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/actions/AddCustomPluginAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/actions/ReloadMvcPluginListAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/actions/ReloadMvcPluginListAction.java
index 0abda93..d8b8899 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/actions/ReloadMvcPluginListAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/actions/ReloadMvcPluginListAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins.actions;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/proxySettings.kt b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/proxySettings.kt
index e425232..d3f1516 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/proxySettings.kt
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/plugins/proxySettings.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.mvc.plugins
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/util/MvcTargetDialogCompletionUtils.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/util/MvcTargetDialogCompletionUtils.java
index 5f36a89..3c49e2d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/util/MvcTargetDialogCompletionUtils.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/mvc/util/MvcTargetDialogCompletionUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.mvc.util;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassNodeRenderer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassNodeRenderer.java
index bfd2c9e..a3b5fbf 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassNodeRenderer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassNodeRenderer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.perspectives;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassesRelationsEditor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassesRelationsEditor.java
index add199d..a70532c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassesRelationsEditor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassesRelationsEditor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.perspectives;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassesRelationsEditorProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassesRelationsEditorProvider.java
index eab7d86..2a7d500 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassesRelationsEditorProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/DomainClassesRelationsEditorProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.perspectives;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/PerspectiveFileEditorComponent.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/PerspectiveFileEditorComponent.java
index d1caa84..2b0469a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/PerspectiveFileEditorComponent.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/PerspectiveFileEditorComponent.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.perspectives;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/create/CreateNewRelation.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/create/CreateNewRelation.java
index 7842c25..fdcea84 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/create/CreateNewRelation.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/create/CreateNewRelation.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.perspectives.create;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/create/RelationsCreationsProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/create/RelationsCreationsProvider.java
index aa9913e..93be962 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/create/RelationsCreationsProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/create/RelationsCreationsProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.perspectives.create;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/delete/RelationDeleteProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/delete/RelationDeleteProvider.java
index f7c878d..05efde6 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/delete/RelationDeleteProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/delete/RelationDeleteProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.perspectives.delete;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DataModelAndSelectionModificationTracker.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DataModelAndSelectionModificationTracker.java
index 14e50b4..18b43f2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DataModelAndSelectionModificationTracker.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DataModelAndSelectionModificationTracker.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.perspectives.graph;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassDependencyPresentation.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassDependencyPresentation.java
index d1d9f7a..852c93d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassDependencyPresentation.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassDependencyPresentation.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.perspectives.graph;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassNode.java
index 64935cf..8b4742d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.perspectives.graph;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassRelationsInfo.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassRelationsInfo.java
index e89cff4..06fb2bc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassRelationsInfo.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassRelationsInfo.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.perspectives.graph;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassesRelationsDataModel.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassesRelationsDataModel.java
index 32b7e03..b722fee 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassesRelationsDataModel.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/perspectives/graph/DomainClassesRelationsDataModel.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.perspectives.graph;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetReferenceContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetReferenceContributor.java
index 40372ee..1cb1255 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetReferenceContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetReferenceContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.pluginSupport.assetPipeline;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetReferenceProvider.java
index aa6ea7d..4fb4361 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.pluginSupport.assetPipeline;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetScriptInjector.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetScriptInjector.java
index 94b2a68..34640b4 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetScriptInjector.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetScriptInjector.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.pluginSupport.assetPipeline;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetsFileReferenceSet.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetsFileReferenceSet.java
index bbaa6bd..d36d60d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetsFileReferenceSet.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/assetPipeline/AssetsFileReferenceSet.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.pluginSupport.assetPipeline;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/buildTestData/GrailsBuildTestDataMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/buildTestData/GrailsBuildTestDataMemberProvider.java
index 5d4ea00..34081b7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/buildTestData/GrailsBuildTestDataMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/buildTestData/GrailsBuildTestDataMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.buildTestData;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourceModuleReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourceModuleReference.java
index 6a90a9a..3766790 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourceModuleReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourceModuleReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.resources;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourceReferenceSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourceReferenceSearcher.java
index 4989753..ceb539b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourceReferenceSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourceReferenceSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.resources;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesClosureMethodContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesClosureMethodContributor.java
index b588318..05e6b1e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesClosureMethodContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesClosureMethodContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.resources;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesPomDeclarationSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesPomDeclarationSearcher.java
index 951442f..f4c9bdf 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesPomDeclarationSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesPomDeclarationSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.resources;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesReferenceProvider.java
index 0915e16..761b42f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.resources;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesUtil.java
index 490a57a..4334c46 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/resources/GrailsResourcesUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.resources;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableMemberProvider.java
index 5972472..c8eee66 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.seachable;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableReturnTypeCalculator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableReturnTypeCalculator.java
index 4d65bcb..541c210 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableReturnTypeCalculator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableReturnTypeCalculator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.seachable;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableUtil.java
index 265664a..cfb6516 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/GrailsSearchableUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.seachable;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/SearchableFieldReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/SearchableFieldReferenceProvider.java
index cc0abb2..ce4c628 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/SearchableFieldReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/SearchableFieldReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.seachable;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/SearchableMemberMethodContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/SearchableMemberMethodContributor.java
index 5b5ea8d..23cca73 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/SearchableMemberMethodContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/seachable/SearchableMemberMethodContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.seachable;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/shiro/GrailsShiroAccessControlMethodProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/shiro/GrailsShiroAccessControlMethodProvider.java
index de70805..9e999b7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/shiro/GrailsShiroAccessControlMethodProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/shiro/GrailsShiroAccessControlMethodProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.shiro;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/shiro/GrailsShiroReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/shiro/GrailsShiroReferenceProvider.java
index fa83c30..c336794 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/shiro/GrailsShiroReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/shiro/GrailsShiroReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.shiro;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/spock/GrailsSpockEnhancer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/spock/GrailsSpockEnhancer.java
index 0761d84..33a5ad2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/spock/GrailsSpockEnhancer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/spock/GrailsSpockEnhancer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.spock;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowEventDefinitionMethodContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowEventDefinitionMethodContributor.java
index dfefdc1..36a5bcf 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowEventDefinitionMethodContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowEventDefinitionMethodContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.webflow;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowMethodContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowMethodContributor.java
index e2a8a4c..e1da101 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowMethodContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowMethodContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.webflow;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowPomDeclarationSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowPomDeclarationSearcher.java
index e8c70e1..d2190ac 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowPomDeclarationSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowPomDeclarationSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.webflow;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowStateNameReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowStateNameReferenceProvider.java
index 83960cc..31dde37 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowStateNameReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowStateNameReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.webflow;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowUtils.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowUtils.java
index 9ed400c..9407dc6 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowUtils.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/pluginSupport/webflow/WebFlowUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport.webflow;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/Grails3CompiledPluginDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/Grails3CompiledPluginDescriptor.java
index bbeda6d..6e2d9e9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/Grails3CompiledPluginDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/Grails3CompiledPluginDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.plugins;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/Grails3SourcePluginDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/Grails3SourcePluginDescriptor.java
index 66bbb3f..1447439 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/Grails3SourcePluginDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/Grails3SourcePluginDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.plugins;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/GrailsPluginDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/GrailsPluginDescriptor.java
index 8c0779f..08c8056 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/GrailsPluginDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/GrailsPluginDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.plugins;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/GrailsPlugins.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/GrailsPlugins.java
index a7339a7..232212a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/GrailsPlugins.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/plugins/GrailsPlugins.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.plugins;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsIconProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsIconProvider.java
index e7fd7c2..e2908fe 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsIconProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsIconProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsPluginsNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsPluginsNode.java
index 68ca5b1..a42f4cc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsPluginsNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsPluginsNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsProjectViewPane.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsProjectViewPane.java
index f697fda..58bf5f5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsProjectViewPane.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsProjectViewPane.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsProjectViewPanes.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsProjectViewPanes.java
index 3d257ae..d3d896f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsProjectViewPanes.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsProjectViewPanes.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsTreeStructureProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsTreeStructureProvider.java
index 9318130..dc880f8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsTreeStructureProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/GrailsTreeStructureProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/NodeWeights.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/NodeWeights.java
index 84044b2..2c75e2d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/NodeWeights.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/NodeWeights.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/api/GrailsSingleNodeProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/api/GrailsSingleNodeProvider.java
index 189e61d..dc9a589 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/api/GrailsSingleNodeProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/api/GrailsSingleNodeProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/api/GrailsViewNodeProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/api/GrailsViewNodeProvider.java
index 8592cec..9c498b7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/api/GrailsViewNodeProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/api/GrailsViewNodeProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.api;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/Grails3NodeProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/Grails3NodeProvider.java
index c01c295..e5fa4ca 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/Grails3NodeProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/Grails3NodeProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsAppNodeProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsAppNodeProvider.java
index c2b9967..254a1d6 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsAppNodeProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsAppNodeProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsNodeComparator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsNodeComparator.java
index 2df1b02..93faf72 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsNodeComparator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsNodeComparator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsViewItems.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsViewItems.java
index 242964f..08867c9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsViewItems.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/GrailsViewItems.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/OldGrailsNodeProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/OldGrailsNodeProvider.java
index 9ca3395..6afb723 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/OldGrailsNodeProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/impl/OldGrailsNodeProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/CompactedFqn.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/CompactedFqn.java
index 2a87204..50baef0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/CompactedFqn.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/CompactedFqn.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsActionNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsActionNode.java
index 3990734..664e6a7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsActionNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsActionNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsApplicationNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsApplicationNode.java
index 99b9d7e..fc01255 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsApplicationNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsApplicationNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactHandlerNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactHandlerNode.java
index ea4dbed..7e6eebf 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactHandlerNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactHandlerNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactHandlerNodeBase.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactHandlerNodeBase.java
index c22e655..24949f2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactHandlerNodeBase.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactHandlerNodeBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactPackageNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactPackageNode.java
index 6d1f4ba..9c35d4c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactPackageNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsArtefactPackageNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsControllerNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsControllerNode.java
index 378ba9b..41343f4 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsControllerNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsControllerNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsFlatPackageNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsFlatPackageNode.java
index 0ece4f9..1143161 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsFlatPackageNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsFlatPackageNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsNodes.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsNodes.java
index 8212a52..2de6926 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsNodes.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsNodes.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPackageValue.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPackageValue.java
index 3c5fc97..561f4f7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPackageValue.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPackageValue.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPluginNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPluginNode.java
index 0cc869f..5f06d2d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPluginNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPluginNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPsiDirectoryNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPsiDirectoryNode.java
index 817884f..2758cde 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPsiDirectoryNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsPsiDirectoryNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsRegularPackageNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsRegularPackageNode.java
index 5b4cb66..505cb42 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsRegularPackageNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsRegularPackageNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsRootNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsRootNode.java
index f0c4612..9a9fe05 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsRootNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/GrailsRootNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/OldGrailsPluginsNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/OldGrailsPluginsNode.java
index 9fc69e2..15d1104 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/OldGrailsPluginsNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/OldGrailsPluginsNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/OtherGrailsAppSourcesNode.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/OtherGrailsAppSourcesNode.java
index a823df7..0e3a27f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/OtherGrailsAppSourcesNode.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/OtherGrailsAppSourcesNode.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/TreeNodeUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/TreeNodeUtil.java
index f929ba3..94a3aa8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/TreeNodeUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/projectView/nodes/TreeNodeUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.projectView.nodes;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/CodecNonCodeMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/CodecNonCodeMemberContributor.java
index c0fd374..73a77fd 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/CodecNonCodeMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/CodecNonCodeMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/EnhancesTraitsCollector.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/EnhancesTraitsCollector.java
index a2352c0..7cd56a1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/EnhancesTraitsCollector.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/EnhancesTraitsCollector.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.references;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsArtifactNonCodeMemberProcessor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsArtifactNonCodeMemberProcessor.java
index 2a1ce94..f75352a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsArtifactNonCodeMemberProcessor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsArtifactNonCodeMemberProcessor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsArtifactRenameProcessor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsArtifactRenameProcessor.java
index b130543..6e86a60 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsArtifactRenameProcessor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsArtifactRenameProcessor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsClosureMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsClosureMemberContributor.java
index f5faf40..8a880d6 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsClosureMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsClosureMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsMethodNamedArgumentReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsMethodNamedArgumentReferenceProvider.java
index 490f2db..cb488d0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsMethodNamedArgumentReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsMethodNamedArgumentReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsResourceClassMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsResourceClassMemberContributor.java
index 2072b97..cbf9721 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsResourceClassMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/GrailsResourceClassMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/MemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/MemberProvider.java
index a78d085..38b1e3b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/MemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/MemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/TraitInjectorService.kt b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/TraitInjectorService.kt
index 8fa6a40..3dd2780 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/TraitInjectorService.kt
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/TraitInjectorService.kt
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/bootstrap/GrailsBootStrapMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/bootstrap/GrailsBootStrapMemberProvider.java
index eee97b4..151ca17 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/bootstrap/GrailsBootStrapMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/bootstrap/GrailsBootStrapMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.bootstrap;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/buildConfig/BuildConfigFileReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/buildConfig/BuildConfigFileReferenceProvider.java
index 9014ce0..88a058b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/buildConfig/BuildConfigFileReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/buildConfig/BuildConfigFileReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.buildConfig;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ArtifactFieldReferenceSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ArtifactFieldReferenceSearcher.java
index 6fa5998..b94642e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ArtifactFieldReferenceSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ArtifactFieldReferenceSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ArtifactPropertyGetterReferenceSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ArtifactPropertyGetterReferenceSearcher.java
index ceef119..053b217 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ArtifactPropertyGetterReferenceSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ArtifactPropertyGetterReferenceSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/CodecReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/CodecReference.java
index 1799956..5d1f060 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/CodecReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/CodecReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContentTypeReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContentTypeReference.java
index 218b8fe..031d15e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContentTypeReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContentTypeReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContentTypeReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContentTypeReferenceProvider.java
index c7f0400..f4c7cd3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContentTypeReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContentTypeReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContextPathReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContextPathReferenceProvider.java
index 454716b..9e781e7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContextPathReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ContextPathReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsEncodingReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsEncodingReferenceProvider.java
index 3670eec..539e5c6 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsEncodingReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsEncodingReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsFileReferenceSetBase.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsFileReferenceSetBase.java
index 3da9164..8a0ddec 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsFileReferenceSetBase.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsFileReferenceSetBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsLayoutFileReferenceSet.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsLayoutFileReferenceSet.java
index 84b420e..e233e4d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsLayoutFileReferenceSet.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsLayoutFileReferenceSet.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsRootBasedFileReferenceSet.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsRootBasedFileReferenceSet.java
index 0e2eac0..fb8deb1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsRootBasedFileReferenceSet.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsRootBasedFileReferenceSet.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsViewFileReferenceSet.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsViewFileReferenceSet.java
index 145b344..0c9cac5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsViewFileReferenceSet.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GrailsViewFileReferenceSet.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GroovyGspAttributeWrapper.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GroovyGspAttributeWrapper.java
index b550d2b..4ba131d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GroovyGspAttributeWrapper.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GroovyGspAttributeWrapper.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GroovyGspTagWrapper.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GroovyGspTagWrapper.java
index 7a4389d..9951175 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GroovyGspTagWrapper.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GroovyGspTagWrapper.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GspAttributeWrapper.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GspAttributeWrapper.java
index bd19d47..e9f8d61 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GspAttributeWrapper.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GspAttributeWrapper.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GspTagWrapper.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GspTagWrapper.java
index 5abd754..112e020 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GspTagWrapper.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/GspTagWrapper.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/PluginReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/PluginReference.java
index 2e8080d..e41a266 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/PluginReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/PluginReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/PluginSupportFileReferenceSet.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/PluginSupportFileReferenceSet.java
index 6a3d3b1..73354c7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/PluginSupportFileReferenceSet.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/PluginSupportFileReferenceSet.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ResourceDirAttributeFileReferenceSet.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ResourceDirAttributeFileReferenceSet.java
index cfd6446..dfe922a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ResourceDirAttributeFileReferenceSet.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/ResourceDirAttributeFileReferenceSet.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/TemplateFileReferenceSet.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/TemplateFileReferenceSet.java
index bf0736a..f0861fe 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/TemplateFileReferenceSet.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/TemplateFileReferenceSet.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/WebAppFolderFileReferenceSet.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/WebAppFolderFileReferenceSet.java
index 38487fb..70fdc3a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/WebAppFolderFileReferenceSet.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/WebAppFolderFileReferenceSet.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/XmlGspAttributeWrapper.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/XmlGspAttributeWrapper.java
index 925f78e..6b1ff6a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/XmlGspAttributeWrapper.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/XmlGspAttributeWrapper.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/XmlGspTagWrapper.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/XmlGspTagWrapper.java
index 355d376..35ed722 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/XmlGspTagWrapper.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/common/XmlGspTagWrapper.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.common;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GormRegexInjector.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GormRegexInjector.java
index 33a60f8..80aa4c2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GormRegexInjector.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GormRegexInjector.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.constraints;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintGroupNamedArgumentProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintGroupNamedArgumentProvider.java
index fc93046..022ddcc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintGroupNamedArgumentProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintGroupNamedArgumentProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.constraints;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintNamedArgumentProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintNamedArgumentProvider.java
index 246b35a..f197242 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintNamedArgumentProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintNamedArgumentProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.constraints;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsClosureMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsClosureMemberProvider.java
index 247bcb0..0949f80 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsClosureMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsClosureMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.constraints;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsGroupClosureMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsGroupClosureMemberProvider.java
index d877d22..d3cf3b2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsGroupClosureMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsGroupClosureMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.constraints;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsSharedReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsSharedReferenceProvider.java
index 7b8b847..7c91eaf 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsSharedReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsSharedReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.constraints;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsUtil.java
index 82533ad..5386abe 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsConstraintsUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.constraints;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsValidationMethodsContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsValidationMethodsContributor.java
index 048577c..1ec10b9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsValidationMethodsContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsValidationMethodsContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.constraints;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsValidatorParamTypeEnhancer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsValidatorParamTypeEnhancer.java
index 2486cfb..055a496 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsValidatorParamTypeEnhancer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/constraints/GrailsValidatorParamTypeEnhancer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.constraints;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ActionReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ActionReference.java
index efd506e..c342fec 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ActionReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ActionReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ActionRenameProcessor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ActionRenameProcessor.java
index 96bfe6f..25ccbcc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ActionRenameProcessor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ActionRenameProcessor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerAllowedMethodCompletionProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerAllowedMethodCompletionProvider.java
index 2c39c97..e102aff 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerAllowedMethodCompletionProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerAllowedMethodCompletionProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerAllowedMethodReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerAllowedMethodReferenceProvider.java
index 048b9d2..60120a7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerAllowedMethodReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerAllowedMethodReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerFieldReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerFieldReferenceProvider.java
index 97653a9..be5bdbd 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerFieldReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerFieldReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerLayoutReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerLayoutReferenceProvider.java
index 963c3b5..ca7367f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerLayoutReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerLayoutReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerMembersProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerMembersProvider.java
index 1c28744..08c16ec 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerMembersProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerMembersProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerReference.java
index 326b561..1a84249 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerReferenceProvider.java
index 979511c..00bd721 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerRenameProcessor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerRenameProcessor.java
index 1c10c6f..898ba4a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerRenameProcessor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerRenameProcessor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerRenderTemplateRefProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerRenderTemplateRefProvider.java
index 26841f8..97586a4 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerRenderTemplateRefProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/ControllerRenderTemplateRefProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GrailsNamespaceReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GrailsNamespaceReference.java
index 2b14db6..eb738e6 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GrailsNamespaceReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GrailsNamespaceReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GrailsWithFormatClosureMethodContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GrailsWithFormatClosureMethodContributor.java
index 5f247ec..864a834 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GrailsWithFormatClosureMethodContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GrailsWithFormatClosureMethodContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GspTagMethodComparator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GspTagMethodComparator.java
index 1f3a306..e4f4575 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GspTagMethodComparator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GspTagMethodComparator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GspTagMethodOverloadResolver.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GspTagMethodOverloadResolver.java
index 6c60a97..53e2028 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GspTagMethodOverloadResolver.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/GspTagMethodOverloadResolver.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.references.controller;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/HttpRequestMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/HttpRequestMemberContributor.java
index 33e60dd..140166c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/HttpRequestMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/HttpRequestMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/HttpResponseMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/HttpResponseMemberContributor.java
index b396b50..52a4c62 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/HttpResponseMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/controller/HttpResponseMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.controller;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainClassUtils.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainClassUtils.java
index 4b05b46..7837871 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainClassUtils.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainClassUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainDescriptor.java
index 44f7254..176b6aa 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainFieldRenameProcessor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainFieldRenameProcessor.java
index 9f01612..075cb1c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainFieldRenameProcessor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainFieldRenameProcessor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainMembersProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainMembersProvider.java
index 3b78ac1..85b21cb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainMembersProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainMembersProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainStaticMemberCompletionProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainStaticMemberCompletionProvider.java
index aa28b0d..3142777 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainStaticMemberCompletionProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/DomainStaticMemberCompletionProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormAddToNamedArgumentProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormAddToNamedArgumentProvider.java
index 52f4507..af16642 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormAddToNamedArgumentProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormAddToNamedArgumentProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormAstTransformationContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormAstTransformationContributor.java
index a546ced..a3137c7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormAstTransformationContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormAstTransformationContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormConstraintMethodProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormConstraintMethodProvider.java
index 70d1fad..35c2a83 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormConstraintMethodProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormConstraintMethodProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormDynamicFinderCompletionProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormDynamicFinderCompletionProvider.java
index 096ef96..a4b6f2e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormDynamicFinderCompletionProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormDynamicFinderCompletionProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormEmbeddedPropertyListReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormEmbeddedPropertyListReferenceProvider.java
index cea5ac1..9e2a867 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormEmbeddedPropertyListReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormEmbeddedPropertyListReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormFetchModeCompletionProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormFetchModeCompletionProvider.java
index 3deb574..701972b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormFetchModeCompletionProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormFetchModeCompletionProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormFetchModeReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormFetchModeReferenceProvider.java
index 379758c..69aa3b0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormFetchModeReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormFetchModeReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormGetPersistentValueReturnTypeCalculator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormGetPersistentValueReturnTypeCalculator.java
index 7bcfed3..9065a5e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormGetPersistentValueReturnTypeCalculator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormGetPersistentValueReturnTypeCalculator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormMappingMethodProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormMappingMethodProvider.java
index 8eee671..19e35ce 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormMappingMethodProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormMappingMethodProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormNamedArgumentReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormNamedArgumentReferenceProvider.java
index 6132594..082da5b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormNamedArgumentReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormNamedArgumentReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPersistentPropertiesNamedArgProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPersistentPropertiesNamedArgProvider.java
index 9871a7d..b356418 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPersistentPropertiesNamedArgProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPersistentPropertiesNamedArgProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertiesListReferenceReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertiesListReferenceReferenceProvider.java
index 418ae20..82c9b2b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertiesListReferenceReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertiesListReferenceReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyConstraintReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyConstraintReferenceProvider.java
index 8c0e6f6..34f01a8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyConstraintReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyConstraintReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyReference.java
index 5a6ab87..3850530 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyReferenceUnique.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyReferenceUnique.java
index f992edb..0a4e801 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyReferenceUnique.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormPropertyReferenceUnique.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormSortNamedArgumentProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormSortNamedArgumentProvider.java
index 450821c..8dc21c7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormSortNamedArgumentProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormSortNamedArgumentProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormUniqueConstraintReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormUniqueConstraintReferenceProvider.java
index c240a5c..6b3a150 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormUniqueConstraintReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormUniqueConstraintReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormUtils.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormUtils.java
index aac6a5b..92a3fb2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormUtils.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GormUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsHasManyBelongsToReferencesProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsHasManyBelongsToReferencesProvider.java
index cd6b3cd..6c243d9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsHasManyBelongsToReferencesProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsHasManyBelongsToReferencesProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsHasManyBelongsToValuesReferencesProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsHasManyBelongsToValuesReferencesProvider.java
index 8bb445b..b540933 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsHasManyBelongsToValuesReferencesProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsHasManyBelongsToValuesReferencesProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsSyntheticFieldDeclarationSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsSyntheticFieldDeclarationSearcher.java
index 090c4c0..e11dcd9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsSyntheticFieldDeclarationSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/GrailsSyntheticFieldDeclarationSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderImplicitMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderImplicitMemberContributor.java
index ec81b57..ada1b7f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderImplicitMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderImplicitMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.criteria;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderNamedArgumentProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderNamedArgumentProvider.java
index fb144b2..aa076ad 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderNamedArgumentProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderNamedArgumentProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.criteria;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderUtil.java
index b3ce3e9..c237b46 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaBuilderUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.criteria;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaClosureMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaClosureMemberContributor.java
index 7dc112e..5b7f11b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaClosureMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaClosureMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.criteria;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaPropertyReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaPropertyReferenceProvider.java
index 4540ed7..2e224ae 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaPropertyReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaPropertyReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.criteria;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaReturnTypeCalculator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaReturnTypeCalculator.java
index 8178ed8..22573cc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaReturnTypeCalculator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/criteria/CriteriaReturnTypeCalculator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.criteria;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaClosureMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaClosureMemberProvider.java
index 9aa9080..a10fc75 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaClosureMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaClosureMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.detachedCriteria;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaDelegatesToProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaDelegatesToProvider.java
index 59100a7..0c7850b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaDelegatesToProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaDelegatesToProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.references.domain.detachedCriteria;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaMemberProvider.java
index 1d08372..6c17a17 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.detachedCriteria;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaPropertyNamedArgProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaPropertyNamedArgProvider.java
index 78426ab..d2b0388 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaPropertyNamedArgProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaPropertyNamedArgProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.detachedCriteria;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaReferenceProvider.java
index e4ed084..5b61a38 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.detachedCriteria;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaUtil.java
index ba6e3de..079237b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/detachedCriteria/DetachedCriteriaUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.detachedCriteria;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/GormNamedQueryCallTypeCalculator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/GormNamedQueryCallTypeCalculator.java
index 98a45dd..00a1da2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/GormNamedQueryCallTypeCalculator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/GormNamedQueryCallTypeCalculator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.namedQuery;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/GormNamedQueryDeclarationSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/GormNamedQueryDeclarationSearcher.java
index 3b751f7..c3462f5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/GormNamedQueryDeclarationSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/GormNamedQueryDeclarationSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.namedQuery;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyMembersContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyMembersContributor.java
index b0e7da9..a7463f5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyMembersContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyMembersContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.namedQuery;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyNamedArgumentProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyNamedArgumentProvider.java
index 4b4a256..0cff946 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyNamedArgumentProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyNamedArgumentProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.namedQuery;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyTypeCalculator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyTypeCalculator.java
index 4000f9f..52a87e3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyTypeCalculator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedCriteriaProxyTypeCalculator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.namedQuery;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedQueryDescriptor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedQueryDescriptor.java
index fe3b0da..a00d250 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedQueryDescriptor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/namedQuery/NamedQueryDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.namedQuery;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormBasicAttribute.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormBasicAttribute.java
index 6d76fc6..2cfd0bc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormBasicAttribute.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormBasicAttribute.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.persistent;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormCollectionAttribute.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormCollectionAttribute.java
index 85da162..2adbe6d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormCollectionAttribute.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormCollectionAttribute.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.persistent;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormEmbeddedAttribute.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormEmbeddedAttribute.java
index 7a74fb3..0b765ea 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormEmbeddedAttribute.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormEmbeddedAttribute.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.persistent;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormEntity.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormEntity.java
index b6a3544..453ad87 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormEntity.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormEntity.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.persistent;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormIdAttribute.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormIdAttribute.java
index bd11fdd..47944d4 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormIdAttribute.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormIdAttribute.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.persistent;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormPersistenceMapping.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormPersistenceMapping.java
index 97054ed..063efaa 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormPersistenceMapping.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormPersistenceMapping.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.persistent;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormPersistentAttribute.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormPersistentAttribute.java
index f1af1a4..66c2c49 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormPersistentAttribute.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/domain/persistent/GormPersistentAttribute.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.domain.persistent;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterClosureMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterClosureMemberProvider.java
index cda90f1..865d2ad 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterClosureMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterClosureMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.filter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterMemberProvider.java
index 512b565..53a151d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.filter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterReferenceProvider.java
index d998f50..0f09d54 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/FilterReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.filter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/GrailsFilterClosureMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/GrailsFilterClosureMemberContributor.java
index 87d1828..7e5c1fb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/GrailsFilterClosureMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/GrailsFilterClosureMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.filter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/GrailsFilterUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/GrailsFilterUtil.java
index e676451..25ef087 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/GrailsFilterUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/filter/GrailsFilterUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.filter;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/jobs/JobClosureMethodProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/jobs/JobClosureMethodProvider.java
index dd3a49a..1ed102f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/jobs/JobClosureMethodProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/jobs/JobClosureMethodProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.jobs;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/jobs/JobsMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/jobs/JobsMemberProvider.java
index 7291a70..81af67e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/jobs/JobsMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/jobs/JobsMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.jobs;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/other/GrailsTemplateNamedArgumentReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/other/GrailsTemplateNamedArgumentReferenceProvider.java
index 3f395cb..0899d50 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/other/GrailsTemplateNamedArgumentReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/other/GrailsTemplateNamedArgumentReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.other;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginClassMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginClassMemberContributor.java
index c76359a..6f0c4ba 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginClassMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginClassMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.pluginClass;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginExcludeReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginExcludeReferenceProvider.java
index 71b9dd3..956f410 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginExcludeReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginExcludeReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.pluginClass;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginListReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginListReferenceProvider.java
index c381947..5e6956a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginListReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginListReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.pluginClass;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginParameterEnhancer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginParameterEnhancer.java
index ce6e816..5b01ecc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginParameterEnhancer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/pluginClass/GrailsPluginParameterEnhancer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.pluginClass;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/providers/GspImportListReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/providers/GspImportListReferenceProvider.java
index 2ffa3f7..909d637 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/providers/GspImportListReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/providers/GspImportListReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.providers;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/CodecAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/CodecAttributeSupport.java
index 09e088d..5a34896 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/CodecAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/CodecAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspActionAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspActionAttributeSupport.java
index 8299323..40dda75 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspActionAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspActionAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspApplyLayoutNameAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspApplyLayoutNameAttributeSupport.java
index 9ba4fd7..b38e4c2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspApplyLayoutNameAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspApplyLayoutNameAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspContextPathAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspContextPathAttributeSupport.java
index 9f25e30..9f4de3b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspContextPathAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspContextPathAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspControllerAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspControllerAttributeSupport.java
index 944e201..93de34c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspControllerAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspControllerAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspFieldValueTagSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspFieldValueTagSupport.java
index c2d8d4a..e833c38 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspFieldValueTagSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspFieldValueTagSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspIncludeViewAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspIncludeViewAttributeSupport.java
index 71173b6..94a28c1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspIncludeViewAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspIncludeViewAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspLayoutReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspLayoutReferenceProvider.java
index 93d412f..3537b95 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspLayoutReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspLayoutReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspMappingAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspMappingAttributeSupport.java
index 7a78127..18aa25e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspMappingAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspMappingAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspMetaTagSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspMetaTagSupport.java
index eff5a48..57a7f3a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspMetaTagSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspMetaTagSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspPluginAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspPluginAttributeSupport.java
index 29cb0fc..afd5338 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspPluginAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspPluginAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceModuleAttrSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceModuleAttrSupport.java
index 0b64c8d..69d560a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceModuleAttrSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceModuleAttrSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceRequireTagModulesAttrSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceRequireTagModulesAttrSupport.java
index 59f4b7c..a773f1f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceRequireTagModulesAttrSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceRequireTagModulesAttrSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceUriAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceUriAttributeSupport.java
index 8a574eb..3e8e75c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceUriAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspRResourceUriAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceContextPathAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceContextPathAttributeSupport.java
index 532465b..091a235 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceContextPathAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceContextPathAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceDirAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceDirAttributeSupport.java
index acff892..b62e37b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceDirAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceDirAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceFileAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceFileAttributeSupport.java
index 4753562..760f9ae 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceFileAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspResourceFileAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspSelectTagSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspSelectTagSupport.java
index 6443278..ad8d1e6 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspSelectTagSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspSelectTagSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspSrcJsAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspSrcJsAttributeSupport.java
index 079c2d0..96db132 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspSrcJsAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspSrcJsAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspTagSupportGspReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspTagSupportGspReferenceProvider.java
index 8d0ba7f..2eddc5d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspTagSupportGspReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspTagSupportGspReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspTemplateAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspTemplateAttributeSupport.java
index 9639237..dc58029 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspTemplateAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspTemplateAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspUpdateAttributeSupport.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspUpdateAttributeSupport.java
index 07ff8f4..971694f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspUpdateAttributeSupport.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/GspUpdateAttributeSupport.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/TagAttributeReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/TagAttributeReferenceProvider.java
index 11fffb7..da637f5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/TagAttributeReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/tagSupport/TagAttributeReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.tagSupport;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/taglib/TaglibClosureParamEnhancer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/taglib/TaglibClosureParamEnhancer.java
index db2feef..f8b7ddb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/taglib/TaglibClosureParamEnhancer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/taglib/TaglibClosureParamEnhancer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.taglib;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/taglib/TaglibMembersProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/taglib/TaglibMembersProvider.java
index c9f16d7..4fae3cb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/taglib/TaglibMembersProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/taglib/TaglibMembersProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.taglib;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingConstraintClosureMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingConstraintClosureMemberProvider.java
index 902f02a..b258368 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingConstraintClosureMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingConstraintClosureMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.urlMappings;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingMemberProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingMemberProvider.java
index 3344f20..72f61a7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingMemberProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingMemberProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.urlMappings;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingNamedArgumentProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingNamedArgumentProvider.java
index e2b2f89..3448c86 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingNamedArgumentProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingNamedArgumentProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.urlMappings;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingReferenceProvider.java
index b46b09c..fe908c3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.urlMappings;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingUnresolvedHighlightingFilter.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingUnresolvedHighlightingFilter.java
index 64aaec3..76a1bb2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingUnresolvedHighlightingFilter.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingUnresolvedHighlightingFilter.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.urlMappings;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingUtil.java
index 11a3b57..87cd6fc 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/urlMappings/UrlMappingUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.urlMappings;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/util/CodecUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/util/CodecUtil.java
index 2aa1737..366d8b1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/util/CodecUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/util/CodecUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/util/PsiFieldReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/util/PsiFieldReference.java
index c7a43c0..0434332 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/references/util/PsiFieldReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/references/util/PsiFieldReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.references.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsAppEngineDebuggerRunner.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsAppEngineDebuggerRunner.java
index a4af9d0..238f332 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsAppEngineDebuggerRunner.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsAppEngineDebuggerRunner.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandExecutor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandExecutor.java
index 4051c4b..3713b1e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandExecutor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandExecutor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandExecutorUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandExecutorUtil.java
index 7429acc..997c068 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandExecutorUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandExecutorUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandLineExecutor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandLineExecutor.java
index 9102d99..00c24d0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandLineExecutor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsCommandLineExecutor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConfigurationFactory.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConfigurationFactory.java
index 0918796..3527bf3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConfigurationFactory.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConfigurationFactory.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.runner;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConsole.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConsole.java
index 35e32f1..fab271b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConsole.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConsole.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConsoleState.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConsoleState.java
index f84ce2a..25f2c6c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConsoleState.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsConsoleState.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.runner;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsDebuggerRunner.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsDebuggerRunner.java
index e220807..182c18c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsDebuggerRunner.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsDebuggerRunner.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.runner;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsInstallationExecutor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsInstallationExecutor.java
index bbb1e80..88bc3bb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsInstallationExecutor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsInstallationExecutor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRerunFailedTestsAction.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRerunFailedTestsAction.java
index c3bdb87..ef518b5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRerunFailedTestsAction.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRerunFailedTestsAction.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfiguration.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfiguration.java
index c88f942..d84a03f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfiguration.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfiguration.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfigurationExtension.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfigurationExtension.java
index 5a98691..c427a41 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfigurationExtension.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfigurationExtension.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfigurationType.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfigurationType.java
index 9bbf829..2bf2fe2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfigurationType.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunConfigurationType.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.runner;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunnerSetup.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunnerSetup.java
index b29b0ea..288f1c5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunnerSetup.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsRunnerSetup.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.runner;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsScriptRunConfigurationProducer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsScriptRunConfigurationProducer.java
index 188204c..e040949 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsScriptRunConfigurationProducer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/GrailsScriptRunConfigurationProducer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/LocatableRunConfigurationWithCommonParameters.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/LocatableRunConfigurationWithCommonParameters.java
index 20fcdef..fa00cab 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/LocatableRunConfigurationWithCommonParameters.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/LocatableRunConfigurationWithCommonParameters.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/BaseGrailsCommandLineState.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/BaseGrailsCommandLineState.java
index 432b955..230d396 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/BaseGrailsCommandLineState.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/BaseGrailsCommandLineState.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.runner.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3GradleCommandExecutor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3GradleCommandExecutor.java
index b114db2..72b0b92 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3GradleCommandExecutor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3GradleCommandExecutor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3InstallationCommandExecutor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3InstallationCommandExecutor.java
index 2239111..5fc0f44 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3InstallationCommandExecutor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3InstallationCommandExecutor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3TestCommandLineState.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3TestCommandLineState.java
index 490bdf9..316aeaa 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3TestCommandLineState.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/Grails3TestCommandLineState.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.runner.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsCommandLineState.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsCommandLineState.java
index fe457a3..8199406 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsCommandLineState.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsCommandLineState.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsInstallationCommandExecutor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsInstallationCommandExecutor.java
index 66d2e16..6a9cda5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsInstallationCommandExecutor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsInstallationCommandExecutor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsRunAppCommandLineState.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsRunAppCommandLineState.java
index 507aec2..2714cc8 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsRunAppCommandLineState.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsRunAppCommandLineState.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.runner.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsTestAppCommandLineState.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsTestAppCommandLineState.java
index 0577608..e90bf08 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsTestAppCommandLineState.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsTestAppCommandLineState.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.runner.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsTestCommandLineState.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsTestCommandLineState.java
index 5e8b528..f36667f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsTestCommandLineState.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/impl/GrailsTestCommandLineState.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsApplicationCombobox.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsApplicationCombobox.java
index 6c6c871..96f4cca 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsApplicationCombobox.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsApplicationCombobox.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner.ui;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditor.java
index 16e22f5..6dc4efb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner.ui;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditorListener.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditorListener.java
index 46577f1..9ebae20 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditorListener.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditorListener.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner.ui;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditorWithListener.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditorWithListener.java
index 068b226..75edf71 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditorWithListener.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/ui/GrailsRunConfigurationEditorWithListener.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner.ui;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/util/GrailsExecutionUtils.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/util/GrailsExecutionUtils.java
index a1ede52..3ca06b1 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/util/GrailsExecutionUtils.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/runner/util/GrailsExecutionUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.runner.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/sdk/GrailsSDK.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/sdk/GrailsSDK.java
index c65bfce..e80fd40 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/sdk/GrailsSDK.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/sdk/GrailsSDK.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.sdk;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/sdk/GrailsSDKManager.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/sdk/GrailsSDKManager.java
index 6582efe..a7bc27a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/sdk/GrailsSDKManager.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/sdk/GrailsSDKManager.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.sdk;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/service/GrailsBackgroundService.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/service/GrailsBackgroundService.java
index ea1b9fc..031515b 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/service/GrailsBackgroundService.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/service/GrailsBackgroundService.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.service;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrLightVariableRenameProcessor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrLightVariableRenameProcessor.java
index c7b25cf..59a823a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrLightVariableRenameProcessor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrLightVariableRenameProcessor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.spring;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsCustomSpringComponent.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsCustomSpringComponent.java
index b539145..1cb67d7 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsCustomSpringComponent.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsCustomSpringComponent.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsInjectedBeanCompletionContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsInjectedBeanCompletionContributor.java
index 8c6c303..9476f7f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsInjectedBeanCompletionContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsInjectedBeanCompletionContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsResourceBeanExtractor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsResourceBeanExtractor.java
index 3a17b7b..4eb362d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsResourceBeanExtractor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsResourceBeanExtractor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsResourcesGroovyMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsResourcesGroovyMemberContributor.java
index 2c03c1d..33e083c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsResourcesGroovyMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsResourcesGroovyMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringBeanDiscoverer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringBeanDiscoverer.java
index 2f40cca..daf23e5 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringBeanDiscoverer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringBeanDiscoverer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringFacetProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringFacetProvider.java
index 885ec65..67975cf 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringFacetProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringFacetProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.spring;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringMethodReferenceProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringMethodReferenceProvider.java
index b384041..b2c3578 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringMethodReferenceProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringMethodReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringSemContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringSemContributor.java
index 99982f8..1916a19 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringSemContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringSemContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.spring;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringStereotypeAliasingPsiTargetMapper.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringStereotypeAliasingPsiTargetMapper.java
index 1635255..1704bc0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringStereotypeAliasingPsiTargetMapper.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsSpringStereotypeAliasingPsiTargetMapper.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsWebApplicationContextMembersContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsWebApplicationContextMembersContributor.java
index a172d43..1c39203 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsWebApplicationContextMembersContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/GrailsWebApplicationContextMembersContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/InjectedSpringBeanProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/InjectedSpringBeanProvider.java
index 62959fd..cefcc14 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/InjectedSpringBeanProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/InjectedSpringBeanProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringBeanReferenceSearcher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringBeanReferenceSearcher.java
index 9df8ada..7443415 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringBeanReferenceSearcher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringBeanReferenceSearcher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringGrailsTargetMapper.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringGrailsTargetMapper.java
index e99c281..ce8020c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringGrailsTargetMapper.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringGrailsTargetMapper.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringInjectionAnnotator.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringInjectionAnnotator.java
index cc9408b..a63925e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringInjectionAnnotator.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/spring/SpringInjectionAnnotator.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.spring;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/Grails3Application.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/Grails3Application.java
index 74bd83d..d981f06 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/Grails3Application.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/Grails3Application.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplication.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplication.java
index 1830faf..1f02ac0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplication.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplication.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationBase.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationBase.java
index 633b363..8d9a855 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationBase.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationListener.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationListener.java
index ff72a06..509d926 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationListener.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationListener.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.structure;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationManager.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationManager.java
index e28066c..b884647 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationManager.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationManager.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.structure;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationManagerRefresher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationManagerRefresher.java
index afa8cbc..dc2476a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationManagerRefresher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationManagerRefresher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.structure;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationProvider.java
index ec52fff..4c95617 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplicationProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.structure;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplications.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplications.java
index 31ac0fb..7b94dca 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplications.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsApplications.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsCommonClassNames.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsCommonClassNames.java
index ba6080a..e8463af 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsCommonClassNames.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsCommonClassNames.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsSDKListener.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsSDKListener.java
index b061665..5aa54e9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsSDKListener.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/GrailsSDKListener.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.structure;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/OldGrailsApplication.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/OldGrailsApplication.java
index 406dfe3..7bf104d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/OldGrailsApplication.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/OldGrailsApplication.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails2Application.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails2Application.java
index 0c57d53..6e52925 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails2Application.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails2Application.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3ApplicationBase.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3ApplicationBase.java
index 3625dba..32c093d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3ApplicationBase.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3ApplicationBase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3ApplicationProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3ApplicationProvider.java
index e9e480a..f99ab9f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3ApplicationProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3ApplicationProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3MultiModuleApplication.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3MultiModuleApplication.java
index 0fb43cd..547f053 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3MultiModuleApplication.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3MultiModuleApplication.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3SingleModuleApplication.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3SingleModuleApplication.java
index 606705b..7db29a2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3SingleModuleApplication.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/Grails3SingleModuleApplication.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/GrailsModuleBasedApplication.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/GrailsModuleBasedApplication.java
index cf5eb13..3b9ec89 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/GrailsModuleBasedApplication.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/GrailsModuleBasedApplication.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/GrailsProperties.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/GrailsProperties.java
index 9137d7d..425f362 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/GrailsProperties.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/GrailsProperties.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/OldGrailsModuleBasedApplication.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/OldGrailsModuleBasedApplication.java
index fd5ecc4..ba9f93a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/OldGrailsModuleBasedApplication.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/OldGrailsModuleBasedApplication.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.structure.impl;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/PlainGrailsApplicationProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/PlainGrailsApplicationProvider.java
index b42ccd8..43bc2a0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/PlainGrailsApplicationProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/impl/PlainGrailsApplicationProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.structure.impl;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsApplicationBackgroundTask.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsApplicationBackgroundTask.java
index e769861..eb9ce15 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsApplicationBackgroundTask.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsApplicationBackgroundTask.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.structure.sync;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsMvcStructureRefresher.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsMvcStructureRefresher.java
index 18c4c99..b688e57 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsMvcStructureRefresher.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsMvcStructureRefresher.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.structure.sync;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsRunConfigurationTask.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsRunConfigurationTask.java
index 4ed24ce..5e6e341 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsRunConfigurationTask.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsRunConfigurationTask.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.structure.sync;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsSdkCheckTask.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsSdkCheckTask.java
index 2346ea6..d0a0c73 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsSdkCheckTask.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsSdkCheckTask.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.structure.sync;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsStartupActivity.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsStartupActivity.java
index ebeaca5..5e0ef21 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsStartupActivity.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/structure/sync/GrailsStartupActivity.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.structure.sync;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsJUnitRecognizer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsJUnitRecognizer.java
index c63993b..52eb5cb 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsJUnitRecognizer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsJUnitRecognizer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tests;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestMemberContributor.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestMemberContributor.java
index 1f7919a..d889bdd 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestMemberContributor.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestMemberContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tests;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestUtils.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestUtils.java
index 158e3d8..cb09664 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestUtils.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tests;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestVariableEnhancer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestVariableEnhancer.java
index 397a2b9..fa2abe6 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestVariableEnhancer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/GrailsTestVariableEnhancer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tests;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsTestConfigurationProducer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsTestConfigurationProducer.java
index 462a99a..93391df 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsTestConfigurationProducer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsTestConfigurationProducer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tests.runner;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsTestConfigurationSetup.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsTestConfigurationSetup.java
index 7f7e0cc..8fb0f3a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsTestConfigurationSetup.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsTestConfigurationSetup.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.tests.runner;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsUrlProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsUrlProvider.java
index b5cb39a..2f30d06 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsUrlProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/tests/runner/GrailsUrlProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.tests.runner;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/EditorComboBoxWithHistory.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/EditorComboBoxWithHistory.java
index 3ec2b6d..b50ba54 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/EditorComboBoxWithHistory.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/EditorComboBoxWithHistory.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.ui;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsConfigureSDKDialog.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsConfigureSDKDialog.java
index 4f61c9f..9a5616d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsConfigureSDKDialog.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsConfigureSDKDialog.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.ui;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsRunCommandDialog.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsRunCommandDialog.java
index aba1bbc..349d920 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsRunCommandDialog.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsRunCommandDialog.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.ui;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsSDKHomeForm.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsSDKHomeForm.java
index 8efdf78..e598e46 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsSDKHomeForm.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/ui/GrailsSDKHomeForm.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.ui;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/DelegateReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/DelegateReference.java
index cc324d6..ecd009e 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/DelegateReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/DelegateReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsArtifact.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsArtifact.java
index ab502a9..cb5ae3c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsArtifact.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsArtifact.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsArtifactTransformerUtils.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsArtifactTransformerUtils.java
index c058ff1..c977644 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsArtifactTransformerUtils.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsArtifactTransformerUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsCachedValue.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsCachedValue.java
index 8039ef2..79889b9 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsCachedValue.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsCachedValue.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsFacetProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsFacetProvider.java
index 3e5c607..e588e87 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsFacetProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsFacetProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.util;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsNameUtils.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsNameUtils.java
index 4799089..f6378c0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsNameUtils.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsNameUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPatterns.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPatterns.java
index 6652ced..1acc340 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPatterns.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPatterns.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPluginCondition.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPluginCondition.java
index 9fbce48..d6b500d 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPluginCondition.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPluginCondition.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPsiUtil.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPsiUtil.java
index 36db46b..65efd6c 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPsiUtil.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsPsiUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsUtils.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsUtils.java
index 125d019..3212431 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsUtils.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsUtils.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsVersionCondition.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsVersionCondition.java
index 69c2d5b..b90e5d0 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsVersionCondition.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsVersionCondition.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsWebFacetProvider.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsWebFacetProvider.java
index 8b0b1c0..e17f5c3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsWebFacetProvider.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/GrailsWebFacetProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.util;
 
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/ModuleCachedValue.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/ModuleCachedValue.java
index 421dc09..4523a53 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/ModuleCachedValue.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/ModuleCachedValue.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/PredefinedTypeReferenceEnhancer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/PredefinedTypeReferenceEnhancer.java
index cf08af1..141feb3 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/PredefinedTypeReferenceEnhancer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/PredefinedTypeReferenceEnhancer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/ReferenceGutterIconRenderer.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/ReferenceGutterIconRenderer.java
index 8467ab4..fbcea82 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/ReferenceGutterIconRenderer.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/ReferenceGutterIconRenderer.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/SafeReference.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/SafeReference.java
index 03bba11..49178d2 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/SafeReference.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/SafeReference.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/Range.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/Range.java
index 46a93f7..7f1741a 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/Range.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/Range.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util.version;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/Version.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/Version.java
index c4a145d..1598c9f 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/Version.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/Version.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util.version;
diff --git a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/VersionImpl.java b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/VersionImpl.java
index 8e29887..5ed7fff 100644
--- a/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/VersionImpl.java
+++ b/plugin/src/main/java/org/apache/grails/intellij/plugin/util/version/VersionImpl.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.util.version;
diff --git a/plugin/src/main/resources/IdeaPrintProjectSettings.groovy b/plugin/src/main/resources/IdeaPrintProjectSettings.groovy
index 88a8d0f..7e447ab 100644
--- a/plugin/src/main/resources/IdeaPrintProjectSettings.groovy
+++ b/plugin/src/main/resources/IdeaPrintProjectSettings.groovy
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import grails.util.BuildSettings
 import grails.util.BuildSettingsHolder
diff --git a/plugin/src/main/resources/META-INF/grails-css-integration.xml b/plugin/src/main/resources/META-INF/grails-css-integration.xml
index f9c7437..6578a88 100644
--- a/plugin/src/main/resources/META-INF/grails-css-integration.xml
+++ b/plugin/src/main/resources/META-INF/grails-css-integration.xml
@@ -1,17 +1,20 @@
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <idea-plugin>
   <extensions defaultExtensionNs="com.intellij">
diff --git a/plugin/src/main/resources/META-INF/grails-js-integration.xml b/plugin/src/main/resources/META-INF/grails-js-integration.xml
index 17f9363..b8637dd 100644
--- a/plugin/src/main/resources/META-INF/grails-js-integration.xml
+++ b/plugin/src/main/resources/META-INF/grails-js-integration.xml
@@ -1,17 +1,20 @@
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <idea-plugin>
     <extensions defaultExtensionNs="com.intellij">
diff --git a/plugin/src/main/resources/META-INF/grails-method-descriptors.xml b/plugin/src/main/resources/META-INF/grails-method-descriptors.xml
index 863153a..f9ae89d 100644
--- a/plugin/src/main/resources/META-INF/grails-method-descriptors.xml
+++ b/plugin/src/main/resources/META-INF/grails-method-descriptors.xml
@@ -1,17 +1,20 @@
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <idea-plugin>
   <extensions defaultExtensionNs="org.intellij.groovy">
diff --git a/plugin/src/main/resources/META-INF/plugin.xml b/plugin/src/main/resources/META-INF/plugin.xml
index 400a4f5..d17e1ab 100644
--- a/plugin/src/main/resources/META-INF/plugin.xml
+++ b/plugin/src/main/resources/META-INF/plugin.xml
@@ -1,17 +1,20 @@
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" package="org.apache.grails.intellij.plugin">
   <id>org.intellij.grails</id>
diff --git a/plugin/src/main/resources/fileTemplates/internal/Groovy Server Page.gsp.html b/plugin/src/main/resources/fileTemplates/internal/Groovy Server Page.gsp.html
index 3afe747..e0cd590 100644
--- a/plugin/src/main/resources/fileTemplates/internal/Groovy Server Page.gsp.html
+++ b/plugin/src/main/resources/fileTemplates/internal/Groovy Server Page.gsp.html
@@ -1,18 +1,21 @@
 <!--
-  ~  Copyright 2000-2007 JetBrains s.r.o.
-  ~  Licensed under the Apache License, Version 2.0 (the "License");
-  ~  you may not use this file except in compliance with the License.
-  ~  You may obtain a copy of the License at
-  ~
-  ~  http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~  Unless required by applicable law or agreed to in writing, software
-  ~  distributed under the License is distributed on an "AS IS" BASIS,
-  ~  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~  See the License for the specific language governing permissions and
-  ~  limitations under the License.
-  ~
-  -->
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    https://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <html>
 <body>
diff --git a/plugin/src/main/resources/liveTemplates/gsp.xml b/plugin/src/main/resources/liveTemplates/gsp.xml
index 8ce3da8..451be37 100644
--- a/plugin/src/main/resources/liveTemplates/gsp.xml
+++ b/plugin/src/main/resources/liveTemplates/gsp.xml
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <templateSet group="GSP">
   <template name="each"
diff --git a/plugin/src/main/resources/messages/GrailsBundle.properties b/plugin/src/main/resources/messages/GrailsBundle.properties
index 5ed5931..3b50e00 100644
--- a/plugin/src/main/resources/messages/GrailsBundle.properties
+++ b/plugin/src/main/resources/messages/GrailsBundle.properties
@@ -1,16 +1,19 @@
-# Copyright 2000-2026 JetBrains s.r.o. and contributors.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+#   https://www.apache.org/licenses/LICENSE-2.0
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 library.name=Grails
 language.gsp=GSP
 filetype.gsp.description=Groovy Server Pages
diff --git a/plugin/src/main/resources/org/jetbrains/plugins/grails/lang/gsp/resolve/taglib/tld/grails.tld b/plugin/src/main/resources/org/jetbrains/plugins/grails/lang/gsp/resolve/taglib/tld/grails.tld
index 83def26..9ad20c5 100644
--- a/plugin/src/main/resources/org/jetbrains/plugins/grails/lang/gsp/resolve/taglib/tld/grails.tld
+++ b/plugin/src/main/resources/org/jetbrains/plugins/grails/lang/gsp/resolve/taglib/tld/grails.tld
@@ -1,17 +1,20 @@
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema-instance" version="2.0">
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/DoublePluginTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/DoublePluginTest.java
index e4f032a..f0e04aa 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/DoublePluginTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/DoublePluginTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrEditorActionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrEditorActionTest.java
index 7f3bfb4..7fee16c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrEditorActionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrEditorActionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsActionsTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsActionsTest.java
index 2426332..fbb2a1b 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsActionsTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsActionsTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin;
 
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsCodecTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsCodecTest.java
index b1e9a1e..65daf2c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsCodecTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsCodecTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsConsoleFilterTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsConsoleFilterTest.java
index 801cc4e..4db1577 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsConsoleFilterTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsConsoleFilterTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsDoNotHighlightGrailsSpecifiedFieldsAsUnusedTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsDoNotHighlightGrailsSpecifiedFieldsAsUnusedTest.java
index 5fd1615..5ba560c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsDoNotHighlightGrailsSpecifiedFieldsAsUnusedTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsDoNotHighlightGrailsSpecifiedFieldsAsUnusedTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsGantTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsGantTest.java
index 528aeba..7d66234 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsGantTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsGantTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsHighlightingTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsHighlightingTest.java
index e6c6501..87f9b63 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsHighlightingTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsHighlightingTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin;
 
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLightVariableInfoTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLightVariableInfoTest.java
index 20836aa..fbc6e1d 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLightVariableInfoTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLightVariableInfoTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLinkGeneratorTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLinkGeneratorTest.java
index daa1d91..9c7be14 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLinkGeneratorTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLinkGeneratorTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLogVariableTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLogVariableTest.java
index da8c8c5..f0c58bd 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLogVariableTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsLogVariableTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsMavenImporterTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsMavenImporterTest.java
index 92aaa3b..dc53f76 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsMavenImporterTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsMavenImporterTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin;
 
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsPageRendererTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsPageRendererTest.java
index 29adf81..ff84d1f 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsPageRendererTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsPageRendererTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsPluginClassTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsPluginClassTest.java
index 3700be3..182b880 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsPluginClassTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsPluginClassTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsProjectStructureTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsProjectStructureTest.java
index b1e9ec4..94a668c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsProjectStructureTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsProjectStructureTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsResolveInConfigFileTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsResolveInConfigFileTest.java
index 4452927..53a9ee5 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsResolveInConfigFileTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsResolveInConfigFileTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsResolveTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsResolveTest.java
index 7216301..789f507 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsResolveTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsResolveTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsRunConfigurationProducerTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsRunConfigurationProducerTest.java
index aedb542..f7277c8 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsRunConfigurationProducerTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsRunConfigurationProducerTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsRunTargetCompletionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsRunTargetCompletionTest.java
index c520f45..c266e27 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsRunTargetCompletionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GrailsRunTargetCompletionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/GspLiveTemplatesTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/GspLiveTemplatesTest.java
index 2b98137..621a9ba 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/GspLiveTemplatesTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/GspLiveTemplatesTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin;
 
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/JamInGroovyTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/JamInGroovyTest.java
index 6bbf87b..9e6a4aa 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/JamInGroovyTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/JamInGroovyTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/VersionInDynamicMemberUtils14Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/VersionInDynamicMemberUtils14Test.java
index 0eb6583..022032f 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/VersionInDynamicMemberUtils14Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/VersionInDynamicMemberUtils14Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/VersionInDynamicMemberUtilsTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/VersionInDynamicMemberUtilsTest.java
index a8fcd1a..47516be 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/VersionInDynamicMemberUtilsTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/VersionInDynamicMemberUtilsTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/action/DomainFieldIntentionsTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/action/DomainFieldIntentionsTest.java
index 51ec290..03ce534 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/action/DomainFieldIntentionsTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/action/DomainFieldIntentionsTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.action;
 
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GenerateViewByActionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GenerateViewByActionTest.java
index 4bd6a8c..d0980cd 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GenerateViewByActionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GenerateViewByActionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.action;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GrailsGenerateAction2Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GrailsGenerateAction2Test.java
index afd0ba9..8ae7fa1 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GrailsGenerateAction2Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GrailsGenerateAction2Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.action;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GrailsGenerateActionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GrailsGenerateActionTest.java
index b037622..3cff60e 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GrailsGenerateActionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/action/GrailsGenerateActionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.action;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/ControllerReferenceCompletionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/ControllerReferenceCompletionTest.java
index 298787a..00f22c1 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/ControllerReferenceCompletionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/ControllerReferenceCompletionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.completion;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/DomainClassMethodsCompletionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/DomainClassMethodsCompletionTest.java
index 1b51f87..eb1011c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/DomainClassMethodsCompletionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/DomainClassMethodsCompletionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.completion;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsCompletionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsCompletionTest.java
index 14ceec5..62d76e8 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsCompletionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsCompletionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.completion;
 
@@ -178,7 +181,7 @@
     myFixture.copyFileToProject(getTestName(false) + ".groovy", path);
     myFixture.configureByFile(path);
     myFixture.completeBasic();
-    myFixture.assertPreferredCompletionItems(0, "id", "ident", "isDirty", "isDirty");
+    myFixture.assertPreferredCompletionItems(0, "id", "ident", "identity", "isDirty", "isDirty");
   }
 
   public void testGdslInGspScript() {
@@ -257,7 +260,7 @@
     for (Integer i : new IntRange(0, 5)) {
       myFixture.configureByText("a" + i + ".gsp", text);
       myFixture.completeBasic();
-      assertEquals(List.of("form", "g:form", "g:formatDate", "g:formatNumber", "g:formRemote", "g:uploadForm"),
+      assertEquals(List.of("form", "g:form", "g:formatBoolean", "g:formatDate", "g:formatNumber", "g:formRemote", "g:uploadForm"),
                    myFixture.getLookupElementStrings());
       getLookup().setCurrentItem(getLookup().getItems().get(1));
       myFixture.type(" ");
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsNamedAttributeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsNamedAttributeTest.java
index 04587e2..c54d609 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsNamedAttributeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsNamedAttributeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.completion;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsTestAutoCompletionHardReferencesTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsTestAutoCompletionHardReferencesTest.java
index 8f99d2d..d78bc8c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsTestAutoCompletionHardReferencesTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GrailsTestAutoCompletionHardReferencesTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.completion;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GspTagReferenceCompletionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GspTagReferenceCompletionTest.java
index 8216c68..d2ec58e 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GspTagReferenceCompletionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/GspTagReferenceCompletionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.completion;
 
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/ServiceCompletionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/ServiceCompletionTest.java
index 8a88da8..ed127f3 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/ServiceCompletionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/ServiceCompletionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.completion;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/TaglibClassMethodsCompletionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/TaglibClassMethodsCompletionTest.java
index b5c5c56..8eab5e7 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/TaglibClassMethodsCompletionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/completion/TaglibClassMethodsCompletionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.completion;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsBuildConfigResolveTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsBuildConfigResolveTest.java
index 7915bb2..507bcd1 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsBuildConfigResolveTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsBuildConfigResolveTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigFileTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigFileTest.java
index 49ca42f..f68d8f3 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigFileTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigFileTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigSelectWordTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigSelectWordTest.java
index 5b4aab3..1ded044 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigSelectWordTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigSelectWordTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigSlurperTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigSlurperTest.java
index 266f38b..44c4539 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigSlurperTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConfigSlurperTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConstraintGroupTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConstraintGroupTest.java
index 0ee6ce1..f422edb 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConstraintGroupTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsConstraintGroupTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsPluginDependencyCompletionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsPluginDependencyCompletionTest.java
index 4596d3e..18a2c69 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsPluginDependencyCompletionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/config/GrailsPluginDependencyCompletionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.config;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormApiFromJavaTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormApiFromJavaTest.java
index 4b4050c..badfb60 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormApiFromJavaTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormApiFromJavaTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormBinding14Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormBinding14Test.java
index 6e795f6..e0afe3c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormBinding14Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormBinding14Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormBindingTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormBindingTest.java
index b3fe4a6..fae15be 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormBindingTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormBindingTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDetachedCriteriaTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDetachedCriteriaTest.java
index a211bfd..3e4663c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDetachedCriteriaTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDetachedCriteriaTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDomainConstructorTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDomainConstructorTest.java
index 353ffa1..38184ae 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDomainConstructorTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDomainConstructorTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDomainFinderMethodTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDomainFinderMethodTest.java
index 2c91249..42da00b 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDomainFinderMethodTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormDomainFinderMethodTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormFetchModeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormFetchModeTest.java
index 9b1d5a4..9029c3d 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormFetchModeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormFetchModeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormFinderMethodsCompletionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormFinderMethodsCompletionTest.java
index fc6cc89..d158798 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormFinderMethodsCompletionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormFinderMethodsCompletionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormGetPersistentValueReturnTypeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormGetPersistentValueReturnTypeTest.java
index a5f8c37..57a28ae 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormGetPersistentValueReturnTypeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormGetPersistentValueReturnTypeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormHasManyRelationTypeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormHasManyRelationTypeTest.java
index 722c6e0..417302f 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormHasManyRelationTypeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormHasManyRelationTypeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormMappingSortTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormMappingSortTest.java
index 44e9879..a984639 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormMappingSortTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormMappingSortTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormMultiDefinePropertyTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormMultiDefinePropertyTest.java
index 07a3643..ed6e7c0 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormMultiDefinePropertyTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormMultiDefinePropertyTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormNamedArgumentForHibernateMappingBuilderTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormNamedArgumentForHibernateMappingBuilderTest.java
index b9b8505..77a0660 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormNamedArgumentForHibernateMappingBuilderTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormNamedArgumentForHibernateMappingBuilderTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormPersistentFacetTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormPersistentFacetTest.java
index 5d6ace6..d569c12 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormPersistentFacetTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormPersistentFacetTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormPropertyAccessTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormPropertyAccessTest.java
index 1e16f86..a01eb60 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormPropertyAccessTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormPropertyAccessTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormStandaloneTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormStandaloneTest.java
index 591c223..9310923 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormStandaloneTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormStandaloneTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormSyntheticFieldTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormSyntheticFieldTest.java
index da592ab..abdaad1 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormSyntheticFieldTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormSyntheticFieldTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormUniqueConstraintValueTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormUniqueConstraintValueTest.java
index 8786181..6a5d3a6 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormUniqueConstraintValueTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GormUniqueConstraintValueTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsAddToMethodTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsAddToMethodTest.java
index ffd03e0..e2b32de 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsAddToMethodTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsAddToMethodTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilder14Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilder14Test.java
index f080f2e..36cde35 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilder14Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilder14Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilderTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilderTest.java
index 60e8cd0..d261dc3 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilderTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilderTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilderToManyRelationTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilderToManyRelationTest.java
index c44cebd..a470fef 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilderToManyRelationTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaBuilderToManyRelationTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaProjections14Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaProjections14Test.java
index f5bf412..6b78760 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaProjections14Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaProjections14Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaProjectionsTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaProjectionsTest.java
index 2f99f33..5de5be6 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaProjectionsTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsCriteriaProjectionsTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainConstraintTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainConstraintTest.java
index 7319b3c..86e4e20 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainConstraintTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainConstraintTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
@@ -188,7 +191,7 @@
                                }
                                """);
 
-    checkCompletionVariants(ddd2, "unique", "updateable");
+    checkCompletionVariants(ddd2, "unique", "updateable", "use");
   }
 
   private void doTestReferenceProvider(String classText) {
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainFinderMethodsTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainFinderMethodsTest.java
index 6c1a9da..80d4061 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainFinderMethodsTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainFinderMethodsTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainNamedAttribute14Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainNamedAttribute14Test.java
index c734689..c72b574 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainNamedAttribute14Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainNamedAttribute14Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainNamedAttributeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainNamedAttributeTest.java
index d2e5ba0..6ff4374 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainNamedAttributeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainNamedAttributeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainPropertiesFromParentTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainPropertiesFromParentTest.java
index 66eeada..741e3ca 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainPropertiesFromParentTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainPropertiesFromParentTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainPropertiesTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainPropertiesTest.java
index d8a3613..d19f866 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainPropertiesTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsDomainPropertiesTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsFindWhereParameterTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsFindWhereParameterTest.java
index 17d2fbf..0ef8516 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsFindWhereParameterTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsFindWhereParameterTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsGormGetIdMethodTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsGormGetIdMethodTest.java
index 06324e7..e37784b 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsGormGetIdMethodTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsGormGetIdMethodTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsInjectRegexTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsInjectRegexTest.java
index 8619159..9e3e4d8 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsInjectRegexTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsInjectRegexTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsNamedQuery14Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsNamedQuery14Test.java
index df89590..02c934a 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsNamedQuery14Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsNamedQuery14Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsNamedQueryTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsNamedQueryTest.java
index 3c526a7..55ecf43 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsNamedQueryTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsNamedQueryTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsRenameDomainPropertyTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsRenameDomainPropertyTest.java
index cccd874..a0c5266 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsRenameDomainPropertyTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsRenameDomainPropertyTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsRenameDomainTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsRenameDomainTest.java
index 2ae6acc..53365ba 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsRenameDomainTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsRenameDomainTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsTransientPropertyTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsTransientPropertyTest.java
index 9dd7c33..4a85dbe 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsTransientPropertyTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrailsTransientPropertyTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrormEmbeddedFieldTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrormEmbeddedFieldTest.java
index 5e2baca..cd7c6c8 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrormEmbeddedFieldTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/GrormEmbeddedFieldTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/NamedArgumentsInFindOrCreateMethodTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/NamedArgumentsInFindOrCreateMethodTest.java
index a868ff2..6f8529d 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/NamedArgumentsInFindOrCreateMethodTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/domain/NamedArgumentsInFindOrCreateMethodTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.domain;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gradle/GradleGrailsImportingTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gradle/GradleGrailsImportingTest.java
index 3e35c80..e5f7a0d 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gradle/GradleGrailsImportingTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gradle/GradleGrailsImportingTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gradle;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspActionToViewNavigation2Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspActionToViewNavigation2Test.java
index 7efd057..b7bc826 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspActionToViewNavigation2Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspActionToViewNavigation2Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspActionToViewNavigationTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspActionToViewNavigationTest.java
index c59d0ca..d55ce92 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspActionToViewNavigationTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspActionToViewNavigationTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspAttributeFromJavadocTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspAttributeFromJavadocTest.java
index 74a3568..da96b97 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspAttributeFromJavadocTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspAttributeFromJavadocTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspBuiltInTagTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspBuiltInTagTest.java
index def4f22..b4d3a60 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspBuiltInTagTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspBuiltInTagTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCharsetReferenceTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCharsetReferenceTest.java
index 78bf95c..3acf28c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCharsetReferenceTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCharsetReferenceTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspClearCompletionBehaviourTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspClearCompletionBehaviourTest.java
index 25d9854..2219b50 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspClearCompletionBehaviourTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspClearCompletionBehaviourTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCompletionEmptyTagTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCompletionEmptyTagTest.java
index 588a344..da445ff 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCompletionEmptyTagTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCompletionEmptyTagTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCompletionInNonexistingNamespaceTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCompletionInNonexistingNamespaceTest.java
index c16752f..e76631c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCompletionInNonexistingNamespaceTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCompletionInNonexistingNamespaceTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspContentTagTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspContentTagTest.java
index 7e4398d..001ab85 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspContentTagTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspContentTagTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspControllerReferenceTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspControllerReferenceTest.java
index 5f23ef1..fe9a96d 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspControllerReferenceTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspControllerReferenceTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCreateTemplateQuickFixTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCreateTemplateQuickFixTest.java
index a35b19e..2caea45 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCreateTemplateQuickFixTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCreateTemplateQuickFixTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCreateVariableQuickFixTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCreateVariableQuickFixTest.java
index ccaa51b..0692244 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCreateVariableQuickFixTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCreateVariableQuickFixTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCssTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCssTest.java
index 7327885..971b4f6 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCssTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspCssTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspDirectiveDefaultCodecTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspDirectiveDefaultCodecTest.java
index a33c810..f220199 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspDirectiveDefaultCodecTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspDirectiveDefaultCodecTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspElementManipulatorForOuterLanguageElementTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspElementManipulatorForOuterLanguageElementTest.java
index 81bc6ae..a7b02d3 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspElementManipulatorForOuterLanguageElementTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspElementManipulatorForOuterLanguageElementTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspFormatterTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspFormatterTest.java
index 264d035..aa440fd 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspFormatterTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspFormatterTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspGroovyInspectionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspGroovyInspectionTest.java
index 1d15694..7df7f84 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspGroovyInspectionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspGroovyInspectionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspHighlightingTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspHighlightingTest.java
index f427cb4..b7106a0 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspHighlightingTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspHighlightingTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspHtmlAttributesTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspHtmlAttributesTest.java
index 20397ae..6c5ee95 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspHtmlAttributesTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspHtmlAttributesTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspIDEA68710Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspIDEA68710Test.java
index d75853f..2d359e6 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspIDEA68710Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspIDEA68710Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspImportTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspImportTest.java
index 8241f86..65ed6bb 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspImportTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspImportTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspJavascriptTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspJavascriptTest.java
index 7701b03..af35bbb 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspJavascriptTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspJavascriptTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspJsFormatterTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspJsFormatterTest.java
index 09ba6c2..15ec70a 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspJsFormatterTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspJsFormatterTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspLanguageInjectionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspLanguageInjectionTest.java
index bbf8d3d..e7835c8 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspLanguageInjectionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspLanguageInjectionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspLayoutTagTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspLayoutTagTest.java
index 4d61b4d..de9a0c8 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspLayoutTagTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspLayoutTagTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamedMappingTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamedMappingTest.java
index 7c2e94f..2ebb446 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamedMappingTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamedMappingTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamespacePrefixIsNotIdentifierTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamespacePrefixIsNotIdentifierTest.java
index d3e7d85..bb19a10 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamespacePrefixIsNotIdentifierTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamespacePrefixIsNotIdentifierTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamespacePriorityTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamespacePriorityTest.java
index 2cf2584..244fb90 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamespacePriorityTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspNamespacePriorityTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspPropertyResolvePriorityTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspPropertyResolvePriorityTest.java
index 9154fcc..2594640 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspPropertyResolvePriorityTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspPropertyResolvePriorityTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspResolveIndexesTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspResolveIndexesTest.java
index 4d68a80..4dffbf9 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspResolveIndexesTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspResolveIndexesTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspResolveVariablesFromModelTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspResolveVariablesFromModelTest.java
index fa5ce12..076ff15 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspResolveVariablesFromModelTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspResolveVariablesFromModelTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspSdkTagCompletionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspSdkTagCompletionTest.java
index 49dad7a..0e4b0f2 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspSdkTagCompletionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspSdkTagCompletionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspSelectWordTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspSelectWordTest.java
index ee8c966..bd78d15 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspSelectWordTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspSelectWordTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspTagDocumentationTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspTagDocumentationTest.java
index 2935ee7..1bd20d1 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspTagDocumentationTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspTagDocumentationTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspThisAndSuperReferenceTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspThisAndSuperReferenceTest.java
index 952ba66..0f99a90 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspThisAndSuperReferenceTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspThisAndSuperReferenceTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspTypingTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspTypingTest.java
index 5345573..fdaf95f 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspTypingTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GspTypingTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GstringAttributeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GstringAttributeTest.java
index 15c7e66..2a0a8fd 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GstringAttributeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/gsp/GstringAttributeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.gsp;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GrailsGroovyI18nIntentionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GrailsGroovyI18nIntentionTest.java
index e33cf1e..58ca49d 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GrailsGroovyI18nIntentionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GrailsGroovyI18nIntentionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.i18n;
 
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GrailsI18nInspectionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GrailsI18nInspectionTest.java
index 190fd05..ae14eff 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GrailsI18nInspectionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GrailsI18nInspectionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.i18n;
 
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GspI18nIntentionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GspI18nIntentionTest.java
index 01d19b1..560cb8b 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GspI18nIntentionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/i18n/GspI18nIntentionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.plugin.i18n;
 
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/inspections/GrailsMethodMayBeStaticInspectionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/inspections/GrailsMethodMayBeStaticInspectionTest.java
index bd81c33..f12ed37 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/inspections/GrailsMethodMayBeStaticInspectionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/inspections/GrailsMethodMayBeStaticInspectionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.inspections;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspGroovyParserTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspGroovyParserTest.java
index 6fc09e4..cd8e69a 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspGroovyParserTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspGroovyParserTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.parser;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspHtmlParserTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspHtmlParserTest.java
index 2d1c4a8..ceef34e 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspHtmlParserTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspHtmlParserTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.parser;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspParserTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspParserTest.java
index bb69c7c..7dc47d9 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspParserTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspParserTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.parser;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspParsingTestCase.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspParsingTestCase.java
index 8f7433a..525267b 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspParsingTestCase.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/parser/GspParsingTestCase.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.parser;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsBuildTestDataTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsBuildTestDataTest.java
index f3c697c..863aa01 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsBuildTestDataTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsBuildTestDataTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsResourcePluginTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsResourcePluginTest.java
index c30e40e..9acb44f 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsResourcePluginTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsResourcePluginTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsSearchableTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsSearchableTest.java
index f2124a8..1078918 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsSearchableTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsSearchableTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsShiroPluginTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsShiroPluginTest.java
index cf1eafe..c4374e4 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsShiroPluginTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsShiroPluginTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsWebflowTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsWebflowTest.java
index 429c77d..d707a0e 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsWebflowTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/GrailsWebflowTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/SpockMethodReturnTypeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/SpockMethodReturnTypeTest.java
index 0fcde96..c747898 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/SpockMethodReturnTypeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/pluginSupport/SpockMethodReturnTypeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.pluginSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsBeanNameConventionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsBeanNameConventionTest.java
index 956ee8e..01b9d23 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsBeanNameConventionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsBeanNameConventionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsFilterTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsFilterTest.java
index d1fe179..ebc5ab7 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsFilterTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsFilterTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsJobTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsJobTest.java
index 74e5777..0138246 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsJobTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsJobTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsViewReferenceTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsViewReferenceTest.java
index 66503b3..c503842 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsViewReferenceTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/GrailsViewReferenceTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/bootstrap/GrailsBootStrapTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/bootstrap/GrailsBootStrapTest.java
index c94ca7b..438dd70 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/bootstrap/GrailsBootStrapTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/bootstrap/GrailsBootStrapTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.bootstrap;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/Grails14MimePluginTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/Grails14MimePluginTest.java
index 095f193..835cc1c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/Grails14MimePluginTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/Grails14MimePluginTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsAction14Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsAction14Test.java
index c63210f..8d60279 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsAction14Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsAction14Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsActionWithExtensionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsActionWithExtensionTest.java
index 981cae3..e9e505b 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsActionWithExtensionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsActionWithExtensionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsController14Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsController14Test.java
index a34e6e8..27d3400 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsController14Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsController14Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerActionReferenceTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerActionReferenceTest.java
index 2173720..60ce1b1 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerActionReferenceTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerActionReferenceTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerAllowedMethodsTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerAllowedMethodsTest.java
index fe4c971..6775286 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerAllowedMethodsTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerAllowedMethodsTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerAmbiguousMethodInspectionTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerAmbiguousMethodInspectionTest.java
index b05b766..233c223 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerAmbiguousMethodInspectionTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerAmbiguousMethodInspectionTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerLayoutReferenceTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerLayoutReferenceTest.java
index 3602ba5..fe4e8f6 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerLayoutReferenceTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerLayoutReferenceTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerRenameTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerRenameTest.java
index 1bb6787..f5f49b1 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerRenameTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerRenameTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerRespondMethodTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerRespondMethodTest.java
index 34852de..d6077e8 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerRespondMethodTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsControllerRespondMethodTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsHttpRequestTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsHttpRequestTest.java
index 08a2ecb..713f1da 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsHttpRequestTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsHttpRequestTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsHttpResponseTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsHttpResponseTest.java
index a7cf18e..a51997c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsHttpResponseTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsHttpResponseTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsMimePluginTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsMimePluginTest.java
index 5c72a7a..6cbf261 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsMimePluginTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsMimePluginTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsNamespaceTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsNamespaceTest.java
index 430d19a..4a51cb4 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsNamespaceTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsNamespaceTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsRenderMethodTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsRenderMethodTest.java
index f744440..36844ed 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsRenderMethodTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/controller/GrailsRenderMethodTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.controller;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/spring/GrailsSpringDSLTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/spring/GrailsSpringDSLTest.java
index 78bb8f6..4c6a376 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/spring/GrailsSpringDSLTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/spring/GrailsSpringDSLTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.spring;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/spring/GrailsSpringIntegrationTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/spring/GrailsSpringIntegrationTest.java
index b066358..d2190b6 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/spring/GrailsSpringIntegrationTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/spring/GrailsSpringIntegrationTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.spring;
@@ -44,7 +47,7 @@
     myFixture.addFileToProject("grails-app/views/index.gsp", "<% applicationContext.getBean(\"<caret>\") %>");
 
     myFixture.testCompletionVariants("grails-app/views/index.gsp", "grailsConfigurator", "myService", "pluginManager",
-                                     "grailsResourceHolder", "conversionService");
+                                     "grailsResourceHolder", "conversionService", "grailsUrlMappingsHolder", "messageSource");
   }
 
   @Override
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTagLibNamedArgumentsTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTagLibNamedArgumentsTest.java
index 437755b..fd54479 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTagLibNamedArgumentsTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTagLibNamedArgumentsTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.taglib;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTaglib14Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTaglib14Test.java
index 9805bfb..eb6b285 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTaglib14Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTaglib14Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.taglib;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTaglibParamTypeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTaglibParamTypeTest.java
index 28ade51..a8e3a7b 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTaglibParamTypeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GrailsTaglibParamTypeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.taglib;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GspCustomTagTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GspCustomTagTest.java
index 434b286..8357df6 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GspCustomTagTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GspCustomTagTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.taglib;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GspResolveTagsFromSameNamespaceTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GspResolveTagsFromSameNamespaceTest.java
index 36dd75b..0cc5106 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GspResolveTagsFromSameNamespaceTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/taglib/GspResolveTagsFromSameNamespaceTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.taglib;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/urlMapping/GrailsUrlMappingTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/urlMapping/GrailsUrlMappingTest.java
index 791975b..2251fe9 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/urlMapping/GrailsUrlMappingTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/urlMapping/GrailsUrlMappingTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.urlMapping;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/urlMapping/GrailsUrlMappingUnresolvedReferenceTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/urlMapping/GrailsUrlMappingUnresolvedReferenceTest.java
index edb6cb7..1d28fcf 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/urlMapping/GrailsUrlMappingUnresolvedReferenceTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/reference/urlMapping/GrailsUrlMappingUnresolvedReferenceTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.reference.urlMapping;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspActionAttributeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspActionAttributeTest.java
index 5be3284..d861200 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspActionAttributeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspActionAttributeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspCodecAttributeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspCodecAttributeTest.java
index 92af7e9..6c80e3d 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspCodecAttributeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspCodecAttributeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspControllerAttributeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspControllerAttributeTest.java
index 2de9ae0..d217ec3 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspControllerAttributeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspControllerAttributeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspFieldTagTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspFieldTagTest.java
index 3920a04..4a66432 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspFieldTagTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspFieldTagTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspIncludeViewAttributeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspIncludeViewAttributeTest.java
index c7cdf62..096c1ce 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspIncludeViewAttributeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspIncludeViewAttributeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspJsSrcTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspJsSrcTest.java
index b3f41d3..fe45f29 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspJsSrcTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspJsSrcTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspMetaTagTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspMetaTagTest.java
index b777500..ff89832 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspMetaTagTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspMetaTagTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspPluginAttributeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspPluginAttributeTest.java
index 223c66f..dbaadc4 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspPluginAttributeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspPluginAttributeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspRenderTagTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspRenderTagTest.java
index 89eebac..d85f79c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspRenderTagTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspRenderTagTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspResourceTagTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspResourceTagTest.java
index 03b8b1c..a0dd913 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspResourceTagTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspResourceTagTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspSelectTagTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspSelectTagTest.java
index 03f78c6..0c67269 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspSelectTagTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspSelectTagTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspUpdateAttributeTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspUpdateAttributeTest.java
index 7a1831f..ad80902 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspUpdateAttributeTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tagSupport/GspUpdateAttributeTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tagSupport;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsMockAnnotationTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsMockAnnotationTest.java
index 7a2dbe5..5410237 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsMockAnnotationTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsMockAnnotationTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tests;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestForAnnotationTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestForAnnotationTest.java
index 3679e60..f4808ad 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestForAnnotationTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestForAnnotationTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tests;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestMixinAnnotationTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestMixinAnnotationTest.java
index 84d98c9..10020a9 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestMixinAnnotationTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestMixinAnnotationTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tests;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestUtilTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestUtilTest.java
index 56597dc..2352cbd 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestUtilTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsTestUtilTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tests;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsVariableEnhance14Test.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsVariableEnhance14Test.java
index 4fd8bd5..032655c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsVariableEnhance14Test.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsVariableEnhance14Test.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tests;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsVariableEnhanceTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsVariableEnhanceTest.java
index c3e6ec4..fdac8b7 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsVariableEnhanceTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/tests/GrailsVariableEnhanceTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.tests;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/v3/GrailsEnhancesTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/v3/GrailsEnhancesTest.java
index 1b661d8..5f5f73c 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/v3/GrailsEnhancesTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/v3/GrailsEnhancesTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.v3;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/v3/GrailsProjectDescriptor.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/v3/GrailsProjectDescriptor.java
index 373cf62..0fc669b 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/v3/GrailsProjectDescriptor.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/v3/GrailsProjectDescriptor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.v3;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/validation/GrailsImportFromTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/validation/GrailsImportFromTest.java
index d59479a..ba39d6d 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/validation/GrailsImportFromTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/validation/GrailsImportFromTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.validation;
diff --git a/plugin/src/test/java/org/apache/grails/intellij/plugin/validation/GrailsValidatedObjectTest.java b/plugin/src/test/java/org/apache/grails/intellij/plugin/validation/GrailsValidatedObjectTest.java
index 26109b6..4c205c7 100644
--- a/plugin/src/test/java/org/apache/grails/intellij/plugin/validation/GrailsValidatedObjectTest.java
+++ b/plugin/src/test/java/org/apache/grails/intellij/plugin/validation/GrailsValidatedObjectTest.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.plugin.validation;
diff --git a/plugin/standardDsls/GrailsStandardDSL.gdsl b/plugin/standardDsls/GrailsStandardDSL.gdsl
index d40f0dd..d94c89c 100644
--- a/plugin/standardDsls/GrailsStandardDSL.gdsl
+++ b/plugin/standardDsls/GrailsStandardDSL.gdsl
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package standardDsls
 
diff --git a/plugin/testdata/grails/oldCompletion/gsp/get1.test b/plugin/testdata/grails/oldCompletion/gsp/get1.test
index 3d497c8..537e46d 100644
--- a/plugin/testdata/grails/oldCompletion/gsp/get1.test
+++ b/plugin/testdata/grails/oldCompletion/gsp/get1.test
@@ -3,12 +3,15 @@
 </html>
 -----
 get1_gsp
+getAt
 getBinding
 getClass
 getGroovyPageFileName
 getHtmlParts
 getMetaClass
+getMetaPropertyValues
 getOut
 getOutputStack
 getPluginContextPath
+getProperties
 getProperty
\ No newline at end of file
diff --git a/plugin/testdata/grails/oldCompletion/gsp/groo1.test b/plugin/testdata/grails/oldCompletion/gsp/groo1.test
index b0ffbd4..ee44ad0 100644
--- a/plugin/testdata/grails/oldCompletion/gsp/groo1.test
+++ b/plugin/testdata/grails/oldCompletion/gsp/groo1.test
@@ -7,8 +7,12 @@
 checkBox
 class
 cleanup
+collect
+collect
 controllerName
 cookie
+country
+countrySelect
 createLink
 createLinkTo
 createOutputCapturingClosure
diff --git a/plugin/testdata/grails/oldCompletion/gsp/groo3.test b/plugin/testdata/grails/oldCompletion/gsp/groo3.test
index facc154..ead2c83 100644
--- a/plugin/testdata/grails/oldCompletion/gsp/groo3.test
+++ b/plugin/testdata/grails/oldCompletion/gsp/groo3.test
@@ -10,4 +10,6 @@
 renderErrors
 request
 resource
+respondsTo
+respondsTo
 response
\ No newline at end of file
diff --git a/plugin/testdata/grails/oldCompletion/gsp/groo4.test b/plugin/testdata/grails/oldCompletion/gsp/groo4.test
index a75f9dc..1eb594a 100644
--- a/plugin/testdata/grails/oldCompletion/gsp/groo4.test
+++ b/plugin/testdata/grails/oldCompletion/gsp/groo4.test
@@ -10,5 +10,7 @@
 renderErrors
 request
 resource
+respondsTo
+respondsTo
 response
 return
\ No newline at end of file
diff --git a/plugin/testdata/grails/oldCompletion/gsp/groo5.test b/plugin/testdata/grails/oldCompletion/gsp/groo5.test
index 7c22980..6fc6661 100644
--- a/plugin/testdata/grails/oldCompletion/gsp/groo5.test
+++ b/plugin/testdata/grails/oldCompletion/gsp/groo5.test
@@ -14,5 +14,7 @@
 renderErrors
 request
 resource
+respondsTo
+respondsTo
 response
 return
\ No newline at end of file
diff --git a/plugin/testdata/grails/oldCompletion/gsp/html1.test b/plugin/testdata/grails/oldCompletion/gsp/html1.test
index 36cf17f..ea7180e 100644
--- a/plugin/testdata/grails/oldCompletion/gsp/html1.test
+++ b/plugin/testdata/grails/oldCompletion/gsp/html1.test
@@ -53,6 +53,8 @@
 g:checkBox
 g:collect
 g:cookie
+g:country
+g:countrySelect
 g:createLink
 g:createLinkTo
 g:currencySelect
@@ -65,11 +67,13 @@
 g:encodeAs
 g:escapeJavascript
 g:field
+g:fieldError
 g:fieldValue
 g:findAll
 g:foo
 g:form
 g:formRemote
+g:formatBoolean
 g:formatDate
 g:formatNumber
 g:grep
@@ -90,6 +94,7 @@
 g:meta
 g:pageProperty
 g:paginate
+g:passwordField
 g:radio
 g:radioGroup
 g:remoteField
@@ -108,6 +113,7 @@
 g:textArea
 g:textField
 g:timeZoneSelect
+g:unless
 g:uploadForm
 g:validate
 g:while
@@ -149,6 +155,9 @@
 output
 p
 picture
+plugin:isAvailable
+plugin:isNotAvailable
+plugin:path
 ppp:bar
 ppp:foo
 pre
diff --git a/plugin/testdata/grails/oldCompletion/gsp/htmlWithDoctype.test b/plugin/testdata/grails/oldCompletion/gsp/htmlWithDoctype.test
index 63091e2..2521d3b 100644
--- a/plugin/testdata/grails/oldCompletion/gsp/htmlWithDoctype.test
+++ b/plugin/testdata/grails/oldCompletion/gsp/htmlWithDoctype.test
@@ -12,6 +12,8 @@
 g:checkBox
 g:collect
 g:cookie
+g:country
+g:countrySelect
 g:createLink
 g:createLinkTo
 g:currencySelect
@@ -24,11 +26,13 @@
 g:encodeAs
 g:escapeJavascript
 g:field
+g:fieldError
 g:fieldValue
 g:findAll
 g:foo
 g:form
 g:formRemote
+g:formatBoolean
 g:formatDate
 g:formatNumber
 g:grep
@@ -49,6 +53,7 @@
 g:meta
 g:pageProperty
 g:paginate
+g:passwordField
 g:radio
 g:radioGroup
 g:remoteField
@@ -67,6 +72,7 @@
 g:textArea
 g:textField
 g:timeZoneSelect
+g:unless
 g:uploadForm
 g:validate
 g:while
@@ -74,6 +80,9 @@
 head
 my:bar
 my:foo
+plugin:isAvailable
+plugin:isNotAvailable
+plugin:path
 ppp:bar
 ppp:foo
 sitemesh:captureBody
diff --git a/plugin/testdata/mockGrails11/dist/grails-bootstrap-1.1.jar b/plugin/testdata/mockGrails11/dist/grails-bootstrap-1.1.jar
deleted file mode 100644
index 824c472..0000000
--- a/plugin/testdata/mockGrails11/dist/grails-bootstrap-1.1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/dist/grails-core-1.1.jar b/plugin/testdata/mockGrails11/dist/grails-core-1.1.jar
deleted file mode 100644
index 1147b69..0000000
--- a/plugin/testdata/mockGrails11/dist/grails-core-1.1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/dist/grails-core-1.3.1.jar b/plugin/testdata/mockGrails11/dist/grails-core-1.3.1.jar
deleted file mode 100644
index beed6eb..0000000
--- a/plugin/testdata/mockGrails11/dist/grails-core-1.3.1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/dist/grails-gorm-1.3.1.jar b/plugin/testdata/mockGrails11/dist/grails-gorm-1.3.1.jar
deleted file mode 100644
index 5d980cf..0000000
--- a/plugin/testdata/mockGrails11/dist/grails-gorm-1.3.1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/dist/grails-plugin-url-mappings-2.0.4.jar b/plugin/testdata/mockGrails11/dist/grails-plugin-url-mappings-2.0.4.jar
deleted file mode 100644
index 75e14b0..0000000
--- a/plugin/testdata/mockGrails11/dist/grails-plugin-url-mappings-2.0.4.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/dist/grails-scripts-1.3.7.jar b/plugin/testdata/mockGrails11/dist/grails-scripts-1.3.7.jar
deleted file mode 100644
index d007649..0000000
--- a/plugin/testdata/mockGrails11/dist/grails-scripts-1.3.7.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/dist/grails-spring-1.3.1.jar b/plugin/testdata/mockGrails11/dist/grails-spring-1.3.1.jar
deleted file mode 100644
index 96820d8..0000000
--- a/plugin/testdata/mockGrails11/dist/grails-spring-1.3.1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/dist/grails-test-1.3.1.jar b/plugin/testdata/mockGrails11/dist/grails-test-1.3.1.jar
deleted file mode 100644
index f9a377f..0000000
--- a/plugin/testdata/mockGrails11/dist/grails-test-1.3.1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/dist/grails-web-1.3.1.jar b/plugin/testdata/mockGrails11/dist/grails-web-1.3.1.jar
deleted file mode 100644
index dfb19bd..0000000
--- a/plugin/testdata/mockGrails11/dist/grails-web-1.3.1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/dist/grails-webflow-1.3.7.jar b/plugin/testdata/mockGrails11/dist/grails-webflow-1.3.7.jar
deleted file mode 100644
index 85704cc..0000000
--- a/plugin/testdata/mockGrails11/dist/grails-webflow-1.3.7.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/lib/groovy-all.jar b/plugin/testdata/mockGrails11/lib/groovy-all.jar
deleted file mode 100644
index f90cdf6..0000000
--- a/plugin/testdata/mockGrails11/lib/groovy-all.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/lib/hibernate-core-3.3.1.GA.jar b/plugin/testdata/mockGrails11/lib/hibernate-core-3.3.1.GA.jar
deleted file mode 100644
index 891ecd1..0000000
--- a/plugin/testdata/mockGrails11/lib/hibernate-core-3.3.1.GA.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/lib/junit-4.8.1.jar b/plugin/testdata/mockGrails11/lib/junit-4.8.1.jar
deleted file mode 100755
index ceeb417..0000000
--- a/plugin/testdata/mockGrails11/lib/junit-4.8.1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/lib/org.springframework.beans-3.0.3.RELEASE.jar b/plugin/testdata/mockGrails11/lib/org.springframework.beans-3.0.3.RELEASE.jar
deleted file mode 100755
index 032c2fb..0000000
--- a/plugin/testdata/mockGrails11/lib/org.springframework.beans-3.0.3.RELEASE.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/lib/org.springframework.context-3.0.3.RELEASE.jar b/plugin/testdata/mockGrails11/lib/org.springframework.context-3.0.3.RELEASE.jar
deleted file mode 100755
index e71d7e6..0000000
--- a/plugin/testdata/mockGrails11/lib/org.springframework.context-3.0.3.RELEASE.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/lib/org.springframework.test-3.0.2.RELEASE.jar b/plugin/testdata/mockGrails11/lib/org.springframework.test-3.0.2.RELEASE.jar
deleted file mode 100644
index d26a651..0000000
--- a/plugin/testdata/mockGrails11/lib/org.springframework.test-3.0.2.RELEASE.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/lib/servlet-api-2.5.jar b/plugin/testdata/mockGrails11/lib/servlet-api-2.5.jar
deleted file mode 100644
index 77e40a4..0000000
--- a/plugin/testdata/mockGrails11/lib/servlet-api-2.5.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/lib/spock-grails-support-0.5-groovy-1.7.jar b/plugin/testdata/mockGrails11/lib/spock-grails-support-0.5-groovy-1.7.jar
deleted file mode 100644
index 93a76dd..0000000
--- a/plugin/testdata/mockGrails11/lib/spock-grails-support-0.5-groovy-1.7.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails11/lib/spring-core-3.0.3.RELEASE.jar b/plugin/testdata/mockGrails11/lib/spring-core-3.0.3.RELEASE.jar
deleted file mode 100644
index 7792a5f..0000000
--- a/plugin/testdata/mockGrails11/lib/spring-core-3.0.3.RELEASE.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-bootstrap-2.0.0.M2.jar b/plugin/testdata/mockGrails14/grails-bootstrap-2.0.0.M2.jar
deleted file mode 100644
index 1a1ee8c..0000000
--- a/plugin/testdata/mockGrails14/grails-bootstrap-2.0.0.M2.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-core-2.0.0.M1.jar b/plugin/testdata/mockGrails14/grails-core-2.0.0.M1.jar
deleted file mode 100644
index e7086f5..0000000
--- a/plugin/testdata/mockGrails14/grails-core-2.0.0.M1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-datastore-gorm-1.0.0.RC1.jar b/plugin/testdata/mockGrails14/grails-datastore-gorm-1.0.0.RC1.jar
deleted file mode 100644
index 2553977..0000000
--- a/plugin/testdata/mockGrails14/grails-datastore-gorm-1.0.0.RC1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-hibernate-2.0.0.M1.jar b/plugin/testdata/mockGrails14/grails-hibernate-2.0.0.M1.jar
deleted file mode 100644
index 6c1a376..0000000
--- a/plugin/testdata/mockGrails14/grails-hibernate-2.0.0.M1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-plugin-controllers-1.4.0.M1.jar b/plugin/testdata/mockGrails14/grails-plugin-controllers-1.4.0.M1.jar
deleted file mode 100644
index 29ad04b..0000000
--- a/plugin/testdata/mockGrails14/grails-plugin-controllers-1.4.0.M1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-plugin-converters-2.2.1.jar b/plugin/testdata/mockGrails14/grails-plugin-converters-2.2.1.jar
deleted file mode 100644
index 9dc97fe..0000000
--- a/plugin/testdata/mockGrails14/grails-plugin-converters-2.2.1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-plugin-gsp-2.0.0.RC1-sources.jar b/plugin/testdata/mockGrails14/grails-plugin-gsp-2.0.0.RC1-sources.jar
deleted file mode 100644
index 7c5fbf5..0000000
--- a/plugin/testdata/mockGrails14/grails-plugin-gsp-2.0.0.RC1-sources.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-plugin-gsp-2.0.0.RC1.jar b/plugin/testdata/mockGrails14/grails-plugin-gsp-2.0.0.RC1.jar
deleted file mode 100644
index 22c961c..0000000
--- a/plugin/testdata/mockGrails14/grails-plugin-gsp-2.0.0.RC1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-plugin-mimetypes-1.4.0.M1.jar b/plugin/testdata/mockGrails14/grails-plugin-mimetypes-1.4.0.M1.jar
deleted file mode 100644
index 5456059..0000000
--- a/plugin/testdata/mockGrails14/grails-plugin-mimetypes-1.4.0.M1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-plugin-rest-2.3.0.jar b/plugin/testdata/mockGrails14/grails-plugin-rest-2.3.0.jar
deleted file mode 100644
index c4275ab..0000000
--- a/plugin/testdata/mockGrails14/grails-plugin-rest-2.3.0.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-plugin-servlets-2.2.1.jar b/plugin/testdata/mockGrails14/grails-plugin-servlets-2.2.1.jar
deleted file mode 100644
index def6821..0000000
--- a/plugin/testdata/mockGrails14/grails-plugin-servlets-2.2.1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-plugin-testing-1.4.0.M1.jar b/plugin/testdata/mockGrails14/grails-plugin-testing-1.4.0.M1.jar
deleted file mode 100644
index 096d127..0000000
--- a/plugin/testdata/mockGrails14/grails-plugin-testing-1.4.0.M1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-spring-2.2.3.jar b/plugin/testdata/mockGrails14/grails-spring-2.2.3.jar
deleted file mode 100644
index 68d508e..0000000
--- a/plugin/testdata/mockGrails14/grails-spring-2.2.3.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-test-2.0.0.M2.jar b/plugin/testdata/mockGrails14/grails-test-2.0.0.M2.jar
deleted file mode 100644
index da30c63..0000000
--- a/plugin/testdata/mockGrails14/grails-test-2.0.0.M2.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/grails-web-2.0.0.M1.jar b/plugin/testdata/mockGrails14/grails-web-2.0.0.M1.jar
deleted file mode 100644
index c6bd545..0000000
--- a/plugin/testdata/mockGrails14/grails-web-2.0.0.M1.jar
+++ /dev/null
Binary files differ
diff --git a/plugin/testdata/mockGrails14/spring-test-3.1.0.M2.jar b/plugin/testdata/mockGrails14/spring-test-3.1.0.M2.jar
deleted file mode 100644
index 783e72d..0000000
--- a/plugin/testdata/mockGrails14/spring-test-3.1.0.M2.jar
+++ /dev/null
Binary files differ
diff --git a/pluginModules/copyright/build.gradle b/pluginModules/copyright/build.gradle
index e98600d..eb2dcc8 100644
--- a/pluginModules/copyright/build.gradle
+++ b/pluginModules/copyright/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 plugins {
     id 'org.apache.grails.intellij.build.intellij-module'
diff --git a/pluginModules/copyright/src/main/java/org/apache/grails/intellij/module/copyright/UpdateGspCopyrightsProvider.java b/pluginModules/copyright/src/main/java/org/apache/grails/intellij/module/copyright/UpdateGspCopyrightsProvider.java
index 4124e1e..12fac65 100644
--- a/pluginModules/copyright/src/main/java/org/apache/grails/intellij/module/copyright/UpdateGspCopyrightsProvider.java
+++ b/pluginModules/copyright/src/main/java/org/apache/grails/intellij/module/copyright/UpdateGspCopyrightsProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.copyright;
diff --git a/pluginModules/copyright/src/main/resources/org.apache.grails.intellij.module.copyright.xml b/pluginModules/copyright/src/main/resources/org.apache.grails.intellij.module.copyright.xml
index bcd6e7f..7f79aed 100644
--- a/pluginModules/copyright/src/main/resources/org.apache.grails.intellij.module.copyright.xml
+++ b/pluginModules/copyright/src/main/resources/org.apache.grails.intellij.module.copyright.xml
@@ -1,17 +1,20 @@
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <idea-plugin>
 
diff --git a/pluginModules/coverage/build.gradle b/pluginModules/coverage/build.gradle
index e8c5ffb..2085b5f 100644
--- a/pluginModules/coverage/build.gradle
+++ b/pluginModules/coverage/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 plugins {
     id 'org.apache.grails.intellij.build.intellij-module'
diff --git a/pluginModules/coverage/src/main/java/org/apache/grails/intellij/module/coverage/GrailsCoverageExtension.java b/pluginModules/coverage/src/main/java/org/apache/grails/intellij/module/coverage/GrailsCoverageExtension.java
index 24b8bbf..be5ecce 100644
--- a/pluginModules/coverage/src/main/java/org/apache/grails/intellij/module/coverage/GrailsCoverageExtension.java
+++ b/pluginModules/coverage/src/main/java/org/apache/grails/intellij/module/coverage/GrailsCoverageExtension.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.module.coverage;
 
diff --git a/pluginModules/coverage/src/main/resources/org.apache.grails.intellij.module.coverage.xml b/pluginModules/coverage/src/main/resources/org.apache.grails.intellij.module.coverage.xml
index 33ffc0b..3186f3e 100644
--- a/pluginModules/coverage/src/main/resources/org.apache.grails.intellij.module.coverage.xml
+++ b/pluginModules/coverage/src/main/resources/org.apache.grails.intellij.module.coverage.xml
@@ -1,17 +1,20 @@
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <idea-plugin>
 
diff --git a/pluginModules/hibernate/build.gradle b/pluginModules/hibernate/build.gradle
index 9b48ed3..9b5fa99 100644
--- a/pluginModules/hibernate/build.gradle
+++ b/pluginModules/hibernate/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 plugins {
     id 'org.apache.grails.intellij.build.intellij-module'
diff --git a/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormHibernateFacetProvider.java b/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormHibernateFacetProvider.java
index 961c996..afd6ddb 100644
--- a/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormHibernateFacetProvider.java
+++ b/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormHibernateFacetProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.hibernate;
diff --git a/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormSessionFactory.java b/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormSessionFactory.java
index 8d11768..7013204 100644
--- a/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormSessionFactory.java
+++ b/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormSessionFactory.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.hibernate;
diff --git a/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormSessionFactoryContributor.java b/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormSessionFactoryContributor.java
index daaeda9..441d60a 100644
--- a/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormSessionFactoryContributor.java
+++ b/pluginModules/hibernate/src/main/java/org/apache/grails/intellij/module/hibernate/GormSessionFactoryContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.hibernate;
diff --git a/pluginModules/hibernate/src/main/resources/org.apache.grails.intellij.module.hibernate.xml b/pluginModules/hibernate/src/main/resources/org.apache.grails.intellij.module.hibernate.xml
index 9940af6..50f88d9 100644
--- a/pluginModules/hibernate/src/main/resources/org.apache.grails.intellij.module.hibernate.xml
+++ b/pluginModules/hibernate/src/main/resources/org.apache.grails.intellij.module.hibernate.xml
@@ -1,17 +1,20 @@
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <idea-plugin>
 
diff --git a/pluginModules/i18n/build.gradle b/pluginModules/i18n/build.gradle
index bd92b79..c7a76a7 100644
--- a/pluginModules/i18n/build.gradle
+++ b/pluginModules/i18n/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 plugins {
     id 'org.apache.grails.intellij.build.intellij-module'
diff --git a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nGroovyQuickFixHandler.java b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nGroovyQuickFixHandler.java
index e6f7e59..3a9514d 100644
--- a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nGroovyQuickFixHandler.java
+++ b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nGroovyQuickFixHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.i18n;
diff --git a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nInspection.java b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nInspection.java
index e7e33a8..d541d39 100644
--- a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nInspection.java
+++ b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nInspection.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.i18n;
diff --git a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nPropertyReferenceProvider.java b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nPropertyReferenceProvider.java
index 91b558e..da8bc27 100644
--- a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nPropertyReferenceProvider.java
+++ b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nPropertyReferenceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.i18n;
diff --git a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nQuickFixHandler.java b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nQuickFixHandler.java
index d3c5ff9..ebcaa06 100644
--- a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nQuickFixHandler.java
+++ b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nQuickFixHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.i18n;
diff --git a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nReferenceContributor.java b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nReferenceContributor.java
index 88f6fa0..3f684df 100644
--- a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nReferenceContributor.java
+++ b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nReferenceContributor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.i18n;
diff --git a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nizeProvider.java b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nizeProvider.java
index c0f3aa8..28c6573 100644
--- a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nizeProvider.java
+++ b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nizeProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.i18n;
diff --git a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nizeQuickFixDialog.java b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nizeQuickFixDialog.java
index 01e6d62..6598d80 100644
--- a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nizeQuickFixDialog.java
+++ b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GrailsI18nizeQuickFixDialog.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.i18n;
diff --git a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GspI18nIntention.java b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GspI18nIntention.java
index 3d68d60..0d9a456 100644
--- a/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GspI18nIntention.java
+++ b/pluginModules/i18n/src/main/java/org/apache/grails/intellij/module/i18n/GspI18nIntention.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.i18n;
diff --git a/pluginModules/i18n/src/main/resources/org.apache.grails.intellij.module.i18n.xml b/pluginModules/i18n/src/main/resources/org.apache.grails.intellij.module.i18n.xml
index 5036bda..430f209 100644
--- a/pluginModules/i18n/src/main/resources/org.apache.grails.intellij.module.i18n.xml
+++ b/pluginModules/i18n/src/main/resources/org.apache.grails.intellij.module.i18n.xml
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <idea-plugin>
 
diff --git a/pluginModules/langInjection/build.gradle b/pluginModules/langInjection/build.gradle
index 8b589a6..78e8591 100644
--- a/pluginModules/langInjection/build.gradle
+++ b/pluginModules/langInjection/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 plugins {
     id 'org.apache.grails.intellij.build.intellij-module'
diff --git a/pluginModules/langInjection/src/main/resources/META-INF/languageInjections.xml b/pluginModules/langInjection/src/main/resources/META-INF/languageInjections.xml
index 9f75b9c..1707ab9 100644
--- a/pluginModules/langInjection/src/main/resources/META-INF/languageInjections.xml
+++ b/pluginModules/langInjection/src/main/resources/META-INF/languageInjections.xml
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <!--
   HQL injection into GORM find/findAll/executeQuery/executeUpdate is now performed
diff --git a/pluginModules/langInjection/src/main/resources/org.apache.grails.intellij.module.langInjection.xml b/pluginModules/langInjection/src/main/resources/org.apache.grails.intellij.module.langInjection.xml
index bd34e54..6baaff7 100644
--- a/pluginModules/langInjection/src/main/resources/org.apache.grails.intellij.module.langInjection.xml
+++ b/pluginModules/langInjection/src/main/resources/org.apache.grails.intellij.module.langInjection.xml
@@ -1,17 +1,20 @@
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <idea-plugin>
 
diff --git a/pluginModules/maven/build.gradle b/pluginModules/maven/build.gradle
index 9235ca5..54b8fa6 100644
--- a/pluginModules/maven/build.gradle
+++ b/pluginModules/maven/build.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 plugins {
     id 'org.apache.grails.intellij.build.intellij-module'
diff --git a/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenApplication.java b/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenApplication.java
index 7d19fed..1c46250 100644
--- a/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenApplication.java
+++ b/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenApplication.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.maven;
diff --git a/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenApplicationProvider.java b/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenApplicationProvider.java
index 45f71bc..9bffc12 100644
--- a/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenApplicationProvider.java
+++ b/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenApplicationProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.maven;
diff --git a/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenDebuggerRunner.java b/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenDebuggerRunner.java
index f94875e..37254bb 100644
--- a/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenDebuggerRunner.java
+++ b/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/GrailsMavenDebuggerRunner.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.maven;
diff --git a/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/MavenCommandExecutor.java b/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/MavenCommandExecutor.java
index cfd36ca..1161e47 100644
--- a/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/MavenCommandExecutor.java
+++ b/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/MavenCommandExecutor.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package org.apache.grails.intellij.module.maven;
diff --git a/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/MavenNodeProvider.java b/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/MavenNodeProvider.java
index a221dfa..caab9ed 100644
--- a/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/MavenNodeProvider.java
+++ b/pluginModules/maven/src/main/java/org/apache/grails/intellij/module/maven/MavenNodeProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package org.apache.grails.intellij.module.maven;
 
diff --git a/pluginModules/maven/src/main/resources/org.apache.grails.intellij.module.maven.xml b/pluginModules/maven/src/main/resources/org.apache.grails.intellij.module.maven.xml
index 5040ebe..aa21a33 100644
--- a/pluginModules/maven/src/main/resources/org.apache.grails.intellij.module.maven.xml
+++ b/pluginModules/maven/src/main/resources/org.apache.grails.intellij.module.maven.xml
@@ -1,17 +1,20 @@
 <!--
-  Copyright 2000-2026 JetBrains s.r.o. and contributors.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+    https://www.apache.org/licenses/LICENSE-2.0
 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <idea-plugin>
 
diff --git a/settings.gradle b/settings.gradle
index a3eae40..9bfdb27 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2026 JetBrains s.r.o. and contributors.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   https://www.apache.org/licenses/LICENSE-2.0
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 pluginManagement {
     includeBuild('build-logic')