diff --git a/LICENSE b/LICENSE index 488bd31..32c6a6d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2016 - 2023 Sitrox +Copyright © 2016 - 2024 Sitrox 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/README.md b/README.md index ecb5089..728cfe8 100644 --- a/README.md +++ b/README.md @@ -121,4 +121,4 @@ To run tests: ## Copyright -Copyright © 2016 - 2023 Sitrox. See `LICENSE` for further details. +Copyright © 2016 - 2024 Sitrox. See `LICENSE` for further details. diff --git a/README_V2.md b/README_V2.md index c149abd..a8ab523 100644 --- a/README_V2.md +++ b/README_V2.md @@ -144,11 +144,11 @@ s = Schema.new do req :foo, default: 42 end -collector = s.validate({}) +collector = s.validate({}) collector.valid? # true collector.data # => { foo: 42 } -collector = s.validate({ foo: 'invalid' }) +collector = s.validate({ foo: 'invalid' }) collector.valid? # false collector.data # => nil collector.exceptions # => Validation error @@ -772,4 +772,4 @@ To run tests: ## Copyright -Copyright (c) 2020 Sitrox. See `LICENSE` for further details. +Copyright (c) 2024 Sitrox. See `LICENSE` for further details.