Skip to content

Commit bfd6f16

Browse files
committed
Fix copyright year
1 parent 3579ee7 commit bfd6f16

File tree

13 files changed

+73
-46
lines changed

13 files changed

+73
-46
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2016, Jochen Seeber
3+
Copyright (c) 2016-2017, Jochen Seeber
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

src/doc/templates/LICENSE.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
BSD 2-Clause License
2+
3+
Copyright (c) 2016-${year}, Jochen Seeber
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
8+
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
11+
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
20+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

src/main/java/me/seeber/gradle/wsimport/DefaultWsdlSourceSet.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 2-Clause License
33
*
4-
* Copyright (c) 2016, Jochen Seeber
4+
* Copyright (c) 2016-2017, Jochen Seeber
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,6 @@
2525
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2626
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
*/
28-
2928
package me.seeber.gradle.wsimport;
3029

3130
import org.gradle.api.file.SourceDirectorySet;

src/main/java/me/seeber/gradle/wsimport/WsdlSourceSet.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 2-Clause License
33
*
4-
* Copyright (c) 2016, Jochen Seeber
4+
* Copyright (c) 2016-2017, Jochen Seeber
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,6 @@
2525
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2626
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
*/
28-
2928
package me.seeber.gradle.wsimport;
3029

3130
import org.gradle.api.file.SourceDirectorySet;

src/main/java/me/seeber/gradle/wsimport/WsimportComponent.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 2-Clause License
33
*
4-
* Copyright (c) 2016, Jochen Seeber
4+
* Copyright (c) 2016-2017, Jochen Seeber
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,6 @@
2525
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2626
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
*/
28-
2928
package me.seeber.gradle.wsimport;
3029

3130
import org.gradle.model.Managed;

src/main/java/me/seeber/gradle/wsimport/WsimportPlugin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 2-Clause License
33
*
4-
* Copyright (c) 2016, Jochen Seeber
4+
* Copyright (c) 2016-2017, Jochen Seeber
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,6 @@
2525
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2626
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
*/
28-
2928
package me.seeber.gradle.wsimport;
3029

3130
import java.io.File;

src/main/java/me/seeber/gradle/wsimport/WsimportTask.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 2-Clause License
33
*
4-
* Copyright (c) 2016, Jochen Seeber
4+
* Copyright (c) 2016-2017, Jochen Seeber
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,6 @@
2525
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2626
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
*/
28-
2928
package me.seeber.gradle.wsimport;
3029

3130
import java.io.File;

src/main/java/me/seeber/gradle/wsimport/XjcConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 2-Clause License
33
*
4-
* Copyright (c) 2016, Jochen Seeber
4+
* Copyright (c) 2016-2017, Jochen Seeber
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,6 @@
2525
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2626
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
*/
28-
2928
package me.seeber.gradle.wsimport;
3029

3130
import java.io.Serializable;

src/main/java/me/seeber/gradle/wsimport/package-info.java

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
1-
/*
1+
/**
22
* BSD 2-Clause License
33
*
4-
* Copyright (c) 2016, Jochen Seeber All rights reserved.
4+
* Copyright (c) 2016-2017, Jochen Seeber
5+
* All rights reserved.
56
*
6-
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7-
* following conditions are met:
7+
* Redistribution and use in source and binary forms, with or without
8+
* modification, are permitted provided that the following conditions are met:
89
*
9-
* * Redistributions of source code must retain the above copyright notice, this list of conditions and the following
10-
* disclaimer.
10+
* * Redistributions of source code must retain the above copyright notice, this
11+
* list of conditions and the following disclaimer.
1112
*
12-
* * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
13-
* disclaimer in the documentation and/or other materials provided with the distribution.
13+
* * Redistributions in binary form must reproduce the above copyright notice,
14+
* this list of conditions and the following disclaimer in the documentation
15+
* and/or other materials provided with the distribution.
1416
*
15-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
16-
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
18-
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
20-
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
17+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
21+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2126
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2227
*/
23-
2428
@NonNullByDefault({ DefaultLocation.PARAMETER, DefaultLocation.RETURN_TYPE, DefaultLocation.FIELD, })
2529
package me.seeber.gradle.wsimport;
2630

src/main/resources/META-INF/gradle-plugins/me.seeber.wsimport.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# BSD 2-Clause License
33
#
4-
# Copyright (c) 2016, Jochen Seeber
4+
# Copyright (c) 2016-2017, Jochen Seeber
55
# All rights reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without

src/test/groovy/me/seeber/gradle/wsimport/test/BaseSpecification.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* BSD 2-Clause License
33
*
4-
* Copyright (c) 2016, Jochen Seeber
4+
* Copyright (c) 2016-2017, Jochen Seeber
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/test/groovy/me/seeber/gradle/wsimport/test/WsimportPluginTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* BSD 2-Clause License
33
*
4-
* Copyright (c) 2016, Jochen Seeber
4+
* Copyright (c) 2016-2017, Jochen Seeber
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/test/groovy/me/seeber/gradle/wsimport/test/package-info.java

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
1-
/*
1+
/**
22
* BSD 2-Clause License
33
*
4-
* Copyright (c) 2016, Jochen Seeber All rights reserved.
4+
* Copyright (c) 2016-2017, Jochen Seeber
5+
* All rights reserved.
56
*
6-
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7-
* following conditions are met:
7+
* Redistribution and use in source and binary forms, with or without
8+
* modification, are permitted provided that the following conditions are met:
89
*
9-
* * Redistributions of source code must retain the above copyright notice, this list of conditions and the following
10-
* disclaimer.
10+
* * Redistributions of source code must retain the above copyright notice, this
11+
* list of conditions and the following disclaimer.
1112
*
12-
* * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
13-
* disclaimer in the documentation and/or other materials provided with the distribution.
13+
* * Redistributions in binary form must reproduce the above copyright notice,
14+
* this list of conditions and the following disclaimer in the documentation
15+
* and/or other materials provided with the distribution.
1416
*
15-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
16-
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
18-
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
20-
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
17+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
21+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2126
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2227
*/
23-
2428
@NonNullByDefault({})
2529
package me.seeber.gradle.wsimport.test;
2630

0 commit comments

Comments
 (0)