From dd4b8286538c2f9cf5b009381ce45eb393b546d4 Mon Sep 17 00:00:00 2001 From: James South Date: Wed, 8 Apr 2015 20:46:09 +0100 Subject: [PATCH] Cleanup Former-commit-id: adf947113b1e8e24fbec9066b7370c1a8910d3a2 Former-commit-id: 1a719b340e8a324e94d2ef02ebb7cd3b6658509b Former-commit-id: bdc8770037044f6d6600fbcf5c3663f68dceff64 --- src/ImageProcessor/Imaging/Formats/IQuantizableImageFormat.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ImageProcessor/Imaging/Formats/IQuantizableImageFormat.cs b/src/ImageProcessor/Imaging/Formats/IQuantizableImageFormat.cs index 292b451eda..21065459a4 100644 --- a/src/ImageProcessor/Imaging/Formats/IQuantizableImageFormat.cs +++ b/src/ImageProcessor/Imaging/Formats/IQuantizableImageFormat.cs @@ -1,10 +1,10 @@ // -------------------------------------------------------------------------------------------------------------------- -// +// // Copyright (c) James South. // Licensed under the Apache License, Version 2.0. // // -// The IQuantizableImageFormat interface for identifying quantizable image formats. +// The IndexedImageFormat interface for identifying quantizable image formats. // // --------------------------------------------------------------------------------------------------------------------