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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit b2443ccf4adbaeedc04fe71040461d06f61acb12
Author: Stephen Mallette <[email protected]>
AuthorDate: Sat Mar 14 16:02:29 2026 -0400

    License file normalization CTR
---
 gremlin-dotnet/build/generate.groovy                               | 4 ++--
 gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 2 +-
 gremlin-go/build/generate.groovy                                   | 4 ++--
 gremlin-go/driver/cucumber/gremlin.go                              | 2 +-
 gremlin-javascript/build/generate.groovy                           | 2 +-
 gremlin-python/build/generate.groovy                               | 4 ++--
 gremlin-python/src/main/python/tests/feature/gremlin.py            | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/gremlin-dotnet/build/generate.groovy 
b/gremlin-dotnet/build/generate.groovy
index a1c0947c83..b01dfeb5a0 100644
--- a/gremlin-dotnet/build/generate.groovy
+++ b/gremlin-dotnet/build/generate.groovy
@@ -7,7 +7,7 @@
  * "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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -75,7 +75,7 @@ radishGremlinFile.withWriter('UTF-8') { Writer writer ->
             ' * "License"); you may not use this file except in compliance\n' +
             ' * with the License.  You may obtain a copy of the License at\n' +
             ' *\n' +
-            ' *     http://www.apache.org/licenses/LICENSE-2.0\n' +
+            ' *   http://www.apache.org/licenses/LICENSE-2.0\n' +
             ' *\n' +
             ' * Unless required by applicable law or agreed to in writing,\n' +
             ' * software distributed under the License is distributed on an\n' 
+
diff --git a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs 
b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs
index cff1dee67a..e483a0a6b6 100644
--- a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs
+++ b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs
@@ -9,7 +9,7 @@
  * "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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
diff --git a/gremlin-go/build/generate.groovy b/gremlin-go/build/generate.groovy
index b6ca14729f..32fb626089 100644
--- a/gremlin-go/build/generate.groovy
+++ b/gremlin-go/build/generate.groovy
@@ -7,7 +7,7 @@
  * "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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -73,7 +73,7 @@ radishGremlinFile.withWriter('UTF-8') { Writer writer ->
             '"License"); you may not use this file except in compliance\n' +
             'with the License.  You may obtain a copy of the License at\n' +
             '\n' +
-            'http://www.apache.org/licenses/LICENSE-2.0\n' +
+            '  http://www.apache.org/licenses/LICENSE-2.0\n' +
             '\n' +
             'Unless required by applicable law or agreed to in writing,\n' +
             'software distributed under the License is distributed on an\n' +
diff --git a/gremlin-go/driver/cucumber/gremlin.go 
b/gremlin-go/driver/cucumber/gremlin.go
index 840b351efa..71a5ba599a 100644
--- a/gremlin-go/driver/cucumber/gremlin.go
+++ b/gremlin-go/driver/cucumber/gremlin.go
@@ -7,7 +7,7 @@ to you under the Apache License, Version 2.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
+  http://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed on an
diff --git a/gremlin-javascript/build/generate.groovy 
b/gremlin-javascript/build/generate.groovy
index 55656ba966..7281b941af 100644
--- a/gremlin-javascript/build/generate.groovy
+++ b/gremlin-javascript/build/generate.groovy
@@ -7,7 +7,7 @@
  * "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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
diff --git a/gremlin-python/build/generate.groovy 
b/gremlin-python/build/generate.groovy
index 50cf91e020..cad3e86169 100644
--- a/gremlin-python/build/generate.groovy
+++ b/gremlin-python/build/generate.groovy
@@ -7,7 +7,7 @@
  * "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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -73,7 +73,7 @@ radishGremlinFile.withWriter('UTF-8') { Writer writer ->
             '# "License"); you may not use this file except in compliance\n' +
             '# with the License.  You may obtain a copy of the License at\n' +
             '# \n' +
-            '# http://www.apache.org/licenses/LICENSE-2.0\n' +
+            '#   http://www.apache.org/licenses/LICENSE-2.0\n' +
             '# \n' +
             '# Unless required by applicable law or agreed to in writing,\n' +
             '# software distributed under the License is distributed on an\n' +
diff --git a/gremlin-python/src/main/python/tests/feature/gremlin.py 
b/gremlin-python/src/main/python/tests/feature/gremlin.py
index d406fa7602..a543860a70 100644
--- a/gremlin-python/src/main/python/tests/feature/gremlin.py
+++ b/gremlin-python/src/main/python/tests/feature/gremlin.py
@@ -7,7 +7,7 @@
 # "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
+#   http://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an

Reply via email to