Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 8343207

Browse files
committed
Copyright year update
1 parent 57d129f commit 8343207

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017-2018 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
1+
Copyright 2017-2020 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
22
See the copyright.txt file in the distribution for a full listing of all
33
contributors.
44

src/main/groovy/exportJdkHomes.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017-2018 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
2+
* Copyright 2017-2020 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
33
* See the copyright.txt file in the distribution for a full listing of all
44
* contributors.
55
*

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017-2018 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
2+
* Copyright 2017-2020 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
33
* See the copyright.txt file in the distribution for a full listing of all
44
* contributors.
55
*

src/main/java/net/adoptopenjdk/jdkapidiff/JdkApiDiffGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017-2018 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
2+
* Copyright 2017-2020 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
33
* See the copyright.txt file in the distribution for a full listing of all
44
* contributors.
55
*

src/main/java/net/adoptopenjdk/jdkapidiff/ProcessExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017-2018 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
2+
* Copyright 2017-2020 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
33
* See the copyright.txt file in the distribution for a full listing of all
44
* contributors.
55
*

src/main/java/net/adoptopenjdk/jdkapidiff/repackager/Jdk8Repackager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017-2018 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
2+
* Copyright 2017-2020 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
33
* See the copyright.txt file in the distribution for a full listing of all
44
* contributors.
55
*

src/main/java/net/adoptopenjdk/jdkapidiff/repackager/Jdk9Repackager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017-2018 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
2+
* Copyright 2017-2020 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
33
* See the copyright.txt file in the distribution for a full listing of all
44
* contributors.
55
*

src/main/java/net/adoptopenjdk/jdkapidiff/repackager/JdkRepackager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017-2018 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
2+
* Copyright 2017-2020 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
33
* See the copyright.txt file in the distribution for a full listing of all
44
* contributors.
55
*

0 commit comments

Comments
 (0)