-[](https://raw.githubusercontent.com/SixLabors/ImageSharp/master/LICENSE)
+[](https://raw.githubusercontent.com/SixLabors/ImageSharp.Drawing/master/LICENSE)
+
[](https://gitter.im/ImageSharp/General?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://twitter.com/intent/tweet?hashtags=imagesharp,dotnet,oss&text=ImageSharp.+A+new+cross-platform+2D+graphics+API+in+C%23&url=https%3a%2f%2fgithub.com%2fSixLabors%2fImageSharp&via=sixlabors)
[](#backers)
diff --git a/shared-infrastructure b/shared-infrastructure
index ea561c249..44686c6a1 160000
--- a/shared-infrastructure
+++ b/shared-infrastructure
@@ -1 +1 @@
-Subproject commit ea561c249ba86352fe3b69e612b8072f3652eacb
+Subproject commit 44686c6a116961f4a5163e19a0d6136e1b0b9f72
diff --git a/src/ImageSharp.Drawing/Common/Extensions/GraphicsOptionsExtensions.cs b/src/ImageSharp.Drawing/Common/Extensions/GraphicsOptionsExtensions.cs
index 415589431..3a0e934ec 100644
--- a/src/ImageSharp.Drawing/Common/Extensions/GraphicsOptionsExtensions.cs
+++ b/src/ImageSharp.Drawing/Common/Extensions/GraphicsOptionsExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/src/ImageSharp.Drawing/Primitives/Region.cs b/src/ImageSharp.Drawing/Primitives/Region.cs
index 1a3aa5934..b84e9e00f 100644
--- a/src/ImageSharp.Drawing/Primitives/Region.cs
+++ b/src/ImageSharp.Drawing/Primitives/Region.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
diff --git a/src/ImageSharp.Drawing/Primitives/ShapePath.cs b/src/ImageSharp.Drawing/Primitives/ShapePath.cs
index 217719150..d15c0af8e 100644
--- a/src/ImageSharp.Drawing/Primitives/ShapePath.cs
+++ b/src/ImageSharp.Drawing/Primitives/ShapePath.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/src/ImageSharp.Drawing/Primitives/ShapeRegion.cs b/src/ImageSharp.Drawing/Primitives/ShapeRegion.cs
index 24e26cab6..5307fde88 100644
--- a/src/ImageSharp.Drawing/Primitives/ShapeRegion.cs
+++ b/src/ImageSharp.Drawing/Primitives/ShapeRegion.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Processing/BrushApplicator.cs b/src/ImageSharp.Drawing/Processing/BrushApplicator.cs
index 21026d5cd..cf9e27737 100644
--- a/src/ImageSharp.Drawing/Processing/BrushApplicator.cs
+++ b/src/ImageSharp.Drawing/Processing/BrushApplicator.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Processing/Brushes.cs b/src/ImageSharp.Drawing/Processing/Brushes.cs
index f0e8124a1..af787b6a1 100644
--- a/src/ImageSharp.Drawing/Processing/Brushes.cs
+++ b/src/ImageSharp.Drawing/Processing/Brushes.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing.Processing
{
diff --git a/src/ImageSharp.Drawing/Processing/ColorStop.cs b/src/ImageSharp.Drawing/Processing/ColorStop.cs
index b758c4725..41df7456e 100644
--- a/src/ImageSharp.Drawing/Processing/ColorStop.cs
+++ b/src/ImageSharp.Drawing/Processing/ColorStop.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Diagnostics;
diff --git a/src/ImageSharp.Drawing/Processing/DrawingHelpers.cs b/src/ImageSharp.Drawing/Processing/DrawingHelpers.cs
index 2c6a3240d..ca43f8dea 100644
--- a/src/ImageSharp.Drawing/Processing/DrawingHelpers.cs
+++ b/src/ImageSharp.Drawing/Processing/DrawingHelpers.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.PixelFormats;
diff --git a/src/ImageSharp.Drawing/Processing/EllipticGradientBrush.cs b/src/ImageSharp.Drawing/Processing/EllipticGradientBrush.cs
index bbabef077..dfa8d6ddd 100644
--- a/src/ImageSharp.Drawing/Processing/EllipticGradientBrush.cs
+++ b/src/ImageSharp.Drawing/Processing/EllipticGradientBrush.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/ClearExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/ClearExtensions.cs
index 2b1185077..4015538bb 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/ClearExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/ClearExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing.Processors.Drawing;
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/ClearPathExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/ClearPathExtensions.cs
index 6e0477c5a..06522ec2a 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/ClearPathExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/ClearPathExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing.Processors.Drawing;
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/ClearRectangleExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/ClearRectangleExtensions.cs
index d70931103..bad68a5c9 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/ClearRectangleExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/ClearRectangleExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/ClearRegionExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/ClearRegionExtensions.cs
index 9a35528ec..f5b5978e3 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/ClearRegionExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/ClearRegionExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing.Processors.Drawing;
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/DrawBezierExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/DrawBezierExtensions.cs
index a5bb93132..34729387b 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/DrawBezierExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/DrawBezierExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/DrawLineExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/DrawLineExtensions.cs
index 2d793d149..566aff37f 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/DrawLineExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/DrawLineExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/DrawPathCollectionExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/DrawPathCollectionExtensions.cs
index d3f57273e..09eed32d9 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/DrawPathCollectionExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/DrawPathCollectionExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/DrawPathExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/DrawPathExtensions.cs
index e34bb7c3b..2fcfb41cc 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/DrawPathExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/DrawPathExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing.Processors.Drawing;
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/DrawPolygonExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/DrawPolygonExtensions.cs
index 0028e96c7..ff11de671 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/DrawPolygonExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/DrawPolygonExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/DrawRectangleExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/DrawRectangleExtensions.cs
index 032c5008a..c3ac682e6 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/DrawRectangleExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/DrawRectangleExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/DrawTextExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/DrawTextExtensions.cs
index 281596a5a..56f22e103 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/DrawTextExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/DrawTextExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.Fonts;
using SixLabors.ImageSharp.Drawing.Processing.Processors.Text;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/FillExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/FillExtensions.cs
index c048c95fd..c8b0cd5bc 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/FillExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/FillExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing.Processors.Drawing;
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/FillPathBuilderExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/FillPathBuilderExtensions.cs
index 484dc467a..8745010d5 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/FillPathBuilderExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/FillPathBuilderExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/FillPathCollectionExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/FillPathCollectionExtensions.cs
index aa4a5fca9..f8a6c97b6 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/FillPathCollectionExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/FillPathCollectionExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/FillPathExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/FillPathExtensions.cs
index 5b57a0cb9..3b578aa40 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/FillPathExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/FillPathExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing.Processors.Drawing;
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/FillPolygonExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/FillPolygonExtensions.cs
index 07c4fb748..4dd29ba7d 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/FillPolygonExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/FillPolygonExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/FillRectangleExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/FillRectangleExtensions.cs
index 6c03d4fe1..111a0e986 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/FillRectangleExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/FillRectangleExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/Extensions/FillRegionExtensions.cs b/src/ImageSharp.Drawing/Processing/Extensions/FillRegionExtensions.cs
index d2185425c..b64efd1ef 100644
--- a/src/ImageSharp.Drawing/Processing/Extensions/FillRegionExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/Extensions/FillRegionExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing.Processors.Drawing;
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/GradientBrush.cs b/src/ImageSharp.Drawing/Processing/GradientBrush.cs
index d5f13c8b9..6100597e3 100644
--- a/src/ImageSharp.Drawing/Processing/GradientBrush.cs
+++ b/src/ImageSharp.Drawing/Processing/GradientBrush.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/src/ImageSharp.Drawing/Processing/GradientRepetitionMode.cs b/src/ImageSharp.Drawing/Processing/GradientRepetitionMode.cs
index 94bad3369..a99b40b34 100644
--- a/src/ImageSharp.Drawing/Processing/GradientRepetitionMode.cs
+++ b/src/ImageSharp.Drawing/Processing/GradientRepetitionMode.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing.Processing
{
diff --git a/src/ImageSharp.Drawing/Processing/IBrush.cs b/src/ImageSharp.Drawing/Processing/IBrush.cs
index e6257a904..de90ddc88 100644
--- a/src/ImageSharp.Drawing/Processing/IBrush.cs
+++ b/src/ImageSharp.Drawing/Processing/IBrush.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.PixelFormats;
diff --git a/src/ImageSharp.Drawing/Processing/IPen.cs b/src/ImageSharp.Drawing/Processing/IPen.cs
index 1e04ddaf5..6ade27a37 100644
--- a/src/ImageSharp.Drawing/Processing/IPen.cs
+++ b/src/ImageSharp.Drawing/Processing/IPen.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
diff --git a/src/ImageSharp.Drawing/Processing/ImageBrush.cs b/src/ImageSharp.Drawing/Processing/ImageBrush.cs
index 43782d11d..261125170 100644
--- a/src/ImageSharp.Drawing/Processing/ImageBrush.cs
+++ b/src/ImageSharp.Drawing/Processing/ImageBrush.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Processing/LinearGradientBrush.cs b/src/ImageSharp.Drawing/Processing/LinearGradientBrush.cs
index 1bb2e0bf8..9e51028c9 100644
--- a/src/ImageSharp.Drawing/Processing/LinearGradientBrush.cs
+++ b/src/ImageSharp.Drawing/Processing/LinearGradientBrush.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
diff --git a/src/ImageSharp.Drawing/Processing/PathGradientBrush.cs b/src/ImageSharp.Drawing/Processing/PathGradientBrush.cs
index 32ec1f65c..828650a67 100644
--- a/src/ImageSharp.Drawing/Processing/PathGradientBrush.cs
+++ b/src/ImageSharp.Drawing/Processing/PathGradientBrush.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Processing/PatternBrush.cs b/src/ImageSharp.Drawing/Processing/PatternBrush.cs
index f0b3b0ce7..ab102fa23 100644
--- a/src/ImageSharp.Drawing/Processing/PatternBrush.cs
+++ b/src/ImageSharp.Drawing/Processing/PatternBrush.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Processing/Pen.cs b/src/ImageSharp.Drawing/Processing/Pen.cs
index 91867812c..6ecbc1722 100644
--- a/src/ImageSharp.Drawing/Processing/Pen.cs
+++ b/src/ImageSharp.Drawing/Processing/Pen.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
diff --git a/src/ImageSharp.Drawing/Processing/Pens.cs b/src/ImageSharp.Drawing/Processing/Pens.cs
index 2243f1d4c..7ca254c63 100644
--- a/src/ImageSharp.Drawing/Processing/Pens.cs
+++ b/src/ImageSharp.Drawing/Processing/Pens.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing.Processing
{
diff --git a/src/ImageSharp.Drawing/Processing/Processors/Drawing/DrawPathProcessor.cs b/src/ImageSharp.Drawing/Processing/Processors/Drawing/DrawPathProcessor.cs
index d2f37a326..01942dfbb 100644
--- a/src/ImageSharp.Drawing/Processing/Processors/Drawing/DrawPathProcessor.cs
+++ b/src/ImageSharp.Drawing/Processing/Processors/Drawing/DrawPathProcessor.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing.Processors;
diff --git a/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillPathProcessor.cs b/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillPathProcessor.cs
index 1f8fb596b..ef72bf8ff 100644
--- a/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillPathProcessor.cs
+++ b/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillPathProcessor.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.ImageSharp.PixelFormats;
diff --git a/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillProcessor.cs b/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillProcessor.cs
index 57376dae4..1482ae27f 100644
--- a/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillProcessor.cs
+++ b/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillProcessor.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing.Processors;
diff --git a/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillProcessor{TPixel}.cs b/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillProcessor{TPixel}.cs
index 0207871f9..f3075dd48 100644
--- a/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillProcessor{TPixel}.cs
+++ b/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillProcessor{TPixel}.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillRegionProcessor.cs b/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillRegionProcessor.cs
index 0ab1b3b31..4bf922f62 100644
--- a/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillRegionProcessor.cs
+++ b/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillRegionProcessor.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing.Processors;
diff --git a/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillRegionProcessor{TPixel}.cs b/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillRegionProcessor{TPixel}.cs
index 5195efacf..a55cb8698 100644
--- a/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillRegionProcessor{TPixel}.cs
+++ b/src/ImageSharp.Drawing/Processing/Processors/Drawing/FillRegionProcessor{TPixel}.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Processing/Processors/Text/DrawTextProcessor.cs b/src/ImageSharp.Drawing/Processing/Processors/Text/DrawTextProcessor.cs
index 75b6b2898..88cbc1685 100644
--- a/src/ImageSharp.Drawing/Processing/Processors/Text/DrawTextProcessor.cs
+++ b/src/ImageSharp.Drawing/Processing/Processors/Text/DrawTextProcessor.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.Fonts;
diff --git a/src/ImageSharp.Drawing/Processing/Processors/Text/DrawTextProcessor{TPixel}.cs b/src/ImageSharp.Drawing/Processing/Processors/Text/DrawTextProcessor{TPixel}.cs
index cb02c2d76..2a4ea03b7 100644
--- a/src/ImageSharp.Drawing/Processing/Processors/Text/DrawTextProcessor{TPixel}.cs
+++ b/src/ImageSharp.Drawing/Processing/Processors/Text/DrawTextProcessor{TPixel}.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Processing/RadialGradientBrush.cs b/src/ImageSharp.Drawing/Processing/RadialGradientBrush.cs
index bd5a3bb19..8f7c9d882 100644
--- a/src/ImageSharp.Drawing/Processing/RadialGradientBrush.cs
+++ b/src/ImageSharp.Drawing/Processing/RadialGradientBrush.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
diff --git a/src/ImageSharp.Drawing/Processing/RecolorBrush.cs b/src/ImageSharp.Drawing/Processing/RecolorBrush.cs
index 855f6a106..6bb02f850 100644
--- a/src/ImageSharp.Drawing/Processing/RecolorBrush.cs
+++ b/src/ImageSharp.Drawing/Processing/RecolorBrush.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Processing/ShapeGraphicOptionsDefaultsExtensions.cs b/src/ImageSharp.Drawing/Processing/ShapeGraphicOptionsDefaultsExtensions.cs
index 4dfc48fcb..6f1f533e7 100644
--- a/src/ImageSharp.Drawing/Processing/ShapeGraphicOptionsDefaultsExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/ShapeGraphicOptionsDefaultsExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Processing/ShapeGraphicsOptions.cs b/src/ImageSharp.Drawing/Processing/ShapeGraphicsOptions.cs
index aa863991e..0acb8bb86 100644
--- a/src/ImageSharp.Drawing/Processing/ShapeGraphicsOptions.cs
+++ b/src/ImageSharp.Drawing/Processing/ShapeGraphicsOptions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.ImageSharp.PixelFormats;
diff --git a/src/ImageSharp.Drawing/Processing/ShapeOptions.cs b/src/ImageSharp.Drawing/Processing/ShapeOptions.cs
index 22c80c85a..a50b07fb2 100644
--- a/src/ImageSharp.Drawing/Processing/ShapeOptions.cs
+++ b/src/ImageSharp.Drawing/Processing/ShapeOptions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing.Processing
{
diff --git a/src/ImageSharp.Drawing/Processing/SolidBrush.cs b/src/ImageSharp.Drawing/Processing/SolidBrush.cs
index 0de459d85..4a218a1f5 100644
--- a/src/ImageSharp.Drawing/Processing/SolidBrush.cs
+++ b/src/ImageSharp.Drawing/Processing/SolidBrush.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Processing/TextGraphicsOptions.cs b/src/ImageSharp.Drawing/Processing/TextGraphicsOptions.cs
index 5a888c36f..fe02e19cf 100644
--- a/src/ImageSharp.Drawing/Processing/TextGraphicsOptions.cs
+++ b/src/ImageSharp.Drawing/Processing/TextGraphicsOptions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing.Processing
{
diff --git a/src/ImageSharp.Drawing/Processing/TextOptions.cs b/src/ImageSharp.Drawing/Processing/TextOptions.cs
index c580048fd..5f8b7f39c 100644
--- a/src/ImageSharp.Drawing/Processing/TextOptions.cs
+++ b/src/ImageSharp.Drawing/Processing/TextOptions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using SixLabors.Fonts;
diff --git a/src/ImageSharp.Drawing/Processing/TextOptionsDefaultsExtensions.cs b/src/ImageSharp.Drawing/Processing/TextOptionsDefaultsExtensions.cs
index 22dae39ac..405f3060f 100644
--- a/src/ImageSharp.Drawing/Processing/TextOptionsDefaultsExtensions.cs
+++ b/src/ImageSharp.Drawing/Processing/TextOptionsDefaultsExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.ImageSharp.Processing;
diff --git a/src/ImageSharp.Drawing/Shapes/ClipperExtensions.cs b/src/ImageSharp.Drawing/Shapes/ClipperExtensions.cs
index e8a5f9fee..9558a02c4 100644
--- a/src/ImageSharp.Drawing/Shapes/ClipperExtensions.cs
+++ b/src/ImageSharp.Drawing/Shapes/ClipperExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using SixLabors.ImageSharp.Drawing.PolygonClipper;
diff --git a/src/ImageSharp.Drawing/Shapes/ComplexPolygon.cs b/src/ImageSharp.Drawing/Shapes/ComplexPolygon.cs
index ae7b271c7..a227dfcbc 100644
--- a/src/ImageSharp.Drawing/Shapes/ComplexPolygon.cs
+++ b/src/ImageSharp.Drawing/Shapes/ComplexPolygon.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Shapes/CubicBezierLineSegment.cs b/src/ImageSharp.Drawing/Shapes/CubicBezierLineSegment.cs
index 7cda7e699..3363a2be1 100644
--- a/src/ImageSharp.Drawing/Shapes/CubicBezierLineSegment.cs
+++ b/src/ImageSharp.Drawing/Shapes/CubicBezierLineSegment.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/src/ImageSharp.Drawing/Shapes/EllipsePolygon.cs b/src/ImageSharp.Drawing/Shapes/EllipsePolygon.cs
index ff3cdaa1f..871b3d33a 100644
--- a/src/ImageSharp.Drawing/Shapes/EllipsePolygon.cs
+++ b/src/ImageSharp.Drawing/Shapes/EllipsePolygon.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/src/ImageSharp.Drawing/Shapes/EndCapStyle.cs b/src/ImageSharp.Drawing/Shapes/EndCapStyle.cs
index 3c78b44cc..e0fedcf25 100644
--- a/src/ImageSharp.Drawing/Shapes/EndCapStyle.cs
+++ b/src/ImageSharp.Drawing/Shapes/EndCapStyle.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing
{
diff --git a/src/ImageSharp.Drawing/Shapes/Helpers/ArrayExtensions.cs b/src/ImageSharp.Drawing/Shapes/Helpers/ArrayExtensions.cs
index 872c59562..8e3afc165 100644
--- a/src/ImageSharp.Drawing/Shapes/Helpers/ArrayExtensions.cs
+++ b/src/ImageSharp.Drawing/Shapes/Helpers/ArrayExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing
{
diff --git a/src/ImageSharp.Drawing/Shapes/Helpers/VectorExtensions.cs b/src/ImageSharp.Drawing/Shapes/Helpers/VectorExtensions.cs
index 546fef599..9a0c72aa3 100644
--- a/src/ImageSharp.Drawing/Shapes/Helpers/VectorExtensions.cs
+++ b/src/ImageSharp.Drawing/Shapes/Helpers/VectorExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
diff --git a/src/ImageSharp.Drawing/Shapes/ILineSegment.cs b/src/ImageSharp.Drawing/Shapes/ILineSegment.cs
index d62995bbe..94c062d07 100644
--- a/src/ImageSharp.Drawing/Shapes/ILineSegment.cs
+++ b/src/ImageSharp.Drawing/Shapes/ILineSegment.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.Numerics;
diff --git a/src/ImageSharp.Drawing/Shapes/IPath.cs b/src/ImageSharp.Drawing/Shapes/IPath.cs
index 088fd0f4c..8b1d1a608 100644
--- a/src/ImageSharp.Drawing/Shapes/IPath.cs
+++ b/src/ImageSharp.Drawing/Shapes/IPath.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/src/ImageSharp.Drawing/Shapes/IPathCollection.cs b/src/ImageSharp.Drawing/Shapes/IPathCollection.cs
index c0bdb6cc5..ccf356b24 100644
--- a/src/ImageSharp.Drawing/Shapes/IPathCollection.cs
+++ b/src/ImageSharp.Drawing/Shapes/IPathCollection.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.Numerics;
diff --git a/src/ImageSharp.Drawing/Shapes/ISimplePath.cs b/src/ImageSharp.Drawing/Shapes/ISimplePath.cs
index 7d0e316e6..f52f49651 100644
--- a/src/ImageSharp.Drawing/Shapes/ISimplePath.cs
+++ b/src/ImageSharp.Drawing/Shapes/ISimplePath.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
diff --git a/src/ImageSharp.Drawing/Shapes/InternalPath.cs b/src/ImageSharp.Drawing/Shapes/InternalPath.cs
index 806958494..df270eda9 100644
--- a/src/ImageSharp.Drawing/Shapes/InternalPath.cs
+++ b/src/ImageSharp.Drawing/Shapes/InternalPath.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Shapes/IntersectionRule.cs b/src/ImageSharp.Drawing/Shapes/IntersectionRule.cs
index 411cc3980..a020ec071 100644
--- a/src/ImageSharp.Drawing/Shapes/IntersectionRule.cs
+++ b/src/ImageSharp.Drawing/Shapes/IntersectionRule.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing
{
diff --git a/src/ImageSharp.Drawing/Shapes/JointStyle.cs b/src/ImageSharp.Drawing/Shapes/JointStyle.cs
index 263bafdcc..60e11bb2e 100644
--- a/src/ImageSharp.Drawing/Shapes/JointStyle.cs
+++ b/src/ImageSharp.Drawing/Shapes/JointStyle.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing
{
diff --git a/src/ImageSharp.Drawing/Shapes/LinearLineSegment.cs b/src/ImageSharp.Drawing/Shapes/LinearLineSegment.cs
index edaa2f1f7..9d13067ea 100644
--- a/src/ImageSharp.Drawing/Shapes/LinearLineSegment.cs
+++ b/src/ImageSharp.Drawing/Shapes/LinearLineSegment.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/src/ImageSharp.Drawing/Shapes/Outliner.cs b/src/ImageSharp.Drawing/Shapes/Outliner.cs
index f35d1a0b7..51b0179a2 100644
--- a/src/ImageSharp.Drawing/Shapes/Outliner.cs
+++ b/src/ImageSharp.Drawing/Shapes/Outliner.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/src/ImageSharp.Drawing/Shapes/Path.cs b/src/ImageSharp.Drawing/Shapes/Path.cs
index a1d252ca9..4d4bdb52b 100644
--- a/src/ImageSharp.Drawing/Shapes/Path.cs
+++ b/src/ImageSharp.Drawing/Shapes/Path.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/src/ImageSharp.Drawing/Shapes/PathBuilder.cs b/src/ImageSharp.Drawing/Shapes/PathBuilder.cs
index 87ea56d17..c6befc48d 100644
--- a/src/ImageSharp.Drawing/Shapes/PathBuilder.cs
+++ b/src/ImageSharp.Drawing/Shapes/PathBuilder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/src/ImageSharp.Drawing/Shapes/PathCollection.cs b/src/ImageSharp.Drawing/Shapes/PathCollection.cs
index 022a1086a..b97019b00 100644
--- a/src/ImageSharp.Drawing/Shapes/PathCollection.cs
+++ b/src/ImageSharp.Drawing/Shapes/PathCollection.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections;
diff --git a/src/ImageSharp.Drawing/Shapes/PathExtensions.cs b/src/ImageSharp.Drawing/Shapes/PathExtensions.cs
index a6992fd71..8c4577d96 100644
--- a/src/ImageSharp.Drawing/Shapes/PathExtensions.cs
+++ b/src/ImageSharp.Drawing/Shapes/PathExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/src/ImageSharp.Drawing/Shapes/PathTypes.cs b/src/ImageSharp.Drawing/Shapes/PathTypes.cs
index b1a326a8f..da26b66d4 100644
--- a/src/ImageSharp.Drawing/Shapes/PathTypes.cs
+++ b/src/ImageSharp.Drawing/Shapes/PathTypes.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing
{
diff --git a/src/ImageSharp.Drawing/Shapes/PointInfo.cs b/src/ImageSharp.Drawing/Shapes/PointInfo.cs
index 1f7316727..c1eaf1e7d 100644
--- a/src/ImageSharp.Drawing/Shapes/PointInfo.cs
+++ b/src/ImageSharp.Drawing/Shapes/PointInfo.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing
{
diff --git a/src/ImageSharp.Drawing/Shapes/Polygon.cs b/src/ImageSharp.Drawing/Shapes/Polygon.cs
index 7c6bbc73f..802822244 100644
--- a/src/ImageSharp.Drawing/Shapes/Polygon.cs
+++ b/src/ImageSharp.Drawing/Shapes/Polygon.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.Numerics;
diff --git a/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClippablePath.cs b/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClippablePath.cs
index 45656e94a..1b7ddad5d 100644
--- a/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClippablePath.cs
+++ b/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClippablePath.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing.PolygonClipper
{
diff --git a/src/ImageSharp.Drawing/Shapes/PolygonClipper/Clipper.cs b/src/ImageSharp.Drawing/Shapes/PolygonClipper/Clipper.cs
index 2601ec19a..8f2efa8a6 100644
--- a/src/ImageSharp.Drawing/Shapes/PolygonClipper/Clipper.cs
+++ b/src/ImageSharp.Drawing/Shapes/PolygonClipper/Clipper.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClipperException.cs b/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClipperException.cs
index 267bc5660..15f390b4b 100644
--- a/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClipperException.cs
+++ b/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClipperException.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
diff --git a/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClippingType.cs b/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClippingType.cs
index 73f279b3b..32a7a2a4b 100644
--- a/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClippingType.cs
+++ b/src/ImageSharp.Drawing/Shapes/PolygonClipper/ClippingType.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing.PolygonClipper
{
diff --git a/src/ImageSharp.Drawing/Shapes/RectangularPolygon.cs b/src/ImageSharp.Drawing/Shapes/RectangularPolygon.cs
index cc5f161c6..26e7a503e 100644
--- a/src/ImageSharp.Drawing/Shapes/RectangularPolygon.cs
+++ b/src/ImageSharp.Drawing/Shapes/RectangularPolygon.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/src/ImageSharp.Drawing/Shapes/RegularPolygon.cs b/src/ImageSharp.Drawing/Shapes/RegularPolygon.cs
index 78382fd40..60f322cce 100644
--- a/src/ImageSharp.Drawing/Shapes/RegularPolygon.cs
+++ b/src/ImageSharp.Drawing/Shapes/RegularPolygon.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/src/ImageSharp.Drawing/Shapes/SegmentInfo.cs b/src/ImageSharp.Drawing/Shapes/SegmentInfo.cs
index 96345bd8e..e9eddc4d6 100644
--- a/src/ImageSharp.Drawing/Shapes/SegmentInfo.cs
+++ b/src/ImageSharp.Drawing/Shapes/SegmentInfo.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing
{
diff --git a/src/ImageSharp.Drawing/Shapes/Star.cs b/src/ImageSharp.Drawing/Shapes/Star.cs
index a12b18ff9..da5426aa3 100644
--- a/src/ImageSharp.Drawing/Shapes/Star.cs
+++ b/src/ImageSharp.Drawing/Shapes/Star.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/src/ImageSharp.Drawing/Shapes/Text/BaseGlyphBuilder.cs b/src/ImageSharp.Drawing/Shapes/Text/BaseGlyphBuilder.cs
index 238884c4b..43c6ae037 100644
--- a/src/ImageSharp.Drawing/Shapes/Text/BaseGlyphBuilder.cs
+++ b/src/ImageSharp.Drawing/Shapes/Text/BaseGlyphBuilder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.Numerics;
diff --git a/src/ImageSharp.Drawing/Shapes/Text/GlyphBuilder.cs b/src/ImageSharp.Drawing/Shapes/Text/GlyphBuilder.cs
index d45535459..2f9ad4025 100644
--- a/src/ImageSharp.Drawing/Shapes/Text/GlyphBuilder.cs
+++ b/src/ImageSharp.Drawing/Shapes/Text/GlyphBuilder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
diff --git a/src/ImageSharp.Drawing/Shapes/Text/PathGlyphBuilder.cs b/src/ImageSharp.Drawing/Shapes/Text/PathGlyphBuilder.cs
index f71469aa9..214a25631 100644
--- a/src/ImageSharp.Drawing/Shapes/Text/PathGlyphBuilder.cs
+++ b/src/ImageSharp.Drawing/Shapes/Text/PathGlyphBuilder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/src/ImageSharp.Drawing/Shapes/Text/TextBuilder.cs b/src/ImageSharp.Drawing/Shapes/Text/TextBuilder.cs
index 89a4d4f40..ffa657a70 100644
--- a/src/ImageSharp.Drawing/Shapes/Text/TextBuilder.cs
+++ b/src/ImageSharp.Drawing/Shapes/Text/TextBuilder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.Fonts;
using SixLabors.ImageSharp.Drawing.Text;
diff --git a/src/ImageSharp.Drawing/Utilities/NumberUtilities.cs b/src/ImageSharp.Drawing/Utilities/NumberUtilities.cs
index 675c157e0..4f3e0393b 100644
--- a/src/ImageSharp.Drawing/Utilities/NumberUtilities.cs
+++ b/src/ImageSharp.Drawing/Utilities/NumberUtilities.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Runtime.CompilerServices;
diff --git a/src/ImageSharp.Drawing/Utilities/QuickSort.cs b/src/ImageSharp.Drawing/Utilities/QuickSort.cs
index c893ac795..ec36480d1 100644
--- a/src/ImageSharp.Drawing/Utilities/QuickSort.cs
+++ b/src/ImageSharp.Drawing/Utilities/QuickSort.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Runtime.CompilerServices;
diff --git a/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawBeziers.cs b/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawBeziers.cs
index 73fe4ce8f..b02098f49 100644
--- a/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawBeziers.cs
+++ b/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawBeziers.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Drawing;
using System.Drawing.Drawing2D;
diff --git a/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawLines.cs b/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawLines.cs
index 26b0d1ab7..035157a73 100644
--- a/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawLines.cs
+++ b/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawLines.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Drawing;
using System.Drawing.Drawing2D;
diff --git a/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawPolygon.cs b/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawPolygon.cs
index 377f8bb04..43649799d 100644
--- a/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawPolygon.cs
+++ b/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawPolygon.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Drawing;
using System.Drawing.Drawing2D;
diff --git a/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawText.cs b/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawText.cs
index bc84d5f6c..965195c41 100644
--- a/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawText.cs
+++ b/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawText.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Drawing;
using System.Drawing.Drawing2D;
diff --git a/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawTextOutline.cs b/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawTextOutline.cs
index 625609df5..738067d63 100644
--- a/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawTextOutline.cs
+++ b/tests/ImageSharp.Drawing.Benchmarks/Drawing/DrawTextOutline.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Drawing;
using System.Drawing.Drawing2D;
diff --git a/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillPolygon.cs b/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillPolygon.cs
index 38c61abc5..0eafd4452 100644
--- a/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillPolygon.cs
+++ b/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillPolygon.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Drawing;
using System.Drawing.Drawing2D;
diff --git a/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillRectangle.cs b/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillRectangle.cs
index 1f953a44c..22840d408 100644
--- a/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillRectangle.cs
+++ b/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillRectangle.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Drawing;
using System.Drawing.Drawing2D;
diff --git a/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillWithPattern.cs b/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillWithPattern.cs
index 33e7b6782..06eeaaa81 100644
--- a/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillWithPattern.cs
+++ b/tests/ImageSharp.Drawing.Benchmarks/Drawing/FillWithPattern.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Drawing;
using System.Drawing.Drawing2D;
diff --git a/tests/ImageSharp.Drawing.Benchmarks/Program.cs b/tests/ImageSharp.Drawing.Benchmarks/Program.cs
index a161bae0b..74407bad6 100644
--- a/tests/ImageSharp.Drawing.Benchmarks/Program.cs
+++ b/tests/ImageSharp.Drawing.Benchmarks/Program.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Reflection;
using BenchmarkDotNet.Running;
diff --git a/tests/ImageSharp.Drawing.Tests/ConfigurationTests.cs b/tests/ImageSharp.Drawing.Tests/ConfigurationTests.cs
index cc8eb0838..1398b543f 100644
--- a/tests/ImageSharp.Drawing.Tests/ConfigurationTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/ConfigurationTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/ClearSolidBrushTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/ClearSolidBrushTests.cs
index 8cb263cee..98215b01b 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/ClearSolidBrushTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/ClearSolidBrushTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/DrawBezierTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/DrawBezierTests.cs
index f27a98fe6..6881eb68c 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/DrawBezierTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/DrawBezierTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/DrawComplexPolygonTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/DrawComplexPolygonTests.cs
index 999acd4e5..530462241 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/DrawComplexPolygonTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/DrawComplexPolygonTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/DrawLinesTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/DrawLinesTests.cs
index da7bad1e6..8f9249e30 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/DrawLinesTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/DrawLinesTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/DrawPathTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/DrawPathTests.cs
index f4473f830..582610750 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/DrawPathTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/DrawPathTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/DrawPolygonTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/DrawPolygonTests.cs
index f2bb7b436..735e3f497 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/DrawPolygonTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/DrawPolygonTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/FillComplexPolygonTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/FillComplexPolygonTests.cs
index 47d1aae5d..7d5c06207 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/FillComplexPolygonTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/FillComplexPolygonTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/FillEllipticGradientBrushTest.cs b/tests/ImageSharp.Drawing.Tests/Drawing/FillEllipticGradientBrushTest.cs
index 607b56420..0ccce23dd 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/FillEllipticGradientBrushTest.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/FillEllipticGradientBrushTest.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/FillImageBrushTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/FillImageBrushTests.cs
index 61ca5304f..5b0ebb37c 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/FillImageBrushTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/FillImageBrushTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing;
using SixLabors.ImageSharp.PixelFormats;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/FillLinearGradientBrushTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/FillLinearGradientBrushTests.cs
index a81d0d0c8..d193614a2 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/FillLinearGradientBrushTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/FillLinearGradientBrushTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Globalization;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/FillPathGradientBrushTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/FillPathGradientBrushTests.cs
index c9eb15072..e35651e73 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/FillPathGradientBrushTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/FillPathGradientBrushTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/FillPatternBrushTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/FillPatternBrushTests.cs
index 8a8d3a794..f215e8b45 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/FillPatternBrushTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/FillPatternBrushTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/FillPolygonTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/FillPolygonTests.cs
index 2fc983f9b..ebaa2d0db 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/FillPolygonTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/FillPolygonTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/FillRegionProcessorTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/FillRegionProcessorTests.cs
index 0876503f9..fd0642cba 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/FillRegionProcessorTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/FillRegionProcessorTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/FillSolidBrushTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/FillSolidBrushTests.cs
index e737ccb5c..77d3f9a8f 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/FillSolidBrushTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/FillSolidBrushTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/Clear.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/Clear.cs
index 1877e44d3..01e27a90b 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/Clear.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/Clear.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using System.Runtime.InteropServices.ComTypes;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearPath.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearPath.cs
index 26b8a7975..a0ffca3ed 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearPath.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearPath.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearRectangle.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearRectangle.cs
index 3ecba4c8d..dd0f4f0be 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearRectangle.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearRectangle.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearRegion.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearRegion.cs
index 237768356..cbb26c328 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearRegion.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ClearRegion.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawBezier.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawBezier.cs
index ebf3d772c..b8d29a894 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawBezier.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawBezier.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Linq;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawLine.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawLine.cs
index e7a65da19..7278bd022 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawLine.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawLine.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Linq;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPath.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPath.cs
index ae6abb331..423a46ab8 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPath.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPath.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Linq;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPathCollection.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPathCollection.cs
index 275dee0a3..bf356240f 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPathCollection.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPathCollection.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPolygon.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPolygon.cs
index 1c6e3b94e..4a37cc928 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPolygon.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawPolygon.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Linq;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawRectangle.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawRectangle.cs
index 5cc7411cf..fe26ed0bd 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawRectangle.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/DrawRectangle.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/Fill.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/Fill.cs
index 14dc3a51a..02d8ea362 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/Fill.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/Fill.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using System.Runtime.CompilerServices;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPath.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPath.cs
index 86bf060ed..d28944f87 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPath.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPath.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPathBuilder.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPathBuilder.cs
index c8678d0cd..c88c0cb5d 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPathBuilder.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPathBuilder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPathCollection.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPathCollection.cs
index 5bb06b5b9..a111dbcfe 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPathCollection.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPathCollection.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Linq;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPolygon.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPolygon.cs
index 0c621072b..3885fb5c8 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPolygon.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillPolygon.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Linq;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillRectangle.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillRectangle.cs
index 33749fd2f..7ea77201e 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillRectangle.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillRectangle.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillRegion.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillRegion.cs
index 23d851f94..ec483f9ca 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillRegion.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/FillRegion.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ShapePathTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ShapePathTests.cs
index 920e632e6..5607c3693 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ShapePathTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ShapePathTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing.Tests.Drawing.Paths
{
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ShapeRegionTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ShapeRegionTests.cs
index 07e934a51..c3e72e168 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ShapeRegionTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Paths/ShapeRegionTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/RecolorImageTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/RecolorImageTests.cs
index b1b17681e..479c06b5a 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/RecolorImageTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/RecolorImageTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/SolidBezierTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/SolidBezierTests.cs
index bdc1d1de3..97ef5e068 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/SolidBezierTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/SolidBezierTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/SolidFillBlendedShapesTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/SolidFillBlendedShapesTests.cs
index eeadd49df..b53478201 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/SolidFillBlendedShapesTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/SolidFillBlendedShapesTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawText.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawText.cs
index 438c4522d..fc9300d84 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawText.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawText.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using SixLabors.Fonts;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs
index a48d76b2d..7eb2860a0 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Text/TextGraphicOptionsDefaultsExtensionsTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Text/TextGraphicOptionsDefaultsExtensionsTests.cs
index 8cdc0881c..8607354b9 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Text/TextGraphicOptionsDefaultsExtensionsTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Text/TextGraphicOptionsDefaultsExtensionsTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing;
using SixLabors.ImageSharp.Drawing.Tests.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Text/TextGraphicsOptionsTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Text/TextGraphicsOptionsTests.cs
index cacee3efb..1b7fee734 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Text/TextGraphicsOptionsTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Text/TextGraphicsOptionsTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.Fonts;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Drawing/Utils/QuickSortTests.cs b/tests/ImageSharp.Drawing.Tests/Drawing/Utils/QuickSortTests.cs
index 19007220c..649b74dd2 100644
--- a/tests/ImageSharp.Drawing.Tests/Drawing/Utils/QuickSortTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Drawing/Utils/QuickSortTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing.Tests.Drawing.Utils
{
diff --git a/tests/ImageSharp.Drawing.Tests/FileTestBase.cs b/tests/ImageSharp.Drawing.Tests/FileTestBase.cs
index 653e6731d..ee0f19ac2 100644
--- a/tests/ImageSharp.Drawing.Tests/FileTestBase.cs
+++ b/tests/ImageSharp.Drawing.Tests/FileTestBase.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/GraphicsOptionsTests.cs b/tests/ImageSharp.Drawing.Tests/GraphicsOptionsTests.cs
index 1db9a544b..e666fdea6 100644
--- a/tests/ImageSharp.Drawing.Tests/GraphicsOptionsTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/GraphicsOptionsTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Drawing.Tests.TestUtilities;
diff --git a/tests/ImageSharp.Drawing.Tests/ImageInfoTests.cs b/tests/ImageSharp.Drawing.Tests/ImageInfoTests.cs
index ee83b6a73..9bf8c31f7 100644
--- a/tests/ImageSharp.Drawing.Tests/ImageInfoTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/ImageInfoTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Formats;
using SixLabors.ImageSharp.Metadata;
diff --git a/tests/ImageSharp.Drawing.Tests/ImageSharp.Drawing.Tests.csproj b/tests/ImageSharp.Drawing.Tests/ImageSharp.Drawing.Tests.csproj
index 7ebb2fa2d..66732cca2 100644
--- a/tests/ImageSharp.Drawing.Tests/ImageSharp.Drawing.Tests.csproj
+++ b/tests/ImageSharp.Drawing.Tests/ImageSharp.Drawing.Tests.csproj
@@ -3,7 +3,6 @@
netcoreapp3.1;netcoreapp2.1;net472
- netcoreapp3.1
True
latest
True
diff --git a/tests/ImageSharp.Drawing.Tests/Processing/BaseImageOperationsExtensionTest.cs b/tests/ImageSharp.Drawing.Tests/Processing/BaseImageOperationsExtensionTest.cs
index 4fccdb647..b318c76b1 100644
--- a/tests/ImageSharp.Drawing.Tests/Processing/BaseImageOperationsExtensionTest.cs
+++ b/tests/ImageSharp.Drawing.Tests/Processing/BaseImageOperationsExtensionTest.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using SixLabors.ImageSharp.Advanced;
diff --git a/tests/ImageSharp.Drawing.Tests/Processing/FakeImageOperationsProvider.cs b/tests/ImageSharp.Drawing.Tests/Processing/FakeImageOperationsProvider.cs
index dee634b9d..1ca2754bf 100644
--- a/tests/ImageSharp.Drawing.Tests/Processing/FakeImageOperationsProvider.cs
+++ b/tests/ImageSharp.Drawing.Tests/Processing/FakeImageOperationsProvider.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/Processing/ImageOperationTests.cs b/tests/ImageSharp.Drawing.Tests/Processing/ImageOperationTests.cs
index e71f3d817..6f9e35e89 100644
--- a/tests/ImageSharp.Drawing.Tests/Processing/ImageOperationTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Processing/ImageOperationTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/Processing/ImageProcessingContextTests.cs b/tests/ImageSharp.Drawing.Tests/Processing/ImageProcessingContextTests.cs
index 3175d3aef..087bd1d03 100644
--- a/tests/ImageSharp.Drawing.Tests/Processing/ImageProcessingContextTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Processing/ImageProcessingContextTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using Moq;
using SixLabors.ImageSharp.PixelFormats;
diff --git a/tests/ImageSharp.Drawing.Tests/Processing/ShapesGraphicOptionsDefaultsExtensionsTests.cs b/tests/ImageSharp.Drawing.Tests/Processing/ShapesGraphicOptionsDefaultsExtensionsTests.cs
index 397bccece..607a7d998 100644
--- a/tests/ImageSharp.Drawing.Tests/Processing/ShapesGraphicOptionsDefaultsExtensionsTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Processing/ShapesGraphicOptionsDefaultsExtensionsTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing;
using SixLabors.ImageSharp.Drawing.Tests.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/BezierLineSegmentTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/BezierLineSegmentTests.cs
index ce0ef0f26..25c951723 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/BezierLineSegmentTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/BezierLineSegmentTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/ComplexPolygonTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/ComplexPolygonTests.cs
index 6a36fd227..795b09ea0 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/ComplexPolygonTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/ComplexPolygonTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/EllipseTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/EllipseTests.cs
index d1fdfa9e9..5cf9c97cb 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/EllipseTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/EllipseTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/GeneralClosedPolygonIntersectionTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/GeneralClosedPolygonIntersectionTests.cs
index 5df43f489..4f5e94d78 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/GeneralClosedPolygonIntersectionTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/GeneralClosedPolygonIntersectionTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/InternalPathExtensions.cs b/tests/ImageSharp.Drawing.Tests/Shapes/InternalPathExtensions.cs
index 453233a88..c6b91ef6f 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/InternalPathExtensions.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/InternalPathExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Buffers;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/InternalPathTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/InternalPathTests.cs
index df322d860..84d6334da 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/InternalPathTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/InternalPathTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_16.cs b/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_16.cs
index 97ce2eb9b..984202837 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_16.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_16.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_19.cs b/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_19.cs
index 45f4d18ba..d79cb867c 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_19.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_19.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_ClippedPaths.cs b/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_ClippedPaths.cs
index 466d2c092..e2f705121 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_ClippedPaths.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/Issues/Issue_ClippedPaths.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Linq;
using Xunit;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/LinearLineSegmentTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/LinearLineSegmentTests.cs
index 83a0dd51d..64f7a1f35 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/LinearLineSegmentTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/LinearLineSegmentTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/PathBuilderTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/PathBuilderTests.cs
index c81c396c4..f29500a9c 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/PathBuilderTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/PathBuilderTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/PathExtentionTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/PathExtentionTests.cs
index 152af958f..0ad8a8514 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/PathExtentionTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/PathExtentionTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/PathTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/PathTests.cs
index 5d940a67a..a77ad5011 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/PathTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/PathTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Linq;
using Xunit;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/PolygonClipper/ClipperTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/PolygonClipper/ClipperTests.cs
index 111273daa..dad1417ed 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/PolygonClipper/ClipperTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/PolygonClipper/ClipperTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/PolygonTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/PolygonTests.cs
index 9ba4902e3..a807d1b7e 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/PolygonTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/PolygonTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/RectangleTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/RectangleTests.cs
index 12fd3174d..081120a9b 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/RectangleTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/RectangleTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/RegularPolygonTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/RegularPolygonTests.cs
index b3332ad27..7a758516b 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/RegularPolygonTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/RegularPolygonTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/Shapes.cs b/tests/ImageSharp.Drawing.Tests/Shapes/Shapes.cs
index 5243dd37e..6ca97ff90 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/Shapes.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/Shapes.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/StarTests.cs b/tests/ImageSharp.Drawing.Tests/Shapes/StarTests.cs
index cb3dae1d8..619777378 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/StarTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/StarTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/Structs/TestPoint.cs b/tests/ImageSharp.Drawing.Tests/Shapes/Structs/TestPoint.cs
index 94a729464..63ffebcea 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/Structs/TestPoint.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/Structs/TestPoint.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/Shapes/Structs/TestSize.cs b/tests/ImageSharp.Drawing.Tests/Shapes/Structs/TestSize.cs
index fdc7a5ab6..2fc053052 100644
--- a/tests/ImageSharp.Drawing.Tests/Shapes/Structs/TestSize.cs
+++ b/tests/ImageSharp.Drawing.Tests/Shapes/Structs/TestSize.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using Xunit.Abstractions;
diff --git a/tests/ImageSharp.Drawing.Tests/TestFile.cs b/tests/ImageSharp.Drawing.Tests/TestFile.cs
index 20e25d927..783f16695 100644
--- a/tests/ImageSharp.Drawing.Tests/TestFile.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestFile.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Concurrent;
diff --git a/tests/ImageSharp.Drawing.Tests/TestFileSystem.cs b/tests/ImageSharp.Drawing.Tests/TestFileSystem.cs
index 71e9ba13a..ee80e400f 100644
--- a/tests/ImageSharp.Drawing.Tests/TestFileSystem.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestFileSystem.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/TestFont.cs b/tests/ImageSharp.Drawing.Tests/TestFont.cs
index dbfba420d..e379d870b 100644
--- a/tests/ImageSharp.Drawing.Tests/TestFont.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestFont.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.IO;
diff --git a/tests/ImageSharp.Drawing.Tests/TestFormat.cs b/tests/ImageSharp.Drawing.Tests/TestFormat.cs
index 8e6f411ea..85e5faa71 100644
--- a/tests/ImageSharp.Drawing.Tests/TestFormat.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestFormat.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/TestImages.cs b/tests/ImageSharp.Drawing.Tests/TestImages.cs
index e5b300817..e5de71588 100644
--- a/tests/ImageSharp.Drawing.Tests/TestImages.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestImages.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Linq;
// ReSharper disable InconsistentNaming
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ApproximateFloatComparer.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ApproximateFloatComparer.cs
index f29cd3a6a..f46d6fe9a 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ApproximateFloatComparer.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ApproximateFloatComparer.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ArrayHelper.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ArrayHelper.cs
index 44ce1a3f4..eaa1e77a9 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ArrayHelper.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ArrayHelper.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/ImageDataAttributeBase.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/ImageDataAttributeBase.cs
index b8120ab04..c882ed929 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/ImageDataAttributeBase.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/ImageDataAttributeBase.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithBasicTestPatternImagesAttribute.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithBasicTestPatternImagesAttribute.cs
index 4d0427f9e..54ef383b6 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithBasicTestPatternImagesAttribute.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithBasicTestPatternImagesAttribute.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Reflection;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithBlankImageAttribute.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithBlankImageAttribute.cs
index 6949e1b5e..f8a051f5e 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithBlankImageAttribute.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithBlankImageAttribute.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Reflection;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithFileAttribute.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithFileAttribute.cs
index 4dcaeff13..2dfb63b0c 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithFileAttribute.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithFileAttribute.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Reflection;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithFileCollectionAttribute.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithFileCollectionAttribute.cs
index f13ba28cf..11f8f5157 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithFileCollectionAttribute.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithFileCollectionAttribute.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithMemberFactoryAttribute.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithMemberFactoryAttribute.cs
index 678acac2d..c8fe933e4 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithMemberFactoryAttribute.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithMemberFactoryAttribute.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Linq;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithSolidFilledImagesAttribute.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithSolidFilledImagesAttribute.cs
index 05bf60138..fdd10bf4c 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithSolidFilledImagesAttribute.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithSolidFilledImagesAttribute.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Reflection;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithTestPatternImageAttribute.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithTestPatternImageAttribute.cs
index 7b9c06ad0..6d2d32dc5 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithTestPatternImageAttribute.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/WithTestPatternImageAttribute.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Reflection;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/GraphicsOptionsComparer.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/GraphicsOptionsComparer.cs
index d2d7cbe84..7649bc2ea 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/GraphicsOptionsComparer.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/GraphicsOptionsComparer.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Collections.Generic;
using SixLabors.ImageSharp.Drawing.Processing;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageComparison/Exceptions/ImageDimensionsMismatchException.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageComparison/Exceptions/ImageDimensionsMismatchException.cs
index 206dc2037..2039b605d 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageComparison/Exceptions/ImageDimensionsMismatchException.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageComparison/Exceptions/ImageDimensionsMismatchException.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
namespace SixLabors.ImageSharp.Drawing.Tests.TestUtilities.ImageComparison
{
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageComparison/ImageComparer.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageComparison/ImageComparer.cs
index 8dc78d1a1..deb0833b4 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageComparison/ImageComparer.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageComparison/ImageComparer.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/BasicTestPatternProvider.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/BasicTestPatternProvider.cs
index 53a7d16a0..20a1977e2 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/BasicTestPatternProvider.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/BasicTestPatternProvider.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/BlankProvider.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/BlankProvider.cs
index 75f296492..ea705ce84 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/BlankProvider.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/BlankProvider.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.PixelFormats;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/FileProvider.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/FileProvider.cs
index 85291aea7..732287828 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/FileProvider.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/FileProvider.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Concurrent;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/LambdaProvider.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/LambdaProvider.cs
index 4150ee48a..536583853 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/LambdaProvider.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/LambdaProvider.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/SolidProvider.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/SolidProvider.cs
index 94c309c84..cbf01aaa0 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/SolidProvider.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/SolidProvider.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using SixLabors.ImageSharp.Drawing.Processing;
using SixLabors.ImageSharp.PixelFormats;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/TestImageProvider.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/TestImageProvider.cs
index e92f6e3df..5fb254969 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/TestImageProvider.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/TestImageProvider.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Reflection;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/TestPatternProvider.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/TestPatternProvider.cs
index 126ae48f3..1037638e5 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/TestPatternProvider.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImageProviders/TestPatternProvider.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImagingTestCaseUtility.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImagingTestCaseUtility.cs
index d08134700..6ee15ac91 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ImagingTestCaseUtility.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ImagingTestCaseUtility.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/MeasureFixture.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/MeasureFixture.cs
index b750feb1c..943e0134d 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/MeasureFixture.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/MeasureFixture.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Diagnostics;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/PixelTypes.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/PixelTypes.cs
index d0b3f50ef..e5adc0f47 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/PixelTypes.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/PixelTypes.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/MagickReferenceDecoder.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/MagickReferenceDecoder.cs
index 33fc6d86c..7e74d1931 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/MagickReferenceDecoder.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/MagickReferenceDecoder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.IO;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingBridge.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingBridge.cs
index c236d7e3a..07216ec1f 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingBridge.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingBridge.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Buffers;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingReferenceDecoder.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingReferenceDecoder.cs
index fb03e0fdd..da4d8b0f4 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingReferenceDecoder.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingReferenceDecoder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.IO;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingReferenceEncoder.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingReferenceEncoder.cs
index 73f336b68..60ad41e2a 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingReferenceEncoder.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/ReferenceCodecs/SystemDrawingReferenceEncoder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Drawing.Imaging;
using System.IO;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestDataGenerator.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestDataGenerator.cs
index 32fc0d9e4..f3bbde3fd 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestDataGenerator.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestDataGenerator.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Numerics;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.Formats.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.Formats.cs
index f3059b934..4bfec0c88 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.Formats.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.Formats.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using SixLabors.ImageSharp.Formats;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.cs
index 26f87afdc..0272237d3 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.IO;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestImageExtensions.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestImageExtensions.cs
index 3bf22d0f6..7469027f2 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestImageExtensions.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestImageExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestPixel.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestPixel.cs
index 52842c631..e438a99c8 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestPixel.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestPixel.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestType.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestType.cs
index 35ee80680..07c4d1b9d 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestType.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestType.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using Xunit.Abstractions;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestUtils.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestUtils.cs
index 8180f8d7b..5b443ff8b 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestUtils.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestUtils.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestVector4.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestVector4.cs
index 026345b59..c636a16b3 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/TestVector4.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/TestVector4.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System.Numerics;
using Xunit.Abstractions;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestEnvironmentTests.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestEnvironmentTests.cs
index 81a7539d0..ee46208b2 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestEnvironmentTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestEnvironmentTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.IO;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestImageProviderTests.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestImageProviderTests.cs
index 8bc83c4a2..252ee839f 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestImageProviderTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestImageProviderTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Concurrent;
diff --git a/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestUtilityExtensionsTests.cs b/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestUtilityExtensionsTests.cs
index 92c3fb03f..07c1d4ae3 100644
--- a/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestUtilityExtensionsTests.cs
+++ b/tests/ImageSharp.Drawing.Tests/TestUtilities/Tests/TestUtilityExtensionsTests.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;
diff --git a/tests/ImageSharp.Drawing.Tests/VectorAssert.cs b/tests/ImageSharp.Drawing.Tests/VectorAssert.cs
index 83db28119..a0c7dd2ce 100644
--- a/tests/ImageSharp.Drawing.Tests/VectorAssert.cs
+++ b/tests/ImageSharp.Drawing.Tests/VectorAssert.cs
@@ -1,5 +1,5 @@
// Copyright (c) Six Labors and contributors.
-// Licensed under the Apache License, Version 2.0.
+// Licensed under the GNU Affero General Public License, Version 3.
using System;
using System.Collections.Generic;