Skip to content

Commit 5902619

Browse files
authored
Use https links (#139)
1 parent 3c460cd commit 5902619

File tree

315 files changed

+322
-322
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

315 files changed

+322
-322
lines changed

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 the MapStruct authors (http://www.mapstruct.org/)
1+
Copyright 2017 the MapStruct authors (https://www.mapstruct.org/)
22
and/or other contributors as indicated by the @authors tag. See the
33
copyright.txt file in the distribution for a full listing of all
44
contributors.
@@ -7,7 +7,7 @@
77
"License"); you may not use this software except in compliance with the
88
License. You may obtain a copy of the License at
99

10-
http://www.apache.org/licenses/LICENSE-2.0
10+
https://www.apache.org/licenses/LICENSE-2.0
1111

1212
Unless required by applicable law or agreed to in writing, software
1313
distributed under the License is distributed on an "AS IS" BASIS,

README.md

Lines changed: 3 additions & 3 deletions

etc/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Copyright MapStruct Authors.
22

3-
Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
3+
Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0

src/main/java/org/mapstruct/intellij/MapStructBundle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright MapStruct Authors.
33
*
4-
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
55
*/
66
package org.mapstruct.intellij;
77

src/main/java/org/mapstruct/intellij/codeinsight/completion/ComponentModelCompletionContributor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright MapStruct Authors.
33
*
4-
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
55
*/
66
package org.mapstruct.intellij.codeinsight.completion;
77

src/main/java/org/mapstruct/intellij/codeinsight/references/BaseReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright MapStruct Authors.
33
*
4-
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
55
*/
66
package org.mapstruct.intellij.codeinsight.references;
77

src/main/java/org/mapstruct/intellij/codeinsight/references/BaseValueMappingReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright MapStruct Authors.
33
*
4-
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
55
*/
66
package org.mapstruct.intellij.codeinsight.references;
77

src/main/java/org/mapstruct/intellij/codeinsight/references/MappingTargetReferenceProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright MapStruct Authors.
33
*
4-
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
55
*/
66
package org.mapstruct.intellij.codeinsight.references;
77

src/main/java/org/mapstruct/intellij/codeinsight/references/MapstructBaseReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright MapStruct Authors.
33
*
4-
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
55
*/
66
package org.mapstruct.intellij.codeinsight.references;
77

src/main/java/org/mapstruct/intellij/codeinsight/references/MapstructKotlinReferenceContributor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright MapStruct Authors.
33
*
4-
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
55
*/
66
package org.mapstruct.intellij.codeinsight.references;
77

0 commit comments

Comments
 (0)