40 lines
1.7 KiB
Diff
40 lines
1.7 KiB
Diff
From 9dc7c994e48026394226bd8b373d55526fc543a2 Mon Sep 17 00:00:00 2001
|
|
From: Joel Costigliola <joel.costigliola@gmail.com>
|
|
Date: Sun, 30 Jul 2017 18:12:03 +1200
|
|
Subject: [PATCH] Fix licence year
|
|
|
|
---
|
|
src/main/java/org/assertj/core/api/HamcrestCondition.java | 2 +-
|
|
src/test/java/org/assertj/core/api/HamcrestConditionTest.java | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/src/main/java/org/assertj/core/api/HamcrestCondition.java b/src/main/java/org/assertj/core/api/HamcrestCondition.java
|
|
index e6e13aaf2..6f705cd5e 100644
|
|
--- a/src/main/java/org/assertj/core/api/HamcrestCondition.java
|
|
+++ b/src/main/java/org/assertj/core/api/HamcrestCondition.java
|
|
@@ -8,7 +8,7 @@
|
|
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
* specific language governing permissions and limitations under the License.
|
|
*
|
|
- * Copyright 2012-2015 the original author or authors.
|
|
+ * Copyright 2012-2017 the original author or authors.
|
|
*/
|
|
package org.assertj.core.api;
|
|
|
|
diff --git a/src/test/java/org/assertj/core/api/HamcrestConditionTest.java b/src/test/java/org/assertj/core/api/HamcrestConditionTest.java
|
|
index e63db3f6f..4c41a4190 100644
|
|
--- a/src/test/java/org/assertj/core/api/HamcrestConditionTest.java
|
|
+++ b/src/test/java/org/assertj/core/api/HamcrestConditionTest.java
|
|
@@ -8,7 +8,7 @@
|
|
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
* specific language governing permissions and limitations under the License.
|
|
*
|
|
- * Copyright 2012-2015 the original author or authors.
|
|
+ * Copyright 2012-2017 the original author or authors.
|
|
*/
|
|
package org.assertj.core.api;
|
|
|
|
--
|
|
2.39.0.windows.2
|
|
|