Tweak copyright header a bit, now that it's done

This commit is contained in:
NiLuJe 2019-05-24 19:51:45 +02:00
parent 227b5f97bd
commit c465d7f4e7

View File

@ -1,17 +1,19 @@
/* /*
* Copyright 1999-2019 ImageMagick Studio LLC * ordered_dither.cpp
* Glue code based on quantize.cpp, Copyright (C) 2016 Kovid Goyal <kovid at kovidgoyal.net>
* Actual ordered dithering routine (dither_o8x8) is Copyright 1999-2019 ImageMagick Studio LLC,
* *
* Licensed under the ImageMagick License (the "License"); you may not use * Licensed under the ImageMagick License (the "License"); you may not use
* this file except in compliance with the License. You may obtain a copy * this file except in compliance with the License. You may obtain a copy
* of the License at * 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 * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations * License for the specific language governing permissions and limitations
* under the License. * under the License.
*/ */
#include "imageops.h" #include "imageops.h"