diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2020-09-14 07:13:41 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2020-09-14 07:13:41 (GMT) |
commit | 4511e01659c99d0bd13e19048e94bf5a543ef00d (patch) | |
tree | bdd5e19ef7dfbf41e250093edfd9c63e56c3a3d9 | |
parent | 8c5d9cc760f5cb4bfb683f45434de387a36e8d2e (diff) | |
download | tk-4511e01659c99d0bd13e19048e94bf5a543ef00d.zip tk-4511e01659c99d0bd13e19048e94bf5a543ef00d.tar.gz tk-4511e01659c99d0bd13e19048e94bf5a543ef00d.tar.bz2 |
Correct tksvg comment origin to AndroWish, add CHW as contributor. The auriocus project is deleted.
-rw-r--r-- | generic/tkImgSVGnano.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkImgSVGnano.c b/generic/tkImgSVGnano.c index 7575f86..6d88466 100644 --- a/generic/tkImgSVGnano.c +++ b/generic/tkImgSVGnano.c @@ -5,6 +5,7 @@ * * Copyright (c) 2013-14 Mikko Mononen memon@inside.org * Copyright (c) 2018 Christian Gollwitzer auriocus@gmx.de + * Copyright (c) 2018 Christian Werner https://www.androwish.org/ * Copyright (c) 2018 Rene Zaumseil r.zaumseil@freenet.de * * See the file "license.terms" for information on usage and redistribution of @@ -12,7 +13,7 @@ * * This handler is build using the original nanosvg library files from * https://github.com/memononen/nanosvg and the tcl extension files from - * https://github.com/auriocus/tksvg + * androwish https://www.androwish.org/ . * */ |