Skip to content

Commit

Permalink
Sets licence current year to 2024 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmielarz authored Feb 10, 2024
1 parent d3701a1 commit 0111c50
Show file tree
Hide file tree
Showing 194 changed files with 194 additions and 194 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<configuration>
<properties>
<!-- Values to be substituted in template -->
<currentYear>2023</currentYear>
<currentYear>2024</currentYear>
</properties>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/AbstractLazyAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/AbstractMapAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/AbstractSeqAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/AbstractSetAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/AbstractTryAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/AbstractVavrAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/EitherAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/EitherShouldBeLeft.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/LazyAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/MapAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/MultimapAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/OptionAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/SeqAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/SeqShouldBeAtIndex.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/SeqShouldBeSorted.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/SetAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/TryAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/TryShouldBeFailure.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/TryShouldBeSuccess.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/TryShouldContain.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/vavr/api/ValidationAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 2017-2023 the original author or authors.
* Copyright 2017-2024 the original author or authors.
*/
package org.assertj.vavr.api;

Expand Down
Loading

0 comments on commit 0111c50

Please sign in to comment.