diff --git a/LICENSE b/LICENSE index a72efbb..fae2d44 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Antonio Gabriel Muñoz Conejo +Copyright (c) 2024-2025 Antonio Gabriel Muñoz Conejo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/tonivade/vavr/effect/CallStack.java b/src/main/java/com/github/tonivade/vavr/effect/CallStack.java index 1ae7ddf..69c0650 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/CallStack.java +++ b/src/main/java/com/github/tonivade/vavr/effect/CallStack.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/main/java/com/github/tonivade/vavr/effect/Fiber.java b/src/main/java/com/github/tonivade/vavr/effect/Fiber.java index 0a7a84c..06fd7f0 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/Fiber.java +++ b/src/main/java/com/github/tonivade/vavr/effect/Fiber.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/main/java/com/github/tonivade/vavr/effect/IO.java b/src/main/java/com/github/tonivade/vavr/effect/IO.java index 57c36d5..1a9c185 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/IO.java +++ b/src/main/java/com/github/tonivade/vavr/effect/IO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/main/java/com/github/tonivade/vavr/effect/IOConnection.java b/src/main/java/com/github/tonivade/vavr/effect/IOConnection.java index 13584d0..fea130f 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/IOConnection.java +++ b/src/main/java/com/github/tonivade/vavr/effect/IOConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/main/java/com/github/tonivade/vavr/effect/Reference.java b/src/main/java/com/github/tonivade/vavr/effect/Reference.java index b6f0942..f6e6967 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/Reference.java +++ b/src/main/java/com/github/tonivade/vavr/effect/Reference.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/main/java/com/github/tonivade/vavr/effect/Repeat.java b/src/main/java/com/github/tonivade/vavr/effect/Repeat.java index 3262add..a236089 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/Repeat.java +++ b/src/main/java/com/github/tonivade/vavr/effect/Repeat.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/main/java/com/github/tonivade/vavr/effect/Resource.java b/src/main/java/com/github/tonivade/vavr/effect/Resource.java index 2531dd3..465eb19 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/Resource.java +++ b/src/main/java/com/github/tonivade/vavr/effect/Resource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/main/java/com/github/tonivade/vavr/effect/Retry.java b/src/main/java/com/github/tonivade/vavr/effect/Retry.java index 529275c..722c25c 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/Retry.java +++ b/src/main/java/com/github/tonivade/vavr/effect/Retry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/main/java/com/github/tonivade/vavr/effect/Schedule.java b/src/main/java/com/github/tonivade/vavr/effect/Schedule.java index 1e81717..3542703 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/Schedule.java +++ b/src/main/java/com/github/tonivade/vavr/effect/Schedule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/main/java/com/github/tonivade/vavr/effect/StackItem.java b/src/main/java/com/github/tonivade/vavr/effect/StackItem.java index cbeb865..93bdec8 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/StackItem.java +++ b/src/main/java/com/github/tonivade/vavr/effect/StackItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/main/java/com/github/tonivade/vavr/effect/StateIO.java b/src/main/java/com/github/tonivade/vavr/effect/StateIO.java index 8066b9d..22356be 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/StateIO.java +++ b/src/main/java/com/github/tonivade/vavr/effect/StateIO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/main/java/com/github/tonivade/vavr/effect/Unit.java b/src/main/java/com/github/tonivade/vavr/effect/Unit.java index ec09f00..d105650 100644 --- a/src/main/java/com/github/tonivade/vavr/effect/Unit.java +++ b/src/main/java/com/github/tonivade/vavr/effect/Unit.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/test/java/com/github/tonivade/vavr/effect/IOTest.java b/src/test/java/com/github/tonivade/vavr/effect/IOTest.java index d5a2448..2e131dc 100644 --- a/src/test/java/com/github/tonivade/vavr/effect/IOTest.java +++ b/src/test/java/com/github/tonivade/vavr/effect/IOTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/test/java/com/github/tonivade/vavr/effect/RefeferenceTest.java b/src/test/java/com/github/tonivade/vavr/effect/RefeferenceTest.java index 31aed55..7bfdcff 100644 --- a/src/test/java/com/github/tonivade/vavr/effect/RefeferenceTest.java +++ b/src/test/java/com/github/tonivade/vavr/effect/RefeferenceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/test/java/com/github/tonivade/vavr/effect/ResourceTest.java b/src/test/java/com/github/tonivade/vavr/effect/ResourceTest.java index 31c84d0..dee8b4c 100644 --- a/src/test/java/com/github/tonivade/vavr/effect/ResourceTest.java +++ b/src/test/java/com/github/tonivade/vavr/effect/ResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect; diff --git a/src/test/java/com/github/tonivade/vavr/effect/ScheduleTest.java b/src/test/java/com/github/tonivade/vavr/effect/ScheduleTest.java index 58eaa64..f639b59 100644 --- a/src/test/java/com/github/tonivade/vavr/effect/ScheduleTest.java +++ b/src/test/java/com/github/tonivade/vavr/effect/ScheduleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Antonio Gabriel Muñoz Conejo + * Copyright (c) 2024-2025, Antonio Gabriel Muñoz Conejo * Distributed under the terms of the MIT License */ package com.github.tonivade.vavr.effect;