From c465d7f4e77ee8142df498cdc0073a1bd256526b Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Fri, 24 May 2019 19:51:45 +0200 Subject: [PATCH] Tweak copyright header a bit, now that it's done --- src/calibre/utils/imageops/ordered_dither.cpp | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/calibre/utils/imageops/ordered_dither.cpp b/src/calibre/utils/imageops/ordered_dither.cpp index 327a551d4c..a7cbd4e673 100644 --- a/src/calibre/utils/imageops/ordered_dither.cpp +++ b/src/calibre/utils/imageops/ordered_dither.cpp @@ -1,17 +1,19 @@ /* - * Copyright 1999-2019 ImageMagick Studio LLC + * ordered_dither.cpp + * Glue code based on quantize.cpp, Copyright (C) 2016 Kovid Goyal + * Actual ordered dithering routine (dither_o8x8) is Copyright 1999-2019 ImageMagick Studio LLC, * - * Licensed under the ImageMagick License (the "License"); you may not use - * this file except in compliance with the License. You may obtain a copy - * of the License at + * Licensed under the ImageMagick License (the "License"); you may not use + * this file except in compliance with the License. You may obtain a copy + * of the License at * - * https://imagemagick.org/script/license.php + * https://imagemagick.org/script/license.php - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. */ #include "imageops.h"