Skip to content

Commit 8f5c77d

Browse files
committed
Bump the licence current year to 2021
1 parent 9cee36e commit 8f5c77d

File tree

829 files changed

+828
-829
lines changed

Some content is hidden

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

829 files changed

+828
-829
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<properties>
2929
<javadocAdditionalOptions>--allow-script-in-comments</javadocAdditionalOptions>
3030
<inceptionYear>2015</inceptionYear>
31-
<currentYear>2020</currentYear>
3231
<maven.compiler.source>8</maven.compiler.source>
3332

3433
<!-- SonarCloud -->

src/main/java/org/assertj/db/api/AbstractAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2015-2020 the original author or authors.
11+
* Copyright 2015-2021 the original author or authors.
1212
*/
1313
package org.assertj.db.api;
1414

src/main/java/org/assertj/db/api/AbstractAssertWithOrigin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2015-2020 the original author or authors.
11+
* Copyright 2015-2021 the original author or authors.
1212
*/
1313
package org.assertj.db.api;
1414

src/main/java/org/assertj/db/api/AbstractAssertWithOriginWithChanges.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2015-2020 the original author or authors.
11+
* Copyright 2015-2021 the original author or authors.
1212
*/
1313
package org.assertj.db.api;
1414

src/main/java/org/assertj/db/api/AbstractAssertWithOriginWithColumnsAndRows.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2015-2020 the original author or authors.
11+
* Copyright 2015-2021 the original author or authors.
1212
*/
1313
package org.assertj.db.api;
1414

src/main/java/org/assertj/db/api/AbstractAssertWithOriginWithColumnsAndRowsFromChange.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2015-2020 the original author or authors.
11+
* Copyright 2015-2021 the original author or authors.
1212
*/
1313
package org.assertj.db.api;
1414

src/main/java/org/assertj/db/api/AbstractAssertWithValues.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2015-2020 the original author or authors.
11+
* Copyright 2015-2021 the original author or authors.
1212
*/
1313
package org.assertj.db.api;
1414

src/main/java/org/assertj/db/api/AbstractColumnAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2015-2020 the original author or authors.
11+
* Copyright 2015-2021 the original author or authors.
1212
*/
1313
package org.assertj.db.api;
1414

src/main/java/org/assertj/db/api/AbstractColumnValueAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2015-2020 the original author or authors.
11+
* Copyright 2015-2021 the original author or authors.
1212
*/
1313
package org.assertj.db.api;
1414

src/main/java/org/assertj/db/api/AbstractDbAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2015-2020 the original author or authors.
11+
* Copyright 2015-2021 the original author or authors.
1212
*/
1313
package org.assertj.db.api;
1414

0 commit comments

Comments
 (0)