mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Tweak copyright header a bit, now that it's done
This commit is contained in:
parent
227b5f97bd
commit
c465d7f4e7
@ -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
|
||||
* 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user