Skip to content

Commit e5efa5c

Browse files
committed
fix http URL in Apache license header
1 parent a835804 commit e5efa5c

File tree

2 files changed

+2
-2
lines changed
  • headless-services/spring-boot-language-server/src/test/resources/test-projects/test-events-indexing

2 files changed

+2
-2
lines changed

headless-services/spring-boot-language-server/src/test/resources/test-projects/test-events-indexing/mvnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# "License"); you may not use this file except in compliance
99
# with the License. You may obtain a copy of the License at
1010
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
11+
# https://www.apache.org/licenses/LICENSE-2.0
1212
#
1313
# Unless required by applicable law or agreed to in writing,
1414
# software distributed under the License is distributed on an

headless-services/spring-boot-language-server/src/test/resources/test-projects/test-events-indexing/mvnw.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@REM "License"); you may not use this file except in compliance
99
@REM with the License. You may obtain a copy of the License at
1010
@REM
11-
@REM http://www.apache.org/licenses/LICENSE-2.0
11+
@REM https://www.apache.org/licenses/LICENSE-2.0
1212
@REM
1313
@REM Unless required by applicable law or agreed to in writing,
1414
@REM software distributed under the License is distributed on an

0 commit comments

Comments
 (0)