From 55f60a2e65356877dcfb8295a3ce04cf55a0f568 Mon Sep 17 00:00:00 2001 From: Brian Popow Date: Tue, 24 Mar 2020 21:13:21 +0100 Subject: [PATCH] Add missing copyright note in ClampVector4 --- .../General/BasicMath/ClampVector4.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/ImageSharp.Benchmarks/General/BasicMath/ClampVector4.cs b/tests/ImageSharp.Benchmarks/General/BasicMath/ClampVector4.cs index 8cbb31d218..145b98b0f4 100644 --- a/tests/ImageSharp.Benchmarks/General/BasicMath/ClampVector4.cs +++ b/tests/ImageSharp.Benchmarks/General/BasicMath/ClampVector4.cs @@ -1,8 +1,9 @@ -using System; -using System.Collections.Generic; +// Copyright (c) Six Labors and contributors. +// Licensed under the Apache License, Version 2.0. + using System.Numerics; using System.Runtime.CompilerServices; -using System.Text; + using BenchmarkDotNet.Attributes; namespace SixLabors.ImageSharp.Benchmarks.General.BasicMath