diff --git a/LICENSE.txt b/LICENSE.txt index 0ac5ca6..7607e05 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/Functor.java b/src/main/java/net/kemitix/mon/Functor.java index acd8a06..905e0f1 100644 --- a/src/main/java/net/kemitix/mon/Functor.java +++ b/src/main/java/net/kemitix/mon/Functor.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/Mon.java b/src/main/java/net/kemitix/mon/Mon.java index 11bf8e6..be85dc9 100644 --- a/src/main/java/net/kemitix/mon/Mon.java +++ b/src/main/java/net/kemitix/mon/Mon.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/TypeAlias.java b/src/main/java/net/kemitix/mon/TypeAlias.java index d4df4ef..eb8ea26 100644 --- a/src/main/java/net/kemitix/mon/TypeAlias.java +++ b/src/main/java/net/kemitix/mon/TypeAlias.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/combinator/After.java b/src/main/java/net/kemitix/mon/combinator/After.java index 783a98f..2fc4684 100644 --- a/src/main/java/net/kemitix/mon/combinator/After.java +++ b/src/main/java/net/kemitix/mon/combinator/After.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/combinator/Around.java b/src/main/java/net/kemitix/mon/combinator/Around.java index 8adcae1..0de8730 100644 --- a/src/main/java/net/kemitix/mon/combinator/Around.java +++ b/src/main/java/net/kemitix/mon/combinator/Around.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/combinator/Before.java b/src/main/java/net/kemitix/mon/combinator/Before.java index 5bbe5bd..b29f200 100644 --- a/src/main/java/net/kemitix/mon/combinator/Before.java +++ b/src/main/java/net/kemitix/mon/combinator/Before.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/combinator/package-info.java b/src/main/java/net/kemitix/mon/combinator/package-info.java index 9ff7a6d..30ec2ef 100644 --- a/src/main/java/net/kemitix/mon/combinator/package-info.java +++ b/src/main/java/net/kemitix/mon/combinator/package-info.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/experimental/BeanBuilder.java b/src/main/java/net/kemitix/mon/experimental/BeanBuilder.java index f7c8b62..375d8dd 100644 --- a/src/main/java/net/kemitix/mon/experimental/BeanBuilder.java +++ b/src/main/java/net/kemitix/mon/experimental/BeanBuilder.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/experimental/either/Either.java b/src/main/java/net/kemitix/mon/experimental/either/Either.java index 78de86e..92ed29f 100644 --- a/src/main/java/net/kemitix/mon/experimental/either/Either.java +++ b/src/main/java/net/kemitix/mon/experimental/either/Either.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/experimental/either/Left.java b/src/main/java/net/kemitix/mon/experimental/either/Left.java index 1bfdc88..7b13fe2 100644 --- a/src/main/java/net/kemitix/mon/experimental/either/Left.java +++ b/src/main/java/net/kemitix/mon/experimental/either/Left.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/experimental/either/Right.java b/src/main/java/net/kemitix/mon/experimental/either/Right.java index 0085b86..aeadb10 100644 --- a/src/main/java/net/kemitix/mon/experimental/either/Right.java +++ b/src/main/java/net/kemitix/mon/experimental/either/Right.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/experimental/either/package-info.java b/src/main/java/net/kemitix/mon/experimental/either/package-info.java index 5521666..3b248cf 100644 --- a/src/main/java/net/kemitix/mon/experimental/either/package-info.java +++ b/src/main/java/net/kemitix/mon/experimental/either/package-info.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/experimental/package-info.java b/src/main/java/net/kemitix/mon/experimental/package-info.java index b172415..e5d76b3 100644 --- a/src/main/java/net/kemitix/mon/experimental/package-info.java +++ b/src/main/java/net/kemitix/mon/experimental/package-info.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/maybe/Just.java b/src/main/java/net/kemitix/mon/maybe/Just.java index 46304c3..3c67907 100644 --- a/src/main/java/net/kemitix/mon/maybe/Just.java +++ b/src/main/java/net/kemitix/mon/maybe/Just.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/maybe/Maybe.java b/src/main/java/net/kemitix/mon/maybe/Maybe.java index 43fd8cd..d28418f 100644 --- a/src/main/java/net/kemitix/mon/maybe/Maybe.java +++ b/src/main/java/net/kemitix/mon/maybe/Maybe.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/maybe/Nothing.java b/src/main/java/net/kemitix/mon/maybe/Nothing.java index 9eed4f8..b007c06 100644 --- a/src/main/java/net/kemitix/mon/maybe/Nothing.java +++ b/src/main/java/net/kemitix/mon/maybe/Nothing.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/maybe/package-info.java b/src/main/java/net/kemitix/mon/maybe/package-info.java index 3c1cb93..50311b9 100644 --- a/src/main/java/net/kemitix/mon/maybe/package-info.java +++ b/src/main/java/net/kemitix/mon/maybe/package-info.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/package-info.java b/src/main/java/net/kemitix/mon/package-info.java index 5300624..717727d 100644 --- a/src/main/java/net/kemitix/mon/package-info.java +++ b/src/main/java/net/kemitix/mon/package-info.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/result/Err.java b/src/main/java/net/kemitix/mon/result/Err.java index 61a46f1..e2199ad 100644 --- a/src/main/java/net/kemitix/mon/result/Err.java +++ b/src/main/java/net/kemitix/mon/result/Err.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/result/Result.java b/src/main/java/net/kemitix/mon/result/Result.java index cef55c9..86d4819 100644 --- a/src/main/java/net/kemitix/mon/result/Result.java +++ b/src/main/java/net/kemitix/mon/result/Result.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/result/Success.java b/src/main/java/net/kemitix/mon/result/Success.java index 4c91623..e79e54e 100644 --- a/src/main/java/net/kemitix/mon/result/Success.java +++ b/src/main/java/net/kemitix/mon/result/Success.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/result/WithResultContinuation.java b/src/main/java/net/kemitix/mon/result/WithResultContinuation.java index dea90c7..997072d 100644 --- a/src/main/java/net/kemitix/mon/result/WithResultContinuation.java +++ b/src/main/java/net/kemitix/mon/result/WithResultContinuation.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/main/java/net/kemitix/mon/result/package-info.java b/src/main/java/net/kemitix/mon/result/package-info.java index 55f2926..eebb7a2 100644 --- a/src/main/java/net/kemitix/mon/result/package-info.java +++ b/src/main/java/net/kemitix/mon/result/package-info.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/test/java/net/kemitix/mon/Address.java b/src/test/java/net/kemitix/mon/Address.java index 5e8b0cb..4909f96 100644 --- a/src/test/java/net/kemitix/mon/Address.java +++ b/src/test/java/net/kemitix/mon/Address.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/src/test/java/net/kemitix/mon/Customer.java b/src/test/java/net/kemitix/mon/Customer.java index f96f133..ff910e3 100644 --- a/src/test/java/net/kemitix/mon/Customer.java +++ b/src/test/java/net/kemitix/mon/Customer.java @@ -1,7 +1,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 Paul Campbell + * Copyright (c) 2018 Paul Campbell * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction,