From f02607cc8a94df76cee2e35772a92e7f73391d7d 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: 029b70aba612feffd33086c88663ebebc1358514 Former-commit-id: b490136fa9c1ba4b81cf73aafb886303bed913b0 Former-commit-id: 86372529be5767497ba89318cb68a14d83a072d0 --- 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 292b451ed..21065459a 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. // // --------------------------------------------------------------------------------------------------------------------