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. // // --------------------------------------------------------------------------------------------------------------------