From 063d346567f76d9f09307b381e4cde339f5402fc Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 31 Jan 2023 23:56:39 -0800 Subject: [PATCH] Fix copyright --- Tests/OsirisTests/MultipartFormEncoderTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/OsirisTests/MultipartFormEncoderTests.swift b/Tests/OsirisTests/MultipartFormEncoderTests.swift index 4f7bf67..34e9772 100644 --- a/Tests/OsirisTests/MultipartFormEncoderTests.swift +++ b/Tests/OsirisTests/MultipartFormEncoderTests.swift @@ -3,7 +3,7 @@ // OsirisTests // // Created by Sami Samhuri on 2020-10-20. -// Copyright © 2020 Guru Logic Inc. All rights reserved. +// Copyright © 2020 1 Second Everyday. All rights reserved. // @testable import Osiris