This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch add-licence-header-css-js
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 836fb5a228e4242eb2c9ffda9a21e057399d41db
Author: James Fredley <[email protected]>
AuthorDate: Thu Apr 24 17:54:40 2025 -0400

    Add Apache 2 license to all JS files
---
 .../src/main/resources/javascripts/navigation.js      | 19 +++++++++++++++++++
 .../plugin/src/main/resources/public/graphiql.js      | 19 +++++++++++++++++++
 .../plugin/src/main/resources/public/graphiql.min.js  | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 grails-gradle/docs-core/src/main/template/js/docs.js  | 19 +++++++++++++++++++
 .../docs-core/src/test/resources/docs/js/docs.js      | 19 +++++++++++++++++++
 .../app1/grails-app/assets/javascripts/application.js | 19 +++++++++++++++++++
 .../app2/grails-app/assets/javascripts/application.js | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../geb/grails-app/assets/javascripts/application.js  | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../base/grails-app/assets/javascripts/application.js | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 .../grails-app/assets/javascripts/application.js      | 19 +++++++++++++++++++
 26 files changed, 494 insertions(+)

diff --git 
a/grails-data-docs/data-mapping-website/src/main/resources/javascripts/navigation.js
 
b/grails-data-docs/data-mapping-website/src/main/resources/javascripts/navigation.js
index 885e4926bb..a23e54ddaa 100644
--- 
a/grails-data-docs/data-mapping-website/src/main/resources/javascripts/navigation.js
+++ 
b/grails-data-docs/data-mapping-website/src/main/resources/javascripts/navigation.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 function show(showId, hideId) {
     document.getElementById(showId).style.display = "block"
     document.getElementById(hideId).style.display = "none"
diff --git a/grails-data-graphql/plugin/src/main/resources/public/graphiql.js 
b/grails-data-graphql/plugin/src/main/resources/public/graphiql.js
index 4717b67dcc..bbe341c1e3 100644
--- a/grails-data-graphql/plugin/src/main/resources/public/graphiql.js
+++ b/grails-data-graphql/plugin/src/main/resources/public/graphiql.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 (function(f){if(typeof exports==="object"&&typeof 
module!=="undefined"){module.exports=f()}else if(typeof 
define==="function"&&define.amd){define([],f)}else{var g;if(typeof 
window!=="undefined"){g=window}else if(typeof 
global!=="undefined"){g=global}else if(typeof 
self!=="undefined"){g=self}else{g=this}g.GraphiQL = f()}})(function(){var 
define,module,exports;return (function e(t,n,r){function 
s(o,u){if(!n[o]){if(!t[o]){var a=typeof 
require=="function"&&require;if(!u&&a)return a(o,!0);if( [...]
 (function (global){
 'use strict';
diff --git 
a/grails-data-graphql/plugin/src/main/resources/public/graphiql.min.js 
b/grails-data-graphql/plugin/src/main/resources/public/graphiql.min.js
index ef482f4565..fdff6f3579 100644
--- a/grails-data-graphql/plugin/src/main/resources/public/graphiql.min.js
+++ b/grails-data-graphql/plugin/src/main/resources/public/graphiql.min.js
@@ -1 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 !function(f){if("object"==typeof exports&&"undefined"!=typeof 
module)module.exports=f();else if("function"==typeof 
define&&define.amd)define([],f);else{("undefined"!=typeof 
window?window:"undefined"!=typeof global?global:"undefined"!=typeof 
self?self:this).GraphiQL=f()}}(function(){return function e(t,n,r){function 
s(o,u){if(!n[o]){if(!t[o]){var a="function"==typeof 
require&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new 
Error("Cannot find module '"+o+"'");throw f.code="MO [...]
diff --git 
a/grails-data-neo4j/examples/grails3-neo4j-hibernate/grails-app/assets/javascripts/application.js
 
b/grails-data-neo4j/examples/grails3-neo4j-hibernate/grails-app/assets/javascripts/application.js
index a1c6a339e2..1bb26d08c9 100644
--- 
a/grails-data-neo4j/examples/grails3-neo4j-hibernate/grails-app/assets/javascripts/application.js
+++ 
b/grails-data-neo4j/examples/grails3-neo4j-hibernate/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-data-neo4j/examples/grails3-neo4j/grails-app/assets/javascripts/application.js
 
b/grails-data-neo4j/examples/grails3-neo4j/grails-app/assets/javascripts/application.js
index a1c6a339e2..1bb26d08c9 100644
--- 
a/grails-data-neo4j/examples/grails3-neo4j/grails-app/assets/javascripts/application.js
+++ 
b/grails-data-neo4j/examples/grails3-neo4j/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git a/grails-gradle/docs-core/src/main/template/js/docs.js 
b/grails-gradle/docs-core/src/main/template/js/docs.js
index 5f78346ab7..ca595544ac 100644
--- a/grails-gradle/docs-core/src/main/template/js/docs.js
+++ b/grails-gradle/docs-core/src/main/template/js/docs.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 function nextElement(el) {
     el = el.nextSibling;
     while (el && el.nodeType != 1) {
diff --git a/grails-gradle/docs-core/src/test/resources/docs/js/docs.js 
b/grails-gradle/docs-core/src/test/resources/docs/js/docs.js
index 5f78346ab7..ca595544ac 100644
--- a/grails-gradle/docs-core/src/test/resources/docs/js/docs.js
+++ b/grails-gradle/docs-core/src/test/resources/docs/js/docs.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 function nextElement(el) {
     el = el.nextSibling;
     while (el && el.nodeType != 1) {
diff --git 
a/grails-test-examples/app1/grails-app/assets/javascripts/application.js 
b/grails-test-examples/app1/grails-app/assets/javascripts/application.js
index a0df02681e..76bec24bd1 100644
--- a/grails-test-examples/app1/grails-app/assets/javascripts/application.js
+++ b/grails-test-examples/app1/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/app2/grails-app/assets/javascripts/application.js 
b/grails-test-examples/app2/grails-app/assets/javascripts/application.js
index a0df02681e..76bec24bd1 100644
--- a/grails-test-examples/app2/grails-app/assets/javascripts/application.js
+++ b/grails-test-examples/app2/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/demo33/grails-app/assets/javascripts/application.js 
b/grails-test-examples/demo33/grails-app/assets/javascripts/application.js
index cf2c4a86ec..1043990bd1 100644
--- a/grails-test-examples/demo33/grails-app/assets/javascripts/application.js
+++ b/grails-test-examples/demo33/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/geb/grails-app/assets/javascripts/application.js 
b/grails-test-examples/geb/grails-app/assets/javascripts/application.js
index 1596219b1d..136333cbb4 100644
--- a/grails-test-examples/geb/grails-app/assets/javascripts/application.js
+++ b/grails-test-examples/geb/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/gsp-sitemesh3/grails-app/assets/javascripts/application.js
 
b/grails-test-examples/gsp-sitemesh3/grails-app/assets/javascripts/application.js
index 1596219b1d..136333cbb4 100644
--- 
a/grails-test-examples/gsp-sitemesh3/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/gsp-sitemesh3/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/hibernate5/grails-database-per-tenant/grails-app/assets/javascripts/application.js
 
b/grails-test-examples/hibernate5/grails-database-per-tenant/grails-app/assets/javascripts/application.js
index a1c6a339e2..1bb26d08c9 100644
--- 
a/grails-test-examples/hibernate5/grails-database-per-tenant/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/hibernate5/grails-database-per-tenant/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/hibernate5/grails-hibernate/grails-app/assets/javascripts/application.js
 
b/grails-test-examples/hibernate5/grails-hibernate/grails-app/assets/javascripts/application.js
index a1c6a339e2..1bb26d08c9 100644
--- 
a/grails-test-examples/hibernate5/grails-hibernate/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/hibernate5/grails-hibernate/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/hibernate5/grails-partitioned-multi-tenancy/grails-app/assets/javascripts/application.js
 
b/grails-test-examples/hibernate5/grails-partitioned-multi-tenancy/grails-app/assets/javascripts/application.js
index a1c6a339e2..1bb26d08c9 100644
--- 
a/grails-test-examples/hibernate5/grails-partitioned-multi-tenancy/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/hibernate5/grails-partitioned-multi-tenancy/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/hibernate5/grails-schema-per-tenant/grails-app/assets/javascripts/application.js
 
b/grails-test-examples/hibernate5/grails-schema-per-tenant/grails-app/assets/javascripts/application.js
index a1c6a339e2..1bb26d08c9 100644
--- 
a/grails-test-examples/hibernate5/grails-schema-per-tenant/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/hibernate5/grails-schema-per-tenant/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/hibernate5/issue450/grails-app/assets/javascripts/application.js
 
b/grails-test-examples/hibernate5/issue450/grails-app/assets/javascripts/application.js
index 1596219b1d..136333cbb4 100644
--- 
a/grails-test-examples/hibernate5/issue450/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/hibernate5/issue450/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/hyphenated/grails-app/assets/javascripts/application.js 
b/grails-test-examples/hyphenated/grails-app/assets/javascripts/application.js
index a0df02681e..76bec24bd1 100644
--- 
a/grails-test-examples/hyphenated/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/hyphenated/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/issue-11102/grails-app/assets/javascripts/application.js 
b/grails-test-examples/issue-11102/grails-app/assets/javascripts/application.js
index cf2c4a86ec..1043990bd1 100644
--- 
a/grails-test-examples/issue-11102/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/issue-11102/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/micronaut/grails-app/assets/javascripts/application.js 
b/grails-test-examples/micronaut/grails-app/assets/javascripts/application.js
index 1596219b1d..136333cbb4 100644
--- 
a/grails-test-examples/micronaut/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/micronaut/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/mongodb/base/grails-app/assets/javascripts/application.js
 
b/grails-test-examples/mongodb/base/grails-app/assets/javascripts/application.js
index a1c6a339e2..1bb26d08c9 100644
--- 
a/grails-test-examples/mongodb/base/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/mongodb/base/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/mongodb/database-per-tenant/grails-app/assets/javascripts/application.js
 
b/grails-test-examples/mongodb/database-per-tenant/grails-app/assets/javascripts/application.js
index a1c6a339e2..1bb26d08c9 100644
--- 
a/grails-test-examples/mongodb/database-per-tenant/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/mongodb/database-per-tenant/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/mongodb/gson-templates/grails-app/assets/javascripts/application.js
 
b/grails-test-examples/mongodb/gson-templates/grails-app/assets/javascripts/application.js
index 795e6cc2ac..e4bf87d000 100644
--- 
a/grails-test-examples/mongodb/gson-templates/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/mongodb/gson-templates/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/mongodb/hibernate5/grails-app/assets/javascripts/application.js
 
b/grails-test-examples/mongodb/hibernate5/grails-app/assets/javascripts/application.js
index a1c6a339e2..1bb26d08c9 100644
--- 
a/grails-test-examples/mongodb/hibernate5/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/mongodb/hibernate5/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/namespaces/grails-app/assets/javascripts/application.js 
b/grails-test-examples/namespaces/grails-app/assets/javascripts/application.js
index a0df02681e..76bec24bd1 100644
--- 
a/grails-test-examples/namespaces/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/namespaces/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.
diff --git 
a/grails-test-examples/views-functional-tests/grails-app/assets/javascripts/application.js
 
b/grails-test-examples/views-functional-tests/grails-app/assets/javascripts/application.js
index 795e6cc2ac..e4bf87d000 100644
--- 
a/grails-test-examples/views-functional-tests/grails-app/assets/javascripts/application.js
+++ 
b/grails-test-examples/views-functional-tests/grails-app/assets/javascripts/application.js
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this 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.
+ */
+
 // This is a manifest file that'll be compiled into application.js.
 //
 // Any JavaScript file within this directory can be referenced here using a 
relative path.


Reply via email to