From f180282b786980c65b5f78ad08427d706f8005e8 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 22 Jul 2024 15:27:53 +1200 Subject: [PATCH] Update copyrights. --- lib/sus/context.rb | 2 +- lib/sus/include_context.rb | 2 +- lib/sus/it_behaves_like.rb | 2 +- lib/sus/shared.rb | 2 +- test/sus/include_context.rb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/sus/context.rb b/lib/sus/context.rb index c0f4bec..f82b013 100644 --- a/lib/sus/context.rb +++ b/lib/sus/context.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2021-2023, by Samuel Williams. +# Copyright, 2021-2024, by Samuel Williams. require_relative 'assertions' require_relative 'identity' diff --git a/lib/sus/include_context.rb b/lib/sus/include_context.rb index 3230ad5..f485313 100644 --- a/lib/sus/include_context.rb +++ b/lib/sus/include_context.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2021-2023, by Samuel Williams. +# Copyright, 2021-2024, by Samuel Williams. require_relative 'context' diff --git a/lib/sus/it_behaves_like.rb b/lib/sus/it_behaves_like.rb index c8b61ef..b8804c2 100644 --- a/lib/sus/it_behaves_like.rb +++ b/lib/sus/it_behaves_like.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2021-2023, by Samuel Williams. +# Copyright, 2021-2024, by Samuel Williams. require_relative 'context' diff --git a/lib/sus/shared.rb b/lib/sus/shared.rb index e340d80..96e66ac 100644 --- a/lib/sus/shared.rb +++ b/lib/sus/shared.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2021-2022, by Samuel Williams. +# Copyright, 2021-2024, by Samuel Williams. require_relative 'context' diff --git a/test/sus/include_context.rb b/test/sus/include_context.rb index 5199824..ff7bf7f 100644 --- a/test/sus/include_context.rb +++ b/test/sus/include_context.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2023, by Samuel Williams. +# Copyright, 2023-2024, by Samuel Williams. AContextWithArguments = Sus::Shared("a context with arguments") do |key, value: 42| let(:a_thing) {{key => value}}