From 75898b21f8e683466aac20825494061e96fc3bc6 Mon Sep 17 00:00:00 2001 From: Luoyaoming Date: Tue, 22 Nov 2022 13:42:54 +0800 Subject: [PATCH] Import Debian changes 2.10.32-ok1 gimp (2.10.32-ok1) yangtze; urgency=low * Initial release. --- debian/README.Debian | 67 + debian/README.MIDI | 78 + debian/TODO | 2 + debian/changelog | 5 + debian/control | 152 + debian/control.in | 148 + debian/copyright | 42972 +++++++++++++++++++++++++++ debian/gbp.conf | 14 + debian/gimp-data.install | 12 + debian/gimp-data.maintscript | 1 + debian/gimp.docs | 5 + debian/gimp.install | 135 + debian/libgimp2.0-dev.install | 6 + debian/libgimp2.0-dev.preinst | 12 + debian/libgimp2.0-doc.install | 1 + debian/libgimp2.0.install | 2 + debian/libgimp2.0.symbols | 2126 ++ debian/patches/01_hurd_ftbfs.patch | 24 + debian/patches/02_hurd_ftbfs.patch | 25 + debian/patches/series | 2 + debian/rules | 43 + debian/source/format | 1 + debian/tests/control | 3 + debian/tests/libgimp2.0-dev | 81 + debian/watch | 4 + 25 files changed, 45921 insertions(+) create mode 100644 debian/README.Debian create mode 100644 debian/README.MIDI create mode 100644 debian/TODO create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/control.in create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/gimp-data.install create mode 100644 debian/gimp-data.maintscript create mode 100644 debian/gimp.docs create mode 100644 debian/gimp.install create mode 100644 debian/libgimp2.0-dev.install create mode 100644 debian/libgimp2.0-dev.preinst create mode 100644 debian/libgimp2.0-doc.install create mode 100644 debian/libgimp2.0.install create mode 100644 debian/libgimp2.0.symbols create mode 100644 debian/patches/01_hurd_ftbfs.patch create mode 100644 debian/patches/02_hurd_ftbfs.patch create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/tests/control create mode 100755 debian/tests/libgimp2.0-dev create mode 100644 debian/watch diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..264859c --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,67 @@ +gimp for Debian GNU/Linux +---------------------------- + +Online Help: +------------ +To use the online documentation, you need to install the gimp-help-en package, +and/or the appropriate gimp-help package for your language other than English, +which will allow you to use both the Help menu from within The GIMP, as well +as context help by pressing F1 while using a feature. + +COMPILING PLUGINS: +----------------- + +If you wish to compile your own plug-ins, the easiest way is to use +'gimptool-2.0', a simple tool that comes in the libgimp2.0-dev package. +This works only if you have a plug-in whose source is a single .c file, +however: + +gimptool-2.0 --install plug-in.c + +Now wasn't that easy? + + +Fonts in GIMP 2.0 (from http://www.gimp.org/unix/fonts.html) +----------------- + +In GIMP 2.0 font rendering is handled significantly different from the way it +was done in GIMP 1.0 and 1.2. GIMP no longer uses the X server to render the +fonts. Instead it uses Pango and the FreeType library. Font configuration is +handled by a small library called Fontconfig. As a result you get much better +font rendering with real antialiasing, support for bidirectional text and +various scripts. + +GIMP 2.0 (along with GTK 2) handles a variety of font formats, most notably +TrueType, OpenType and Type1. It should be emphasized that it does not use the +X server or any X font server, so don't be surprised if GIMP doesn't see the +fonts you configured in your X11 setup. + +Setting up Fonts for GIMP 2.0: + +GIMP uses Fontconfig to handle fonts, so setting up fonts for GIMP 2.0 is +merely a job of setting up Fontconfig. But GIMP is not the only application +that uses Fontconfig. Recent desktops such as GNOME-2.4 use it as well, so +there's a good chance that everything is properly setup already and fonts will +just work for you. If they don't, you will have to create or edit your font +configuration file as explained in the Fontconfig User Manual. + +Adding Fonts (system-wide): + +As soon as Fontconfig is properly setup, adding fonts is just a matter of +placing them into a directory that is searched by Fontconfig. Have a look at +/etc/fonts/fonts.conf (and perhaps /etc/fonts/local.conf) to find out what +directories are searched. After copying the fonts there, you should run +fc-cache to regenerate the fonts cache. Fonts added this way will be available +to all applications using Fontconfig. + +Adding Fonts (for GIMP only): + +You might want to install fonts for use with GIMP only or you might not have +permissions to install fonts system-wide. To make this possible, GIMP 2.0 also +looks for fonts in the GIMP specific font search path that can be configured in +your gimprc or from the Preferences Dialog. So, in order to install fonts to be +used with GIMP, you can just copy them to ~/.gimp-2.6/fonts, press the Refresh +button in the Fonts dialog and start using them. + +--- +Ari Pollak Aug. 5, 2004 diff --git a/debian/README.MIDI b/debian/README.MIDI new file mode 100644 index 0000000..73cbe32 --- /dev/null +++ b/debian/README.MIDI @@ -0,0 +1,78 @@ +---------------------------------------------------------------------- +Controlling GIMP with MIDI devices +How To © 2005 Simon Budig. Licensed under the terms of the GNU GPL. + +Retrieved from +by Ari Pollak on 6 Apr 2005. +---------------------------------------------------------------------- + +What? +----- + +GIMP comes with a module that allows to control it using MIDI devices. +Currently this is only supported on Linux with either the OSS or the ALSA sound +drivers. It might work on other platforms as well if there is a way to access +the raw MIDI stream by opening a device. + + +Enabling the MIDI Module +------------------------ + +To make the UI of Gimp's MIDI controller visible you need to edit a +configuration file when the Gimp is not running. Open ~/.gimp-2.6/controllerrc +in an editor and add the following lines to the end of the file: + +(GimpControllerInfo "MIDI" + (enabled yes) + (debug-events yes) + (controller "ControllerMidi" + (device "alsa") + (channel -1)) + (mapping)) + +Then start the GIMP from a shell (so that you can see textual output we need +later), open the preferences, go to the "Input Controllers" page in the "Input +Devices" section and select the newly appeared "MIDI" Tab. + + +Configuring the MIDI Source +--------------------------- + +ALSA: +Enter "alsa" in the "Device" entry in the configuration. Gimp then sets up an +Alsa-Output-Port (check with "aconnect -lo"). You can then use your preferred +tool to configure Alsa to connect a MIDI source to the GIMP. When your MIDI +device e.g. provides an Input-Port 72:0 and Gimp provides the Output-Port 128:0 +you can connect the two Ports with "aconnect 72:0 128:0". + +OSS: +The Open Sound System provides a device file for the raw MIDI events. You need +to enter the name of this device file into the "Device" entry in the +configuration (e.g. "/dev/midi00"). + +The MIDI channel: +Each MIDI source sends events on a specific "Channel" (0 to 15, sometimes also +referred as 1 to 16). You can configure if Gimp should listen to all channels +(-1) or to just a specific channel. + +If your MIDI setup works correctly and the "Dump events from this controller" +is enabled as well as "Enable this controller" you should see some text +scrolling by when you hit some keys or turn some controllers on your midi +device, describing the Event that just happened. + + +Assigning Actions to Events +--------------------------- + +You can now use this information to map MIDI Events to Actions in the Gimp. At +the bottom of the configuration page is a list with all events that Gimp can +recognize. Scroll to the event that you want to assign an action to and +doubleclick its entry. Then select an Action from the dialog that pops up and +doubleclick its entry. Now this action gets invoked when the specific MIDI +event happens. + +Please note that some actions fit perfectly to some MIDI Events: Actions like +"context-background-blue-set" can immediately use the numerical value provided +by midi controller events. + +Have fun. diff --git a/debian/TODO b/debian/TODO new file mode 100644 index 0000000..597a223 --- /dev/null +++ b/debian/TODO @@ -0,0 +1,2 @@ +- Merge libgimp into main gimp package? +- clean up lintian warnings diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..0a26a66 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +gimp (2.10.32-ok1) yangtze; urgency=low + + * Initial release. + + -- Luoyaoming Tue, 22 Nov 2022 13:42:54 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..244246e --- /dev/null +++ b/debian/control @@ -0,0 +1,152 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. +Source: gimp +Priority: optional +Section: graphics +Maintainer: Openkylin Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: Luo Yaoming +Build-Depends: debhelper-compat (= 13), + desktop-file-utils , + dh-sequence-gnome, + gegl (>= 1:0.4.36), + gettext, + glib-networking, + gtk-doc-tools (>= 1.0), + intltool (>= 0.40.1), + iso-codes, + libaa1-dev, + libasound2-dev (>= 1.0.0) [linux-any], + libatk1.0-dev (>= 2.2.0), + libbabl-dev (>= 1:0.1.78), + libbz2-dev, + libcairo2-dev (>= 1.12.2), + libcurl4-gnutls-dev (>= 7.15.1), + libexif-dev (>= 0.6.15), + libfreetype6-dev (>= 2.2), + libfontconfig1-dev (>= 2.12.4), + libgegl-dev (>= 1:0.4.36), + libgexiv2-dev (>= 0.10.6), + libglib2.0-dev (>= 2.56.2), + libglib2.0-doc, + libgtk2.0-dev (>= 2.24.10), + libgtk2.0-doc, + libgdk-pixbuf-2.0-dev (>= 2.30.8) | libgdk-pixbuf2.0-dev (>= 2.30.8), + libgdk-pixbuf2.0-doc, + libgs-dev, + libgudev-1.0-dev (>= 167) [linux-any], + libheif-dev (>= 1.3.2), + libice-dev, + libjpeg-dev, + liblcms2-dev (>= 2.9), + libmng-dev, + libmypaint-dev (>= 1.4.0), + libopenexr-dev (>= 1.6.1), + libopenjp2-7-dev (>= 2.1.0), + libpango1.0-dev (>= 1.29.4), + libpng-dev (>= 1.6.25), + libpoppler-glib-dev (>= 0.44.0), + librsvg2-dev (>= 2.14.0), + libsm-dev, + libtiff-dev, + libwebp-dev (>= 0.6.0), + libwmf-dev (>= 0.2.8), + libx11-dev, + libxcursor-dev, + libxmu-dev, + libxpm-dev, + libxt-dev, + zlib1g-dev, + mypaint-brushes, + patchutils, + xsltproc +Rules-Requires-Root: no +Standards-Version: 4.3.0 +X-Ubuntu-Use-Langpack: yes +Vcs-Git: https://gitee/openkylin/gimp.git +Vcs-Browser: https://gitee/openkylin/gimp +Homepage: https://www.gimp.org/ + +Package: gimp +Architecture: any +Depends: libgimp2.0 (>= ${source:Upstream-Version}), + libgimp2.0 (<= ${source:Upstream-Version}-z), + gimp-data (>= ${source:Upstream-Version}), + gimp-data (<= ${source:Upstream-Version}-z), + graphviz, + xdg-utils, + ${shlibs:Depends}, + ${misc:Depends} +Recommends: ghostscript +Suggests: gimp-help-en | gimp-help, + gimp-data-extras, + gvfs-backends, + libasound2 +Breaks: gimp-plugin-registry (<< 7.20140602+nmu1~) +Replaces: gimp-plugin-registry (<< 7.20140602+nmu1~) +Description: GNU Image Manipulation Program + GIMP is an advanced picture editor. You can use it to edit, enhance, and + retouch photos and scans, create drawings, and make your own images. + It has a large collection of professional-level editing tools and + filters, similar to the ones you might find in Photoshop. Numerous + fine-control settings and features like layers, paths, masks, and + scripting give you total control over your images. + . + Many image file formats are supported, including JPEG, Photoshop (.psd), + and Paint Shop Pro (.psp) files. It can also be used to scan and print + photos. + . + To open files remotely (like over HTTP), install the gvfs-backends + package. + . + To use a MIDI device (like a musical keyboard) as an input controller in GIMP, + install libasound2 and read the how-to at /usr/share/doc/gimp/README.MIDI + +Package: gimp-data +Architecture: all +Enhances: gimp +Depends: ${misc:Depends} +Description: Data files for GIMP + This package contains architecture-independent supporting data files + for use with GIMP. + +Package: libgimp2.0 +Architecture: any +Multi-Arch: same +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: gimp-data (>= ${source:Upstream-Version}), + gimp-data (<= ${source:Upstream-Version}-z) +Description: Libraries for the GNU Image Manipulation Program + This package includes the libgimp libraries, which are + necessary to run GIMP and third-party GIMP plugins. + +Package: libgimp2.0-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgegl-dev (>= 1:0.4.36), + libgimp2.0 (= ${binary:Version}), + libgtk2.0-dev (>= 2.12.5), + pkg-config +Suggests: libgimp2.0-doc +Description: Headers and other files for compiling plugins for GIMP + This package contains the header files for the GNU Image Manipulation + Program, along with the static versions of libgimp. + It also includes the gimptool-2.0 utility. + . + Install this package if you wish to compile your own plugins, + or if you wish to develop packages that use libgimp. + +Package: libgimp2.0-doc +Architecture: all +Section: doc +Depends: ${misc:Depends}, + lynx | www-browser +Description: Developers' Documentation for the GIMP library + This package contains the HTML documentation for the GIMP library in + /usr/share/gtk-doc/html/ . diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..28a8509 --- /dev/null +++ b/debian/control.in @@ -0,0 +1,148 @@ +Source: gimp +Priority: optional +Section: graphics +Maintainer: Openkylin Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: Luo Yaoming +Build-Depends: debhelper-compat (= 13), + desktop-file-utils , + dh-sequence-gnome, + gegl (>= 1:0.4.36), + gettext, + glib-networking, + gtk-doc-tools (>= 1.0), + intltool (>= 0.40.1), + iso-codes, + libaa1-dev, + libasound2-dev (>= 1.0.0) [linux-any], + libatk1.0-dev (>= 2.2.0), + libbabl-dev (>= 1:0.1.78), + libbz2-dev, + libcairo2-dev (>= 1.12.2), + libcurl4-gnutls-dev (>= 7.15.1), + libexif-dev (>= 0.6.15), + libfreetype6-dev (>= 2.2), + libfontconfig1-dev (>= 2.12.4), + libgegl-dev (>= 1:0.4.36), + libgexiv2-dev (>= 0.10.6), + libglib2.0-dev (>= 2.56.2), + libglib2.0-doc, + libgtk2.0-dev (>= 2.24.10), + libgtk2.0-doc, + libgdk-pixbuf-2.0-dev (>= 2.30.8) | libgdk-pixbuf2.0-dev (>= 2.30.8), + libgdk-pixbuf2.0-doc, + libgs-dev, + libgudev-1.0-dev (>= 167) [linux-any], + libheif-dev (>= 1.3.2), + libice-dev, + libjpeg-dev, + liblcms2-dev (>= 2.9), + libmng-dev, + libmypaint-dev (>= 1.4.0), + libopenexr-dev (>= 1.6.1), + libopenjp2-7-dev (>= 2.1.0), + libpango1.0-dev (>= 1.29.4), + libpng-dev (>= 1.6.25), + libpoppler-glib-dev (>= 0.44.0), + librsvg2-dev (>= 2.14.0), + libsm-dev, + libtiff-dev, + libwebp-dev (>= 0.6.0), + libwmf-dev (>= 0.2.8), + libx11-dev, + libxcursor-dev, + libxmu-dev, + libxpm-dev, + libxt-dev, + zlib1g-dev, + mypaint-brushes, + patchutils, + xsltproc +Rules-Requires-Root: no +Standards-Version: 4.3.0 +X-Ubuntu-Use-Langpack: yes +Vcs-Git: https://gitee/openkylin/gimp.git +Vcs-Browser: https://gitee/openkylin/gimp +Homepage: https://www.gimp.org/ + +Package: gimp +Architecture: any +Depends: libgimp2.0 (>= ${source:Upstream-Version}), + libgimp2.0 (<= ${source:Upstream-Version}-z), + gimp-data (>= ${source:Upstream-Version}), + gimp-data (<= ${source:Upstream-Version}-z), + graphviz, + xdg-utils, + ${shlibs:Depends}, + ${misc:Depends} +Recommends: ghostscript +Suggests: gimp-help-en | gimp-help, + gimp-data-extras, + gvfs-backends, + libasound2 +Breaks: gimp-plugin-registry (<< 7.20140602+nmu1~) +Replaces: gimp-plugin-registry (<< 7.20140602+nmu1~) +Description: GNU Image Manipulation Program + GIMP is an advanced picture editor. You can use it to edit, enhance, and + retouch photos and scans, create drawings, and make your own images. + It has a large collection of professional-level editing tools and + filters, similar to the ones you might find in Photoshop. Numerous + fine-control settings and features like layers, paths, masks, and + scripting give you total control over your images. + . + Many image file formats are supported, including JPEG, Photoshop (.psd), + and Paint Shop Pro (.psp) files. It can also be used to scan and print + photos. + . + To open files remotely (like over HTTP), install the gvfs-backends + package. + . + To use a MIDI device (like a musical keyboard) as an input controller in GIMP, + install libasound2 and read the how-to at /usr/share/doc/gimp/README.MIDI + +Package: gimp-data +Architecture: all +Enhances: gimp +Depends: ${misc:Depends} +Description: Data files for GIMP + This package contains architecture-independent supporting data files + for use with GIMP. + +Package: libgimp2.0 +Architecture: any +Multi-Arch: same +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: gimp-data (>= ${source:Upstream-Version}), + gimp-data (<= ${source:Upstream-Version}-z) +Description: Libraries for the GNU Image Manipulation Program + This package includes the libgimp libraries, which are + necessary to run GIMP and third-party GIMP plugins. + +Package: libgimp2.0-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgegl-dev (>= 1:0.4.36), + libgimp2.0 (= ${binary:Version}), + libgtk2.0-dev (>= 2.12.5), + pkg-config +Suggests: libgimp2.0-doc +Description: Headers and other files for compiling plugins for GIMP + This package contains the header files for the GNU Image Manipulation + Program, along with the static versions of libgimp. + It also includes the gimptool-2.0 utility. + . + Install this package if you wish to compile your own plugins, + or if you wish to develop packages that use libgimp. + +Package: libgimp2.0-doc +Architecture: all +Section: doc +Depends: ${misc:Depends}, + lynx | www-browser +Description: Developers' Documentation for the GIMP library + This package contains the HTML documentation for the GIMP library in + /usr/share/gtk-doc/html/ . diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3f4b245 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,42972 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gimp +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: app/about.h + app/actions/actions-types.h + app/actions/actions.c + app/actions/actions.h + app/actions/brush-editor-actions.c + app/actions/brush-editor-actions.h + app/actions/brushes-actions.c + app/actions/brushes-actions.h + app/actions/buffers-actions.c + app/actions/buffers-actions.h + app/actions/buffers-commands.c + app/actions/buffers-commands.h + app/actions/channels-actions.c + app/actions/channels-actions.h + app/actions/channels-commands.c + app/actions/channels-commands.h + app/actions/colormap-actions.c + app/actions/colormap-actions.h + app/actions/colormap-commands.c + app/actions/colormap-commands.h + app/actions/context-actions.c + app/actions/context-actions.h + app/actions/context-commands.c + app/actions/context-commands.h + app/actions/cursor-info-actions.c + app/actions/cursor-info-actions.h + app/actions/cursor-info-commands.c + app/actions/cursor-info-commands.h + app/actions/dashboard-actions.c + app/actions/dashboard-actions.h + app/actions/dashboard-commands.c + app/actions/dashboard-commands.h + app/actions/data-commands.c + app/actions/data-commands.h + app/actions/data-editor-commands.c + app/actions/data-editor-commands.h + app/actions/debug-actions.c + app/actions/debug-actions.h + app/actions/debug-commands.c + app/actions/debug-commands.h + app/actions/dialogs-actions.c + app/actions/dialogs-actions.h + app/actions/dialogs-commands.c + app/actions/dialogs-commands.h + app/actions/dock-actions.c + app/actions/dock-actions.h + app/actions/dock-commands.c + app/actions/dock-commands.h + app/actions/dockable-actions.c + app/actions/dockable-actions.h + app/actions/dockable-commands.c + app/actions/dockable-commands.h + app/actions/documents-actions.c + app/actions/documents-actions.h + app/actions/documents-commands.c + app/actions/documents-commands.h + app/actions/drawable-actions.c + app/actions/drawable-actions.h + app/actions/drawable-commands.c + app/actions/drawable-commands.h + app/actions/dynamics-actions.c + app/actions/dynamics-actions.h + app/actions/dynamics-editor-actions.c + app/actions/dynamics-editor-actions.h + app/actions/edit-actions.c + app/actions/edit-actions.h + app/actions/edit-commands.c + app/actions/edit-commands.h + app/actions/error-console-actions.c + app/actions/error-console-actions.h + app/actions/error-console-commands.c + app/actions/error-console-commands.h + app/actions/file-actions.c + app/actions/file-actions.h + app/actions/file-commands.c + app/actions/file-commands.h + app/actions/filters-actions.c + app/actions/filters-actions.h + app/actions/filters-commands.c + app/actions/filters-commands.h + app/actions/fonts-actions.c + app/actions/fonts-actions.h + app/actions/gradient-editor-actions.c + app/actions/gradient-editor-actions.h + app/actions/gradient-editor-commands.c + app/actions/gradient-editor-commands.h + app/actions/gradients-actions.c + app/actions/gradients-actions.h + app/actions/gradients-commands.c + app/actions/gradients-commands.h + app/actions/help-actions.c + app/actions/help-actions.h + app/actions/help-commands.c + app/actions/help-commands.h + app/actions/image-actions.c + app/actions/image-actions.h + app/actions/image-commands.c + app/actions/image-commands.h + app/actions/images-actions.c + app/actions/images-actions.h + app/actions/images-commands.c + app/actions/images-commands.h + app/actions/items-actions.c + app/actions/items-actions.h + app/actions/items-commands.c + app/actions/items-commands.h + app/actions/layers-actions.c + app/actions/layers-actions.h + app/actions/layers-commands.c + app/actions/layers-commands.h + app/actions/mypaint-brushes-actions.c + app/actions/mypaint-brushes-actions.h + app/actions/palette-editor-actions.c + app/actions/palette-editor-actions.h + app/actions/palette-editor-commands.c + app/actions/palette-editor-commands.h + app/actions/palettes-actions.c + app/actions/palettes-actions.h + app/actions/palettes-commands.c + app/actions/palettes-commands.h + app/actions/patterns-actions.c + app/actions/patterns-actions.h + app/actions/plug-in-actions.c + app/actions/plug-in-actions.h + app/actions/plug-in-commands.c + app/actions/plug-in-commands.h + app/actions/procedure-commands.c + app/actions/procedure-commands.h + app/actions/quick-mask-actions.c + app/actions/quick-mask-actions.h + app/actions/quick-mask-commands.c + app/actions/quick-mask-commands.h + app/actions/sample-points-actions.c + app/actions/sample-points-actions.h + app/actions/sample-points-commands.c + app/actions/sample-points-commands.h + app/actions/select-actions.c + app/actions/select-actions.h + app/actions/select-commands.c + app/actions/select-commands.h + app/actions/templates-actions.c + app/actions/templates-actions.h + app/actions/templates-commands.c + app/actions/templates-commands.h + app/actions/text-editor-actions.c + app/actions/text-editor-actions.h + app/actions/text-editor-commands.c + app/actions/text-editor-commands.h + app/actions/text-tool-actions.c + app/actions/text-tool-actions.h + app/actions/text-tool-commands.c + app/actions/text-tool-commands.h + app/actions/tool-options-actions.c + app/actions/tool-options-actions.h + app/actions/tool-options-commands.c + app/actions/tool-options-commands.h + app/actions/tool-preset-editor-actions.c + app/actions/tool-preset-editor-actions.h + app/actions/tool-preset-editor-commands.c + app/actions/tool-preset-editor-commands.h + app/actions/tool-presets-actions.c + app/actions/tool-presets-actions.h + app/actions/tool-presets-commands.c + app/actions/tool-presets-commands.h + app/actions/tools-actions.c + app/actions/tools-actions.h + app/actions/tools-commands.c + app/actions/tools-commands.h + app/actions/vectors-actions.c + app/actions/vectors-actions.h + app/actions/vectors-commands.c + app/actions/vectors-commands.h + app/actions/view-actions.c + app/actions/view-actions.h + app/actions/view-commands.c + app/actions/view-commands.h + app/actions/window-actions.c + app/actions/window-actions.h + app/actions/window-commands.c + app/actions/window-commands.h + app/actions/windows-actions.c + app/actions/windows-actions.h + app/actions/windows-commands.c + app/actions/windows-commands.h + app/app.c + app/app.h + app/config/config-enums.h + app/config/gimpconfig-dump.h + app/core/core-enums.h + app/core/core-types.h + app/core/gimp-batch.c + app/core/gimp-batch.h + app/core/gimp-data-factories.c + app/core/gimp-data-factories.h + app/core/gimp-edit.c + app/core/gimp-edit.h + app/core/gimp-gui.c + app/core/gimp-gui.h + app/core/gimp-memsize.c + app/core/gimp-memsize.h + app/core/gimp-parasites.c + app/core/gimp-parasites.h + app/core/gimp-tags.h + app/core/gimp-templates.c + app/core/gimp-templates.h + app/core/gimp-transform-resize.c + app/core/gimp-transform-resize.h + app/core/gimp-transform-utils.c + app/core/gimp-transform-utils.h + app/core/gimp-units.h + app/core/gimp-user-install.h + app/core/gimp-utils.c + app/core/gimp-utils.h + app/core/gimp.c + app/core/gimp.h + app/core/gimpauxitem.c + app/core/gimpauxitem.h + app/core/gimpauxitemundo.c + app/core/gimpauxitemundo.h + app/core/gimpboundary.c + app/core/gimpboundary.h + app/core/gimpbrush-boundary.c + app/core/gimpbrush-boundary.h + app/core/gimpbrush-header.h + app/core/gimpbrush-load.h + app/core/gimpbrush-private.h + app/core/gimpbrush-save.c + app/core/gimpbrush-save.h + app/core/gimpbrush.c + app/core/gimpbrush.h + app/core/gimpbrushpipe-load.c + app/core/gimpbrushpipe-load.h + app/core/gimpbrushpipe-save.c + app/core/gimpbrushpipe-save.h + app/core/gimpbrushpipe.c + app/core/gimpbrushpipe.h + app/core/gimpbuffer.c + app/core/gimpbuffer.h + app/core/gimpchannel-combine.c + app/core/gimpchannel-combine.h + app/core/gimpchannel-select.c + app/core/gimpchannel-select.h + app/core/gimpchannel.c + app/core/gimpchannel.h + app/core/gimpchannelpropundo.c + app/core/gimpchannelpropundo.h + app/core/gimpchannelundo.c + app/core/gimpchannelundo.h + app/core/gimpcurve-load.c + app/core/gimpcurve-load.h + app/core/gimpcurve-map.c + app/core/gimpcurve-map.h + app/core/gimpcurve-save.c + app/core/gimpcurve-save.h + app/core/gimpcurve.c + app/core/gimpcurve.h + app/core/gimpdocumentlist.c + app/core/gimpdocumentlist.h + app/core/gimpdrawable-bucket-fill.c + app/core/gimpdrawable-bucket-fill.h + app/core/gimpdrawable-combine.c + app/core/gimpdrawable-combine.h + app/core/gimpdrawable-edit.c + app/core/gimpdrawable-edit.h + app/core/gimpdrawable-equalize.c + app/core/gimpdrawable-equalize.h + app/core/gimpdrawable-fill.c + app/core/gimpdrawable-fill.h + app/core/gimpdrawable-floating-selection.c + app/core/gimpdrawable-floating-selection.h + app/core/gimpdrawable-foreground-extract.c + app/core/gimpdrawable-foreground-extract.h + app/core/gimpdrawable-gradient.c + app/core/gimpdrawable-gradient.h + app/core/gimpdrawable-levels.c + app/core/gimpdrawable-levels.h + app/core/gimpdrawable-offset.c + app/core/gimpdrawable-offset.h + app/core/gimpdrawable-preview.c + app/core/gimpdrawable-preview.h + app/core/gimpdrawable-private.h + app/core/gimpdrawable-shadow.c + app/core/gimpdrawable-transform.c + app/core/gimpdrawable-transform.h + app/core/gimpdrawable.c + app/core/gimpdrawable.h + app/core/gimpdrawablefilter.h + app/core/gimpdrawablemodundo.c + app/core/gimpdrawablemodundo.h + app/core/gimpdrawableundo.c + app/core/gimpdrawableundo.h + app/core/gimpdynamics-load.c + app/core/gimpdynamics-load.h + app/core/gimpdynamics-save.c + app/core/gimpdynamics-save.h + app/core/gimpdynamics.c + app/core/gimpdynamics.h + app/core/gimpdynamicsoutput.c + app/core/gimpdynamicsoutput.h + app/core/gimperror.c + app/core/gimperror.h + app/core/gimpfloatingselectionundo.c + app/core/gimpfloatingselectionundo.h + app/core/gimpgradient-load.c + app/core/gimpgradient-load.h + app/core/gimpgradient-save.c + app/core/gimpgradient-save.h + app/core/gimpgradient.c + app/core/gimpgradient.h + app/core/gimpgrouplayerundo.c + app/core/gimpgrouplayerundo.h + app/core/gimpguideundo.c + app/core/gimpguideundo.h + app/core/gimpimage-arrange.c + app/core/gimpimage-arrange.h + app/core/gimpimage-colormap.c + app/core/gimpimage-colormap.h + app/core/gimpimage-convert-fsdither.h + app/core/gimpimage-convert-indexed.h + app/core/gimpimage-convert-type.c + app/core/gimpimage-convert-type.h + app/core/gimpimage-crop.c + app/core/gimpimage-crop.h + app/core/gimpimage-duplicate.c + app/core/gimpimage-duplicate.h + app/core/gimpimage-flip.c + app/core/gimpimage-flip.h + app/core/gimpimage-guides.c + app/core/gimpimage-guides.h + app/core/gimpimage-item-list.c + app/core/gimpimage-item-list.h + app/core/gimpimage-merge.c + app/core/gimpimage-merge.h + app/core/gimpimage-metadata.c + app/core/gimpimage-metadata.h + app/core/gimpimage-new.c + app/core/gimpimage-new.h + app/core/gimpimage-pick-color.c + app/core/gimpimage-pick-color.h + app/core/gimpimage-pick-item.c + app/core/gimpimage-pick-item.h + app/core/gimpimage-preview.c + app/core/gimpimage-preview.h + app/core/gimpimage-private.h + app/core/gimpimage-quick-mask.c + app/core/gimpimage-quick-mask.h + app/core/gimpimage-resize.c + app/core/gimpimage-resize.h + app/core/gimpimage-rotate.c + app/core/gimpimage-rotate.h + app/core/gimpimage-sample-points.c + app/core/gimpimage-sample-points.h + app/core/gimpimage-scale.c + app/core/gimpimage-scale.h + app/core/gimpimage-snap.c + app/core/gimpimage-snap.h + app/core/gimpimage-undo-push.c + app/core/gimpimage-undo-push.h + app/core/gimpimage-undo.c + app/core/gimpimage-undo.h + app/core/gimpimage.c + app/core/gimpimage.h + app/core/gimpimageundo.c + app/core/gimpimageundo.h + app/core/gimpitem-linked.c + app/core/gimpitem-linked.h + app/core/gimpitem-preview.c + app/core/gimpitem-preview.h + app/core/gimpitem.c + app/core/gimpitem.h + app/core/gimpitempropundo.c + app/core/gimpitempropundo.h + app/core/gimpitemundo.c + app/core/gimpitemundo.h + app/core/gimplayer-floating-selection.c + app/core/gimplayer-floating-selection.h + app/core/gimplayer-new.c + app/core/gimplayer-new.h + app/core/gimplayer.c + app/core/gimplayer.h + app/core/gimplayermask.c + app/core/gimplayermask.h + app/core/gimplayermaskpropundo.c + app/core/gimplayermaskpropundo.h + app/core/gimplayermaskundo.c + app/core/gimplayermaskundo.h + app/core/gimplayerpropundo.c + app/core/gimplayerpropundo.h + app/core/gimplayerundo.c + app/core/gimplayerundo.h + app/core/gimplineart.c + app/core/gimplineart.h + app/core/gimpmaskundo.c + app/core/gimpmaskundo.h + app/core/gimpobject.c + app/core/gimpobject.h + app/core/gimpobjectqueue.c + app/core/gimpobjectqueue.h + app/core/gimppaintinfo.c + app/core/gimppaintinfo.h + app/core/gimppalette-import.c + app/core/gimppalette-import.h + app/core/gimppalette-load.c + app/core/gimppalette-load.h + app/core/gimppalette-save.c + app/core/gimppalette-save.h + app/core/gimppalette.c + app/core/gimppalette.h + app/core/gimpparamspecs-desc.c + app/core/gimpparamspecs-desc.h + app/core/gimpparamspecs.c + app/core/gimpparamspecs.h + app/core/gimpparasitelist.c + app/core/gimpparasitelist.h + app/core/gimppattern-header.h + app/core/gimppattern-load.c + app/core/gimppattern-load.h + app/core/gimppattern-save.c + app/core/gimppattern-save.h + app/core/gimppattern.c + app/core/gimppattern.h + app/core/gimppickable-auto-shrink.c + app/core/gimppickable-auto-shrink.h + app/core/gimppickable-contiguous-region.cc + app/core/gimppickable-contiguous-region.h + app/core/gimpprojection.c + app/core/gimpprojection.h + app/core/gimpsamplepoint.c + app/core/gimpsamplepoint.h + app/core/gimpsamplepointundo.c + app/core/gimpsamplepointundo.h + app/core/gimpscanconvert.c + app/core/gimpscanconvert.h + app/core/gimpselection.c + app/core/gimpselection.h + app/core/gimpsubprogress.c + app/core/gimpsubprogress.h + app/core/gimptempbuf.c + app/core/gimptempbuf.h + app/core/gimptilehandlerprojectable.c + app/core/gimptilehandlerprojectable.h + app/core/gimptoolinfo.c + app/core/gimptoolinfo.h + app/core/gimptooloptions.c + app/core/gimptooloptions.h + app/core/gimptoolpreset-load.c + app/core/gimptoolpreset-load.h + app/core/gimptoolpreset-save.c + app/core/gimptoolpreset-save.h + app/core/gimptoolpreset.c + app/core/gimptoolpreset.h + app/core/gimpundo.c + app/core/gimpundo.h + app/core/gimpundostack.c + app/core/gimpundostack.h + app/core/gimpunit.h + app/dialogs/about-dialog.c + app/dialogs/about-dialog.h + app/dialogs/channel-options-dialog.c + app/dialogs/channel-options-dialog.h + app/dialogs/convert-indexed-dialog.c + app/dialogs/convert-indexed-dialog.h + app/dialogs/convert-precision-dialog.c + app/dialogs/convert-precision-dialog.h + app/dialogs/data-delete-dialog.c + app/dialogs/data-delete-dialog.h + app/dialogs/dialogs-constructors.c + app/dialogs/dialogs-constructors.h + app/dialogs/dialogs-types.h + app/dialogs/dialogs.h + app/dialogs/file-open-dialog.c + app/dialogs/file-open-dialog.h + app/dialogs/file-open-location-dialog.c + app/dialogs/file-open-location-dialog.h + app/dialogs/file-save-dialog.c + app/dialogs/file-save-dialog.h + app/dialogs/grid-dialog.c + app/dialogs/grid-dialog.h + app/dialogs/image-merge-layers-dialog.c + app/dialogs/image-merge-layers-dialog.h + app/dialogs/image-new-dialog.c + app/dialogs/image-new-dialog.h + app/dialogs/image-scale-dialog.c + app/dialogs/image-scale-dialog.h + app/dialogs/input-devices-dialog.c + app/dialogs/input-devices-dialog.h + app/dialogs/item-options-dialog.c + app/dialogs/item-options-dialog.h + app/dialogs/keyboard-shortcuts-dialog.c + app/dialogs/keyboard-shortcuts-dialog.h + app/dialogs/layer-add-mask-dialog.c + app/dialogs/layer-add-mask-dialog.h + app/dialogs/layer-options-dialog.c + app/dialogs/layer-options-dialog.h + app/dialogs/palette-import-dialog.c + app/dialogs/palette-import-dialog.h + app/dialogs/preferences-dialog-utils.c + app/dialogs/preferences-dialog-utils.h + app/dialogs/preferences-dialog.c + app/dialogs/preferences-dialog.h + app/dialogs/print-size-dialog.c + app/dialogs/print-size-dialog.h + app/dialogs/quit-dialog.c + app/dialogs/quit-dialog.h + app/dialogs/resize-dialog.c + app/dialogs/resize-dialog.h + app/dialogs/resolution-calibrate-dialog.c + app/dialogs/resolution-calibrate-dialog.h + app/dialogs/scale-dialog.c + app/dialogs/scale-dialog.h + app/dialogs/stroke-dialog.c + app/dialogs/stroke-dialog.h + app/dialogs/template-options-dialog.c + app/dialogs/template-options-dialog.h + app/dialogs/tips-dialog.c + app/dialogs/tips-dialog.h + app/dialogs/user-install-dialog.h + app/dialogs/vectors-export-dialog.c + app/dialogs/vectors-export-dialog.h + app/dialogs/vectors-import-dialog.c + app/dialogs/vectors-import-dialog.h + app/dialogs/vectors-options-dialog.c + app/dialogs/vectors-options-dialog.h + app/display/display-enums.h + app/display/display-types.h + app/display/gimpcanvas.c + app/display/gimpcanvas.h + app/display/gimpcanvasboundary.h + app/display/gimpcanvaspath.h + app/display/gimpcanvaspen.h + app/display/gimpcanvaspolygon.h + app/display/gimpdisplay-foreach.c + app/display/gimpdisplay-foreach.h + app/display/gimpdisplay-handlers.c + app/display/gimpdisplay-handlers.h + app/display/gimpdisplay.c + app/display/gimpdisplay.h + app/display/gimpdisplayshell-actions.c + app/display/gimpdisplayshell-actions.h + app/display/gimpdisplayshell-appearance.c + app/display/gimpdisplayshell-appearance.h + app/display/gimpdisplayshell-autoscroll.c + app/display/gimpdisplayshell-autoscroll.h + app/display/gimpdisplayshell-callbacks.c + app/display/gimpdisplayshell-callbacks.h + app/display/gimpdisplayshell-close.c + app/display/gimpdisplayshell-close.h + app/display/gimpdisplayshell-cursor.c + app/display/gimpdisplayshell-cursor.h + app/display/gimpdisplayshell-dnd.c + app/display/gimpdisplayshell-dnd.h + app/display/gimpdisplayshell-draw.c + app/display/gimpdisplayshell-draw.h + app/display/gimpdisplayshell-expose.c + app/display/gimpdisplayshell-expose.h + app/display/gimpdisplayshell-filter-dialog.c + app/display/gimpdisplayshell-filter-dialog.h + app/display/gimpdisplayshell-filter.c + app/display/gimpdisplayshell-filter.h + app/display/gimpdisplayshell-handlers.c + app/display/gimpdisplayshell-handlers.h + app/display/gimpdisplayshell-icon.c + app/display/gimpdisplayshell-icon.h + app/display/gimpdisplayshell-layer-select.c + app/display/gimpdisplayshell-layer-select.h + app/display/gimpdisplayshell-profile.c + app/display/gimpdisplayshell-profile.h + app/display/gimpdisplayshell-progress.c + app/display/gimpdisplayshell-progress.h + app/display/gimpdisplayshell-render.c + app/display/gimpdisplayshell-render.h + app/display/gimpdisplayshell-rotate-dialog.c + app/display/gimpdisplayshell-rotate-dialog.h + app/display/gimpdisplayshell-rotate.c + app/display/gimpdisplayshell-rotate.h + app/display/gimpdisplayshell-rulers.c + app/display/gimpdisplayshell-rulers.h + app/display/gimpdisplayshell-scale-dialog.c + app/display/gimpdisplayshell-scale-dialog.h + app/display/gimpdisplayshell-scale.c + app/display/gimpdisplayshell-scale.h + app/display/gimpdisplayshell-scroll.c + app/display/gimpdisplayshell-scroll.h + app/display/gimpdisplayshell-scrollbars.c + app/display/gimpdisplayshell-scrollbars.h + app/display/gimpdisplayshell-selection.c + app/display/gimpdisplayshell-selection.h + app/display/gimpdisplayshell-title.c + app/display/gimpdisplayshell-title.h + app/display/gimpdisplayshell-tool-events.c + app/display/gimpdisplayshell-tool-events.h + app/display/gimpdisplayshell-transform.c + app/display/gimpdisplayshell-transform.h + app/display/gimpdisplayshell-utils.c + app/display/gimpdisplayshell-utils.h + app/display/gimpdisplayshell.c + app/display/gimpdisplayshell.h + app/display/gimpdisplayxfer.c + app/display/gimpdisplayxfer.h + app/display/gimpimagewindow.c + app/display/gimpimagewindow.h + app/display/gimpmotionbuffer.c + app/display/gimpstatusbar.c + app/display/gimpstatusbar.h + app/errors.c + app/errors.h + app/file-data/file-data-gbr.c + app/file-data/file-data-gbr.h + app/file-data/file-data-gih.c + app/file-data/file-data-gih.h + app/file-data/file-data-pat.c + app/file-data/file-data-pat.h + app/file-data/file-data.c + app/file-data/file-data.h + app/gegl/gimp-gegl-mask-combine.cc + app/gegl/gimp-gegl-mask-combine.h + app/gegl/gimp-gegl-mask.c + app/gegl/gimp-gegl-mask.h + app/gegl/gimptilehandlervalidate.c + app/gegl/gimptilehandlervalidate.h + app/gimp-intl.h + app/gimp-log.c + app/gimp-log.h + app/gimp-priorities.h + app/gimp-version.c + app/gimp-version.h + app/gui/gui-message.c + app/gui/gui-message.h + app/gui/gui-types.h + app/gui/gui-unique.c + app/gui/gui-unique.h + app/gui/gui-vtable.c + app/gui/gui-vtable.h + app/gui/gui.c + app/gui/gui.h + app/gui/session.h + app/gui/splash.c + app/gui/splash.h + app/gui/themes.c + app/gui/themes.h + app/language.h + app/main.c + app/menus/dockable-menu.c + app/menus/dockable-menu.h + app/menus/file-menu.c + app/menus/file-menu.h + app/menus/filters-menu.c + app/menus/filters-menu.h + app/menus/image-menu.c + app/menus/image-menu.h + app/menus/menus-types.h + app/menus/menus.c + app/menus/menus.h + app/menus/plug-in-menus.c + app/menus/plug-in-menus.h + app/menus/tool-options-menu.c + app/menus/tool-options-menu.h + app/menus/window-menu.c + app/menus/window-menu.h + app/menus/windows-menu.c + app/menus/windows-menu.h + app/operations/gimp-operation-config.c + app/operations/gimp-operation-config.h + app/operations/gimpcageconfig.c + app/operations/gimpcageconfig.h + app/operations/gimpoperationcagecoefcalc.c + app/operations/gimpoperationcagecoefcalc.h + app/operations/gimpoperationcagetransform.c + app/operations/gimpoperationcagetransform.h + app/paint/gimp-paint.c + app/paint/gimp-paint.h + app/paint/gimpairbrush.c + app/paint/gimpairbrush.h + app/paint/gimpairbrushoptions.c + app/paint/gimpairbrushoptions.h + app/paint/gimpbrushcore-loops.cc + app/paint/gimpbrushcore-loops.h + app/paint/gimpbrushcore.c + app/paint/gimpbrushcore.h + app/paint/gimpclone.c + app/paint/gimpclone.h + app/paint/gimpcloneoptions.c + app/paint/gimpcloneoptions.h + app/paint/gimpconvolve.c + app/paint/gimpconvolve.h + app/paint/gimpconvolveoptions.c + app/paint/gimpconvolveoptions.h + app/paint/gimpdodgeburn.c + app/paint/gimpdodgeburn.h + app/paint/gimpdodgeburnoptions.c + app/paint/gimpdodgeburnoptions.h + app/paint/gimperaser.c + app/paint/gimperaser.h + app/paint/gimperaseroptions.c + app/paint/gimperaseroptions.h + app/paint/gimpheal.h + app/paint/gimpink.c + app/paint/gimpink.h + app/paint/gimpinkoptions.c + app/paint/gimpinkoptions.h + app/paint/gimpinkundo.c + app/paint/gimpinkundo.h + app/paint/gimpmybrushcore.c + app/paint/gimpmybrushcore.h + app/paint/gimpmybrushoptions.c + app/paint/gimpmybrushoptions.h + app/paint/gimpmybrushsurface.c + app/paint/gimpmybrushsurface.h + app/paint/gimppaintbrush.c + app/paint/gimppaintbrush.h + app/paint/gimppaintcore-loops.cc + app/paint/gimppaintcore-loops.h + app/paint/gimppaintcore-stroke.c + app/paint/gimppaintcore-stroke.h + app/paint/gimppaintcore.c + app/paint/gimppaintcore.h + app/paint/gimppaintcoreundo.c + app/paint/gimppaintcoreundo.h + app/paint/gimppaintoptions.c + app/paint/gimppaintoptions.h + app/paint/gimppencil.c + app/paint/gimppencil.h + app/paint/gimppenciloptions.c + app/paint/gimppenciloptions.h + app/paint/gimpperspectiveclone.c + app/paint/gimpperspectiveclone.h + app/paint/gimpperspectivecloneoptions.c + app/paint/gimpperspectivecloneoptions.h + app/paint/gimpsmudge.c + app/paint/gimpsmudge.h + app/paint/gimpsmudgeoptions.c + app/paint/gimpsmudgeoptions.h + app/paint/gimpsourcecore.c + app/paint/gimpsourcecore.h + app/paint/gimpsourceoptions.c + app/paint/gimpsourceoptions.h + app/paint/paint-enums.h + app/paint/paint-types.h + app/pdb/gimp-pdb-compat.c + app/pdb/gimp-pdb-compat.h + app/pdb/gimppdb-query.c + app/pdb/gimppdb-query.h + app/pdb/gimppdb-utils.c + app/pdb/gimppdb-utils.h + app/pdb/gimppdb.c + app/pdb/gimppdb.h + app/pdb/gimppdberror.c + app/pdb/gimppdberror.h + app/pdb/gimpprocedure.c + app/pdb/gimpprocedure.h + app/pdb/pdb-types.h + app/plug-in/gimppluginerror.c + app/plug-in/gimppluginerror.h + app/plug-in/plug-in-enums.h + app/plug-in/plug-in-params.c + app/plug-in/plug-in-params.h + app/plug-in/plug-in-types.h + app/propgui/propgui-types.h + app/sanity.c + app/sanity.h + app/signals.c + app/signals.h + app/tests.c + app/tests.h + app/tests/gimp-app-test-utils.c + app/tests/gimp-app-test-utils.h + app/tests/gimp-test-session-utils.c + app/tests/gimp-test-session-utils.h + app/tests/test-core.c + app/tests/test-gimpidtable.c + app/tests/test-save-and-export.c + app/tests/test-session-2-8-compatibility-multi-window.c + app/tests/test-session-2-8-compatibility-single-window.c + app/tests/test-tools.c + app/tests/test-ui.c + app/tests/test-xcf.c + app/text/gimptextundo.c + app/text/gimptextundo.h + app/text/text-enums.h + app/tools/gimp-tools.c + app/tools/gimp-tools.h + app/tools/gimpairbrushtool.c + app/tools/gimpairbrushtool.h + app/tools/gimpalignoptions.c + app/tools/gimpalignoptions.h + app/tools/gimpaligntool.c + app/tools/gimpaligntool.h + app/tools/gimpbrightnesscontrasttool.c + app/tools/gimpbrightnesscontrasttool.h + app/tools/gimpbrushtool.c + app/tools/gimpbrushtool.h + app/tools/gimpbucketfilloptions.c + app/tools/gimpbucketfilloptions.h + app/tools/gimpbucketfilltool.c + app/tools/gimpbucketfilltool.h + app/tools/gimpcageoptions.c + app/tools/gimpcageoptions.h + app/tools/gimpcagetool.c + app/tools/gimpcagetool.h + app/tools/gimpcloneoptions-gui.c + app/tools/gimpcloneoptions-gui.h + app/tools/gimpclonetool.c + app/tools/gimpclonetool.h + app/tools/gimpcoloroptions.c + app/tools/gimpcoloroptions.h + app/tools/gimpcolorpickeroptions.c + app/tools/gimpcolorpickeroptions.h + app/tools/gimpcolorpickertool.c + app/tools/gimpcolorpickertool.h + app/tools/gimpcolortool.c + app/tools/gimpcolortool.h + app/tools/gimpconvolvetool.c + app/tools/gimpconvolvetool.h + app/tools/gimpcropoptions.c + app/tools/gimpcropoptions.h + app/tools/gimpcroptool.c + app/tools/gimpcroptool.h + app/tools/gimpcurvestool.c + app/tools/gimpcurvestool.h + app/tools/gimpdodgeburntool.c + app/tools/gimpdodgeburntool.h + app/tools/gimpdrawtool.c + app/tools/gimpdrawtool.h + app/tools/gimpeditselectiontool.c + app/tools/gimpeditselectiontool.h + app/tools/gimpellipseselecttool.c + app/tools/gimpellipseselecttool.h + app/tools/gimperasertool.c + app/tools/gimperasertool.h + app/tools/gimpfilteroptions.c + app/tools/gimpfilteroptions.h + app/tools/gimpfiltertool.h + app/tools/gimpflipoptions.c + app/tools/gimpflipoptions.h + app/tools/gimpfliptool.c + app/tools/gimpfliptool.h + app/tools/gimpforegroundselectoptions.c + app/tools/gimpforegroundselectoptions.h + app/tools/gimpforegroundselecttool.h + app/tools/gimpforegroundselecttoolundo.c + app/tools/gimpforegroundselecttoolundo.h + app/tools/gimpfreeselecttool.h + app/tools/gimpgegltool.c + app/tools/gimpgegltool.h + app/tools/gimpgenerictransformtool.c + app/tools/gimpgenerictransformtool.h + app/tools/gimpgradientoptions.c + app/tools/gimpgradientoptions.h + app/tools/gimpgradienttool-editor.c + app/tools/gimpgradienttool-editor.h + app/tools/gimpgradienttool.h + app/tools/gimpguidetool.c + app/tools/gimpguidetool.h + app/tools/gimphandletransformoptions.c + app/tools/gimphandletransformoptions.h + app/tools/gimphandletransformtool.c + app/tools/gimphandletransformtool.h + app/tools/gimphealtool.c + app/tools/gimphealtool.h + app/tools/gimphistogramoptions.c + app/tools/gimphistogramoptions.h + app/tools/gimpinkoptions-gui.c + app/tools/gimpinkoptions-gui.h + app/tools/gimpinktool.c + app/tools/gimpinktool.h + app/tools/gimpiscissorsoptions.c + app/tools/gimpiscissorsoptions.h + app/tools/gimpiscissorstool.h + app/tools/gimplevelstool.c + app/tools/gimplevelstool.h + app/tools/gimpmagnifyoptions.c + app/tools/gimpmagnifyoptions.h + app/tools/gimpmagnifytool.c + app/tools/gimpmagnifytool.h + app/tools/gimpmeasureoptions.h + app/tools/gimpmeasuretool.h + app/tools/gimpmoveoptions.c + app/tools/gimpmoveoptions.h + app/tools/gimpmovetool.c + app/tools/gimpmovetool.h + app/tools/gimpmybrushoptions-gui.c + app/tools/gimpmybrushoptions-gui.h + app/tools/gimpmybrushtool.c + app/tools/gimpmybrushtool.h + app/tools/gimpnpointdeformationoptions.c + app/tools/gimpnpointdeformationoptions.h + app/tools/gimpnpointdeformationtool.c + app/tools/gimpnpointdeformationtool.h + app/tools/gimpoffsettool.c + app/tools/gimpoffsettool.h + app/tools/gimpoperationtool.c + app/tools/gimpoperationtool.h + app/tools/gimppaintbrushtool.c + app/tools/gimppaintbrushtool.h + app/tools/gimppaintoptions-gui.c + app/tools/gimppaintoptions-gui.h + app/tools/gimppainttool-paint.c + app/tools/gimppainttool-paint.h + app/tools/gimppainttool.c + app/tools/gimppainttool.h + app/tools/gimppenciltool.c + app/tools/gimppenciltool.h + app/tools/gimpperspectiveclonetool.c + app/tools/gimpperspectiveclonetool.h + app/tools/gimpperspectivetool.c + app/tools/gimpperspectivetool.h + app/tools/gimprectangleoptions.c + app/tools/gimprectangleoptions.h + app/tools/gimprectangleselectoptions.c + app/tools/gimprectangleselectoptions.h + app/tools/gimprectangleselecttool.c + app/tools/gimprectangleselecttool.h + app/tools/gimpregionselectoptions.c + app/tools/gimpregionselectoptions.h + app/tools/gimprotatetool.c + app/tools/gimprotatetool.h + app/tools/gimpsamplepointtool.c + app/tools/gimpsamplepointtool.h + app/tools/gimpscaletool.c + app/tools/gimpscaletool.h + app/tools/gimpseamlesscloneoptions.c + app/tools/gimpseamlesscloneoptions.h + app/tools/gimpseamlessclonetool.c + app/tools/gimpseamlessclonetool.h + app/tools/gimpselectionoptions.c + app/tools/gimpselectionoptions.h + app/tools/gimpselectiontool.c + app/tools/gimpselectiontool.h + app/tools/gimpsheartool.c + app/tools/gimpsheartool.h + app/tools/gimpsmudgetool.c + app/tools/gimpsmudgetool.h + app/tools/gimpsourcetool.c + app/tools/gimpsourcetool.h + app/tools/gimptextoptions.c + app/tools/gimptextoptions.h + app/tools/gimpthresholdtool.c + app/tools/gimpthresholdtool.h + app/tools/gimptilehandleriscissors.c + app/tools/gimptilehandleriscissors.h + app/tools/gimptool.c + app/tools/gimptool.h + app/tools/gimptoolcontrol.c + app/tools/gimptoolcontrol.h + app/tools/gimptooloptions-gui.c + app/tools/gimptooloptions-gui.h + app/tools/gimptools-utils.c + app/tools/gimptools-utils.h + app/tools/gimptransform3doptions.c + app/tools/gimptransform3doptions.h + app/tools/gimptransform3dtool.c + app/tools/gimptransform3dtool.h + app/tools/gimptransformgridoptions.c + app/tools/gimptransformgridoptions.h + app/tools/gimptransformgridtool.c + app/tools/gimptransformgridtool.h + app/tools/gimptransformgridtoolundo.c + app/tools/gimptransformgridtoolundo.h + app/tools/gimptransformoptions.c + app/tools/gimptransformoptions.h + app/tools/gimptransformtool.c + app/tools/gimptransformtool.h + app/tools/gimpunifiedtransformtool.c + app/tools/gimpunifiedtransformtool.h + app/tools/gimpvectoroptions.h + app/tools/gimpwarpoptions.c + app/tools/gimpwarpoptions.h + app/tools/gimpwarptool.c + app/tools/gimpwarptool.h + app/tools/tool_manager.c + app/tools/tool_manager.h + app/tools/tools-enums.h + app/tools/tools-types.h + app/unique.c + app/unique.h + app/vectors/gimpvectors-export.c + app/vectors/gimpvectors-export.h + app/vectors/gimpvectors-preview.c + app/vectors/gimpvectors-preview.h + app/vectors/gimpvectorsmodundo.c + app/vectors/gimpvectorsmodundo.h + app/vectors/gimpvectorspropundo.c + app/vectors/gimpvectorspropundo.h + app/vectors/gimpvectorsundo.c + app/vectors/gimpvectorsundo.h + app/widgets/gimpblobeditor.c + app/widgets/gimpclipboard.c + app/widgets/gimpclipboard.h + app/widgets/gimpcolorbar.c + app/widgets/gimpcolorbar.h + app/widgets/gimpcolorframe.c + app/widgets/gimpcolorframe.h + app/widgets/gimpcolormapeditor.c + app/widgets/gimpcolormapeditor.h + app/widgets/gimpcolorpanel.c + app/widgets/gimpcolorpanel.h + app/widgets/gimpcontainerview-utils.c + app/widgets/gimpcontrollers.c + app/widgets/gimpcursor.c + app/widgets/gimpcursor.h + app/widgets/gimpcurveview.c + app/widgets/gimpcurveview.h + app/widgets/gimpdeviceinfo-coords.c + app/widgets/gimpdeviceinfo-coords.h + app/widgets/gimpdeviceinfo.c + app/widgets/gimpdeviceinfo.h + app/widgets/gimpdevices.c + app/widgets/gimpdevices.h + app/widgets/gimpdnd.c + app/widgets/gimpdnd.h + app/widgets/gimpdynamicseditor.c + app/widgets/gimpdynamicseditor.h + app/widgets/gimphandlebar.c + app/widgets/gimphandlebar.h + app/widgets/gimphistogrambox.c + app/widgets/gimphistogrambox.h + app/widgets/gimphistogrameditor.c + app/widgets/gimphistogrameditor.h + app/widgets/gimphistogramview.c + app/widgets/gimphistogramview.h + app/widgets/gimpimageeditor.c + app/widgets/gimpimageeditor.h + app/widgets/gimppaletteeditor.c + app/widgets/gimppaletteeditor.h + app/widgets/gimprender.c + app/widgets/gimprender.h + app/widgets/gimpselectiondata.c + app/widgets/gimpselectiondata.h + app/widgets/gimpselectioneditor.c + app/widgets/gimpselectioneditor.h + app/widgets/gimpstrokeeditor.c + app/widgets/gimptemplateeditor.c + app/widgets/gimpthumbbox.c + app/widgets/gimpthumbbox.h + app/widgets/gimptoolbox-color-area.c + app/widgets/gimptoolbox-color-area.h + app/widgets/gimptoolbox-dnd.c + app/widgets/gimptoolbox-dnd.h + app/widgets/gimptoolbox-image-area.c + app/widgets/gimptoolbox-image-area.h + app/widgets/gimptoolbox-indicator-area.c + app/widgets/gimptoolbox-indicator-area.h + app/widgets/gimptoolbox.c + app/widgets/gimptoolbox.h + app/widgets/gimptoolpreseteditor.c + app/widgets/gimptoolpreseteditor.h + app/widgets/gimpundoeditor.c + app/widgets/gimpundoeditor.h + app/widgets/gimpviewablebox.c + app/widgets/gimpviewablebox.h + app/widgets/gimpwidgets-constructors.c + app/widgets/gimpwidgets-constructors.h + app/widgets/widgets-enums.h + app/widgets/widgets-types.h + app/xcf/xcf-load.c + app/xcf/xcf-load.h + app/xcf/xcf-private.h + app/xcf/xcf-read.c + app/xcf/xcf-read.h + app/xcf/xcf-save.c + app/xcf/xcf-save.h + app/xcf/xcf-seek.c + app/xcf/xcf-seek.h + app/xcf/xcf-utils.c + app/xcf/xcf-utils.h + app/xcf/xcf-write.c + app/xcf/xcf-write.h + app/xcf/xcf.c + app/xcf/xcf.h + libgimp/gimptilebackendplugin.c + modules/color-selector-cmyk.c + modules/color-selector-water.c + modules/color-selector-wheel.c + modules/display-filter-clip-warning.c + modules/display-filter-gamma.c + modules/display-filter-high-contrast.c + pdb/app.pl + pdb/groups/gradient.pdb + pdb/groups/image_grid.pdb + pdb/groups/vectors.pdb + pdb/lib.pl + pdb/pdb.pl + pdb/pdbgen.pl + pdb/util.pl + plug-ins/common/align-layers.c + plug-ins/common/border-average.c + plug-ins/common/checkerboard.c + plug-ins/common/contrast-retinex.c + plug-ins/common/crop-zealous.c + plug-ins/common/file-aa.c + plug-ins/common/file-gih.c + plug-ins/common/file-header.c + plug-ins/common/file-heif.c + plug-ins/common/file-pat.c + plug-ins/common/file-raw-data.c + plug-ins/common/fractal-trace.c + plug-ins/common/goat-exercise.c + plug-ins/common/guillotine.c + plug-ins/common/qbist.c + plug-ins/common/sample-colorize.c + plug-ins/common/sharpen.c + plug-ins/common/wavelet-decompose.c + plug-ins/file-bmp/bmp-load.c + plug-ins/file-bmp/bmp-load.h + plug-ins/file-bmp/bmp-save.c + plug-ins/file-bmp/bmp-save.h + plug-ins/file-bmp/bmp.c + plug-ins/file-bmp/bmp.h + plug-ins/file-dds/color.h + plug-ins/file-dds/dds.h + plug-ins/file-dds/ddsplugin.h + plug-ins/file-dds/dxt.h + plug-ins/file-dds/endian_rw.h + plug-ins/file-dds/imath.h + plug-ins/file-dds/mipmap.h + plug-ins/file-dds/misc.h + plug-ins/file-dds/vec.h + plug-ins/file-exr/file-exr.c + plug-ins/file-exr/openexr-wrapper.cc + plug-ins/file-exr/openexr-wrapper.h + plug-ins/file-faxg3/faxg3.c + plug-ins/file-fli/fli.h + plug-ins/file-jpeg/jpeg-load.c + plug-ins/file-jpeg/jpeg-load.h + plug-ins/file-jpeg/jpeg-save.c + plug-ins/file-jpeg/jpeg-save.h + plug-ins/file-jpeg/jpeg.c + plug-ins/file-jpeg/jpeg.h + plug-ins/file-psd/psd-save.h + plug-ins/file-sgi/sgi-lib.h + plug-ins/flame/cmap.c + plug-ins/flame/cmap.h + plug-ins/flame/flame.h + plug-ins/flame/libifs.c + plug-ins/flame/libifs.h + plug-ins/flame/rect.c + plug-ins/flame/rect.h + plug-ins/fractal-explorer/fractal-explorer-dialogs.c + plug-ins/gimpressionist/brush.c + plug-ins/gimpressionist/brush.h + plug-ins/gimpressionist/color.c + plug-ins/gimpressionist/color.h + plug-ins/gimpressionist/general.c + plug-ins/gimpressionist/general.h + plug-ins/gimpressionist/gimp.c + plug-ins/gimpressionist/gimpressionist.c + plug-ins/gimpressionist/gimpressionist.h + plug-ins/gimpressionist/globals.c + plug-ins/gimpressionist/infile.h + plug-ins/gimpressionist/orientation.c + plug-ins/gimpressionist/orientation.h + plug-ins/gimpressionist/orientmap.c + plug-ins/gimpressionist/orientmap.h + plug-ins/gimpressionist/paper.c + plug-ins/gimpressionist/paper.h + plug-ins/gimpressionist/placement.c + plug-ins/gimpressionist/placement.h + plug-ins/gimpressionist/plasma.c + plug-ins/gimpressionist/ppmtool.c + plug-ins/gimpressionist/ppmtool.h + plug-ins/gimpressionist/presets.c + plug-ins/gimpressionist/presets.h + plug-ins/gimpressionist/preview.c + plug-ins/gimpressionist/preview.h + plug-ins/gimpressionist/random.h + plug-ins/gimpressionist/repaint.c + plug-ins/gimpressionist/size.c + plug-ins/gimpressionist/size.h + plug-ins/gimpressionist/sizemap.c + plug-ins/imagemap/imap_about.c + plug-ins/imagemap/imap_about.h + plug-ins/imagemap/imap_browse.c + plug-ins/imagemap/imap_browse.h + plug-ins/imagemap/imap_cern.l + plug-ins/imagemap/imap_cern.y + plug-ins/imagemap/imap_cern_lex.c + plug-ins/imagemap/imap_circle.c + plug-ins/imagemap/imap_circle.h + plug-ins/imagemap/imap_cmd_clear.c + plug-ins/imagemap/imap_cmd_copy.c + plug-ins/imagemap/imap_cmd_copy_object.c + plug-ins/imagemap/imap_cmd_create.c + plug-ins/imagemap/imap_cmd_cut.c + plug-ins/imagemap/imap_cmd_cut_object.c + plug-ins/imagemap/imap_cmd_delete.c + plug-ins/imagemap/imap_cmd_delete_point.c + plug-ins/imagemap/imap_cmd_edit_object.c + plug-ins/imagemap/imap_cmd_gimp_guides.c + plug-ins/imagemap/imap_cmd_guides.c + plug-ins/imagemap/imap_cmd_insert_point.c + plug-ins/imagemap/imap_cmd_move.c + plug-ins/imagemap/imap_cmd_move_down.c + plug-ins/imagemap/imap_cmd_move_sash.c + plug-ins/imagemap/imap_cmd_move_selected.c + plug-ins/imagemap/imap_cmd_move_to_front.c + plug-ins/imagemap/imap_cmd_move_up.c + plug-ins/imagemap/imap_cmd_object_down.c + plug-ins/imagemap/imap_cmd_object_move.c + plug-ins/imagemap/imap_cmd_object_up.c + plug-ins/imagemap/imap_cmd_paste.c + plug-ins/imagemap/imap_cmd_select.c + plug-ins/imagemap/imap_cmd_select_all.c + plug-ins/imagemap/imap_cmd_select_next.c + plug-ins/imagemap/imap_cmd_select_prev.c + plug-ins/imagemap/imap_cmd_select_region.c + plug-ins/imagemap/imap_cmd_send_to_back.c + plug-ins/imagemap/imap_cmd_unselect.c + plug-ins/imagemap/imap_cmd_unselect_all.c + plug-ins/imagemap/imap_command.c + plug-ins/imagemap/imap_command.h + plug-ins/imagemap/imap_csim.l + plug-ins/imagemap/imap_csim.y + plug-ins/imagemap/imap_csim_lex.c + plug-ins/imagemap/imap_default_dialog.c + plug-ins/imagemap/imap_default_dialog.h + plug-ins/imagemap/imap_edit_area_info.c + plug-ins/imagemap/imap_edit_area_info.h + plug-ins/imagemap/imap_file.c + plug-ins/imagemap/imap_file.h + plug-ins/imagemap/imap_grid.c + plug-ins/imagemap/imap_grid.h + plug-ins/imagemap/imap_main.c + plug-ins/imagemap/imap_main.h + plug-ins/imagemap/imap_menu.c + plug-ins/imagemap/imap_menu.h + plug-ins/imagemap/imap_menu_funcs.c + plug-ins/imagemap/imap_menu_funcs.h + plug-ins/imagemap/imap_misc.c + plug-ins/imagemap/imap_misc.h + plug-ins/imagemap/imap_mru.c + plug-ins/imagemap/imap_mru.h + plug-ins/imagemap/imap_ncsa.l + plug-ins/imagemap/imap_ncsa.y + plug-ins/imagemap/imap_ncsa_lex.c + plug-ins/imagemap/imap_object.c + plug-ins/imagemap/imap_object.h + plug-ins/imagemap/imap_object_popup.c + plug-ins/imagemap/imap_object_popup.h + plug-ins/imagemap/imap_polygon.c + plug-ins/imagemap/imap_polygon.h + plug-ins/imagemap/imap_preferences.c + plug-ins/imagemap/imap_preferences.h + plug-ins/imagemap/imap_preview.c + plug-ins/imagemap/imap_preview.h + plug-ins/imagemap/imap_rectangle.c + plug-ins/imagemap/imap_rectangle.h + plug-ins/imagemap/imap_selection.c + plug-ins/imagemap/imap_selection.h + plug-ins/imagemap/imap_settings.c + plug-ins/imagemap/imap_settings.h + plug-ins/imagemap/imap_source.c + plug-ins/imagemap/imap_source.h + plug-ins/imagemap/imap_statusbar.c + plug-ins/imagemap/imap_statusbar.h + plug-ins/imagemap/imap_stock.c + plug-ins/imagemap/imap_stock.h + plug-ins/imagemap/imap_string.c + plug-ins/imagemap/imap_string.h + plug-ins/imagemap/imap_table.c + plug-ins/imagemap/imap_table.h + plug-ins/imagemap/imap_taglist.c + plug-ins/imagemap/imap_taglist.h + plug-ins/lighting/lighting-preview.h + plug-ins/lighting/lighting-stock.c + plug-ins/lighting/lighting-stock.h + plug-ins/lighting/lighting-ui.c + plug-ins/map-object/map-object-stock.c + plug-ins/map-object/map-object-stock.h + plug-ins/metadata/metadata-editor.h + plug-ins/metadata/metadata-impexp.h + plug-ins/metadata/metadata-misc.h + plug-ins/metadata/metadata-tags.c + plug-ins/metadata/metadata-tags.h + plug-ins/metadata/metadata-xml.h + plug-ins/print/print-draw-page.c + plug-ins/print/print-draw-page.h + plug-ins/print/print-page-layout.c + plug-ins/print/print-page-layout.h + plug-ins/print/print-page-setup.c + plug-ins/print/print-page-setup.h + plug-ins/print/print-preview.c + plug-ins/print/print-preview.h + plug-ins/print/print-settings.c + plug-ins/print/print-settings.h + plug-ins/print/print-utils.c + plug-ins/print/print-utils.h + plug-ins/print/print.c + plug-ins/print/print.h + plug-ins/pygimp/gimpcolormodule.c + plug-ins/pygimp/gimpenumsmodule.c + plug-ins/pygimp/gimpfu.py + plug-ins/pygimp/gimpmodule.c + plug-ins/pygimp/gimpthumbmodule.c + plug-ins/pygimp/gimpui.py + plug-ins/pygimp/gimpuimodule.c + plug-ins/pygimp/plug-ins/clothify.py + plug-ins/pygimp/plug-ins/colorxhtml.py + plug-ins/pygimp/plug-ins/foggify.py + plug-ins/pygimp/plug-ins/histogram-export.py + plug-ins/pygimp/plug-ins/palette-offset.py + plug-ins/pygimp/plug-ins/palette-sort.py + plug-ins/pygimp/plug-ins/palette-to-gradient.py + plug-ins/pygimp/plug-ins/python-console.py + plug-ins/pygimp/plug-ins/python-eval.py + plug-ins/pygimp/plug-ins/shadow_bevel.py + plug-ins/pygimp/plug-ins/sphere.py + plug-ins/pygimp/plug-ins/spyro_plus.py + plug-ins/pygimp/pygimp-api.h + plug-ins/pygimp/pygimp-colors.c + plug-ins/pygimp/pygimp-display.c + plug-ins/pygimp/pygimp-drawable.c + plug-ins/pygimp/pygimp-image.c + plug-ins/pygimp/pygimp-item.c + plug-ins/pygimp/pygimp-parasite.c + plug-ins/pygimp/pygimp-pdb.c + plug-ins/pygimp/pygimp-tile.c + plug-ins/pygimp/pygimp-util.h + plug-ins/pygimp/pygimp-vectors.c + plug-ins/pygimp/pygimp.h + plug-ins/pygimp/pygimpcolor-api.h + plug-ins/pygimp/pygimpcolor.h + plug-ins/screenshot/screenshot-freedesktop.h + plug-ins/screenshot/screenshot-kwin.h + plug-ins/screenshot/screenshot-osx.h + plug-ins/screenshot/screenshot-win32.h + plug-ins/screenshot/screenshot-x11.h + plug-ins/screenshot/screenshot.h + plug-ins/script-fu/scheme-wrapper.c + plug-ins/script-fu/scheme-wrapper.h + plug-ins/script-fu/script-fu-console.c + plug-ins/script-fu/script-fu-console.h + plug-ins/script-fu/script-fu-enums.h + plug-ins/script-fu/script-fu-eval.c + plug-ins/script-fu/script-fu-eval.h + plug-ins/script-fu/script-fu-interface.c + plug-ins/script-fu/script-fu-interface.h + plug-ins/script-fu/script-fu-regex.h + plug-ins/script-fu/script-fu-script.c + plug-ins/script-fu/script-fu-script.h + plug-ins/script-fu/script-fu-scripts.c + plug-ins/script-fu/script-fu-scripts.h + plug-ins/script-fu/script-fu-server.c + plug-ins/script-fu/script-fu-server.h + plug-ins/script-fu/script-fu-text-console.c + plug-ins/script-fu/script-fu-text-console.h + plug-ins/script-fu/script-fu-types.h + plug-ins/script-fu/script-fu-utils.c + plug-ins/script-fu/script-fu-utils.h + plug-ins/script-fu/script-fu.c + plug-ins/script-fu/scripts/coffee.scm + plug-ins/script-fu/scripts/reverse-layers.scm + plug-ins/script-fu/scripts/script-fu-set-cmap.scm + plug-ins/script-fu/scripts/tileblur.scm + plug-ins/twain/tw_platform.h + tools/gimppath2svg.py + tools/performance-log-close-tags.py + tools/performance-log-coalesce.py + tools/performance-log-deduce.py + tools/performance-log-expand.py + tools/performance-log-progressive-coalesce.py + tools/performance-log-resolve.py + tools/performance-log-viewer + tools/performance-log-viewer.py + tools/svg-contrast.c +Copyright: 3 /31/1999 + 1992 Scott Draves + 1995 Spencer Kimball and Peter Mattisbvf + 1995-2001 Spencer Kimball, Peter Mattis, and others. + 1995-2002 Spencer Kimball, Peter Mattis and others + 1995-2003 Spencer Kimball and Peter Mattis + 1995-2003 Spencer Kimball, Peter Mattis, and others + 1997 Brent Burton & the Edward Blevins + 1997 Hirotsuna Mizuno s1041150@u-aizu.ac.jp + 1997 Jochen Friedrich Parts Copyright (C) 1995 Gert Doering Parts Copyright (C) 1995 Spencer Kimball and Peter Mattis + 1997 Josh MacDonald + 1997-1998 Michael Sweet (mike@easysw.com) + 1997-1998 Shuji Narazaki + 1997-2002 James Henstridge + 1998 Philipp Klaus (webmaster@access.ch) + 1998-2005 Maurits Rijk lpeek.mrijk@consunet.nl + 1998-2006 Manish Singh + 1998-2006 Maurits Rijk m.rijk@chello.nl + 1999 Adrian Likins and Tor Lillqvist + 1999 Craig Setera Craig Setera + 1999 Manish Singh + 1999 Tor Lillqvist + 2000 Jens Lautenbacher, Sven Neumann + 2000 Simon Budig + 2003 Henrik Brix Andersen + 2003 Simon Budig + 2003-2006 Sven Neumann + 2004 Sven Neumann + 2004-2012 Shawn Kirst , with parts (C) 2003 Arne Reuter where specified. + 2006 Akkana Peck. + 2008-2010 Michael Natterer + 2009-2011 Martin Nordholts + 2009-2011 Martin Nordholts + 2010-2011 Michael Muré + 2011 Barak Itkin + 2012 Øyvind Kolås + 2013 Daniel Sabo + 2013 Marek Dvoroznak + 2016-2017 Ben Touchette + 2016-2018 Jehan + 2017 Sébastien Fourey & David Tchumperlé + 2017-2020 Ell + 2018 struktur AG, Dirk Farin + __NO_COPYRIGHT__ in: app/core/gimp-parasites.c + __NO_COPYRIGHT__ in: app/core/gimp-parasites.h + __NO_COPYRIGHT__ in: app/core/gimpparasitelist.c + __NO_COPYRIGHT__ in: app/core/gimpparasitelist.h + __NO_COPYRIGHT__ in: app/display/gimpstatusbar.c + __NO_COPYRIGHT__ in: modules/color-selector-water.c + __NO_COPYRIGHT__ in: plug-ins/common/crop-zealous.c + __NO_COPYRIGHT__ in: plug-ins/common/file-raw-data.c + __NO_COPYRIGHT__ in: plug-ins/common/goat-exercise.c + __NO_COPYRIGHT__ in: plug-ins/common/qbist.c + __NO_COPYRIGHT__ in: plug-ins/common/wavelet-decompose.c + __NO_COPYRIGHT__ in: plug-ins/file-fli/fli.h + __NO_COPYRIGHT__ in: plug-ins/lighting/lighting-preview.h + __NO_COPYRIGHT__ in: plug-ins/lighting/lighting-ui.c + __NO_COPYRIGHT__ in: plug-ins/pygimp/plug-ins/histogram-export.py + __NO_COPYRIGHT__ in: plug-ins/pygimp/plug-ins/palette-offset.py + __NO_COPYRIGHT__ in: plug-ins/pygimp/plug-ins/palette-sort.py + __NO_COPYRIGHT__ in: plug-ins/pygimp/plug-ins/palette-to-gradient.py + __NO_COPYRIGHT__ in: plug-ins/pygimp/plug-ins/spyro_plus.py + __NO_COPYRIGHT__ in: plug-ins/script-fu/scripts/coffee.scm + __NO_COPYRIGHT__ in: plug-ins/script-fu/scripts/tileblur.scm +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: AUTHORS + ChangeLog.pre-1-0 + ChangeLog.pre-1-2 + ChangeLog.pre-2-2 + HACKING + INSTALL + INSTALL.in + Makefile.am + NEWS + NEWS.pre-2-0 + NEWS.pre-2-10 + NEWS.pre-2-2 + NEWS.pre-2-4 + NEWS.pre-2-6 + NEWS.pre-2-8 + README + README.i18n + acinclude.m4 + app-tools/Makefile.am + app/Makefile.am + app/actions/Makefile.am + app/config/Makefile.am + app/config/config-enums.c + app/config/gimprc-blurbs.h + app/core/Makefile.am + app/core/core-enums.c + app/core/gimpmarshal.c + app/core/gimpmarshal.h + app/core/gimpmarshal.list + app/dialogs/Makefile.am + app/dialogs/authors.h + app/dialogs/lebl-dialog.h + app/display/Makefile.am + app/display/display-enums.c + app/file-data/Makefile.am + app/file/Makefile.am + app/gegl/Makefile.am + app/gegl/gimp-gegl-enums.c + app/gui/Makefile.am + app/gui/gimpdbusservice-generated.c + app/gui/gimpdbusservice-generated.h + app/menus/Makefile.am + app/operations/Makefile.am + app/operations/layer-modes-legacy/Makefile.am + app/operations/layer-modes/Makefile.am + app/operations/operations-enums.c + app/operations/tests/Makefile.am + app/paint/Makefile.am + app/paint/gimpbrushcore-kernels.h + app/paint/paint-enums.c + app/pdb/Makefile.am + app/pdb/README + app/plug-in/Makefile.am + app/plug-in/plug-in-enums.c + app/propgui/Makefile.am + app/tests/Makefile.am + app/tests/files/Makefile.am + app/tests/files/gimp-2-6-file.xcf + app/tests/gimpdir-empty/Makefile.am + app/tests/gimpdir-empty/brushes/Makefile.am + app/tests/gimpdir-empty/gradients/Makefile.am + app/tests/gimpdir-empty/patterns/Makefile.am + app/tests/gimpdir/Makefile.am + app/tests/gimpdir/brushes/Makefile.am + app/tests/gimpdir/dockrc + app/tests/gimpdir/dockrc-2-8 + app/tests/gimpdir/dockrc-expected + app/tests/gimpdir/gradients/Makefile.am + app/tests/gimpdir/patterns/Makefile.am + app/tests/gimpdir/sessionrc + app/tests/gimpdir/sessionrc-2-8-multi-window + app/tests/gimpdir/sessionrc-2-8-single-window + app/tests/gimpdir/sessionrc-expected-multi-window + app/tests/gimpdir/sessionrc-expected-single-window + app/text/Makefile.am + app/text/text-enums.c + app/tools/Makefile.am + app/tools/tools-enums.c + app/vectors/Makefile.am + app/widgets/Makefile.am + app/widgets/widgets-enums.c + app/xcf/Makefile.am + build/Makefile.am + build/windows/Makefile.am + build/windows/fileicon.ico + build/windows/gimp-plug-ins.rc + build/windows/gimp-plug-ins.rc.in + build/windows/gimp.rc + build/windows/gimp.rc.in + build/windows/gimprc-plug-ins.rule + build/windows/gimprc.rule + build/windows/installer/Makefile.am + build/windows/installer/lang/Makefile.am + build/windows/plug-ins.ico + build/windows/wilber.ico + config.h.in + config.h.win32 + configure.ac + cursors/Makefile.am + cursors/cursor-bad-x2.png + cursors/cursor-color-picker-x2.png + cursors/cursor-corner-bottom-left-x2.png + cursors/cursor-corner-bottom-right-x2.png + cursors/cursor-corner-bottom-x2.png + cursors/cursor-corner-left-x2.png + cursors/cursor-corner-right-x2.png + cursors/cursor-corner-top-left-x2.png + cursors/cursor-corner-top-right-x2.png + cursors/cursor-corner-top-x2.png + cursors/cursor-crosshair-small-x2.png + cursors/cursor-crosshair-x2.png + cursors/cursor-mouse-x2.png + cursors/cursor-move-x2.png + cursors/cursor-none-x2.png + cursors/cursor-side-bottom-left-x2.png + cursors/cursor-side-bottom-right-x2.png + cursors/cursor-side-bottom-x2.png + cursors/cursor-side-left-x2.png + cursors/cursor-side-right-x2.png + cursors/cursor-side-top-left-x2.png + cursors/cursor-side-top-right-x2.png + cursors/cursor-side-top-x2.png + cursors/cursor-zoom-x2.png + cursors/gimp-tool-cursors-x2.xcf + cursors/gimp-tool-cursors.xcf + cursors/modifier-anchor-x2.png + cursors/modifier-background-x2.png + cursors/modifier-bad-x2.png + cursors/modifier-control-x2.png + cursors/modifier-foreground-x2.png + cursors/modifier-intersect-x2.png + cursors/modifier-join-x2.png + cursors/modifier-minus-x2.png + cursors/modifier-move-x2.png + cursors/modifier-pattern-x2.png + cursors/modifier-plus-x2.png + cursors/modifier-resize-x2.png + cursors/modifier-rotate-x2.png + cursors/modifier-rotate.png + cursors/modifier-select-x2.png + cursors/modifier-zoom-x2.png + cursors/modifier-zoom.png + cursors/tool-airbrush-x2.png + cursors/tool-blur-x2.png + cursors/tool-bucket-fill-x2.png + cursors/tool-burn-x2.png + cursors/tool-clone-x2.png + cursors/tool-color-picker-x2.png + cursors/tool-crop-x2.png + cursors/tool-dodge-x2.png + cursors/tool-ellipse-select-x2.png + cursors/tool-eraser-x2.png + cursors/tool-flip-horizontal-x2.png + cursors/tool-flip-vertical-x2.png + cursors/tool-free-select-x2.png + cursors/tool-fuzzy-select-x2.png + cursors/tool-gradient-x2.png + cursors/tool-hand-x2.png + cursors/tool-heal-x2.png + cursors/tool-ink-x2.png + cursors/tool-iscissors-x2.png + cursors/tool-measure-x2.png + cursors/tool-move-x2.png + cursors/tool-paintbrush-x2.png + cursors/tool-paths-anchor-x2.png + cursors/tool-paths-control-x2.png + cursors/tool-paths-segment-x2.png + cursors/tool-paths-x2.png + cursors/tool-pencil-x2.png + cursors/tool-perspective-x2.png + cursors/tool-polygon-select-x2.png + cursors/tool-rect-select-x2.png + cursors/tool-resize-x2.png + cursors/tool-rotate-x2.png + cursors/tool-shear-x2.png + cursors/tool-smudge-x2.png + cursors/tool-text-x2.png + cursors/tool-transform-3d-camera-x2.png + cursors/tool-transform-3d-camera.png + cursors/tool-warp-x2.png + cursors/tool-warp.png + cursors/tool-zoom-x2.png + data/Makefile.am + data/brushes/Basic/1-pixel.vbr + data/brushes/Basic/Block-01.vbr + data/brushes/Basic/Block-02.vbr + data/brushes/Basic/Block-03.vbr + data/brushes/Basic/Hardness-025.vbr + data/brushes/Basic/Hardness-050.vbr + data/brushes/Basic/Hardness-075.vbr + data/brushes/Basic/Hardness-100.vbr + data/brushes/Basic/Makefile.am + data/brushes/Basic/Star.vbr + data/brushes/Basic/pixel.gbr + data/brushes/Fun/GEGL-goat.gih + data/brushes/Fun/Makefile.am + data/brushes/Fun/pepper.gbr + data/brushes/Legacy/Makefile.am + data/brushes/Legacy/confetti.gbr + data/brushes/Legacy/confetti.gih + data/brushes/Legacy/vine.gih + data/brushes/Makefile.am + data/brushes/Media/Acrylic-01.gih + data/brushes/Media/Acrylic-02.gih + data/brushes/Media/Acrylic-03.gih + data/brushes/Media/Acrylic-04.gih + data/brushes/Media/Acrylic-05.gih + data/brushes/Media/Bristles-01.gbr + data/brushes/Media/Bristles-02.gbr + data/brushes/Media/Bristles-03.gbr + data/brushes/Media/Makefile.am + data/brushes/Media/Oils-01.gbr + data/brushes/Media/Oils-02.gbr + data/brushes/Media/Oils-03.gbr + data/brushes/Sketch/Chalk-01.gih + data/brushes/Sketch/Chalk-02.gih + data/brushes/Sketch/Chalk-03.gih + data/brushes/Sketch/Charcoal-01.gbr + data/brushes/Sketch/Charcoal-02.gbr + data/brushes/Sketch/Charcoal-03.gih + data/brushes/Sketch/Makefile.am + data/brushes/Sketch/Pencil-01.gih + data/brushes/Sketch/Pencil-02.gih + data/brushes/Sketch/Pencil-03.gih + data/brushes/Sketch/Pencil-Scratch.gbr + data/brushes/Splatters/Grunge-01.gih + data/brushes/Splatters/Makefile.am + data/brushes/Splatters/Sparks-Hose.gih + data/brushes/Splatters/Splats-01.gih + data/brushes/Splatters/Splats-02.gih + data/brushes/Splatters/Sponge-01.gbr + data/brushes/Splatters/Sponge-02.gbr + data/brushes/Texture/Cell-01.gbr + data/brushes/Texture/Cell-02.gbr + data/brushes/Texture/Grass.gih + data/brushes/Texture/Hatch-Pen-01.gbr + data/brushes/Texture/Makefile.am + data/brushes/Texture/Smoke.gbr + data/brushes/Texture/Stone-Work-01.gih + data/brushes/Texture/Texture-01.gbr + data/brushes/Texture/Texture-02.gbr + data/brushes/Texture/Texture-Hose-01.gih + data/brushes/Texture/Texture-Hose-02.gih + data/brushes/Texture/Texture-Hose-03.gih + data/brushes/Texture/Vegetation-01.gbr + data/brushes/Texture/Vegetation-02.gih + data/brushes/gimp-obsolete-files/10x10square.gbr + data/brushes/gimp-obsolete-files/10x10squareBlur.gbr + data/brushes/gimp-obsolete-files/20x20square.gbr + data/brushes/gimp-obsolete-files/20x20squareBlur.gbr + data/brushes/gimp-obsolete-files/5x5square.gbr + data/brushes/gimp-obsolete-files/5x5squareBlur.gbr + data/brushes/gimp-obsolete-files/Calligraphic-Brush-0.vbr + data/brushes/gimp-obsolete-files/Calligraphic-Brush-1.vbr + data/brushes/gimp-obsolete-files/Calligraphic-Brush-2.vbr + data/brushes/gimp-obsolete-files/Calligraphic-Brush-3.vbr + data/brushes/gimp-obsolete-files/Circle-1.vbr + data/brushes/gimp-obsolete-files/Circle-11.vbr + data/brushes/gimp-obsolete-files/Circle-13.vbr + data/brushes/gimp-obsolete-files/Circle-15.vbr + data/brushes/gimp-obsolete-files/Circle-17.vbr + data/brushes/gimp-obsolete-files/Circle-19.vbr + data/brushes/gimp-obsolete-files/Circle-3.vbr + data/brushes/gimp-obsolete-files/Circle-5.vbr + data/brushes/gimp-obsolete-files/Circle-7.vbr + data/brushes/gimp-obsolete-files/Circle-9.vbr + data/brushes/gimp-obsolete-files/Circle-Fuzzy-11.vbr + data/brushes/gimp-obsolete-files/Circle-Fuzzy-13.vbr + data/brushes/gimp-obsolete-files/Circle-Fuzzy-15.vbr + data/brushes/gimp-obsolete-files/Circle-Fuzzy-17.vbr + data/brushes/gimp-obsolete-files/Circle-Fuzzy-19.vbr + data/brushes/gimp-obsolete-files/Circle-Fuzzy-3.vbr + data/brushes/gimp-obsolete-files/Circle-Fuzzy-5.vbr + data/brushes/gimp-obsolete-files/Circle-Fuzzy-7.vbr + data/brushes/gimp-obsolete-files/Circle-Fuzzy-9.vbr + data/brushes/gimp-obsolete-files/Diagonal-Star-11.vbr + data/brushes/gimp-obsolete-files/Diagonal-Star-17.vbr + data/brushes/gimp-obsolete-files/Diagonal-Star-25.vbr + data/brushes/gimp-obsolete-files/Grass1.gih + data/brushes/gimp-obsolete-files/Makefile.am + data/brushes/gimp-obsolete-files/SketchBrush-16.gih + data/brushes/gimp-obsolete-files/SketchBrush-32.gih + data/brushes/gimp-obsolete-files/SketchBrush-64.gih + data/brushes/gimp-obsolete-files/Structure.gbr + data/brushes/gimp-obsolete-files/dunes.gbr + data/brushes/gimp-obsolete-files/feltpen.gih + data/brushes/gimp-obsolete-files/galaxy-big.gbr + data/brushes/gimp-obsolete-files/galaxy.gbr + data/brushes/gimp-obsolete-files/galaxy_small.gbr + data/brushes/gimp-obsolete-files/pepper.gbr + data/brushes/gimp-obsolete-files/pixel.gbr + data/dynamics/Basic-Dynamics.gdyn + data/dynamics/Basic/Basic-Simple.gdyn + data/dynamics/Basic/Dynamics-Random.gdyn + data/dynamics/Basic/Makefile.am + data/dynamics/Basic/Negative-Size-Pressure.gdyn + data/dynamics/Basic/Pen-Generic.gdyn + data/dynamics/Basic/Pencil-Generic.gdyn + data/dynamics/Basic/Pencil-Shader.gdyn + data/dynamics/Basic/Pressure-Opacity.gdyn + data/dynamics/Basic/Pressure-Size.gdyn + data/dynamics/Color-From-Gradient.gdyn + data/dynamics/Dynamics-Off.gdyn + data/dynamics/FX/Confetti.gdyn + data/dynamics/FX/Makefile.am + data/dynamics/FX/Perspective.gdyn + data/dynamics/FX/Speed_Size_Opacity.gdyn + data/dynamics/Fade-Tapering.gdyn + data/dynamics/Makefile.am + data/dynamics/Random-Color.gdyn + data/dynamics/Tilt-Angle.gdyn + data/dynamics/Track-Direction.gdyn + data/dynamics/Velocity-Tapering.gdyn + data/environ/Makefile.am + data/environ/default.env + data/gradients/Abstract_1.ggr + data/gradients/Abstract_2.ggr + data/gradients/Abstract_3.ggr + data/gradients/Aneurism.ggr + data/gradients/Blinds.ggr + data/gradients/Blue_Green.ggr + data/gradients/Browns.ggr + data/gradients/Brushed_Aluminium.ggr + data/gradients/Burning_Paper.ggr + data/gradients/Burning_Transparency.ggr + data/gradients/CD.ggr + data/gradients/CD_Half.ggr + data/gradients/Caribbean_Blues.ggr + data/gradients/Coffee.ggr + data/gradients/Cold_Steel.ggr + data/gradients/Cold_Steel_2.ggr + data/gradients/Crown_molding.ggr + data/gradients/Dark_1.ggr + data/gradients/Deep_Sea.ggr + data/gradients/Default.ggr + data/gradients/Flare_Glow_Angular_1.ggr + data/gradients/Flare_Glow_Radial_1.ggr + data/gradients/Flare_Glow_Radial_2.ggr + data/gradients/Flare_Glow_Radial_3.ggr + data/gradients/Flare_Glow_Radial_4.ggr + data/gradients/Flare_Radial_101.ggr + data/gradients/Flare_Radial_102.ggr + data/gradients/Flare_Radial_103.ggr + data/gradients/Flare_Rays_Radial_1.ggr + data/gradients/Flare_Rays_Radial_2.ggr + data/gradients/Flare_Rays_Size_1.ggr + data/gradients/Flare_Sizefac_101.ggr + data/gradients/Four_bars.ggr + data/gradients/French_flag.ggr + data/gradients/French_flag_smooth.ggr + data/gradients/Full_saturation_spectrum_CCW.ggr + data/gradients/Full_saturation_spectrum_CW.ggr + data/gradients/German_flag.ggr + data/gradients/German_flag_smooth.ggr + data/gradients/Golden.ggr + data/gradients/Greens.ggr + data/gradients/Horizon_1.ggr + data/gradients/Horizon_2.ggr + data/gradients/Incandescent.ggr + data/gradients/Land_1.ggr + data/gradients/Land_and_Sea.ggr + data/gradients/Makefile.am + data/gradients/Metallic_Something.ggr + data/gradients/Mexican_flag.ggr + data/gradients/Mexican_flag_smooth.ggr + data/gradients/Nauseating_Headache.ggr + data/gradients/Neon_Cyan.ggr + data/gradients/Neon_Green.ggr + data/gradients/Neon_Yellow.ggr + data/gradients/Pastel_Rainbow.ggr + data/gradients/Pastels.ggr + data/gradients/Purples.ggr + data/gradients/Radial_Eyeball_Blue.ggr + data/gradients/Radial_Eyeball_Brown.ggr + data/gradients/Radial_Eyeball_Green.ggr + data/gradients/Radial_Glow_1.ggr + data/gradients/Radial_Rainbow_Hoop.ggr + data/gradients/Romanian_flag.ggr + data/gradients/Romanian_flag_smooth.ggr + data/gradients/Rounded_edge.ggr + data/gradients/Shadows_1.ggr + data/gradients/Shadows_2.ggr + data/gradients/Shadows_3.ggr + data/gradients/Skyline.ggr + data/gradients/Skyline_polluted.ggr + data/gradients/Square_Wood_Frame.ggr + data/gradients/Sunrise.ggr + data/gradients/Three_bars_sin.ggr + data/gradients/Tropical_Colors.ggr + data/gradients/Tube_Red.ggr + data/gradients/Wood_1.ggr + data/gradients/Wood_2.ggr + data/gradients/Yellow_Contrast.ggr + data/gradients/Yellow_Orange.ggr + data/images/Makefile.am + data/images/gimp-logo.png + data/images/wilber.png + data/interpreters/Makefile.am + data/interpreters/default.interp + data/palettes/Bears.gpl + data/palettes/Bgold.gpl + data/palettes/Blues.gpl + data/palettes/Borders.gpl + data/palettes/Browns_And_Yellows.gpl + data/palettes/Caramel.gpl + data/palettes/Cascade.gpl + data/palettes/China.gpl + data/palettes/Coldfire.gpl + data/palettes/Cool_Colors.gpl + data/palettes/Cranes.gpl + data/palettes/Dark_pastels.gpl + data/palettes/Default.gpl + data/palettes/Ega.gpl + data/palettes/Firecode.gpl + data/palettes/Gold.gpl + data/palettes/GrayViolet.gpl + data/palettes/Grayblue.gpl + data/palettes/Grays.gpl + data/palettes/Greens.gpl + data/palettes/Hilite.gpl + data/palettes/Khaki.gpl + data/palettes/Lights.gpl + data/palettes/Makefile.am + data/palettes/Muted.gpl + data/palettes/Named_Colors.gpl + data/palettes/News3.gpl + data/palettes/Op2.gpl + data/palettes/Paintjet.gpl + data/palettes/Pastels.gpl + data/palettes/Plasma.gpl + data/palettes/Reds.gpl + data/palettes/Reds_And_Purples.gpl + data/palettes/Royal.gpl + data/palettes/Tango.gpl + data/palettes/Topographic.gpl + data/palettes/Visibone.gpl + data/palettes/Visibone_2.gpl + data/palettes/Volcano.gpl + data/palettes/Warm_Colors.gpl + data/palettes/Web.gpl + data/patterns/Animal/Makefile.am + data/patterns/Animal/leather.pat + data/patterns/Animal/leopard.pat + data/patterns/Fabric/Makefile.am + data/patterns/Fabric/burlap.pat + data/patterns/Food/Makefile.am + data/patterns/Food/choc_swirl.pat + data/patterns/Food/java.pat + data/patterns/Legacy/3dgreen.pat + data/patterns/Legacy/Makefile.am + data/patterns/Legacy/Stripes1px.pat + data/patterns/Legacy/Stripes2px.pat + data/patterns/Legacy/blue.pat + data/patterns/Legacy/bluegrid.pat + data/patterns/Legacy/bluesquares.pat + data/patterns/Legacy/blueweb.pat + data/patterns/Legacy/fibers.pat + data/patterns/Legacy/nops.pat + data/patterns/Legacy/pastel.pat + data/patterns/Legacy/qube1.pat + data/patterns/Legacy/recessed.pat + data/patterns/Legacy/redcube.pat + data/patterns/Legacy/sm_squares.pat + data/patterns/Legacy/warning.pat + data/patterns/Makefile.am + data/patterns/Paper/Makefile.am + data/patterns/Paper/crinklepaper.pat + data/patterns/Paper/paper.pat + data/patterns/Plant/Makefile.am + data/patterns/Plant/leaves.pat + data/patterns/Sky/Makefile.am + data/patterns/Sky/lightning.pat + data/patterns/Sky/sky.pat + data/patterns/Sky/starfield.pat + data/patterns/Stone/Craters.pat + data/patterns/Stone/Makefile.am + data/patterns/Stone/Moonfoot.pat + data/patterns/Stone/amethyst.pat + data/patterns/Stone/brick.pat + data/patterns/Stone/cracked.pat + data/patterns/Stone/granite1.pat + data/patterns/Stone/ground1.pat + data/patterns/Stone/marble1.pat + data/patterns/Stone/marble2.pat + data/patterns/Stone/marble3.pat + data/patterns/Stone/pink_marble.pat + data/patterns/Stone/rock.pat + data/patterns/Stone/slate.pat + data/patterns/Stone/stone33.pat + data/patterns/Stone/terra.pat + data/patterns/Water/Makefile.am + data/patterns/Water/electric.pat + data/patterns/Water/ice.pat + data/patterns/Water/pool.pat + data/patterns/Water/rain.pat + data/patterns/Wood/Makefile.am + data/patterns/Wood/bark.pat + data/patterns/Wood/burlwood.pat + data/patterns/Wood/corkboard.pat + data/patterns/Wood/parque1.pat + data/patterns/Wood/parque2.pat + data/patterns/Wood/parque3.pat + data/patterns/Wood/pine.pat + data/patterns/Wood/walnut.pat + data/patterns/Wood/wood1.pat + data/patterns/Wood/wood2.pat + data/patterns/Wood/wood3.pat + data/patterns/Wood/wood4.pat + data/patterns/Wood/wood5.pat + data/tags/Makefile.am + data/tips/Makefile.am + data/tool-presets/Crop/16_10.gtp + data/tool-presets/Crop/16_9.gtp + data/tool-presets/Crop/3_2-Landscape.gtp + data/tool-presets/Crop/3_2-Portrait.gtp + data/tool-presets/Crop/4_3-Landscape.gtp + data/tool-presets/Crop/4_3-Portrait.gtp + data/tool-presets/Crop/Makefile.am + data/tool-presets/Crop/Square.gtp + data/tool-presets/FX/Crop-16-9.gtp + data/tool-presets/FX/Crop-Composition.gtp + data/tool-presets/FX/FX-Confetti.gtp + data/tool-presets/FX/FX-Radial-Softlight.gtp + data/tool-presets/FX/Fill-Paper.gtp + data/tool-presets/FX/Glow-Lights.gtp + data/tool-presets/FX/Makefile.am + data/tool-presets/FX/Smooth-Clone.gtp + data/tool-presets/FX/Vignette.gtp + data/tool-presets/Makefile.am + data/tool-presets/Paint/Airbrush-Color-From-Gradient.gtp + data/tool-presets/Paint/Airbrush.gtp + data/tool-presets/Paint/Basic-Knife.gtp + data/tool-presets/Paint/Basic-Round-Detail.gtp + data/tool-presets/Paint/Basic-Round.gtp + data/tool-presets/Paint/Bristles.gtp + data/tool-presets/Paint/Eraser-Hard.gtp + data/tool-presets/Paint/Makefile.am + data/tool-presets/Paint/Noise.gtp + data/tool-presets/Paint/Paintbrush-Color-From-Gradient.gtp + data/tool-presets/Paint/Pencil-Color-From-Gradient.gtp + data/tool-presets/Paint/Smudge-Rough.gtp + data/tool-presets/Paint/Smudge-Soft.gtp + data/tool-presets/Paint/Soft-Oil.gtp + data/tool-presets/Paint/Splatters.gtp + data/tool-presets/Paint/Structure.gtp + data/tool-presets/Paint/Vegetal.gtp + data/tool-presets/Selection/Circle-200px.gtp + data/tool-presets/Selection/Feathered-Selection.gtp + data/tool-presets/Selection/Makefile.am + data/tool-presets/Sketch/Blue-Pen.gtp + data/tool-presets/Sketch/Eraser-Soft.gtp + data/tool-presets/Sketch/Ink-Smooth.gtp + data/tool-presets/Sketch/Ink-Thin.gtp + data/tool-presets/Sketch/Makefile.am + data/tool-presets/Sketch/Pencil-Soft.gtp + data/tool-presets/Sketch/Pencil.gtp + desktop/16x16/gimp.png + desktop/22x22/gimp.png + desktop/24x24/gimp.png + desktop/256x256/gimp.png + desktop/32x32/gimp.png + desktop/48x48/gimp.png + desktop/64x64/gimp.png + desktop/Makefile.am + desktop/gimp.desktop.in.in + desktop/test-appdata.sh.in + desktop/test-desktop.sh + devel-docs/Makefile.am + devel-docs/README + devel-docs/README.gtkdoc + devel-docs/app/Makefile.am + devel-docs/app/app-overrides.txt + devel-docs/app/app.types + devel-docs/app/version.in + devel-docs/contexts.txt + devel-docs/debug-plug-ins.txt + devel-docs/exif-handling.txt + devel-docs/gbr.txt + devel-docs/gegl-porting-plan.txt + devel-docs/ggr.txt + devel-docs/gih.txt + devel-docs/gitlab-milestones.txt + devel-docs/gpb.txt + devel-docs/gtkbuilder-porting-guide.txt + devel-docs/includes.txt + devel-docs/libgimp/Makefile.am + devel-docs/libgimp/html/home.png + devel-docs/libgimp/html/left-insensitive.png + devel-docs/libgimp/html/left.png + devel-docs/libgimp/html/right-insensitive.png + devel-docs/libgimp/html/right.png + devel-docs/libgimp/html/style.css + devel-docs/libgimp/html/up-insensitive.png + devel-docs/libgimp/html/up.png + devel-docs/libgimp/libgimp-overrides.txt + devel-docs/libgimp/libgimp.types + devel-docs/libgimp/version.in + devel-docs/libgimpbase/Makefile.am + devel-docs/libgimpbase/html/home.png + devel-docs/libgimpbase/html/left-insensitive.png + devel-docs/libgimpbase/html/left.png + devel-docs/libgimpbase/html/right-insensitive.png + devel-docs/libgimpbase/html/right.png + devel-docs/libgimpbase/html/style.css + devel-docs/libgimpbase/html/up-insensitive.png + devel-docs/libgimpbase/html/up.png + devel-docs/libgimpbase/libgimpbase-overrides.txt + devel-docs/libgimpbase/libgimpbase.types + devel-docs/libgimpbase/version.in + devel-docs/libgimpcolor/Makefile.am + devel-docs/libgimpcolor/html/home.png + devel-docs/libgimpcolor/html/left-insensitive.png + devel-docs/libgimpcolor/html/left.png + devel-docs/libgimpcolor/html/right-insensitive.png + devel-docs/libgimpcolor/html/right.png + devel-docs/libgimpcolor/html/style.css + devel-docs/libgimpcolor/html/up-insensitive.png + devel-docs/libgimpcolor/html/up.png + devel-docs/libgimpcolor/libgimpcolor-overrides.txt + devel-docs/libgimpcolor/libgimpcolor.types + devel-docs/libgimpcolor/version.in + devel-docs/libgimpconfig/Makefile.am + devel-docs/libgimpconfig/html/home.png + devel-docs/libgimpconfig/html/left-insensitive.png + devel-docs/libgimpconfig/html/left.png + devel-docs/libgimpconfig/html/right-insensitive.png + devel-docs/libgimpconfig/html/right.png + devel-docs/libgimpconfig/html/style.css + devel-docs/libgimpconfig/html/up-insensitive.png + devel-docs/libgimpconfig/html/up.png + devel-docs/libgimpconfig/libgimpconfig-overrides.txt + devel-docs/libgimpconfig/libgimpconfig.types + devel-docs/libgimpconfig/version.in + devel-docs/libgimpmath/Makefile.am + devel-docs/libgimpmath/html/home.png + devel-docs/libgimpmath/html/left-insensitive.png + devel-docs/libgimpmath/html/left.png + devel-docs/libgimpmath/html/right-insensitive.png + devel-docs/libgimpmath/html/right.png + devel-docs/libgimpmath/html/style.css + devel-docs/libgimpmath/html/up-insensitive.png + devel-docs/libgimpmath/html/up.png + devel-docs/libgimpmath/libgimpmath-overrides.txt + devel-docs/libgimpmath/libgimpmath.types + devel-docs/libgimpmath/version.in + devel-docs/libgimpmodule/Makefile.am + devel-docs/libgimpmodule/html/home.png + devel-docs/libgimpmodule/html/left-insensitive.png + devel-docs/libgimpmodule/html/left.png + devel-docs/libgimpmodule/html/right-insensitive.png + devel-docs/libgimpmodule/html/right.png + devel-docs/libgimpmodule/html/style.css + devel-docs/libgimpmodule/html/up-insensitive.png + devel-docs/libgimpmodule/html/up.png + devel-docs/libgimpmodule/libgimpmodule-overrides.txt + devel-docs/libgimpmodule/libgimpmodule.types + devel-docs/libgimpmodule/version.in + devel-docs/libgimpthumb/Makefile.am + devel-docs/libgimpthumb/html/home.png + devel-docs/libgimpthumb/html/left-insensitive.png + devel-docs/libgimpthumb/html/left.png + devel-docs/libgimpthumb/html/right-insensitive.png + devel-docs/libgimpthumb/html/right.png + devel-docs/libgimpthumb/html/style.css + devel-docs/libgimpthumb/html/up-insensitive.png + devel-docs/libgimpthumb/html/up.png + devel-docs/libgimpthumb/libgimpthumb-overrides.txt + devel-docs/libgimpthumb/libgimpthumb.types + devel-docs/libgimpthumb/version.in + devel-docs/libgimpwidgets/Makefile.am + devel-docs/libgimpwidgets/html/gimp-anchor.png + devel-docs/libgimpwidgets/html/gimp-attach.png + devel-docs/libgimpwidgets/html/gimp-business-card.png + devel-docs/libgimpwidgets/html/gimp-cap-butt.png + devel-docs/libgimpwidgets/html/gimp-cap-round.png + devel-docs/libgimpwidgets/html/gimp-cap-square.png + devel-docs/libgimpwidgets/html/gimp-center.png + devel-docs/libgimpwidgets/html/gimp-channel-alpha.png + devel-docs/libgimpwidgets/html/gimp-channel-blue.png + devel-docs/libgimpwidgets/html/gimp-channel-gray.png + devel-docs/libgimpwidgets/html/gimp-channel-green.png + devel-docs/libgimpwidgets/html/gimp-channel-indexed.png + devel-docs/libgimpwidgets/html/gimp-channel-red.png + devel-docs/libgimpwidgets/html/gimp-channel.png + devel-docs/libgimpwidgets/html/gimp-channels.png + devel-docs/libgimpwidgets/html/gimp-char-picker.png + devel-docs/libgimpwidgets/html/gimp-clipboard.png + devel-docs/libgimpwidgets/html/gimp-close-all.png + devel-docs/libgimpwidgets/html/gimp-close.png + devel-docs/libgimpwidgets/html/gimp-color-cmyk.png + devel-docs/libgimpwidgets/html/gimp-color-pick-from-screen.png + devel-docs/libgimpwidgets/html/gimp-color-picker-black.png + devel-docs/libgimpwidgets/html/gimp-color-picker-gray.png + devel-docs/libgimpwidgets/html/gimp-color-picker-white.png + devel-docs/libgimpwidgets/html/gimp-color-space-linear.png + devel-docs/libgimpwidgets/html/gimp-color-space-non-linear.png + devel-docs/libgimpwidgets/html/gimp-color-space-perceptual.png + devel-docs/libgimpwidgets/html/gimp-color-triangle.png + devel-docs/libgimpwidgets/html/gimp-color-water.png + devel-docs/libgimpwidgets/html/gimp-colormap.png + devel-docs/libgimpwidgets/html/gimp-controller-keyboard.png + devel-docs/libgimpwidgets/html/gimp-controller-linux-input.png + devel-docs/libgimpwidgets/html/gimp-controller-midi.png + devel-docs/libgimpwidgets/html/gimp-controller-wheel.png + devel-docs/libgimpwidgets/html/gimp-controller.png + devel-docs/libgimpwidgets/html/gimp-convert-grayscale.png + devel-docs/libgimpwidgets/html/gimp-convert-indexed.png + devel-docs/libgimpwidgets/html/gimp-convert-rgb.png + devel-docs/libgimpwidgets/html/gimp-cursor.png + devel-docs/libgimpwidgets/html/gimp-curve-free.png + devel-docs/libgimpwidgets/html/gimp-curve-point-corner.png + devel-docs/libgimpwidgets/html/gimp-curve-point-smooth.png + devel-docs/libgimpwidgets/html/gimp-curve-smooth.png + devel-docs/libgimpwidgets/html/gimp-dashboard.png + devel-docs/libgimpwidgets/html/gimp-default-colors.png + devel-docs/libgimpwidgets/html/gimp-detach.png + devel-docs/libgimpwidgets/html/gimp-device-status.png + devel-docs/libgimpwidgets/html/gimp-display-filter-clip-warning.png + devel-docs/libgimpwidgets/html/gimp-display-filter-colorblind.png + devel-docs/libgimpwidgets/html/gimp-display-filter-contrast.png + devel-docs/libgimpwidgets/html/gimp-display-filter-gamma.png + devel-docs/libgimpwidgets/html/gimp-display-filter-lcms.png + devel-docs/libgimpwidgets/html/gimp-display-filter-proof.png + devel-docs/libgimpwidgets/html/gimp-display-filter.png + devel-docs/libgimpwidgets/html/gimp-display.png + devel-docs/libgimpwidgets/html/gimp-duplicate.png + devel-docs/libgimpwidgets/html/gimp-dynamics.png + devel-docs/libgimpwidgets/html/gimp-error.png + devel-docs/libgimpwidgets/html/gimp-file-manager.png + devel-docs/libgimpwidgets/html/gimp-flip-horizontal.png + devel-docs/libgimpwidgets/html/gimp-flip-vertical.png + devel-docs/libgimpwidgets/html/gimp-floating-selection.png + devel-docs/libgimpwidgets/html/gimp-frame.png + devel-docs/libgimpwidgets/html/gimp-gegl.png + devel-docs/libgimpwidgets/html/gimp-gradient-bilinear.png + devel-docs/libgimpwidgets/html/gimp-gradient-conical-asymmetric.png + devel-docs/libgimpwidgets/html/gimp-gradient-conical-symmetric.png + devel-docs/libgimpwidgets/html/gimp-gradient-linear.png + devel-docs/libgimpwidgets/html/gimp-gradient-radial.png + devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-angular.png + devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-dimpled.png + devel-docs/libgimpwidgets/html/gimp-gradient-shapeburst-spherical.png + devel-docs/libgimpwidgets/html/gimp-gradient-spiral-anticlockwise.png + devel-docs/libgimpwidgets/html/gimp-gradient-spiral-clockwise.png + devel-docs/libgimpwidgets/html/gimp-gradient-square.png + devel-docs/libgimpwidgets/html/gimp-gravity-east.png + devel-docs/libgimpwidgets/html/gimp-gravity-north-east.png + devel-docs/libgimpwidgets/html/gimp-gravity-north-west.png + devel-docs/libgimpwidgets/html/gimp-gravity-north.png + devel-docs/libgimpwidgets/html/gimp-gravity-south-east.png + devel-docs/libgimpwidgets/html/gimp-gravity-south-west.png + devel-docs/libgimpwidgets/html/gimp-gravity-south.png + devel-docs/libgimpwidgets/html/gimp-gravity-west.png + devel-docs/libgimpwidgets/html/gimp-grid.png + devel-docs/libgimpwidgets/html/gimp-group-layer.png + devel-docs/libgimpwidgets/html/gimp-hcenter.png + devel-docs/libgimpwidgets/html/gimp-hchain-broken.png + devel-docs/libgimpwidgets/html/gimp-hchain.png + devel-docs/libgimpwidgets/html/gimp-hfill.png + devel-docs/libgimpwidgets/html/gimp-histogram-linear.png + devel-docs/libgimpwidgets/html/gimp-histogram-logarithmic.png + devel-docs/libgimpwidgets/html/gimp-histogram.png + devel-docs/libgimpwidgets/html/gimp-image-open.png + devel-docs/libgimpwidgets/html/gimp-image-reload.png + devel-docs/libgimpwidgets/html/gimp-image.png + devel-docs/libgimpwidgets/html/gimp-images.png + devel-docs/libgimpwidgets/html/gimp-info.png + devel-docs/libgimpwidgets/html/gimp-input-device.png + devel-docs/libgimpwidgets/html/gimp-invert.png + devel-docs/libgimpwidgets/html/gimp-join-bevel.png + devel-docs/libgimpwidgets/html/gimp-join-miter.png + devel-docs/libgimpwidgets/html/gimp-join-round.png + devel-docs/libgimpwidgets/html/gimp-landscape.png + devel-docs/libgimpwidgets/html/gimp-layer-mask.png + devel-docs/libgimpwidgets/html/gimp-layer-to-imagesize.png + devel-docs/libgimpwidgets/html/gimp-layer.png + devel-docs/libgimpwidgets/html/gimp-layers.png + devel-docs/libgimpwidgets/html/gimp-letter-spacing.png + devel-docs/libgimpwidgets/html/gimp-line-spacing.png + devel-docs/libgimpwidgets/html/gimp-linked.png + devel-docs/libgimpwidgets/html/gimp-list.png + devel-docs/libgimpwidgets/html/gimp-marker.png + devel-docs/libgimpwidgets/html/gimp-menu-left.png + devel-docs/libgimpwidgets/html/gimp-menu-right.png + devel-docs/libgimpwidgets/html/gimp-merge-down.png + devel-docs/libgimpwidgets/html/gimp-move-to-screen.png + devel-docs/libgimpwidgets/html/gimp-navigation.png + devel-docs/libgimpwidgets/html/gimp-paste-as-new.png + devel-docs/libgimpwidgets/html/gimp-paste-into.png + devel-docs/libgimpwidgets/html/gimp-path-stroke.png + devel-docs/libgimpwidgets/html/gimp-path.png + devel-docs/libgimpwidgets/html/gimp-paths.png + devel-docs/libgimpwidgets/html/gimp-pattern.png + devel-docs/libgimpwidgets/html/gimp-pivot-center.png + devel-docs/libgimpwidgets/html/gimp-pivot-east.png + devel-docs/libgimpwidgets/html/gimp-pivot-north-east.png + devel-docs/libgimpwidgets/html/gimp-pivot-north-west.png + devel-docs/libgimpwidgets/html/gimp-pivot-north.png + devel-docs/libgimpwidgets/html/gimp-pivot-south-east.png + devel-docs/libgimpwidgets/html/gimp-pivot-south-west.png + devel-docs/libgimpwidgets/html/gimp-pivot-south.png + devel-docs/libgimpwidgets/html/gimp-pivot-west.png + devel-docs/libgimpwidgets/html/gimp-plugin.png + devel-docs/libgimpwidgets/html/gimp-portrait.png + devel-docs/libgimpwidgets/html/gimp-prefs-color-management.png + devel-docs/libgimpwidgets/html/gimp-prefs-controllers.png + devel-docs/libgimpwidgets/html/gimp-prefs-default-comment.png + devel-docs/libgimpwidgets/html/gimp-prefs-default-grid.png + devel-docs/libgimpwidgets/html/gimp-prefs-display.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-brushes.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-dynamics.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-environ.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-fonts.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-gradients.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-icon-themes.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-interp.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-modules.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-mypaint-brushes.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-palettes.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-patterns.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-plug-ins.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-scripts.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-themes.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-tool-plug-ins.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-tool-presets.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders-tools.png + devel-docs/libgimpwidgets/html/gimp-prefs-folders.png + devel-docs/libgimpwidgets/html/gimp-prefs-help-system.png + devel-docs/libgimpwidgets/html/gimp-prefs-icon-theme.png + devel-docs/libgimpwidgets/html/gimp-prefs-image-title.png + devel-docs/libgimpwidgets/html/gimp-prefs-image-windows-appearance.png + devel-docs/libgimpwidgets/html/gimp-prefs-image-windows-snapping.png + devel-docs/libgimpwidgets/html/gimp-prefs-image-windows.png + devel-docs/libgimpwidgets/html/gimp-prefs-import-export.png + devel-docs/libgimpwidgets/html/gimp-prefs-input-devices.png + devel-docs/libgimpwidgets/html/gimp-prefs-interface.png + devel-docs/libgimpwidgets/html/gimp-prefs-new-image.png + devel-docs/libgimpwidgets/html/gimp-prefs-playground.png + devel-docs/libgimpwidgets/html/gimp-prefs-session.png + devel-docs/libgimpwidgets/html/gimp-prefs-system-resources.png + devel-docs/libgimpwidgets/html/gimp-prefs-theme.png + devel-docs/libgimpwidgets/html/gimp-prefs-tool-options.png + devel-docs/libgimpwidgets/html/gimp-prefs-toolbox.png + devel-docs/libgimpwidgets/html/gimp-prefs-window-management.png + devel-docs/libgimpwidgets/html/gimp-question.png + devel-docs/libgimpwidgets/html/gimp-quick-mask-off.png + devel-docs/libgimpwidgets/html/gimp-quick-mask-on.png + devel-docs/libgimpwidgets/html/gimp-reset.png + devel-docs/libgimpwidgets/html/gimp-reshow-filter.png + devel-docs/libgimpwidgets/html/gimp-resize.png + devel-docs/libgimpwidgets/html/gimp-rotate-180.png + devel-docs/libgimpwidgets/html/gimp-rotate-270.png + devel-docs/libgimpwidgets/html/gimp-rotate-90.png + devel-docs/libgimpwidgets/html/gimp-sample-point.png + devel-docs/libgimpwidgets/html/gimp-scale.png + devel-docs/libgimpwidgets/html/gimp-selection-add.png + devel-docs/libgimpwidgets/html/gimp-selection-all.png + devel-docs/libgimpwidgets/html/gimp-selection-border.png + devel-docs/libgimpwidgets/html/gimp-selection-grow.png + devel-docs/libgimpwidgets/html/gimp-selection-intersect.png + devel-docs/libgimpwidgets/html/gimp-selection-none.png + devel-docs/libgimpwidgets/html/gimp-selection-replace.png + devel-docs/libgimpwidgets/html/gimp-selection-shrink.png + devel-docs/libgimpwidgets/html/gimp-selection-stroke.png + devel-docs/libgimpwidgets/html/gimp-selection-subtract.png + devel-docs/libgimpwidgets/html/gimp-selection-to-channel.png + devel-docs/libgimpwidgets/html/gimp-selection-to-path.png + devel-docs/libgimpwidgets/html/gimp-selection.png + devel-docs/libgimpwidgets/html/gimp-shape-circle.png + devel-docs/libgimpwidgets/html/gimp-shape-diamond.png + devel-docs/libgimpwidgets/html/gimp-shape-square.png + devel-docs/libgimpwidgets/html/gimp-shred.png + devel-docs/libgimpwidgets/html/gimp-smartphone.png + devel-docs/libgimpwidgets/html/gimp-swap-colors.png + devel-docs/libgimpwidgets/html/gimp-symmetry.png + devel-docs/libgimpwidgets/html/gimp-template.png + devel-docs/libgimpwidgets/html/gimp-text-dir-ltr.png + devel-docs/libgimpwidgets/html/gimp-text-dir-rtl.png + devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-ltr-upright.png + devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-ltr.png + devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-rtl-upright.png + devel-docs/libgimpwidgets/html/gimp-text-dir-ttb-rtl.png + devel-docs/libgimpwidgets/html/gimp-text-layer.png + devel-docs/libgimpwidgets/html/gimp-texture.png + devel-docs/libgimpwidgets/html/gimp-toilet-paper.png + devel-docs/libgimpwidgets/html/gimp-tool-airbrush.png + devel-docs/libgimpwidgets/html/gimp-tool-align.png + devel-docs/libgimpwidgets/html/gimp-tool-blur.png + devel-docs/libgimpwidgets/html/gimp-tool-brightness-contrast.png + devel-docs/libgimpwidgets/html/gimp-tool-bucket-fill.png + devel-docs/libgimpwidgets/html/gimp-tool-by-color-select.png + devel-docs/libgimpwidgets/html/gimp-tool-cage.png + devel-docs/libgimpwidgets/html/gimp-tool-clone.png + devel-docs/libgimpwidgets/html/gimp-tool-color-balance.png + devel-docs/libgimpwidgets/html/gimp-tool-color-picker.png + devel-docs/libgimpwidgets/html/gimp-tool-color-temperature.png + devel-docs/libgimpwidgets/html/gimp-tool-colorize.png + devel-docs/libgimpwidgets/html/gimp-tool-crop.png + devel-docs/libgimpwidgets/html/gimp-tool-curves.png + devel-docs/libgimpwidgets/html/gimp-tool-desaturate.png + devel-docs/libgimpwidgets/html/gimp-tool-dodge.png + devel-docs/libgimpwidgets/html/gimp-tool-ellipse-select.png + devel-docs/libgimpwidgets/html/gimp-tool-eraser.png + devel-docs/libgimpwidgets/html/gimp-tool-exposure.png + devel-docs/libgimpwidgets/html/gimp-tool-flip.png + devel-docs/libgimpwidgets/html/gimp-tool-foreground-select.png + devel-docs/libgimpwidgets/html/gimp-tool-free-select.png + devel-docs/libgimpwidgets/html/gimp-tool-fuzzy-select.png + devel-docs/libgimpwidgets/html/gimp-tool-gradient.png + devel-docs/libgimpwidgets/html/gimp-tool-handle-transform.png + devel-docs/libgimpwidgets/html/gimp-tool-heal.png + devel-docs/libgimpwidgets/html/gimp-tool-hue-saturation.png + devel-docs/libgimpwidgets/html/gimp-tool-ink.png + devel-docs/libgimpwidgets/html/gimp-tool-iscissors.png + devel-docs/libgimpwidgets/html/gimp-tool-levels.png + devel-docs/libgimpwidgets/html/gimp-tool-measure.png + devel-docs/libgimpwidgets/html/gimp-tool-move.png + devel-docs/libgimpwidgets/html/gimp-tool-mypaint-brush.png + devel-docs/libgimpwidgets/html/gimp-tool-n-point-deformation.png + devel-docs/libgimpwidgets/html/gimp-tool-offset.png + devel-docs/libgimpwidgets/html/gimp-tool-options.png + devel-docs/libgimpwidgets/html/gimp-tool-paintbrush.png + devel-docs/libgimpwidgets/html/gimp-tool-path.png + devel-docs/libgimpwidgets/html/gimp-tool-pencil.png + devel-docs/libgimpwidgets/html/gimp-tool-perspective-clone.png + devel-docs/libgimpwidgets/html/gimp-tool-perspective.png + devel-docs/libgimpwidgets/html/gimp-tool-posterize.png + devel-docs/libgimpwidgets/html/gimp-tool-preset.png + devel-docs/libgimpwidgets/html/gimp-tool-rect-select.png + devel-docs/libgimpwidgets/html/gimp-tool-rotate.png + devel-docs/libgimpwidgets/html/gimp-tool-scale.png + devel-docs/libgimpwidgets/html/gimp-tool-seamless-clone.png + devel-docs/libgimpwidgets/html/gimp-tool-shadows-highlights.png + devel-docs/libgimpwidgets/html/gimp-tool-shear.png + devel-docs/libgimpwidgets/html/gimp-tool-smudge.png + devel-docs/libgimpwidgets/html/gimp-tool-text.png + devel-docs/libgimpwidgets/html/gimp-tool-threshold.png + devel-docs/libgimpwidgets/html/gimp-tool-transform-3d.png + devel-docs/libgimpwidgets/html/gimp-tool-unified-transform.png + devel-docs/libgimpwidgets/html/gimp-tool-warp.png + devel-docs/libgimpwidgets/html/gimp-tool-zoom.png + devel-docs/libgimpwidgets/html/gimp-tools.png + devel-docs/libgimpwidgets/html/gimp-transform-3d-camera.png + devel-docs/libgimpwidgets/html/gimp-transform-3d-move.png + devel-docs/libgimpwidgets/html/gimp-transform-3d-rotate.png + devel-docs/libgimpwidgets/html/gimp-transparency.png + devel-docs/libgimpwidgets/html/gimp-undo-history.png + devel-docs/libgimpwidgets/html/gimp-user-manual.png + devel-docs/libgimpwidgets/html/gimp-vcenter.png + devel-docs/libgimpwidgets/html/gimp-vchain-broken.png + devel-docs/libgimpwidgets/html/gimp-vchain.png + devel-docs/libgimpwidgets/html/gimp-vfill.png + devel-docs/libgimpwidgets/html/gimp-video.png + devel-docs/libgimpwidgets/html/gimp-visible.png + devel-docs/libgimpwidgets/html/gimp-warning.png + devel-docs/libgimpwidgets/html/gimp-web.png + devel-docs/libgimpwidgets/html/gimp-widget-browser.png + devel-docs/libgimpwidgets/html/gimp-widget-button.png + devel-docs/libgimpwidgets/html/gimp-widget-chain-button.png + devel-docs/libgimpwidgets/html/gimp-widget-color-area.png + devel-docs/libgimpwidgets/html/gimp-widget-color-button.png + devel-docs/libgimpwidgets/html/gimp-widget-color-hex-entry.png + devel-docs/libgimpwidgets/html/gimp-widget-color-profile-combo-box.png + devel-docs/libgimpwidgets/html/gimp-widget-color-scale.png + devel-docs/libgimpwidgets/html/gimp-widget-color-selection.png + devel-docs/libgimpwidgets/html/gimp-widget-dialog.png + devel-docs/libgimpwidgets/html/gimp-widget-enum-combo-box.png + devel-docs/libgimpwidgets/html/gimp-widget-enum-label.png + devel-docs/libgimpwidgets/html/gimp-widget-file-entry.png + devel-docs/libgimpwidgets/html/gimp-widget-frame.png + devel-docs/libgimpwidgets/html/gimp-widget-hint-box.png + devel-docs/libgimpwidgets/html/gimp-widget-int-combo-box.png + devel-docs/libgimpwidgets/html/gimp-widget-memsize-entry.png + devel-docs/libgimpwidgets/html/gimp-widget-number-pair-entry.png + devel-docs/libgimpwidgets/html/gimp-widget-offset-area.png + devel-docs/libgimpwidgets/html/gimp-widget-page-selector.png + devel-docs/libgimpwidgets/html/gimp-widget-path-editor.png + devel-docs/libgimpwidgets/html/gimp-widget-pick-button.png + devel-docs/libgimpwidgets/html/gimp-widget-preview-area.png + devel-docs/libgimpwidgets/html/gimp-widget-string-combo-box.png + devel-docs/libgimpwidgets/html/gimp-widget-unit-menu.png + devel-docs/libgimpwidgets/html/gimp-wilber-eek.png + devel-docs/libgimpwidgets/html/gimp-wilber-outline.png + devel-docs/libgimpwidgets/html/gimp-wilber.png + devel-docs/libgimpwidgets/html/gimp-zoom-follow-window.png + devel-docs/libgimpwidgets/html/home.png + devel-docs/libgimpwidgets/html/left-insensitive.png + devel-docs/libgimpwidgets/html/left.png + devel-docs/libgimpwidgets/html/right-insensitive.png + devel-docs/libgimpwidgets/html/right.png + devel-docs/libgimpwidgets/html/style.css + devel-docs/libgimpwidgets/html/up-insensitive.png + devel-docs/libgimpwidgets/html/up.png + devel-docs/libgimpwidgets/images/gimp-widget-browser.png + devel-docs/libgimpwidgets/images/gimp-widget-button.png + devel-docs/libgimpwidgets/images/gimp-widget-chain-button.png + devel-docs/libgimpwidgets/images/gimp-widget-color-area.png + devel-docs/libgimpwidgets/images/gimp-widget-color-button.png + devel-docs/libgimpwidgets/images/gimp-widget-color-hex-entry.png + devel-docs/libgimpwidgets/images/gimp-widget-color-profile-combo-box.png + devel-docs/libgimpwidgets/images/gimp-widget-color-scale.png + devel-docs/libgimpwidgets/images/gimp-widget-color-selection.png + devel-docs/libgimpwidgets/images/gimp-widget-dialog.png + devel-docs/libgimpwidgets/images/gimp-widget-enum-combo-box.png + devel-docs/libgimpwidgets/images/gimp-widget-enum-label.png + devel-docs/libgimpwidgets/images/gimp-widget-file-entry.png + devel-docs/libgimpwidgets/images/gimp-widget-frame.png + devel-docs/libgimpwidgets/images/gimp-widget-hint-box.png + devel-docs/libgimpwidgets/images/gimp-widget-int-combo-box.png + devel-docs/libgimpwidgets/images/gimp-widget-memsize-entry.png + devel-docs/libgimpwidgets/images/gimp-widget-number-pair-entry.png + devel-docs/libgimpwidgets/images/gimp-widget-offset-area.png + devel-docs/libgimpwidgets/images/gimp-widget-page-selector.png + devel-docs/libgimpwidgets/images/gimp-widget-path-editor.png + devel-docs/libgimpwidgets/images/gimp-widget-pick-button.png + devel-docs/libgimpwidgets/images/gimp-widget-preview-area.png + devel-docs/libgimpwidgets/images/gimp-widget-string-combo-box.png + devel-docs/libgimpwidgets/images/gimp-widget-unit-menu.png + devel-docs/libgimpwidgets/libgimpwidgets-overrides.txt + devel-docs/libgimpwidgets/libgimpwidgets.types + devel-docs/libgimpwidgets/version.in + devel-docs/libtool-instructions.txt + devel-docs/parasites.txt + devel-docs/pat.txt + devel-docs/performance-logs/Makefile.am + devel-docs/performance-logs/dashboard-add-marker.png + devel-docs/performance-logs/dashboard-start-recording.png + devel-docs/performance-logs/dashboard-stop-recording.png + devel-docs/performance-logs/new-performance-issue.png + devel-docs/performance-logs/performance-log-parameters.png + devel-docs/performance-logs/performance-log-viewer.png + devel-docs/performance-logs/performance-logs.md + devel-docs/release-howto.txt + devel-docs/submitting-patches.txt + devel-docs/tagging.txt + devel-docs/tools/Makefile.am + devel-docs/tools/README.shooter + devel-docs/tools/shadow.c + devel-docs/tools/shadow.h + devel-docs/tools/shooter.c + devel-docs/tools/units.c + devel-docs/tools/units.h + devel-docs/tools/widgets.c + devel-docs/tools/widgets.h + devel-docs/ui-framework.txt + devel-docs/undo.txt + devel-docs/vbr.txt + docs/Makefile.am + docs/Wilber.xcf.gz + docs/Wilber.xcf.gz.README + docs/Wilber_Construction_Kit.xcf.gz + docs/gimp.1.in + docs/gimprc.5.in + docs/gimptool.1.in + etc/Makefile.am + etc/controllerrc + etc/gimprc.in + etc/gtkrc + etc/menurc + etc/sessionrc + etc/templaterc + etc/toolrc + etc/unitrc + gimp-zip.in + gimp.pc.in + gimpthumb.pc.in + gimpui.pc.in + git-version.h + icons/Color/12/gimp-attach.png + icons/Color/12/gimp-close.png + icons/Color/12/gimp-default-colors.png + icons/Color/12/gimp-detach.png + icons/Color/12/gimp-linked.png + icons/Color/12/gimp-menu-left.png + icons/Color/12/gimp-menu-right.png + icons/Color/12/gimp-pivot-center.png + icons/Color/12/gimp-pivot-east.png + icons/Color/12/gimp-pivot-north-east.png + icons/Color/12/gimp-pivot-north-west.png + icons/Color/12/gimp-pivot-north.png + icons/Color/12/gimp-pivot-south-east.png + icons/Color/12/gimp-pivot-south-west.png + icons/Color/12/gimp-pivot-south.png + icons/Color/12/gimp-pivot-west.png + icons/Color/12/gimp-quick-mask-off.png + icons/Color/12/gimp-quick-mask-on.png + icons/Color/12/gimp-swap-colors.png + icons/Color/12/gimp-visible.png + icons/Color/12/gimp-zoom-follow-window.png + icons/Color/128/folder.png + icons/Color/128/gimp-wilber-outline.png + icons/Color/128/gimp-wilber.png + icons/Color/16/dialog-information.png + icons/Color/16/document-new.png + icons/Color/16/document-open-recent.png + icons/Color/16/document-open.png + icons/Color/16/document-print.png + icons/Color/16/document-revert.png + icons/Color/16/document-save-as.png + icons/Color/16/document-save.png + icons/Color/16/edit-clear.png + icons/Color/16/edit-copy.png + icons/Color/16/edit-cut.png + icons/Color/16/edit-delete.png + icons/Color/16/edit-paste.png + icons/Color/16/edit-redo.png + icons/Color/16/edit-undo.png + icons/Color/16/folder-new.png + icons/Color/16/folder.png + icons/Color/16/gimp-anchor.png + icons/Color/16/gimp-business-card.png + icons/Color/16/gimp-cap-butt.png + icons/Color/16/gimp-cap-round.png + icons/Color/16/gimp-cap-square.png + icons/Color/16/gimp-center.png + icons/Color/16/gimp-channel-alpha.png + icons/Color/16/gimp-channel-blue.png + icons/Color/16/gimp-channel-gray.png + icons/Color/16/gimp-channel-green.png + icons/Color/16/gimp-channel-indexed.png + icons/Color/16/gimp-channel-red.png + icons/Color/16/gimp-channel.png + icons/Color/16/gimp-channels.png + icons/Color/16/gimp-char-picker.png + icons/Color/16/gimp-clipboard.png + icons/Color/16/gimp-close-all.png + icons/Color/16/gimp-color-cmyk.png + icons/Color/16/gimp-color-pick-from-screen.png + icons/Color/16/gimp-color-space-linear.png + icons/Color/16/gimp-color-space-non-linear.png + icons/Color/16/gimp-color-space-perceptual.png + icons/Color/16/gimp-color-triangle.png + icons/Color/16/gimp-color-water.png + icons/Color/16/gimp-colormap.png + icons/Color/16/gimp-controller-keyboard.png + icons/Color/16/gimp-controller-linux-input.png + icons/Color/16/gimp-controller-midi.png + icons/Color/16/gimp-controller-wheel.png + icons/Color/16/gimp-controller.png + icons/Color/16/gimp-convert-grayscale.png + icons/Color/16/gimp-convert-indexed.png + icons/Color/16/gimp-convert-rgb.png + icons/Color/16/gimp-cursor.png + icons/Color/16/gimp-curve-free.png + icons/Color/16/gimp-curve-point-corner.png + icons/Color/16/gimp-curve-point-smooth.png + icons/Color/16/gimp-curve-smooth.png + icons/Color/16/gimp-dashboard.png + icons/Color/16/gimp-device-status.png + icons/Color/16/gimp-display-filter-clip-warning.png + icons/Color/16/gimp-display-filter-colorblind.png + icons/Color/16/gimp-display-filter-contrast.png + icons/Color/16/gimp-display-filter-gamma.png + icons/Color/16/gimp-display-filter-lcms.png + icons/Color/16/gimp-display-filter-proof.png + icons/Color/16/gimp-display-filter.png + icons/Color/16/gimp-display.png + icons/Color/16/gimp-duplicate.png + icons/Color/16/gimp-dynamics.png + icons/Color/16/gimp-error.png + icons/Color/16/gimp-file-manager.png + icons/Color/16/gimp-flip-horizontal.png + icons/Color/16/gimp-flip-vertical.png + icons/Color/16/gimp-floating-selection.png + icons/Color/16/gimp-gegl.png + icons/Color/16/gimp-gradient-bilinear.png + icons/Color/16/gimp-gradient-conical-asymmetric.png + icons/Color/16/gimp-gradient-conical-symmetric.png + icons/Color/16/gimp-gradient-linear.png + icons/Color/16/gimp-gradient-radial.png + icons/Color/16/gimp-gradient-shapeburst-angular.png + icons/Color/16/gimp-gradient-shapeburst-dimpled.png + icons/Color/16/gimp-gradient-shapeburst-spherical.png + icons/Color/16/gimp-gradient-spiral-anticlockwise.png + icons/Color/16/gimp-gradient-spiral-clockwise.png + icons/Color/16/gimp-gradient-square.png + icons/Color/16/gimp-grid.png + icons/Color/16/gimp-group-layer.png + icons/Color/16/gimp-histogram-linear.png + icons/Color/16/gimp-histogram-logarithmic.png + icons/Color/16/gimp-histogram.png + icons/Color/16/gimp-image-open.png + icons/Color/16/gimp-image-reload.png + icons/Color/16/gimp-image.png + icons/Color/16/gimp-images.png + icons/Color/16/gimp-info.png + icons/Color/16/gimp-input-device.png + icons/Color/16/gimp-invert.png + icons/Color/16/gimp-join-bevel.png + icons/Color/16/gimp-join-miter.png + icons/Color/16/gimp-join-round.png + icons/Color/16/gimp-landscape.png + icons/Color/16/gimp-layer-mask.png + icons/Color/16/gimp-layer-to-imagesize.png + icons/Color/16/gimp-layer.png + icons/Color/16/gimp-layers.png + icons/Color/16/gimp-list.png + icons/Color/16/gimp-marker.png + icons/Color/16/gimp-merge-down.png + icons/Color/16/gimp-move-to-screen.png + icons/Color/16/gimp-navigation.png + icons/Color/16/gimp-paste-as-new.png + icons/Color/16/gimp-paste-into.png + icons/Color/16/gimp-path-stroke.png + icons/Color/16/gimp-path.png + icons/Color/16/gimp-paths.png + icons/Color/16/gimp-pattern.png + icons/Color/16/gimp-plugin.png + icons/Color/16/gimp-portrait.png + icons/Color/16/gimp-prefs-folders-brushes.png + icons/Color/16/gimp-prefs-folders-dynamics.png + icons/Color/16/gimp-prefs-folders-environ.png + icons/Color/16/gimp-prefs-folders-fonts.png + icons/Color/16/gimp-prefs-folders-gradients.png + icons/Color/16/gimp-prefs-folders-icon-themes.png + icons/Color/16/gimp-prefs-folders-interp.png + icons/Color/16/gimp-prefs-folders-modules.png + icons/Color/16/gimp-prefs-folders-mypaint-brushes.png + icons/Color/16/gimp-prefs-folders-palettes.png + icons/Color/16/gimp-prefs-folders-patterns.png + icons/Color/16/gimp-prefs-folders-plug-ins.png + icons/Color/16/gimp-prefs-folders-scripts.png + icons/Color/16/gimp-prefs-folders-themes.png + icons/Color/16/gimp-prefs-folders-tool-plug-ins.png + icons/Color/16/gimp-prefs-folders-tool-presets.png + icons/Color/16/gimp-prefs-folders-tools.png + icons/Color/16/gimp-prefs-icon-theme.png + icons/Color/16/gimp-prefs-image-windows.png + icons/Color/16/gimp-prefs-import-export.png + icons/Color/16/gimp-prefs-interface.png + icons/Color/16/gimp-prefs-theme.png + icons/Color/16/gimp-prefs-toolbox.png + icons/Color/16/gimp-prefs-window-management.png + icons/Color/16/gimp-question.png + icons/Color/16/gimp-reset.png + icons/Color/16/gimp-reshow-filter.png + icons/Color/16/gimp-resize.png + icons/Color/16/gimp-rotate-180.png + icons/Color/16/gimp-rotate-270.png + icons/Color/16/gimp-rotate-90.png + icons/Color/16/gimp-sample-point.png + icons/Color/16/gimp-scale.png + icons/Color/16/gimp-selection-add.png + icons/Color/16/gimp-selection-all.png + icons/Color/16/gimp-selection-border.png + icons/Color/16/gimp-selection-grow.png + icons/Color/16/gimp-selection-intersect.png + icons/Color/16/gimp-selection-none.png + icons/Color/16/gimp-selection-replace.png + icons/Color/16/gimp-selection-shrink.png + icons/Color/16/gimp-selection-stroke.png + icons/Color/16/gimp-selection-subtract.png + icons/Color/16/gimp-selection-to-channel.png + icons/Color/16/gimp-selection-to-path.png + icons/Color/16/gimp-selection.png + icons/Color/16/gimp-shape-circle.png + icons/Color/16/gimp-shape-diamond.png + icons/Color/16/gimp-shape-square.png + icons/Color/16/gimp-shred.png + icons/Color/16/gimp-smartphone.png + icons/Color/16/gimp-symmetry.png + icons/Color/16/gimp-template.png + icons/Color/16/gimp-text-layer.png + icons/Color/16/gimp-toilet-paper.png + icons/Color/16/gimp-tool-airbrush.png + icons/Color/16/gimp-tool-align.png + icons/Color/16/gimp-tool-blur.png + icons/Color/16/gimp-tool-brightness-contrast.png + icons/Color/16/gimp-tool-bucket-fill.png + icons/Color/16/gimp-tool-by-color-select.png + icons/Color/16/gimp-tool-cage.png + icons/Color/16/gimp-tool-clone.png + icons/Color/16/gimp-tool-color-balance.png + icons/Color/16/gimp-tool-color-picker.png + icons/Color/16/gimp-tool-color-temperature.png + icons/Color/16/gimp-tool-colorize.png + icons/Color/16/gimp-tool-crop.png + icons/Color/16/gimp-tool-curves.png + icons/Color/16/gimp-tool-desaturate.png + icons/Color/16/gimp-tool-dodge.png + icons/Color/16/gimp-tool-ellipse-select.png + icons/Color/16/gimp-tool-eraser.png + icons/Color/16/gimp-tool-exposure.png + icons/Color/16/gimp-tool-flip.png + icons/Color/16/gimp-tool-foreground-select.png + icons/Color/16/gimp-tool-free-select.png + icons/Color/16/gimp-tool-fuzzy-select.png + icons/Color/16/gimp-tool-gradient.png + icons/Color/16/gimp-tool-handle-transform.png + icons/Color/16/gimp-tool-heal.png + icons/Color/16/gimp-tool-hue-saturation.png + icons/Color/16/gimp-tool-ink.png + icons/Color/16/gimp-tool-iscissors.png + icons/Color/16/gimp-tool-levels.png + icons/Color/16/gimp-tool-measure.png + icons/Color/16/gimp-tool-move.png + icons/Color/16/gimp-tool-mypaint-brush.png + icons/Color/16/gimp-tool-n-point-deformation.png + icons/Color/16/gimp-tool-offset.png + icons/Color/16/gimp-tool-options.png + icons/Color/16/gimp-tool-paintbrush.png + icons/Color/16/gimp-tool-path.png + icons/Color/16/gimp-tool-pencil.png + icons/Color/16/gimp-tool-perspective-clone.png + icons/Color/16/gimp-tool-perspective.png + icons/Color/16/gimp-tool-posterize.png + icons/Color/16/gimp-tool-preset.png + icons/Color/16/gimp-tool-rect-select.png + icons/Color/16/gimp-tool-rotate.png + icons/Color/16/gimp-tool-scale.png + icons/Color/16/gimp-tool-seamless-clone.png + icons/Color/16/gimp-tool-shadows-highlights.png + icons/Color/16/gimp-tool-shear.png + icons/Color/16/gimp-tool-smudge.png + icons/Color/16/gimp-tool-text.png + icons/Color/16/gimp-tool-threshold.png + icons/Color/16/gimp-tool-transform-3d.png + icons/Color/16/gimp-tool-unified-transform.png + icons/Color/16/gimp-tool-warp.png + icons/Color/16/gimp-tool-zoom.png + icons/Color/16/gimp-tools.png + icons/Color/16/gimp-transform-3d-camera.png + icons/Color/16/gimp-transform-3d-move.png + icons/Color/16/gimp-transform-3d-rotate.png + icons/Color/16/gimp-transparency.png + icons/Color/16/gimp-undo-history.png + icons/Color/16/gimp-user-manual.png + icons/Color/16/gimp-video.png + icons/Color/16/gimp-warning.png + icons/Color/16/gimp-web.png + icons/Color/16/gimp-wilber.png + icons/Color/16/go-bottom.png + icons/Color/16/go-down.png + icons/Color/16/go-first.png + icons/Color/16/go-home.png + icons/Color/16/go-last.png + icons/Color/16/go-next.png + icons/Color/16/go-previous.png + icons/Color/16/go-top.png + icons/Color/16/go-up.png + icons/Color/16/gtk-cancel.png + icons/Color/16/gtk-edit.png + icons/Color/16/gtk-no.png + icons/Color/16/gtk-ok.png + icons/Color/16/gtk-select-color.png + icons/Color/16/gtk-select-font.png + icons/Color/16/gtk-yes.png + icons/Color/16/help-about.png + icons/Color/16/list-add.png + icons/Color/16/list-remove.png + icons/Color/16/media-floppy.png + icons/Color/16/media-optical.png + icons/Color/16/media-playback-pause.png + icons/Color/16/media-playback-start.png + icons/Color/16/media-record.png + icons/Color/16/media-seek-backward.png + icons/Color/16/media-skip-backward.png + icons/Color/16/media-skip-forward.png + icons/Color/16/preferences-system.png + icons/Color/16/process-stop.png + icons/Color/16/system-run.png + icons/Color/16/view-fullscreen.png + icons/Color/16/view-refresh.png + icons/Color/16/window-close.png + icons/Color/16/window-new.png + icons/Color/16/zoom-fit-best.png + icons/Color/16/zoom-in.png + icons/Color/16/zoom-original.png + icons/Color/16/zoom-out.png + icons/Color/18/gimp-color-picker-black.png + icons/Color/18/gimp-color-picker-gray.png + icons/Color/18/gimp-color-picker-white.png + icons/Color/192/gimp-wilber-outline.png + icons/Color/192/gimp-wilber.png + icons/Color/20/gimp-linked.png + icons/Color/20/gimp-visible.png + icons/Color/22/folder.png + icons/Color/22/format-indent-more.png + icons/Color/22/format-justify-center.png + icons/Color/22/format-justify-fill.png + icons/Color/22/format-justify-left.png + icons/Color/22/format-justify-right.png + icons/Color/22/gimp-char-picker.png + icons/Color/22/gimp-dynamics.png + icons/Color/22/gimp-histogram.png + icons/Color/22/gimp-input-device.png + icons/Color/22/gimp-landscape.png + icons/Color/22/gimp-letter-spacing.png + icons/Color/22/gimp-line-spacing.png + icons/Color/22/gimp-path.png + icons/Color/22/gimp-paths.png + icons/Color/22/gimp-portrait.png + icons/Color/22/gimp-prefs-color-management.png + icons/Color/22/gimp-prefs-controllers.png + icons/Color/22/gimp-prefs-default-grid.png + icons/Color/22/gimp-prefs-display.png + icons/Color/22/gimp-prefs-folders-brushes.png + icons/Color/22/gimp-prefs-folders-dynamics.png + icons/Color/22/gimp-prefs-folders-environ.png + icons/Color/22/gimp-prefs-folders-fonts.png + icons/Color/22/gimp-prefs-folders-gradients.png + icons/Color/22/gimp-prefs-folders-icon-themes.png + icons/Color/22/gimp-prefs-folders-interp.png + icons/Color/22/gimp-prefs-folders-modules.png + icons/Color/22/gimp-prefs-folders-mypaint-brushes.png + icons/Color/22/gimp-prefs-folders-palettes.png + icons/Color/22/gimp-prefs-folders-patterns.png + icons/Color/22/gimp-prefs-folders-plug-ins.png + icons/Color/22/gimp-prefs-folders-scripts.png + icons/Color/22/gimp-prefs-folders-themes.png + icons/Color/22/gimp-prefs-folders-tool-plug-ins.png + icons/Color/22/gimp-prefs-folders-tool-presets.png + icons/Color/22/gimp-prefs-folders-tools.png + icons/Color/22/gimp-prefs-folders.png + icons/Color/22/gimp-prefs-help-system.png + icons/Color/22/gimp-prefs-icon-theme.png + icons/Color/22/gimp-prefs-image-title.png + icons/Color/22/gimp-prefs-image-windows-appearance.png + icons/Color/22/gimp-prefs-image-windows-snapping.png + icons/Color/22/gimp-prefs-image-windows.png + icons/Color/22/gimp-prefs-import-export.png + icons/Color/22/gimp-prefs-input-devices.png + icons/Color/22/gimp-prefs-interface.png + icons/Color/22/gimp-prefs-new-image.png + icons/Color/22/gimp-prefs-playground.png + icons/Color/22/gimp-prefs-session.png + icons/Color/22/gimp-prefs-system-resources.png + icons/Color/22/gimp-prefs-theme.png + icons/Color/22/gimp-prefs-tool-options.png + icons/Color/22/gimp-prefs-toolbox.png + icons/Color/22/gimp-prefs-window-management.png + icons/Color/22/gimp-tool-preset.png + icons/Color/22/gimp-wilber.png + icons/Color/24/dialog-information.png + icons/Color/24/document-print.png + icons/Color/24/gimp-attach.png + icons/Color/24/gimp-business-card.png + icons/Color/24/gimp-center.png + icons/Color/24/gimp-channel-alpha.png + icons/Color/24/gimp-channel-blue.png + icons/Color/24/gimp-channel-gray.png + icons/Color/24/gimp-channel-green.png + icons/Color/24/gimp-channel-indexed.png + icons/Color/24/gimp-channel-red.png + icons/Color/24/gimp-channel.png + icons/Color/24/gimp-channels.png + icons/Color/24/gimp-color-space-linear.png + icons/Color/24/gimp-color-space-non-linear.png + icons/Color/24/gimp-color-space-perceptual.png + icons/Color/24/gimp-colormap.png + icons/Color/24/gimp-controller-keyboard.png + icons/Color/24/gimp-controller-linux-input.png + icons/Color/24/gimp-controller-midi.png + icons/Color/24/gimp-controller-wheel.png + icons/Color/24/gimp-controller.png + icons/Color/24/gimp-cursor.png + icons/Color/24/gimp-dashboard.png + icons/Color/24/gimp-detach.png + icons/Color/24/gimp-device-status.png + icons/Color/24/gimp-display-filter-clip-warning.png + icons/Color/24/gimp-display-filter-colorblind.png + icons/Color/24/gimp-display-filter-contrast.png + icons/Color/24/gimp-display-filter-gamma.png + icons/Color/24/gimp-display-filter-lcms.png + icons/Color/24/gimp-display-filter-proof.png + icons/Color/24/gimp-display-filter.png + icons/Color/24/gimp-display.png + icons/Color/24/gimp-error.png + icons/Color/24/gimp-floating-selection.png + icons/Color/24/gimp-gegl.png + icons/Color/24/gimp-gravity-east.png + icons/Color/24/gimp-gravity-north-east.png + icons/Color/24/gimp-gravity-north-west.png + icons/Color/24/gimp-gravity-north.png + icons/Color/24/gimp-gravity-south-east.png + icons/Color/24/gimp-gravity-south-west.png + icons/Color/24/gimp-gravity-south.png + icons/Color/24/gimp-gravity-west.png + icons/Color/24/gimp-grid.png + icons/Color/24/gimp-hcenter.png + icons/Color/24/gimp-hchain-broken.png + icons/Color/24/gimp-hchain.png + icons/Color/24/gimp-hfill.png + icons/Color/24/gimp-image.png + icons/Color/24/gimp-images.png + icons/Color/24/gimp-info.png + icons/Color/24/gimp-layer-mask.png + icons/Color/24/gimp-layer.png + icons/Color/24/gimp-layers.png + icons/Color/24/gimp-move-to-screen.png + icons/Color/24/gimp-navigation.png + icons/Color/24/gimp-prefs-import-export.png + icons/Color/24/gimp-question.png + icons/Color/24/gimp-resize.png + icons/Color/24/gimp-sample-point.png + icons/Color/24/gimp-scale.png + icons/Color/24/gimp-selection.png + icons/Color/24/gimp-smartphone.png + icons/Color/24/gimp-symmetry.png + icons/Color/24/gimp-template.png + icons/Color/24/gimp-text-dir-ltr.png + icons/Color/24/gimp-text-dir-rtl.png + icons/Color/24/gimp-text-dir-ttb-ltr-upright.png + icons/Color/24/gimp-text-dir-ttb-ltr.png + icons/Color/24/gimp-text-dir-ttb-rtl-upright.png + icons/Color/24/gimp-text-dir-ttb-rtl.png + icons/Color/24/gimp-text-layer.png + icons/Color/24/gimp-toilet-paper.png + icons/Color/24/gimp-tool-airbrush.png + icons/Color/24/gimp-tool-align.png + icons/Color/24/gimp-tool-blur.png + icons/Color/24/gimp-tool-brightness-contrast.png + icons/Color/24/gimp-tool-bucket-fill.png + icons/Color/24/gimp-tool-by-color-select.png + icons/Color/24/gimp-tool-cage.png + icons/Color/24/gimp-tool-clone.png + icons/Color/24/gimp-tool-color-balance.png + icons/Color/24/gimp-tool-color-picker.png + icons/Color/24/gimp-tool-color-temperature.png + icons/Color/24/gimp-tool-colorize.png + icons/Color/24/gimp-tool-crop.png + icons/Color/24/gimp-tool-curves.png + icons/Color/24/gimp-tool-desaturate.png + icons/Color/24/gimp-tool-dodge.png + icons/Color/24/gimp-tool-ellipse-select.png + icons/Color/24/gimp-tool-eraser.png + icons/Color/24/gimp-tool-exposure.png + icons/Color/24/gimp-tool-flip.png + icons/Color/24/gimp-tool-foreground-select.png + icons/Color/24/gimp-tool-free-select.png + icons/Color/24/gimp-tool-fuzzy-select.png + icons/Color/24/gimp-tool-gradient.png + icons/Color/24/gimp-tool-handle-transform.png + icons/Color/24/gimp-tool-heal.png + icons/Color/24/gimp-tool-hue-saturation.png + icons/Color/24/gimp-tool-ink.png + icons/Color/24/gimp-tool-iscissors.png + icons/Color/24/gimp-tool-levels.png + icons/Color/24/gimp-tool-measure.png + icons/Color/24/gimp-tool-move.png + icons/Color/24/gimp-tool-mypaint-brush.png + icons/Color/24/gimp-tool-n-point-deformation.png + icons/Color/24/gimp-tool-offset.png + icons/Color/24/gimp-tool-options.png + icons/Color/24/gimp-tool-paintbrush.png + icons/Color/24/gimp-tool-path.png + icons/Color/24/gimp-tool-pencil.png + icons/Color/24/gimp-tool-perspective-clone.png + icons/Color/24/gimp-tool-perspective.png + icons/Color/24/gimp-tool-posterize.png + icons/Color/24/gimp-tool-preset.png + icons/Color/24/gimp-tool-rect-select.png + icons/Color/24/gimp-tool-rotate.png + icons/Color/24/gimp-tool-scale.png + icons/Color/24/gimp-tool-seamless-clone.png + icons/Color/24/gimp-tool-shadows-highlights.png + icons/Color/24/gimp-tool-shear.png + icons/Color/24/gimp-tool-smudge.png + icons/Color/24/gimp-tool-text.png + icons/Color/24/gimp-tool-threshold.png + icons/Color/24/gimp-tool-transform-3d.png + icons/Color/24/gimp-tool-unified-transform.png + icons/Color/24/gimp-tool-warp.png + icons/Color/24/gimp-tool-zoom.png + icons/Color/24/gimp-tools.png + icons/Color/24/gimp-transparency.png + icons/Color/24/gimp-undo-history.png + icons/Color/24/gimp-user-manual.png + icons/Color/24/gimp-vcenter.png + icons/Color/24/gimp-vchain-broken.png + icons/Color/24/gimp-vchain.png + icons/Color/24/gimp-vfill.png + icons/Color/24/gimp-video.png + icons/Color/24/gimp-warning.png + icons/Color/24/gimp-web.png + icons/Color/24/gtk-select-color.png + icons/Color/24/media-floppy.png + icons/Color/24/media-optical.png + icons/Color/256/folder.png + icons/Color/256/gimp-wilber-outline.png + icons/Color/256/gimp-wilber.png + icons/Color/32/gimp-channel-alpha.png + icons/Color/32/gimp-channel-blue.png + icons/Color/32/gimp-channel-gray.png + icons/Color/32/gimp-channel-green.png + icons/Color/32/gimp-channel-indexed.png + icons/Color/32/gimp-channel-red.png + icons/Color/32/gimp-channel.png + icons/Color/32/gimp-floating-selection.png + icons/Color/32/gimp-image.png + icons/Color/32/gimp-layer-mask.png + icons/Color/32/gimp-layer.png + icons/Color/32/gimp-text-layer.png + icons/Color/32/gimp-user-manual.png + icons/Color/32/gimp-wilber.png + icons/Color/48/folder.png + icons/Color/48/gimp-channel-alpha.png + icons/Color/48/gimp-channel-blue.png + icons/Color/48/gimp-channel-gray.png + icons/Color/48/gimp-channel-green.png + icons/Color/48/gimp-channel-indexed.png + icons/Color/48/gimp-channel-red.png + icons/Color/48/gimp-channel.png + icons/Color/48/gimp-floating-selection.png + icons/Color/48/gimp-image.png + icons/Color/48/gimp-layer-mask.png + icons/Color/48/gimp-layer.png + icons/Color/48/gimp-prefs-color-management.png + icons/Color/48/gimp-prefs-controllers.png + icons/Color/48/gimp-prefs-default-comment.png + icons/Color/48/gimp-prefs-default-grid.png + icons/Color/48/gimp-prefs-display.png + icons/Color/48/gimp-prefs-folders-brushes.png + icons/Color/48/gimp-prefs-folders-dynamics.png + icons/Color/48/gimp-prefs-folders-environ.png + icons/Color/48/gimp-prefs-folders-fonts.png + icons/Color/48/gimp-prefs-folders-gradients.png + icons/Color/48/gimp-prefs-folders-icon-themes.png + icons/Color/48/gimp-prefs-folders-interp.png + icons/Color/48/gimp-prefs-folders-modules.png + icons/Color/48/gimp-prefs-folders-mypaint-brushes.png + icons/Color/48/gimp-prefs-folders-palettes.png + icons/Color/48/gimp-prefs-folders-patterns.png + icons/Color/48/gimp-prefs-folders-plug-ins.png + icons/Color/48/gimp-prefs-folders-scripts.png + icons/Color/48/gimp-prefs-folders-themes.png + icons/Color/48/gimp-prefs-folders-tool-plug-ins.png + icons/Color/48/gimp-prefs-folders-tool-presets.png + icons/Color/48/gimp-prefs-folders-tools.png + icons/Color/48/gimp-prefs-folders.png + icons/Color/48/gimp-prefs-help-system.png + icons/Color/48/gimp-prefs-icon-theme.png + icons/Color/48/gimp-prefs-image-title.png + icons/Color/48/gimp-prefs-image-windows-appearance.png + icons/Color/48/gimp-prefs-image-windows-snapping.png + icons/Color/48/gimp-prefs-image-windows.png + icons/Color/48/gimp-prefs-import-export.png + icons/Color/48/gimp-prefs-input-devices.png + icons/Color/48/gimp-prefs-interface.png + icons/Color/48/gimp-prefs-new-image.png + icons/Color/48/gimp-prefs-playground.png + icons/Color/48/gimp-prefs-session.png + icons/Color/48/gimp-prefs-system-resources.png + icons/Color/48/gimp-prefs-theme.png + icons/Color/48/gimp-prefs-tool-options.png + icons/Color/48/gimp-prefs-toolbox.png + icons/Color/48/gimp-prefs-window-management.png + icons/Color/48/gimp-text-layer.png + icons/Color/48/gimp-wilber.png + icons/Color/64/dialog-information.png + icons/Color/64/gimp-error.png + icons/Color/64/gimp-frame.png + icons/Color/64/gimp-info.png + icons/Color/64/gimp-question.png + icons/Color/64/gimp-texture.png + icons/Color/64/gimp-user-manual.png + icons/Color/64/gimp-warning.png + icons/Color/64/gimp-wilber-eek.png + icons/Color/64/gimp-wilber-outline.png + icons/Color/64/gimp-wilber.png + icons/Color/96/gimp-wilber-outline.png + icons/Color/96/gimp-wilber.png + icons/Color/Makefile.am + icons/Color/index.theme + icons/Legacy/12/gimp-default-colors.png + icons/Legacy/12/gimp-linked.png + icons/Legacy/12/gimp-menu-left.png + icons/Legacy/12/gimp-menu-right.png + icons/Legacy/12/gimp-quick-mask-off.png + icons/Legacy/12/gimp-quick-mask-on.png + icons/Legacy/12/gimp-swap-colors.png + icons/Legacy/12/gimp-visible.png + icons/Legacy/12/gimp-zoom-follow-window.png + icons/Legacy/128/gimp-wilber-outline.png + icons/Legacy/128/gimp-wilber.png + icons/Legacy/16/gimp-anchor.png + icons/Legacy/16/gimp-cap-butt.png + icons/Legacy/16/gimp-cap-round.png + icons/Legacy/16/gimp-cap-square.png + icons/Legacy/16/gimp-center.png + icons/Legacy/16/gimp-channel-alpha.png + icons/Legacy/16/gimp-channel-blue.png + icons/Legacy/16/gimp-channel-gray.png + icons/Legacy/16/gimp-channel-green.png + icons/Legacy/16/gimp-channel-indexed.png + icons/Legacy/16/gimp-channel-red.png + icons/Legacy/16/gimp-channel.png + icons/Legacy/16/gimp-channels.png + icons/Legacy/16/gimp-color-pick-from-screen.png + icons/Legacy/16/gimp-color-triangle.png + icons/Legacy/16/gimp-colormap.png + icons/Legacy/16/gimp-controller-keyboard.png + icons/Legacy/16/gimp-controller-linux-input.png + icons/Legacy/16/gimp-controller-midi.png + icons/Legacy/16/gimp-controller-wheel.png + icons/Legacy/16/gimp-controller.png + icons/Legacy/16/gimp-convert-grayscale.png + icons/Legacy/16/gimp-convert-indexed.png + icons/Legacy/16/gimp-convert-rgb.png + icons/Legacy/16/gimp-cursor.png + icons/Legacy/16/gimp-curve-free.png + icons/Legacy/16/gimp-curve-smooth.png + icons/Legacy/16/gimp-device-status.png + icons/Legacy/16/gimp-display-filter-colorblind.png + icons/Legacy/16/gimp-display-filter-contrast.png + icons/Legacy/16/gimp-display-filter-gamma.png + icons/Legacy/16/gimp-display-filter-lcms.png + icons/Legacy/16/gimp-display-filter-proof.png + icons/Legacy/16/gimp-display-filter.png + icons/Legacy/16/gimp-duplicate.png + icons/Legacy/16/gimp-dynamics.png + icons/Legacy/16/gimp-flip-horizontal.png + icons/Legacy/16/gimp-flip-vertical.png + icons/Legacy/16/gimp-floating-selection.png + icons/Legacy/16/gimp-gegl.png + icons/Legacy/16/gimp-gradient-bilinear.png + icons/Legacy/16/gimp-gradient-conical-asymmetric.png + icons/Legacy/16/gimp-gradient-conical-symmetric.png + icons/Legacy/16/gimp-gradient-linear.png + icons/Legacy/16/gimp-gradient-radial.png + icons/Legacy/16/gimp-gradient-shapeburst-angular.png + icons/Legacy/16/gimp-gradient-shapeburst-dimpled.png + icons/Legacy/16/gimp-gradient-shapeburst-spherical.png + icons/Legacy/16/gimp-gradient-spiral-anticlockwise.png + icons/Legacy/16/gimp-gradient-spiral-clockwise.png + icons/Legacy/16/gimp-gradient-square.png + icons/Legacy/16/gimp-grid.png + icons/Legacy/16/gimp-histogram-linear.png + icons/Legacy/16/gimp-histogram-logarithmic.png + icons/Legacy/16/gimp-histogram.png + icons/Legacy/16/gimp-image.png + icons/Legacy/16/gimp-images.png + icons/Legacy/16/gimp-info.png + icons/Legacy/16/gimp-input-device.png + icons/Legacy/16/gimp-invert.png + icons/Legacy/16/gimp-join-bevel.png + icons/Legacy/16/gimp-join-miter.png + icons/Legacy/16/gimp-join-round.png + icons/Legacy/16/gimp-landscape.png + icons/Legacy/16/gimp-layer-mask.png + icons/Legacy/16/gimp-layer-to-imagesize.png + icons/Legacy/16/gimp-layer.png + icons/Legacy/16/gimp-layers.png + icons/Legacy/16/gimp-list.png + icons/Legacy/16/gimp-merge-down.png + icons/Legacy/16/gimp-move-to-screen.png + icons/Legacy/16/gimp-navigation.png + icons/Legacy/16/gimp-paste-as-new.png + icons/Legacy/16/gimp-paste-into.png + icons/Legacy/16/gimp-path-stroke.png + icons/Legacy/16/gimp-path.png + icons/Legacy/16/gimp-paths.png + icons/Legacy/16/gimp-plugin.png + icons/Legacy/16/gimp-portrait.png + icons/Legacy/16/gimp-prefs-folders-brushes.png + icons/Legacy/16/gimp-prefs-folders-dynamics.png + icons/Legacy/16/gimp-prefs-folders-environ.png + icons/Legacy/16/gimp-prefs-folders-fonts.png + icons/Legacy/16/gimp-prefs-folders-gradients.png + icons/Legacy/16/gimp-prefs-folders-icon-themes.png + icons/Legacy/16/gimp-prefs-folders-interp.png + icons/Legacy/16/gimp-prefs-folders-modules.png + icons/Legacy/16/gimp-prefs-folders-palettes.png + icons/Legacy/16/gimp-prefs-folders-patterns.png + icons/Legacy/16/gimp-prefs-folders-plug-ins.png + icons/Legacy/16/gimp-prefs-folders-scripts.png + icons/Legacy/16/gimp-prefs-folders-themes.png + icons/Legacy/16/gimp-prefs-folders-tool-plug-ins.png + icons/Legacy/16/gimp-prefs-folders-tool-presets.png + icons/Legacy/16/gimp-prefs-folders-tools.png + icons/Legacy/16/gimp-prefs-icon-theme.png + icons/Legacy/16/gimp-prefs-image-windows.png + icons/Legacy/16/gimp-prefs-interface.png + icons/Legacy/16/gimp-prefs-theme.png + icons/Legacy/16/gimp-prefs-toolbox.png + icons/Legacy/16/gimp-prefs-window-management.png + icons/Legacy/16/gimp-print-resolution.png + icons/Legacy/16/gimp-reset.png + icons/Legacy/16/gimp-reshow-filter.png + icons/Legacy/16/gimp-resize.png + icons/Legacy/16/gimp-rotate-180.png + icons/Legacy/16/gimp-rotate-270.png + icons/Legacy/16/gimp-rotate-90.png + icons/Legacy/16/gimp-sample-point.png + icons/Legacy/16/gimp-scale.png + icons/Legacy/16/gimp-selection-add.png + icons/Legacy/16/gimp-selection-all.png + icons/Legacy/16/gimp-selection-grow.png + icons/Legacy/16/gimp-selection-intersect.png + icons/Legacy/16/gimp-selection-none.png + icons/Legacy/16/gimp-selection-replace.png + icons/Legacy/16/gimp-selection-shrink.png + icons/Legacy/16/gimp-selection-stroke.png + icons/Legacy/16/gimp-selection-subtract.png + icons/Legacy/16/gimp-selection-to-channel.png + icons/Legacy/16/gimp-selection-to-path.png + icons/Legacy/16/gimp-selection.png + icons/Legacy/16/gimp-shape-circle.png + icons/Legacy/16/gimp-shape-diamond.png + icons/Legacy/16/gimp-shape-square.png + icons/Legacy/16/gimp-template.png + icons/Legacy/16/gimp-text-layer.png + icons/Legacy/16/gimp-toilet-paper.png + icons/Legacy/16/gimp-tool-airbrush.png + icons/Legacy/16/gimp-tool-align.png + icons/Legacy/16/gimp-tool-blur.png + icons/Legacy/16/gimp-tool-brightness-contrast.png + icons/Legacy/16/gimp-tool-bucket-fill.png + icons/Legacy/16/gimp-tool-by-color-select.png + icons/Legacy/16/gimp-tool-cage.png + icons/Legacy/16/gimp-tool-clone.png + icons/Legacy/16/gimp-tool-color-balance.png + icons/Legacy/16/gimp-tool-color-picker.png + icons/Legacy/16/gimp-tool-colorize.png + icons/Legacy/16/gimp-tool-crop.png + icons/Legacy/16/gimp-tool-curves.png + icons/Legacy/16/gimp-tool-desaturate.png + icons/Legacy/16/gimp-tool-dodge.png + icons/Legacy/16/gimp-tool-ellipse-select.png + icons/Legacy/16/gimp-tool-eraser.png + icons/Legacy/16/gimp-tool-flip.png + icons/Legacy/16/gimp-tool-foreground-select.png + icons/Legacy/16/gimp-tool-free-select.png + icons/Legacy/16/gimp-tool-fuzzy-select.png + icons/Legacy/16/gimp-tool-gradient.png + icons/Legacy/16/gimp-tool-handle-transform.png + icons/Legacy/16/gimp-tool-heal.png + icons/Legacy/16/gimp-tool-hue-saturation.png + icons/Legacy/16/gimp-tool-ink.png + icons/Legacy/16/gimp-tool-iscissors.png + icons/Legacy/16/gimp-tool-levels.png + icons/Legacy/16/gimp-tool-measure.png + icons/Legacy/16/gimp-tool-move.png + icons/Legacy/16/gimp-tool-mypaint-brush.png + icons/Legacy/16/gimp-tool-n-point-deformation.png + icons/Legacy/16/gimp-tool-options.png + icons/Legacy/16/gimp-tool-paintbrush.png + icons/Legacy/16/gimp-tool-path.png + icons/Legacy/16/gimp-tool-pencil.png + icons/Legacy/16/gimp-tool-perspective-clone.png + icons/Legacy/16/gimp-tool-perspective.png + icons/Legacy/16/gimp-tool-posterize.png + icons/Legacy/16/gimp-tool-preset.png + icons/Legacy/16/gimp-tool-rect-select.png + icons/Legacy/16/gimp-tool-rotate.png + icons/Legacy/16/gimp-tool-scale.png + icons/Legacy/16/gimp-tool-seamless-clone.png + icons/Legacy/16/gimp-tool-shear.png + icons/Legacy/16/gimp-tool-smudge.png + icons/Legacy/16/gimp-tool-text.png + icons/Legacy/16/gimp-tool-threshold.png + icons/Legacy/16/gimp-tool-unified-transform.png + icons/Legacy/16/gimp-tool-warp.png + icons/Legacy/16/gimp-tool-zoom.png + icons/Legacy/16/gimp-tools.png + icons/Legacy/16/gimp-transparency.png + icons/Legacy/16/gimp-undo-history.png + icons/Legacy/16/gimp-user-manual.png + icons/Legacy/16/gimp-video.png + icons/Legacy/16/gimp-warning.png + icons/Legacy/16/gimp-web.png + icons/Legacy/16/gimp-wilber.png + icons/Legacy/16/gtk-edit.png + icons/Legacy/18/gimp-color-picker-black.png + icons/Legacy/18/gimp-color-picker-gray.png + icons/Legacy/18/gimp-color-picker-white.png + icons/Legacy/192/gimp-wilber-outline.png + icons/Legacy/192/gimp-wilber.png + icons/Legacy/20/gimp-linked.png + icons/Legacy/20/gimp-visible.png + icons/Legacy/22/gimp-char-picker.png + icons/Legacy/22/gimp-dynamics.png + icons/Legacy/22/gimp-gegl.png + icons/Legacy/22/gimp-histogram.png + icons/Legacy/22/gimp-input-device.png + icons/Legacy/22/gimp-letter-spacing.png + icons/Legacy/22/gimp-line-spacing.png + icons/Legacy/22/gimp-path.png + icons/Legacy/22/gimp-paths.png + icons/Legacy/22/gimp-prefs-color-management.png + icons/Legacy/22/gimp-prefs-controllers.png + icons/Legacy/22/gimp-prefs-default-grid.png + icons/Legacy/22/gimp-prefs-display.png + icons/Legacy/22/gimp-prefs-folders-brushes.png + icons/Legacy/22/gimp-prefs-folders-dynamics.png + icons/Legacy/22/gimp-prefs-folders-environ.png + icons/Legacy/22/gimp-prefs-folders-fonts.png + icons/Legacy/22/gimp-prefs-folders-gradients.png + icons/Legacy/22/gimp-prefs-folders-icon-themes.png + icons/Legacy/22/gimp-prefs-folders-interp.png + icons/Legacy/22/gimp-prefs-folders-modules.png + icons/Legacy/22/gimp-prefs-folders-palettes.png + icons/Legacy/22/gimp-prefs-folders-patterns.png + icons/Legacy/22/gimp-prefs-folders-plug-ins.png + icons/Legacy/22/gimp-prefs-folders-scripts.png + icons/Legacy/22/gimp-prefs-folders-themes.png + icons/Legacy/22/gimp-prefs-folders-tool-plug-ins.png + icons/Legacy/22/gimp-prefs-folders-tool-presets.png + icons/Legacy/22/gimp-prefs-folders-tools.png + icons/Legacy/22/gimp-prefs-folders.png + icons/Legacy/22/gimp-prefs-help-system.png + icons/Legacy/22/gimp-prefs-icon-theme.png + icons/Legacy/22/gimp-prefs-image-title.png + icons/Legacy/22/gimp-prefs-image-windows.png + icons/Legacy/22/gimp-prefs-input-devices.png + icons/Legacy/22/gimp-prefs-interface.png + icons/Legacy/22/gimp-prefs-new-image.png + icons/Legacy/22/gimp-prefs-playground.png + icons/Legacy/22/gimp-prefs-session.png + icons/Legacy/22/gimp-prefs-system-resources.png + icons/Legacy/22/gimp-prefs-theme.png + icons/Legacy/22/gimp-prefs-tool-options.png + icons/Legacy/22/gimp-prefs-toolbox.png + icons/Legacy/22/gimp-prefs-window-management.png + icons/Legacy/22/gimp-tool-airbrush.png + icons/Legacy/22/gimp-tool-align.png + icons/Legacy/22/gimp-tool-blur.png + icons/Legacy/22/gimp-tool-brightness-contrast.png + icons/Legacy/22/gimp-tool-bucket-fill.png + icons/Legacy/22/gimp-tool-by-color-select.png + icons/Legacy/22/gimp-tool-cage.png + icons/Legacy/22/gimp-tool-clone.png + icons/Legacy/22/gimp-tool-color-balance.png + icons/Legacy/22/gimp-tool-color-picker.png + icons/Legacy/22/gimp-tool-colorize.png + icons/Legacy/22/gimp-tool-crop.png + icons/Legacy/22/gimp-tool-curves.png + icons/Legacy/22/gimp-tool-desaturate.png + icons/Legacy/22/gimp-tool-dodge.png + icons/Legacy/22/gimp-tool-ellipse-select.png + icons/Legacy/22/gimp-tool-eraser.png + icons/Legacy/22/gimp-tool-flip.png + icons/Legacy/22/gimp-tool-foreground-select.png + icons/Legacy/22/gimp-tool-free-select.png + icons/Legacy/22/gimp-tool-fuzzy-select.png + icons/Legacy/22/gimp-tool-gradient.png + icons/Legacy/22/gimp-tool-handle-transform.png + icons/Legacy/22/gimp-tool-heal.png + icons/Legacy/22/gimp-tool-hue-saturation.png + icons/Legacy/22/gimp-tool-ink.png + icons/Legacy/22/gimp-tool-iscissors.png + icons/Legacy/22/gimp-tool-levels.png + icons/Legacy/22/gimp-tool-measure.png + icons/Legacy/22/gimp-tool-move.png + icons/Legacy/22/gimp-tool-mypaint-brush.png + icons/Legacy/22/gimp-tool-n-point-deformation.png + icons/Legacy/22/gimp-tool-paintbrush.png + icons/Legacy/22/gimp-tool-path.png + icons/Legacy/22/gimp-tool-pencil.png + icons/Legacy/22/gimp-tool-perspective-clone.png + icons/Legacy/22/gimp-tool-perspective.png + icons/Legacy/22/gimp-tool-posterize.png + icons/Legacy/22/gimp-tool-preset.png + icons/Legacy/22/gimp-tool-rect-select.png + icons/Legacy/22/gimp-tool-rotate.png + icons/Legacy/22/gimp-tool-scale.png + icons/Legacy/22/gimp-tool-seamless-clone.png + icons/Legacy/22/gimp-tool-shear.png + icons/Legacy/22/gimp-tool-smudge.png + icons/Legacy/22/gimp-tool-text.png + icons/Legacy/22/gimp-tool-threshold.png + icons/Legacy/22/gimp-tool-unified-transform.png + icons/Legacy/22/gimp-tool-warp.png + icons/Legacy/22/gimp-tool-zoom.png + icons/Legacy/22/gimp-wilber.png + icons/Legacy/24/gimp-center.png + icons/Legacy/24/gimp-channel-alpha.png + icons/Legacy/24/gimp-channel-blue.png + icons/Legacy/24/gimp-channel-gray.png + icons/Legacy/24/gimp-channel-green.png + icons/Legacy/24/gimp-channel-indexed.png + icons/Legacy/24/gimp-channel-red.png + icons/Legacy/24/gimp-channel.png + icons/Legacy/24/gimp-channels.png + icons/Legacy/24/gimp-colormap.png + icons/Legacy/24/gimp-controller-keyboard.png + icons/Legacy/24/gimp-controller-linux-input.png + icons/Legacy/24/gimp-controller-midi.png + icons/Legacy/24/gimp-controller-wheel.png + icons/Legacy/24/gimp-controller.png + icons/Legacy/24/gimp-cursor.png + icons/Legacy/24/gimp-display-filter-colorblind.png + icons/Legacy/24/gimp-display-filter-contrast.png + icons/Legacy/24/gimp-display-filter-gamma.png + icons/Legacy/24/gimp-display-filter-lcms.png + icons/Legacy/24/gimp-display-filter-proof.png + icons/Legacy/24/gimp-display-filter.png + icons/Legacy/24/gimp-floating-selection.png + icons/Legacy/24/gimp-gravity-east.png + icons/Legacy/24/gimp-gravity-north-east.png + icons/Legacy/24/gimp-gravity-north-west.png + icons/Legacy/24/gimp-gravity-north.png + icons/Legacy/24/gimp-gravity-south-east.png + icons/Legacy/24/gimp-gravity-south-west.png + icons/Legacy/24/gimp-gravity-south.png + icons/Legacy/24/gimp-gravity-west.png + icons/Legacy/24/gimp-hcenter.png + icons/Legacy/24/gimp-hchain-broken.png + icons/Legacy/24/gimp-hchain.png + icons/Legacy/24/gimp-hfill.png + icons/Legacy/24/gimp-image.png + icons/Legacy/24/gimp-images.png + icons/Legacy/24/gimp-info.png + icons/Legacy/24/gimp-layer-mask.png + icons/Legacy/24/gimp-layer.png + icons/Legacy/24/gimp-layers.png + icons/Legacy/24/gimp-move-to-screen.png + icons/Legacy/24/gimp-print-resolution.png + icons/Legacy/24/gimp-sample-point.png + icons/Legacy/24/gimp-template.png + icons/Legacy/24/gimp-text-dir-ltr.png + icons/Legacy/24/gimp-text-dir-rtl.png + icons/Legacy/24/gimp-text-dir-ttb-ltr-upright.png + icons/Legacy/24/gimp-text-dir-ttb-ltr.png + icons/Legacy/24/gimp-text-dir-ttb-rtl-upright.png + icons/Legacy/24/gimp-text-dir-ttb-rtl.png + icons/Legacy/24/gimp-text-layer.png + icons/Legacy/24/gimp-toilet-paper.png + icons/Legacy/24/gimp-tools.png + icons/Legacy/24/gimp-transparency.png + icons/Legacy/24/gimp-undo-history.png + icons/Legacy/24/gimp-user-manual.png + icons/Legacy/24/gimp-vcenter.png + icons/Legacy/24/gimp-vchain-broken.png + icons/Legacy/24/gimp-vchain.png + icons/Legacy/24/gimp-vfill.png + icons/Legacy/24/gimp-video.png + icons/Legacy/24/gimp-warning.png + icons/Legacy/24/gimp-web.png + icons/Legacy/256/gimp-wilber-outline.png + icons/Legacy/256/gimp-wilber.png + icons/Legacy/32/gimp-channel-alpha.png + icons/Legacy/32/gimp-channel-blue.png + icons/Legacy/32/gimp-channel-gray.png + icons/Legacy/32/gimp-channel-green.png + icons/Legacy/32/gimp-channel-indexed.png + icons/Legacy/32/gimp-channel-red.png + icons/Legacy/32/gimp-channel.png + icons/Legacy/32/gimp-floating-selection.png + icons/Legacy/32/gimp-image.png + icons/Legacy/32/gimp-layer-mask.png + icons/Legacy/32/gimp-layer.png + icons/Legacy/32/gimp-text-layer.png + icons/Legacy/32/gimp-user-manual.png + icons/Legacy/32/gimp-wilber.png + icons/Legacy/48/gimp-channel-alpha.png + icons/Legacy/48/gimp-channel-blue.png + icons/Legacy/48/gimp-channel-gray.png + icons/Legacy/48/gimp-channel-green.png + icons/Legacy/48/gimp-channel-indexed.png + icons/Legacy/48/gimp-channel-red.png + icons/Legacy/48/gimp-channel.png + icons/Legacy/48/gimp-floating-selection.png + icons/Legacy/48/gimp-image.png + icons/Legacy/48/gimp-layer-mask.png + icons/Legacy/48/gimp-layer.png + icons/Legacy/48/gimp-prefs-color-management.png + icons/Legacy/48/gimp-prefs-controllers.png + icons/Legacy/48/gimp-prefs-default-comment.png + icons/Legacy/48/gimp-prefs-default-grid.png + icons/Legacy/48/gimp-prefs-display.png + icons/Legacy/48/gimp-prefs-folders-brushes.png + icons/Legacy/48/gimp-prefs-folders-dynamics.png + icons/Legacy/48/gimp-prefs-folders-environ.png + icons/Legacy/48/gimp-prefs-folders-fonts.png + icons/Legacy/48/gimp-prefs-folders-gradients.png + icons/Legacy/48/gimp-prefs-folders-icon-themes.png + icons/Legacy/48/gimp-prefs-folders-interp.png + icons/Legacy/48/gimp-prefs-folders-modules.png + icons/Legacy/48/gimp-prefs-folders-palettes.png + icons/Legacy/48/gimp-prefs-folders-patterns.png + icons/Legacy/48/gimp-prefs-folders-plug-ins.png + icons/Legacy/48/gimp-prefs-folders-scripts.png + icons/Legacy/48/gimp-prefs-folders-themes.png + icons/Legacy/48/gimp-prefs-folders-tool-plug-ins.png + icons/Legacy/48/gimp-prefs-folders-tool-presets.png + icons/Legacy/48/gimp-prefs-folders-tools.png + icons/Legacy/48/gimp-prefs-folders.png + icons/Legacy/48/gimp-prefs-help-system.png + icons/Legacy/48/gimp-prefs-icon-theme.png + icons/Legacy/48/gimp-prefs-image-title.png + icons/Legacy/48/gimp-prefs-image-windows.png + icons/Legacy/48/gimp-prefs-input-devices.png + icons/Legacy/48/gimp-prefs-interface.png + icons/Legacy/48/gimp-prefs-new-image.png + icons/Legacy/48/gimp-prefs-playground.png + icons/Legacy/48/gimp-prefs-session.png + icons/Legacy/48/gimp-prefs-system-resources.png + icons/Legacy/48/gimp-prefs-theme.png + icons/Legacy/48/gimp-prefs-tool-options.png + icons/Legacy/48/gimp-prefs-toolbox.png + icons/Legacy/48/gimp-prefs-window-management.png + icons/Legacy/48/gimp-text-layer.png + icons/Legacy/48/gimp-wilber.png + icons/Legacy/64/gimp-error.png + icons/Legacy/64/gimp-frame.png + icons/Legacy/64/gimp-info.png + icons/Legacy/64/gimp-question.png + icons/Legacy/64/gimp-texture.png + icons/Legacy/64/gimp-user-manual.png + icons/Legacy/64/gimp-warning.png + icons/Legacy/64/gimp-wilber-eek.png + icons/Legacy/64/gimp-wilber-outline.png + icons/Legacy/64/gimp-wilber.png + icons/Legacy/96/gimp-wilber-outline.png + icons/Legacy/96/gimp-wilber.png + icons/Legacy/Makefile.am + icons/Legacy/index.theme + icons/Makefile.am + icons/Symbolic-High-Contrast/Makefile.am + icons/Symbolic-High-Contrast/index.theme + icons/Symbolic-Inverted-High-Contrast/Makefile.am + icons/Symbolic-Inverted-High-Contrast/index.theme + icons/Symbolic-Inverted/Makefile.am + icons/Symbolic-Inverted/index.theme + icons/Symbolic/12/gimp-attach.png + icons/Symbolic/12/gimp-close.png + icons/Symbolic/12/gimp-default-colors.png + icons/Symbolic/12/gimp-detach.png + icons/Symbolic/12/gimp-linked.png + icons/Symbolic/12/gimp-menu-left.png + icons/Symbolic/12/gimp-menu-right.png + icons/Symbolic/12/gimp-pivot-center.png + icons/Symbolic/12/gimp-pivot-east.png + icons/Symbolic/12/gimp-pivot-north-east.png + icons/Symbolic/12/gimp-pivot-north-west.png + icons/Symbolic/12/gimp-pivot-north.png + icons/Symbolic/12/gimp-pivot-south-east.png + icons/Symbolic/12/gimp-pivot-south-west.png + icons/Symbolic/12/gimp-pivot-south.png + icons/Symbolic/12/gimp-pivot-west.png + icons/Symbolic/12/gimp-quick-mask-off.png + icons/Symbolic/12/gimp-quick-mask-on.png + icons/Symbolic/12/gimp-swap-colors.png + icons/Symbolic/12/gimp-visible.png + icons/Symbolic/12/gimp-zoom-follow-window.png + icons/Symbolic/128/folder.png + icons/Symbolic/128/gimp-wilber-outline.png + icons/Symbolic/128/gimp-wilber.png + icons/Symbolic/16/dialog-information.png + icons/Symbolic/16/document-new.png + icons/Symbolic/16/document-open-recent.png + icons/Symbolic/16/document-open.png + icons/Symbolic/16/document-print.png + icons/Symbolic/16/document-revert.png + icons/Symbolic/16/document-save-as.png + icons/Symbolic/16/document-save.png + icons/Symbolic/16/edit-clear.png + icons/Symbolic/16/edit-copy.png + icons/Symbolic/16/edit-cut.png + icons/Symbolic/16/edit-delete.png + icons/Symbolic/16/edit-paste.png + icons/Symbolic/16/edit-redo.png + icons/Symbolic/16/edit-undo.png + icons/Symbolic/16/folder-new.png + icons/Symbolic/16/folder.png + icons/Symbolic/16/gimp-anchor.png + icons/Symbolic/16/gimp-business-card.png + icons/Symbolic/16/gimp-cap-butt.png + icons/Symbolic/16/gimp-cap-round.png + icons/Symbolic/16/gimp-cap-square.png + icons/Symbolic/16/gimp-center.png + icons/Symbolic/16/gimp-channel-alpha.png + icons/Symbolic/16/gimp-channel-blue.png + icons/Symbolic/16/gimp-channel-gray.png + icons/Symbolic/16/gimp-channel-green.png + icons/Symbolic/16/gimp-channel-indexed.png + icons/Symbolic/16/gimp-channel-red.png + icons/Symbolic/16/gimp-channel.png + icons/Symbolic/16/gimp-channels.png + icons/Symbolic/16/gimp-char-picker.png + icons/Symbolic/16/gimp-clipboard.png + icons/Symbolic/16/gimp-close-all.png + icons/Symbolic/16/gimp-color-cmyk.png + icons/Symbolic/16/gimp-color-pick-from-screen.png + icons/Symbolic/16/gimp-color-space-linear.png + icons/Symbolic/16/gimp-color-space-non-linear.png + icons/Symbolic/16/gimp-color-space-perceptual.png + icons/Symbolic/16/gimp-color-triangle.png + icons/Symbolic/16/gimp-color-water.png + icons/Symbolic/16/gimp-colormap.png + icons/Symbolic/16/gimp-controller-keyboard.png + icons/Symbolic/16/gimp-controller-linux-input.png + icons/Symbolic/16/gimp-controller-midi.png + icons/Symbolic/16/gimp-controller-wheel.png + icons/Symbolic/16/gimp-controller.png + icons/Symbolic/16/gimp-convert-grayscale.png + icons/Symbolic/16/gimp-convert-indexed.png + icons/Symbolic/16/gimp-convert-rgb.png + icons/Symbolic/16/gimp-cursor.png + icons/Symbolic/16/gimp-curve-free.png + icons/Symbolic/16/gimp-curve-point-corner.png + icons/Symbolic/16/gimp-curve-point-smooth.png + icons/Symbolic/16/gimp-curve-smooth.png + icons/Symbolic/16/gimp-dashboard.png + icons/Symbolic/16/gimp-device-status.png + icons/Symbolic/16/gimp-display-filter-clip-warning.png + icons/Symbolic/16/gimp-display-filter-colorblind.png + icons/Symbolic/16/gimp-display-filter-contrast.png + icons/Symbolic/16/gimp-display-filter-gamma.png + icons/Symbolic/16/gimp-display-filter-lcms.png + icons/Symbolic/16/gimp-display-filter-proof.png + icons/Symbolic/16/gimp-display-filter.png + icons/Symbolic/16/gimp-display.png + icons/Symbolic/16/gimp-duplicate.png + icons/Symbolic/16/gimp-dynamics.png + icons/Symbolic/16/gimp-error.png + icons/Symbolic/16/gimp-file-manager.png + icons/Symbolic/16/gimp-flip-horizontal.png + icons/Symbolic/16/gimp-flip-vertical.png + icons/Symbolic/16/gimp-floating-selection.png + icons/Symbolic/16/gimp-gegl.png + icons/Symbolic/16/gimp-gradient-bilinear.png + icons/Symbolic/16/gimp-gradient-conical-asymmetric.png + icons/Symbolic/16/gimp-gradient-conical-symmetric.png + icons/Symbolic/16/gimp-gradient-linear.png + icons/Symbolic/16/gimp-gradient-radial.png + icons/Symbolic/16/gimp-gradient-shapeburst-angular.png + icons/Symbolic/16/gimp-gradient-shapeburst-dimpled.png + icons/Symbolic/16/gimp-gradient-shapeburst-spherical.png + icons/Symbolic/16/gimp-gradient-spiral-anticlockwise.png + icons/Symbolic/16/gimp-gradient-spiral-clockwise.png + icons/Symbolic/16/gimp-gradient-square.png + icons/Symbolic/16/gimp-grid.png + icons/Symbolic/16/gimp-group-layer.png + icons/Symbolic/16/gimp-histogram-linear.png + icons/Symbolic/16/gimp-histogram-logarithmic.png + icons/Symbolic/16/gimp-histogram.png + icons/Symbolic/16/gimp-image-open.png + icons/Symbolic/16/gimp-image-reload.png + icons/Symbolic/16/gimp-image.png + icons/Symbolic/16/gimp-images.png + icons/Symbolic/16/gimp-info.png + icons/Symbolic/16/gimp-input-device.png + icons/Symbolic/16/gimp-invert.png + icons/Symbolic/16/gimp-join-bevel.png + icons/Symbolic/16/gimp-join-miter.png + icons/Symbolic/16/gimp-join-round.png + icons/Symbolic/16/gimp-landscape.png + icons/Symbolic/16/gimp-layer-mask.png + icons/Symbolic/16/gimp-layer-to-imagesize.png + icons/Symbolic/16/gimp-layer.png + icons/Symbolic/16/gimp-layers.png + icons/Symbolic/16/gimp-list.png + icons/Symbolic/16/gimp-marker.png + icons/Symbolic/16/gimp-merge-down.png + icons/Symbolic/16/gimp-move-to-screen.png + icons/Symbolic/16/gimp-navigation.png + icons/Symbolic/16/gimp-paste-as-new.png + icons/Symbolic/16/gimp-paste-into.png + icons/Symbolic/16/gimp-path-stroke.png + icons/Symbolic/16/gimp-path.png + icons/Symbolic/16/gimp-paths.png + icons/Symbolic/16/gimp-pattern.png + icons/Symbolic/16/gimp-plugin.png + icons/Symbolic/16/gimp-portrait.png + icons/Symbolic/16/gimp-prefs-folders-brushes.png + icons/Symbolic/16/gimp-prefs-folders-dynamics.png + icons/Symbolic/16/gimp-prefs-folders-environ.png + icons/Symbolic/16/gimp-prefs-folders-fonts.png + icons/Symbolic/16/gimp-prefs-folders-gradients.png + icons/Symbolic/16/gimp-prefs-folders-icon-themes.png + icons/Symbolic/16/gimp-prefs-folders-interp.png + icons/Symbolic/16/gimp-prefs-folders-modules.png + icons/Symbolic/16/gimp-prefs-folders-mypaint-brushes.png + icons/Symbolic/16/gimp-prefs-folders-palettes.png + icons/Symbolic/16/gimp-prefs-folders-patterns.png + icons/Symbolic/16/gimp-prefs-folders-plug-ins.png + icons/Symbolic/16/gimp-prefs-folders-scripts.png + icons/Symbolic/16/gimp-prefs-folders-themes.png + icons/Symbolic/16/gimp-prefs-folders-tool-plug-ins.png + icons/Symbolic/16/gimp-prefs-folders-tool-presets.png + icons/Symbolic/16/gimp-prefs-folders-tools.png + icons/Symbolic/16/gimp-prefs-icon-theme.png + icons/Symbolic/16/gimp-prefs-image-windows.png + icons/Symbolic/16/gimp-prefs-import-export.png + icons/Symbolic/16/gimp-prefs-interface.png + icons/Symbolic/16/gimp-prefs-theme.png + icons/Symbolic/16/gimp-prefs-toolbox.png + icons/Symbolic/16/gimp-prefs-window-management.png + icons/Symbolic/16/gimp-question.png + icons/Symbolic/16/gimp-reset.png + icons/Symbolic/16/gimp-reshow-filter.png + icons/Symbolic/16/gimp-resize.png + icons/Symbolic/16/gimp-rotate-180.png + icons/Symbolic/16/gimp-rotate-270.png + icons/Symbolic/16/gimp-rotate-90.png + icons/Symbolic/16/gimp-sample-point.png + icons/Symbolic/16/gimp-scale.png + icons/Symbolic/16/gimp-selection-add.png + icons/Symbolic/16/gimp-selection-all.png + icons/Symbolic/16/gimp-selection-border.png + icons/Symbolic/16/gimp-selection-grow.png + icons/Symbolic/16/gimp-selection-intersect.png + icons/Symbolic/16/gimp-selection-none.png + icons/Symbolic/16/gimp-selection-replace.png + icons/Symbolic/16/gimp-selection-shrink.png + icons/Symbolic/16/gimp-selection-stroke.png + icons/Symbolic/16/gimp-selection-subtract.png + icons/Symbolic/16/gimp-selection-to-channel.png + icons/Symbolic/16/gimp-selection-to-path.png + icons/Symbolic/16/gimp-selection.png + icons/Symbolic/16/gimp-shape-circle.png + icons/Symbolic/16/gimp-shape-diamond.png + icons/Symbolic/16/gimp-shape-square.png + icons/Symbolic/16/gimp-shred.png + icons/Symbolic/16/gimp-smartphone.png + icons/Symbolic/16/gimp-symmetry.png + icons/Symbolic/16/gimp-template.png + icons/Symbolic/16/gimp-text-layer.png + icons/Symbolic/16/gimp-toilet-paper.png + icons/Symbolic/16/gimp-tool-airbrush.png + icons/Symbolic/16/gimp-tool-align.png + icons/Symbolic/16/gimp-tool-blur.png + icons/Symbolic/16/gimp-tool-brightness-contrast.png + icons/Symbolic/16/gimp-tool-bucket-fill.png + icons/Symbolic/16/gimp-tool-by-color-select.png + icons/Symbolic/16/gimp-tool-cage.png + icons/Symbolic/16/gimp-tool-clone.png + icons/Symbolic/16/gimp-tool-color-balance.png + icons/Symbolic/16/gimp-tool-color-picker.png + icons/Symbolic/16/gimp-tool-color-temperature.png + icons/Symbolic/16/gimp-tool-colorize.png + icons/Symbolic/16/gimp-tool-crop.png + icons/Symbolic/16/gimp-tool-curves.png + icons/Symbolic/16/gimp-tool-desaturate.png + icons/Symbolic/16/gimp-tool-dodge.png + icons/Symbolic/16/gimp-tool-ellipse-select.png + icons/Symbolic/16/gimp-tool-eraser.png + icons/Symbolic/16/gimp-tool-exposure.png + icons/Symbolic/16/gimp-tool-flip.png + icons/Symbolic/16/gimp-tool-foreground-select.png + icons/Symbolic/16/gimp-tool-free-select.png + icons/Symbolic/16/gimp-tool-fuzzy-select.png + icons/Symbolic/16/gimp-tool-gradient.png + icons/Symbolic/16/gimp-tool-handle-transform.png + icons/Symbolic/16/gimp-tool-heal.png + icons/Symbolic/16/gimp-tool-hue-saturation.png + icons/Symbolic/16/gimp-tool-ink.png + icons/Symbolic/16/gimp-tool-iscissors.png + icons/Symbolic/16/gimp-tool-levels.png + icons/Symbolic/16/gimp-tool-measure.png + icons/Symbolic/16/gimp-tool-move.png + icons/Symbolic/16/gimp-tool-mypaint-brush.png + icons/Symbolic/16/gimp-tool-n-point-deformation.png + icons/Symbolic/16/gimp-tool-offset.png + icons/Symbolic/16/gimp-tool-options.png + icons/Symbolic/16/gimp-tool-paintbrush.png + icons/Symbolic/16/gimp-tool-path.png + icons/Symbolic/16/gimp-tool-pencil.png + icons/Symbolic/16/gimp-tool-perspective-clone.png + icons/Symbolic/16/gimp-tool-perspective.png + icons/Symbolic/16/gimp-tool-posterize.png + icons/Symbolic/16/gimp-tool-preset.png + icons/Symbolic/16/gimp-tool-rect-select.png + icons/Symbolic/16/gimp-tool-rotate.png + icons/Symbolic/16/gimp-tool-scale.png + icons/Symbolic/16/gimp-tool-seamless-clone.png + icons/Symbolic/16/gimp-tool-shadows-highlights.png + icons/Symbolic/16/gimp-tool-shear.png + icons/Symbolic/16/gimp-tool-smudge.png + icons/Symbolic/16/gimp-tool-text.png + icons/Symbolic/16/gimp-tool-threshold.png + icons/Symbolic/16/gimp-tool-transform-3d.png + icons/Symbolic/16/gimp-tool-unified-transform.png + icons/Symbolic/16/gimp-tool-warp.png + icons/Symbolic/16/gimp-tool-zoom.png + icons/Symbolic/16/gimp-tools.png + icons/Symbolic/16/gimp-transform-3d-camera.png + icons/Symbolic/16/gimp-transform-3d-move.png + icons/Symbolic/16/gimp-transform-3d-rotate.png + icons/Symbolic/16/gimp-transparency.png + icons/Symbolic/16/gimp-undo-history.png + icons/Symbolic/16/gimp-user-manual.png + icons/Symbolic/16/gimp-video.png + icons/Symbolic/16/gimp-warning.png + icons/Symbolic/16/gimp-web.png + icons/Symbolic/16/gimp-wilber.png + icons/Symbolic/16/go-bottom.png + icons/Symbolic/16/go-down.png + icons/Symbolic/16/go-first.png + icons/Symbolic/16/go-home.png + icons/Symbolic/16/go-last.png + icons/Symbolic/16/go-next.png + icons/Symbolic/16/go-previous.png + icons/Symbolic/16/go-top.png + icons/Symbolic/16/go-up.png + icons/Symbolic/16/gtk-cancel.png + icons/Symbolic/16/gtk-edit.png + icons/Symbolic/16/gtk-no.png + icons/Symbolic/16/gtk-ok.png + icons/Symbolic/16/gtk-select-color.png + icons/Symbolic/16/gtk-select-font.png + icons/Symbolic/16/gtk-yes.png + icons/Symbolic/16/help-about.png + icons/Symbolic/16/list-add.png + icons/Symbolic/16/list-remove.png + icons/Symbolic/16/media-floppy.png + icons/Symbolic/16/media-optical.png + icons/Symbolic/16/media-playback-pause.png + icons/Symbolic/16/media-playback-start.png + icons/Symbolic/16/media-record.png + icons/Symbolic/16/media-seek-backward.png + icons/Symbolic/16/media-skip-backward.png + icons/Symbolic/16/media-skip-forward.png + icons/Symbolic/16/preferences-system.png + icons/Symbolic/16/process-stop.png + icons/Symbolic/16/system-run.png + icons/Symbolic/16/view-fullscreen.png + icons/Symbolic/16/view-refresh.png + icons/Symbolic/16/window-close.png + icons/Symbolic/16/window-new.png + icons/Symbolic/16/zoom-fit-best.png + icons/Symbolic/16/zoom-in.png + icons/Symbolic/16/zoom-original.png + icons/Symbolic/16/zoom-out.png + icons/Symbolic/18/gimp-color-picker-black.png + icons/Symbolic/18/gimp-color-picker-gray.png + icons/Symbolic/18/gimp-color-picker-white.png + icons/Symbolic/192/gimp-wilber-outline.png + icons/Symbolic/192/gimp-wilber.png + icons/Symbolic/20/gimp-linked.png + icons/Symbolic/20/gimp-visible.png + icons/Symbolic/22/folder.png + icons/Symbolic/22/format-indent-more.png + icons/Symbolic/22/format-justify-center.png + icons/Symbolic/22/format-justify-fill.png + icons/Symbolic/22/format-justify-left.png + icons/Symbolic/22/format-justify-right.png + icons/Symbolic/22/gimp-char-picker.png + icons/Symbolic/22/gimp-dynamics.png + icons/Symbolic/22/gimp-histogram.png + icons/Symbolic/22/gimp-input-device.png + icons/Symbolic/22/gimp-landscape.png + icons/Symbolic/22/gimp-letter-spacing.png + icons/Symbolic/22/gimp-line-spacing.png + icons/Symbolic/22/gimp-path.png + icons/Symbolic/22/gimp-paths.png + icons/Symbolic/22/gimp-portrait.png + icons/Symbolic/22/gimp-prefs-color-management.png + icons/Symbolic/22/gimp-prefs-controllers.png + icons/Symbolic/22/gimp-prefs-default-grid.png + icons/Symbolic/22/gimp-prefs-display.png + icons/Symbolic/22/gimp-prefs-folders-brushes.png + icons/Symbolic/22/gimp-prefs-folders-dynamics.png + icons/Symbolic/22/gimp-prefs-folders-environ.png + icons/Symbolic/22/gimp-prefs-folders-fonts.png + icons/Symbolic/22/gimp-prefs-folders-gradients.png + icons/Symbolic/22/gimp-prefs-folders-icon-themes.png + icons/Symbolic/22/gimp-prefs-folders-interp.png + icons/Symbolic/22/gimp-prefs-folders-modules.png + icons/Symbolic/22/gimp-prefs-folders-mypaint-brushes.png + icons/Symbolic/22/gimp-prefs-folders-palettes.png + icons/Symbolic/22/gimp-prefs-folders-patterns.png + icons/Symbolic/22/gimp-prefs-folders-plug-ins.png + icons/Symbolic/22/gimp-prefs-folders-scripts.png + icons/Symbolic/22/gimp-prefs-folders-themes.png + icons/Symbolic/22/gimp-prefs-folders-tool-plug-ins.png + icons/Symbolic/22/gimp-prefs-folders-tool-presets.png + icons/Symbolic/22/gimp-prefs-folders-tools.png + icons/Symbolic/22/gimp-prefs-folders.png + icons/Symbolic/22/gimp-prefs-help-system.png + icons/Symbolic/22/gimp-prefs-icon-theme.png + icons/Symbolic/22/gimp-prefs-image-title.png + icons/Symbolic/22/gimp-prefs-image-windows-appearance.png + icons/Symbolic/22/gimp-prefs-image-windows-snapping.png + icons/Symbolic/22/gimp-prefs-image-windows.png + icons/Symbolic/22/gimp-prefs-import-export.png + icons/Symbolic/22/gimp-prefs-input-devices.png + icons/Symbolic/22/gimp-prefs-interface.png + icons/Symbolic/22/gimp-prefs-new-image.png + icons/Symbolic/22/gimp-prefs-playground.png + icons/Symbolic/22/gimp-prefs-session.png + icons/Symbolic/22/gimp-prefs-system-resources.png + icons/Symbolic/22/gimp-prefs-theme.png + icons/Symbolic/22/gimp-prefs-tool-options.png + icons/Symbolic/22/gimp-prefs-toolbox.png + icons/Symbolic/22/gimp-prefs-window-management.png + icons/Symbolic/22/gimp-tool-preset.png + icons/Symbolic/22/gimp-wilber.png + icons/Symbolic/24/dialog-information.png + icons/Symbolic/24/document-print.png + icons/Symbolic/24/gimp-attach.png + icons/Symbolic/24/gimp-business-card.png + icons/Symbolic/24/gimp-center.png + icons/Symbolic/24/gimp-channel-alpha.png + icons/Symbolic/24/gimp-channel-blue.png + icons/Symbolic/24/gimp-channel-gray.png + icons/Symbolic/24/gimp-channel-green.png + icons/Symbolic/24/gimp-channel-indexed.png + icons/Symbolic/24/gimp-channel-red.png + icons/Symbolic/24/gimp-channel.png + icons/Symbolic/24/gimp-channels.png + icons/Symbolic/24/gimp-color-space-linear.png + icons/Symbolic/24/gimp-color-space-non-linear.png + icons/Symbolic/24/gimp-color-space-perceptual.png + icons/Symbolic/24/gimp-colormap.png + icons/Symbolic/24/gimp-controller-keyboard.png + icons/Symbolic/24/gimp-controller-linux-input.png + icons/Symbolic/24/gimp-controller-midi.png + icons/Symbolic/24/gimp-controller-wheel.png + icons/Symbolic/24/gimp-controller.png + icons/Symbolic/24/gimp-cursor.png + icons/Symbolic/24/gimp-dashboard.png + icons/Symbolic/24/gimp-detach.png + icons/Symbolic/24/gimp-device-status.png + icons/Symbolic/24/gimp-display-filter-clip-warning.png + icons/Symbolic/24/gimp-display-filter-colorblind.png + icons/Symbolic/24/gimp-display-filter-contrast.png + icons/Symbolic/24/gimp-display-filter-gamma.png + icons/Symbolic/24/gimp-display-filter-lcms.png + icons/Symbolic/24/gimp-display-filter-proof.png + icons/Symbolic/24/gimp-display-filter.png + icons/Symbolic/24/gimp-display.png + icons/Symbolic/24/gimp-error.png + icons/Symbolic/24/gimp-floating-selection.png + icons/Symbolic/24/gimp-gegl.png + icons/Symbolic/24/gimp-gravity-east.png + icons/Symbolic/24/gimp-gravity-north-east.png + icons/Symbolic/24/gimp-gravity-north-west.png + icons/Symbolic/24/gimp-gravity-north.png + icons/Symbolic/24/gimp-gravity-south-east.png + icons/Symbolic/24/gimp-gravity-south-west.png + icons/Symbolic/24/gimp-gravity-south.png + icons/Symbolic/24/gimp-gravity-west.png + icons/Symbolic/24/gimp-grid.png + icons/Symbolic/24/gimp-hcenter.png + icons/Symbolic/24/gimp-hchain-broken.png + icons/Symbolic/24/gimp-hchain.png + icons/Symbolic/24/gimp-hfill.png + icons/Symbolic/24/gimp-image.png + icons/Symbolic/24/gimp-images.png + icons/Symbolic/24/gimp-info.png + icons/Symbolic/24/gimp-layer-mask.png + icons/Symbolic/24/gimp-layer.png + icons/Symbolic/24/gimp-layers.png + icons/Symbolic/24/gimp-move-to-screen.png + icons/Symbolic/24/gimp-navigation.png + icons/Symbolic/24/gimp-question.png + icons/Symbolic/24/gimp-resize.png + icons/Symbolic/24/gimp-sample-point.png + icons/Symbolic/24/gimp-scale.png + icons/Symbolic/24/gimp-selection.png + icons/Symbolic/24/gimp-smartphone.png + icons/Symbolic/24/gimp-symmetry.png + icons/Symbolic/24/gimp-template.png + icons/Symbolic/24/gimp-text-dir-ltr.png + icons/Symbolic/24/gimp-text-dir-rtl.png + icons/Symbolic/24/gimp-text-dir-ttb-ltr-upright.png + icons/Symbolic/24/gimp-text-dir-ttb-ltr.png + icons/Symbolic/24/gimp-text-dir-ttb-rtl-upright.png + icons/Symbolic/24/gimp-text-dir-ttb-rtl.png + icons/Symbolic/24/gimp-text-layer.png + icons/Symbolic/24/gimp-toilet-paper.png + icons/Symbolic/24/gimp-tool-airbrush.png + icons/Symbolic/24/gimp-tool-align.png + icons/Symbolic/24/gimp-tool-blur.png + icons/Symbolic/24/gimp-tool-brightness-contrast.png + icons/Symbolic/24/gimp-tool-bucket-fill.png + icons/Symbolic/24/gimp-tool-by-color-select.png + icons/Symbolic/24/gimp-tool-cage.png + icons/Symbolic/24/gimp-tool-clone.png + icons/Symbolic/24/gimp-tool-color-balance.png + icons/Symbolic/24/gimp-tool-color-picker.png + icons/Symbolic/24/gimp-tool-color-temperature.png + icons/Symbolic/24/gimp-tool-colorize.png + icons/Symbolic/24/gimp-tool-crop.png + icons/Symbolic/24/gimp-tool-curves.png + icons/Symbolic/24/gimp-tool-desaturate.png + icons/Symbolic/24/gimp-tool-dodge.png + icons/Symbolic/24/gimp-tool-ellipse-select.png + icons/Symbolic/24/gimp-tool-eraser.png + icons/Symbolic/24/gimp-tool-exposure.png + icons/Symbolic/24/gimp-tool-flip.png + icons/Symbolic/24/gimp-tool-foreground-select.png + icons/Symbolic/24/gimp-tool-free-select.png + icons/Symbolic/24/gimp-tool-fuzzy-select.png + icons/Symbolic/24/gimp-tool-gradient.png + icons/Symbolic/24/gimp-tool-handle-transform.png + icons/Symbolic/24/gimp-tool-heal.png + icons/Symbolic/24/gimp-tool-hue-saturation.png + icons/Symbolic/24/gimp-tool-ink.png + icons/Symbolic/24/gimp-tool-iscissors.png + icons/Symbolic/24/gimp-tool-levels.png + icons/Symbolic/24/gimp-tool-measure.png + icons/Symbolic/24/gimp-tool-move.png + icons/Symbolic/24/gimp-tool-mypaint-brush.png + icons/Symbolic/24/gimp-tool-n-point-deformation.png + icons/Symbolic/24/gimp-tool-offset.png + icons/Symbolic/24/gimp-tool-options.png + icons/Symbolic/24/gimp-tool-paintbrush.png + icons/Symbolic/24/gimp-tool-path.png + icons/Symbolic/24/gimp-tool-pencil.png + icons/Symbolic/24/gimp-tool-perspective-clone.png + icons/Symbolic/24/gimp-tool-perspective.png + icons/Symbolic/24/gimp-tool-posterize.png + icons/Symbolic/24/gimp-tool-preset.png + icons/Symbolic/24/gimp-tool-rect-select.png + icons/Symbolic/24/gimp-tool-rotate.png + icons/Symbolic/24/gimp-tool-scale.png + icons/Symbolic/24/gimp-tool-seamless-clone.png + icons/Symbolic/24/gimp-tool-shadows-highlights.png + icons/Symbolic/24/gimp-tool-shear.png + icons/Symbolic/24/gimp-tool-smudge.png + icons/Symbolic/24/gimp-tool-text.png + icons/Symbolic/24/gimp-tool-threshold.png + icons/Symbolic/24/gimp-tool-transform-3d.png + icons/Symbolic/24/gimp-tool-unified-transform.png + icons/Symbolic/24/gimp-tool-warp.png + icons/Symbolic/24/gimp-tool-zoom.png + icons/Symbolic/24/gimp-tools.png + icons/Symbolic/24/gimp-transparency.png + icons/Symbolic/24/gimp-undo-history.png + icons/Symbolic/24/gimp-user-manual.png + icons/Symbolic/24/gimp-vcenter.png + icons/Symbolic/24/gimp-vchain-broken.png + icons/Symbolic/24/gimp-vchain.png + icons/Symbolic/24/gimp-vfill.png + icons/Symbolic/24/gimp-video.png + icons/Symbolic/24/gimp-warning.png + icons/Symbolic/24/gimp-web.png + icons/Symbolic/24/gtk-select-color.png + icons/Symbolic/24/media-floppy.png + icons/Symbolic/24/media-optical.png + icons/Symbolic/256/folder.png + icons/Symbolic/256/gimp-wilber-outline.png + icons/Symbolic/256/gimp-wilber.png + icons/Symbolic/32/gimp-channel-alpha.png + icons/Symbolic/32/gimp-channel-blue.png + icons/Symbolic/32/gimp-channel-gray.png + icons/Symbolic/32/gimp-channel-green.png + icons/Symbolic/32/gimp-channel-indexed.png + icons/Symbolic/32/gimp-channel-red.png + icons/Symbolic/32/gimp-channel.png + icons/Symbolic/32/gimp-floating-selection.png + icons/Symbolic/32/gimp-image.png + icons/Symbolic/32/gimp-layer-mask.png + icons/Symbolic/32/gimp-layer.png + icons/Symbolic/32/gimp-text-layer.png + icons/Symbolic/32/gimp-user-manual.png + icons/Symbolic/32/gimp-wilber.png + icons/Symbolic/48/folder.png + icons/Symbolic/48/gimp-channel-alpha.png + icons/Symbolic/48/gimp-channel-blue.png + icons/Symbolic/48/gimp-channel-gray.png + icons/Symbolic/48/gimp-channel-green.png + icons/Symbolic/48/gimp-channel-indexed.png + icons/Symbolic/48/gimp-channel-red.png + icons/Symbolic/48/gimp-channel.png + icons/Symbolic/48/gimp-floating-selection.png + icons/Symbolic/48/gimp-image.png + icons/Symbolic/48/gimp-layer-mask.png + icons/Symbolic/48/gimp-layer.png + icons/Symbolic/48/gimp-prefs-color-management.png + icons/Symbolic/48/gimp-prefs-controllers.png + icons/Symbolic/48/gimp-prefs-default-comment.png + icons/Symbolic/48/gimp-prefs-default-grid.png + icons/Symbolic/48/gimp-prefs-display.png + icons/Symbolic/48/gimp-prefs-folders-brushes.png + icons/Symbolic/48/gimp-prefs-folders-dynamics.png + icons/Symbolic/48/gimp-prefs-folders-environ.png + icons/Symbolic/48/gimp-prefs-folders-fonts.png + icons/Symbolic/48/gimp-prefs-folders-gradients.png + icons/Symbolic/48/gimp-prefs-folders-icon-themes.png + icons/Symbolic/48/gimp-prefs-folders-interp.png + icons/Symbolic/48/gimp-prefs-folders-modules.png + icons/Symbolic/48/gimp-prefs-folders-mypaint-brushes.png + icons/Symbolic/48/gimp-prefs-folders-palettes.png + icons/Symbolic/48/gimp-prefs-folders-patterns.png + icons/Symbolic/48/gimp-prefs-folders-plug-ins.png + icons/Symbolic/48/gimp-prefs-folders-scripts.png + icons/Symbolic/48/gimp-prefs-folders-themes.png + icons/Symbolic/48/gimp-prefs-folders-tool-plug-ins.png + icons/Symbolic/48/gimp-prefs-folders-tool-presets.png + icons/Symbolic/48/gimp-prefs-folders-tools.png + icons/Symbolic/48/gimp-prefs-folders.png + icons/Symbolic/48/gimp-prefs-help-system.png + icons/Symbolic/48/gimp-prefs-icon-theme.png + icons/Symbolic/48/gimp-prefs-image-title.png + icons/Symbolic/48/gimp-prefs-image-windows-appearance.png + icons/Symbolic/48/gimp-prefs-image-windows-snapping.png + icons/Symbolic/48/gimp-prefs-image-windows.png + icons/Symbolic/48/gimp-prefs-import-export.png + icons/Symbolic/48/gimp-prefs-input-devices.png + icons/Symbolic/48/gimp-prefs-interface.png + icons/Symbolic/48/gimp-prefs-new-image.png + icons/Symbolic/48/gimp-prefs-playground.png + icons/Symbolic/48/gimp-prefs-session.png + icons/Symbolic/48/gimp-prefs-system-resources.png + icons/Symbolic/48/gimp-prefs-theme.png + icons/Symbolic/48/gimp-prefs-tool-options.png + icons/Symbolic/48/gimp-prefs-toolbox.png + icons/Symbolic/48/gimp-prefs-window-management.png + icons/Symbolic/48/gimp-text-layer.png + icons/Symbolic/48/gimp-wilber.png + icons/Symbolic/64/dialog-information.png + icons/Symbolic/64/gimp-error.png + icons/Symbolic/64/gimp-frame.png + icons/Symbolic/64/gimp-info.png + icons/Symbolic/64/gimp-question.png + icons/Symbolic/64/gimp-texture.png + icons/Symbolic/64/gimp-user-manual.png + icons/Symbolic/64/gimp-warning.png + icons/Symbolic/64/gimp-wilber-eek.png + icons/Symbolic/64/gimp-wilber-outline.png + icons/Symbolic/64/gimp-wilber.png + icons/Symbolic/96/gimp-wilber-outline.png + icons/Symbolic/96/gimp-wilber.png + icons/Symbolic/Makefile.am + icons/Symbolic/index.theme + icons/hicolor/Makefile.am + icons/hicolor/index.theme + icons/icon-list.mk + libgimp/Makefile.am + libgimp/gimp.def + libgimp/gimpenums.c + libgimp/gimpenums.c.tail + libgimp/gimpui.def + libgimp/gimpuimarshal.c + libgimp/gimpuimarshal.h + libgimp/gimpuimarshal.list + libgimpbase/Makefile.am + libgimpbase/gimpbase.def + libgimpbase/gimpbaseenums.c + libgimpbase/gimpcompatenums.c + libgimpbase/gimpreloc.c + libgimpbase/gimpreloc.h + libgimpbase/gimpversion.h + libgimpbase/test-cpu-accel.c + libgimpcolor/Makefile.am + libgimpcolor/gimpcolor.def + libgimpcolor/test-color-parser.c + libgimpconfig/Makefile.am + libgimpconfig/gimpconfig.def + libgimpconfig/gimpconfigenums.c + libgimpmath/Makefile.am + libgimpmath/gimpmath.def + libgimpmath/gimpmd5.c + libgimpmath/gimpmd5.h + libgimpmodule/Makefile.am + libgimpmodule/gimpmodule.def + libgimpthumb/Makefile.am + libgimpthumb/gimp-thumbnail-list.c + libgimpthumb/gimpthumb-enums.c + libgimpthumb/gimpthumb.def + libgimpwidgets/Makefile.am + libgimpwidgets/gimpwidgets.def + libgimpwidgets/gimpwidgetsenums.c + libgimpwidgets/gimpwidgetsmarshal.c + libgimpwidgets/gimpwidgetsmarshal.h + libgimpwidgets/gimpwidgetsmarshal.list + m4macros/Makefile.am + m4macros/alsa.m4 + m4macros/detectcflags.m4 + m4macros/gimp-2.0.m4 + menus/Makefile.am + modules/Makefile.am + pdb/Makefile.am + pdb/README + pdb/README_NEW_PDB_PROC + pdb/enums-external.pl + pdb/groups.pl + plug-ins/Makefile.am + plug-ins/common/Makefile.am + plug-ins/common/file-gif-load.c + plug-ins/common/file-gif-save.c + plug-ins/common/gimprc.common + plug-ins/common/mkgen.pl + plug-ins/common/plugin-defs.pl + plug-ins/file-bmp/Makefile.am + plug-ins/file-dds/Makefile.am + plug-ins/file-dds/TODO + plug-ins/file-dds/dxt_tables.h + plug-ins/file-dds/mktables.c + plug-ins/file-exr/Makefile.am + plug-ins/file-faxg3/Makefile.am + plug-ins/file-faxg3/g3.c + plug-ins/file-faxg3/g3.h + plug-ins/file-fits/Makefile.am + plug-ins/file-fli/Makefile.am + plug-ins/file-ico/Makefile.am + plug-ins/file-jpeg/Makefile.am + plug-ins/file-psd/Makefile.am + plug-ins/file-psd/TODO.txt + plug-ins/file-psd/new-resource-ids.txt + plug-ins/file-raw/Makefile.am + plug-ins/file-sgi/Makefile.am + plug-ins/file-tiff/Makefile.am + plug-ins/file-tiff/file-tiff-io.c + plug-ins/file-tiff/file-tiff-io.h + plug-ins/file-tiff/file-tiff-load.h + plug-ins/file-tiff/file-tiff-save.h + plug-ins/file-webp/Makefile.am + plug-ins/flame/Makefile.am + plug-ins/flame/README + plug-ins/fractal-explorer/Makefile.am + plug-ins/fractal-explorer/examples/Asteroid_Field + plug-ins/fractal-explorer/examples/Bar_Code_Label + plug-ins/fractal-explorer/examples/Beauty_of_Nature + plug-ins/fractal-explorer/examples/Blue_Curtain + plug-ins/fractal-explorer/examples/Car_Track + plug-ins/fractal-explorer/examples/Energetic_Diamond + plug-ins/fractal-explorer/examples/Explosive + plug-ins/fractal-explorer/examples/Flower + plug-ins/fractal-explorer/examples/Fragments + plug-ins/fractal-explorer/examples/Hemp + plug-ins/fractal-explorer/examples/High_Voltage + plug-ins/fractal-explorer/examples/Hoops + plug-ins/fractal-explorer/examples/Ice_Crystal + plug-ins/fractal-explorer/examples/Leaves + plug-ins/fractal-explorer/examples/Lightning + plug-ins/fractal-explorer/examples/Makefile.am + plug-ins/fractal-explorer/examples/Mandelbrot + plug-ins/fractal-explorer/examples/Marble + plug-ins/fractal-explorer/examples/Marble2 + plug-ins/fractal-explorer/examples/Medusa + plug-ins/fractal-explorer/examples/Nautilus + plug-ins/fractal-explorer/examples/Nebula + plug-ins/fractal-explorer/examples/Plant + plug-ins/fractal-explorer/examples/Rose + plug-ins/fractal-explorer/examples/Saturn + plug-ins/fractal-explorer/examples/Snow_Crystal + plug-ins/fractal-explorer/examples/Soma + plug-ins/fractal-explorer/examples/Spark + plug-ins/fractal-explorer/examples/Suns + plug-ins/fractal-explorer/examples/Tentacles + plug-ins/fractal-explorer/examples/The_Green_Place + plug-ins/fractal-explorer/examples/Wave + plug-ins/fractal-explorer/examples/Wood + plug-ins/fractal-explorer/examples/Zooming_Circle + plug-ins/fractal-explorer/fractal-explorer-dialogs.h + plug-ins/fractal-explorer/fractal-explorer.h + plug-ins/gfig/Makefile.am + plug-ins/gfig/README + plug-ins/gfig/gfig-examples/A_star + plug-ins/gfig/gfig-examples/Makefile.am + plug-ins/gfig/gfig-examples/curves + plug-ins/gfig/gfig-examples/polys + plug-ins/gfig/gfig-examples/ring + plug-ins/gfig/gfig-examples/ring+star + plug-ins/gfig/gfig-examples/simily + plug-ins/gfig/gfig-examples/spirals_and_stars + plug-ins/gfig/gfig-examples/sprial + plug-ins/gfig/gfig-examples/star2 + plug-ins/gfig/gfig-examples/stars + plug-ins/gfig/images/Makefile.am + plug-ins/gfig/images/stock-bezier.png + plug-ins/gfig/images/stock-circle.png + plug-ins/gfig/images/stock-copy-object.png + plug-ins/gfig/images/stock-curve.png + plug-ins/gfig/images/stock-delete-object.png + plug-ins/gfig/images/stock-ellipse.png + plug-ins/gfig/images/stock-line.png + plug-ins/gfig/images/stock-logo.png + plug-ins/gfig/images/stock-move-object.png + plug-ins/gfig/images/stock-move-point.png + plug-ins/gfig/images/stock-polygon.png + plug-ins/gfig/images/stock-rectangle.png + plug-ins/gfig/images/stock-select-object.png + plug-ins/gfig/images/stock-show-all.png + plug-ins/gfig/images/stock-spiral.png + plug-ins/gfig/images/stock-star.png + plug-ins/gimpressionist/Brushes/Makefile.am + plug-ins/gimpressionist/Brushes/arrow01.pgm + plug-ins/gimpressionist/Brushes/ball.ppm + plug-ins/gimpressionist/Brushes/blob.ppm + plug-ins/gimpressionist/Brushes/box.ppm + plug-ins/gimpressionist/Brushes/chalk01.pgm + plug-ins/gimpressionist/Brushes/cone.ppm + plug-ins/gimpressionist/Brushes/crayon01.pgm + plug-ins/gimpressionist/Brushes/crayon02.pgm + plug-ins/gimpressionist/Brushes/crayon03.pgm + plug-ins/gimpressionist/Brushes/crayon04.pgm + plug-ins/gimpressionist/Brushes/crayon05.pgm + plug-ins/gimpressionist/Brushes/crayon06.pgm + plug-ins/gimpressionist/Brushes/crayon07.pgm + plug-ins/gimpressionist/Brushes/crayon08.pgm + plug-ins/gimpressionist/Brushes/defaultbrush.pgm + plug-ins/gimpressionist/Brushes/dribble.pgm + plug-ins/gimpressionist/Brushes/fabric.pgm + plug-ins/gimpressionist/Brushes/fabric01.pgm + plug-ins/gimpressionist/Brushes/fabric02.pgm + plug-ins/gimpressionist/Brushes/fabric03.pgm + plug-ins/gimpressionist/Brushes/flower01.pgm + plug-ins/gimpressionist/Brushes/flower02.pgm + plug-ins/gimpressionist/Brushes/flower03.pgm + plug-ins/gimpressionist/Brushes/flower04.pgm + plug-ins/gimpressionist/Brushes/grad01.pgm + plug-ins/gimpressionist/Brushes/grad02.pgm + plug-ins/gimpressionist/Brushes/grad03.pgm + plug-ins/gimpressionist/Brushes/heart.ppm + plug-ins/gimpressionist/Brushes/leaf01.pgm + plug-ins/gimpressionist/Brushes/paintbrush01.pgm + plug-ins/gimpressionist/Brushes/paintbrush02.pgm + plug-ins/gimpressionist/Brushes/paintbrush03.pgm + plug-ins/gimpressionist/Brushes/paintbrush04.pgm + plug-ins/gimpressionist/Brushes/paper01.pgm + plug-ins/gimpressionist/Brushes/paper02.pgm + plug-ins/gimpressionist/Brushes/paper03.pgm + plug-ins/gimpressionist/Brushes/paper04.pgm + plug-ins/gimpressionist/Brushes/pentagram.pgm + plug-ins/gimpressionist/Brushes/scribble.pgm + plug-ins/gimpressionist/Brushes/shape01.pgm + plug-ins/gimpressionist/Brushes/shape02.pgm + plug-ins/gimpressionist/Brushes/shape03.pgm + plug-ins/gimpressionist/Brushes/shape04.pgm + plug-ins/gimpressionist/Brushes/snow1.pgm + plug-ins/gimpressionist/Brushes/sphere.ppm + plug-ins/gimpressionist/Brushes/splat1.pgm + plug-ins/gimpressionist/Brushes/splat2.pgm + plug-ins/gimpressionist/Brushes/splat3.pgm + plug-ins/gimpressionist/Brushes/spunge01.pgm + plug-ins/gimpressionist/Brushes/spunge02.pgm + plug-ins/gimpressionist/Brushes/spunge03.pgm + plug-ins/gimpressionist/Brushes/spunge04.pgm + plug-ins/gimpressionist/Brushes/spunge05.pgm + plug-ins/gimpressionist/Brushes/strange01.pgm + plug-ins/gimpressionist/Brushes/thegimp.pgm + plug-ins/gimpressionist/Brushes/torus.ppm + plug-ins/gimpressionist/Brushes/wavy.pgm + plug-ins/gimpressionist/Brushes/weave.pgm + plug-ins/gimpressionist/Brushes/worm.pgm + plug-ins/gimpressionist/Makefile.am + plug-ins/gimpressionist/Paper/Makefile.am + plug-ins/gimpressionist/Paper/bricks.pgm + plug-ins/gimpressionist/Paper/bricks2.pgm + plug-ins/gimpressionist/Paper/burlap.pgm + plug-ins/gimpressionist/Paper/canvas2.pgm + plug-ins/gimpressionist/Paper/defaultpaper.pgm + plug-ins/gimpressionist/Paper/marble.pgm + plug-ins/gimpressionist/Paper/marble2.pgm + plug-ins/gimpressionist/Paper/stone.pgm + plug-ins/gimpressionist/Paper/struc.pgm + plug-ins/gimpressionist/Presets/ApplyCanvas + plug-ins/gimpressionist/Presets/Ballpark + plug-ins/gimpressionist/Presets/Canvas + plug-ins/gimpressionist/Presets/Crosshatch + plug-ins/gimpressionist/Presets/Cubism + plug-ins/gimpressionist/Presets/Dotify + plug-ins/gimpressionist/Presets/Embroidery + plug-ins/gimpressionist/Presets/Feathers + plug-ins/gimpressionist/Presets/Felt-marker + plug-ins/gimpressionist/Presets/Flowerbed + plug-ins/gimpressionist/Presets/Furry + plug-ins/gimpressionist/Presets/Line-art + plug-ins/gimpressionist/Presets/Line-art-2 + plug-ins/gimpressionist/Presets/Maggot-invasion + plug-ins/gimpressionist/Presets/Makefile.am + plug-ins/gimpressionist/Presets/MarbleMadness + plug-ins/gimpressionist/Presets/Mossy + plug-ins/gimpressionist/Presets/Painted_Rock + plug-ins/gimpressionist/Presets/Parquette + plug-ins/gimpressionist/Presets/Patchwork + plug-ins/gimpressionist/Presets/Ringworks + plug-ins/gimpressionist/Presets/Sample + plug-ins/gimpressionist/Presets/Smash + plug-ins/gimpressionist/Presets/Straws + plug-ins/gimpressionist/Presets/Weave + plug-ins/gimpressionist/Presets/Wormcan + plug-ins/gradient-flare/Makefile.am + plug-ins/gradient-flare/flares/Bright_Star + plug-ins/gradient-flare/flares/Classic + plug-ins/gradient-flare/flares/Default + plug-ins/gradient-flare/flares/Distant_Sun + plug-ins/gradient-flare/flares/GFlare_101 + plug-ins/gradient-flare/flares/GFlare_102 + plug-ins/gradient-flare/flares/Hidden_Planet + plug-ins/gradient-flare/flares/Makefile.am + plug-ins/help-browser/Makefile.am + plug-ins/help/Makefile.am + plug-ins/ifs-compose/Makefile.am + plug-ins/ifs-compose/README.ifscompose + plug-ins/imagemap/Makefile.am + plug-ins/imagemap/images/Makefile.am + plug-ins/imagemap/images/stock-circle.png + plug-ins/imagemap/images/stock-coord.png + plug-ins/imagemap/images/stock-dimension.png + plug-ins/imagemap/images/stock-java.png + plug-ins/imagemap/images/stock-polygon.png + plug-ins/imagemap/images/stock-rectangle.png + plug-ins/imagemap/images/stock-to-back.png + plug-ins/imagemap/images/stock-to-front.png + plug-ins/lighting/Makefile.am + plug-ins/lighting/TODO + plug-ins/lighting/images/Makefile.am + plug-ins/lighting/images/stock-intensity-ambient-high.png + plug-ins/lighting/images/stock-intensity-ambient-low.png + plug-ins/lighting/images/stock-intensity-diffuse-high.png + plug-ins/lighting/images/stock-intensity-diffuse-low.png + plug-ins/lighting/images/stock-reflectivity-diffuse-high.png + plug-ins/lighting/images/stock-reflectivity-diffuse-low.png + plug-ins/lighting/images/stock-reflectivity-highlight-high.png + plug-ins/lighting/images/stock-reflectivity-highlight-low.png + plug-ins/lighting/images/stock-reflectivity-specular-high.png + plug-ins/lighting/images/stock-reflectivity-specular-low.png + plug-ins/lighting/lighting-apply.c + plug-ins/lighting/lighting-apply.h + plug-ins/lighting/lighting-image.c + plug-ins/lighting/lighting-image.h + plug-ins/lighting/lighting-main.h + plug-ins/lighting/lighting-preview.c + plug-ins/lighting/lighting-shade.c + plug-ins/lighting/lighting-shade.h + plug-ins/lighting/lighting-ui.h + plug-ins/map-object/Makefile.am + plug-ins/map-object/TODO + plug-ins/map-object/arcball.c + plug-ins/map-object/arcball.h + plug-ins/map-object/map-object-apply.c + plug-ins/map-object/map-object-apply.h + plug-ins/map-object/map-object-image.c + plug-ins/map-object/map-object-image.h + plug-ins/map-object/map-object-main.h + plug-ins/map-object/map-object-preview.c + plug-ins/map-object/map-object-preview.h + plug-ins/map-object/map-object-shade.c + plug-ins/map-object/map-object-shade.h + plug-ins/map-object/map-object-ui.c + plug-ins/map-object/map-object-ui.h + plug-ins/metadata/Makefile.am + plug-ins/pagecurl/Makefile.am + plug-ins/pagecurl/curl0.png + plug-ins/pagecurl/curl1.png + plug-ins/pagecurl/curl2.png + plug-ins/pagecurl/curl3.png + plug-ins/pagecurl/curl4.png + plug-ins/pagecurl/curl5.png + plug-ins/pagecurl/curl6.png + plug-ins/pagecurl/curl7.png + plug-ins/print/Makefile.am + plug-ins/pygimp/Makefile.am + plug-ins/pygimp/gimp-types.defs + plug-ins/pygimp/gimpcolor-types.defs + plug-ins/pygimp/gimpenums-types.defs + plug-ins/pygimp/gimpthumb.c + plug-ins/pygimp/gimpthumb.defs + plug-ins/pygimp/gimpthumb.override + plug-ins/pygimp/gimpui.c + plug-ins/pygimp/gimpui.defs + plug-ins/pygimp/gimpui.override + plug-ins/pygimp/plug-ins/Makefile.am + plug-ins/pygimp/py-compile + plug-ins/pygimp/pygimp-logo.png + plug-ins/screenshot/Makefile.am + plug-ins/screenshot/screenshot-icon.h + plug-ins/screenshot/screenshot-win32-resource.h + plug-ins/screenshot/screenshot-win32-select.cur + plug-ins/screenshot/screenshot-win32-small.ico + plug-ins/screenshot/screenshot-win32.ico + plug-ins/screenshot/screenshot-win32.rc + plug-ins/script-fu/Makefile.am + plug-ins/script-fu/ftx/Makefile.am + plug-ins/script-fu/ftx/ftx.h + plug-ins/script-fu/ftx/listhome.scm + plug-ins/script-fu/scripts/Makefile.am + plug-ins/script-fu/scripts/carve-it.scm + plug-ins/script-fu/scripts/chrome-it.scm + plug-ins/script-fu/scripts/clothify.scm + plug-ins/script-fu/scripts/erase-rows.scm + plug-ins/script-fu/scripts/font-map.scm + plug-ins/script-fu/scripts/guides-from-selection.scm + plug-ins/script-fu/scripts/guides-new-percent.scm + plug-ins/script-fu/scripts/guides-new.scm + plug-ins/script-fu/scripts/guides-remove-all.scm + plug-ins/script-fu/scripts/images/Makefile.am + plug-ins/script-fu/scripts/images/beavis.jpg + plug-ins/script-fu/scripts/images/texture.jpg + plug-ins/script-fu/scripts/images/texture1.jpg + plug-ins/script-fu/scripts/images/texture2.jpg + plug-ins/script-fu/scripts/images/texture3.jpg + plug-ins/script-fu/scripts/line-nova.scm + plug-ins/script-fu/scripts/palette-export.scm + plug-ins/script-fu/scripts/plug-in-compat.init + plug-ins/script-fu/scripts/ripply-anim.scm + plug-ins/script-fu/scripts/script-fu-compat.init + plug-ins/script-fu/scripts/test-sphere.scm + plug-ins/script-fu/scripts/unsharp-mask.scm + plug-ins/script-fu/tinyscheme/BUILDING + plug-ins/script-fu/tinyscheme/CHANGES + plug-ins/script-fu/tinyscheme/Makefile.am + plug-ins/script-fu/tinyscheme/Manual.txt + plug-ins/script-fu/tinyscheme/MiniSCHEMETribute.txt + plug-ins/script-fu/tinyscheme/README + plug-ins/script-fu/tinyscheme/hack.txt + plug-ins/script-fu/tinyscheme/opdefines.h + plug-ins/script-fu/tinyscheme/scheme-private.h + plug-ins/script-fu/tinyscheme/scheme.c + plug-ins/script-fu/tinyscheme/scheme.h + plug-ins/selection-to-path/Makefile.am + plug-ins/selection-to-path/README + plug-ins/selection-to-path/README.limn + plug-ins/twain/Makefile.am + plug-ins/twain/gimp-twain.png + plug-ins/ui/Makefile.am + po-libgimp/LINGUAS + po-libgimp/POTFILES.in + po-libgimp/POTFILES.skip + po-libgimp/az.po + po-libgimp/be.po + po-libgimp/bs.po + po-libgimp/de.po + po-libgimp/el.po + po-libgimp/ga.po + po-libgimp/gl.po + po-libgimp/id.po + po-libgimp/ja.po + po-libgimp/km.po + po-libgimp/nl.po + po-libgimp/pa.po + po-libgimp/ro.po + po-libgimp/sv.po + po-libgimp/uk.po + po-plug-ins/LINGUAS + po-plug-ins/POTFILES.in + po-plug-ins/POTFILES.skip + po-plug-ins/be.po + po-plug-ins/en_GB.po + po-plug-ins/gl.po + po-plug-ins/he.po + po-plug-ins/id.po + po-plug-ins/ja.po + po-plug-ins/km.po + po-plug-ins/ro.po + po-plug-ins/sv.po + po-plug-ins/uk.po + po-plug-ins/zh_CN.po + po-python/LINGUAS + po-python/POTFILES.in + po-python/POTFILES.skip + po-python/az.po + po-python/be.po + po-python/de.po + po-python/gl.po + po-python/gu.po + po-python/ja.po + po-python/pa.po + po-python/ro.po + po-python/sv.po + po-python/uk.po + po-python/zh_CN.po + po-script-fu/LINGUAS + po-script-fu/POTFILES.in + po-script-fu/POTFILES.skip + po-script-fu/az.po + po-script-fu/be.po + po-script-fu/bs.po + po-script-fu/de.po + po-script-fu/el.po + po-script-fu/gu.po + po-script-fu/ja.po + po-script-fu/km.po + po-script-fu/pa.po + po-script-fu/ro.po + po-script-fu/sv.po + po-script-fu/zh_CN.po + po-tips/LINGUAS + po-tips/POTFILES.in + po-tips/POTFILES.skip + po-tips/be.po + po-tips/fi.po + po-tips/gl.po + po-tips/km.po + po-tips/ro.po + po-tips/sv.po + po-windows-installer/POTFILES.in + po/LINGUAS + po/POTFILES.in + po/POTFILES.skip + po/az.po + po/be.po + po/ca@valencia.po + po/en_GB.po + po/gu.po + po/ja.po + po/km.po + po/lt.po + po/nl.po + po/pt.po + po/ro.po + po/sv.po + po/tt.po + po/uk.po + po/vi.po + po/zh_HK.po + po/zh_TW.po + themes/Dark/Makefile.am + themes/Dark/ui/arrow-down-insens.png + themes/Dark/ui/arrow-down-prelight.png + themes/Dark/ui/arrow-down-small-insens.png + themes/Dark/ui/arrow-down-small-prelight.png + themes/Dark/ui/arrow-down-small.png + themes/Dark/ui/arrow-down.png + themes/Dark/ui/arrow-left-insens.png + themes/Dark/ui/arrow-left-prelight.png + themes/Dark/ui/arrow-left.png + themes/Dark/ui/arrow-right-insens.png + themes/Dark/ui/arrow-right-prelight.png + themes/Dark/ui/arrow-right.png + themes/Dark/ui/arrow-up-insens.png + themes/Dark/ui/arrow-up-prelight.png + themes/Dark/ui/arrow-up-small-insens.png + themes/Dark/ui/arrow-up-small-prelight.png + themes/Dark/ui/arrow-up-small.png + themes/Dark/ui/arrow-up.png + themes/Dark/ui/bar-h.png + themes/Dark/ui/bar-v.png + themes/Dark/ui/blue.png + themes/Dark/ui/button-default.png + themes/Dark/ui/button-insensitive.png + themes/Dark/ui/button-normal.png + themes/Dark/ui/button-prelight.png + themes/Dark/ui/button-pressed.png + themes/Dark/ui/check1.png + themes/Dark/ui/check2.png + themes/Dark/ui/check3.png + themes/Dark/ui/combo-entry-border-active-bg.png + themes/Dark/ui/combo-entry-border-active-notebook.png + themes/Dark/ui/combo-entry-border-active-rtl-notebook.png + themes/Dark/ui/combo-entry-border-bg.png + themes/Dark/ui/combo-entry-border-disabled-bg.png + themes/Dark/ui/combo-entry-border-disabled-notebook.png + themes/Dark/ui/combo-entry-border-disabled-rtl-bg.png + themes/Dark/ui/combo-entry-border-disabled-rtl-notebook.png + themes/Dark/ui/combo-entry-border-notebook.png + themes/Dark/ui/combo-entry-border-rtl-bg.png + themes/Dark/ui/combo-entry-border-rtl-notebook.png + themes/Dark/ui/combo-entry-button-active-rtl.png + themes/Dark/ui/combo-entry-button-active.png + themes/Dark/ui/combo-entry-button-disabled-rtl.png + themes/Dark/ui/combo-entry-button-disabled.png + themes/Dark/ui/combo-entry-button-rtl.png + themes/Dark/ui/combo-entry-button.png + themes/Dark/ui/down-pre.png + themes/Dark/ui/down.png + themes/Dark/ui/entry-border-active-bg.png + themes/Dark/ui/entry-border-active-notebook.png + themes/Dark/ui/entry-border-disabled-bg.png + themes/Dark/ui/entry-border-disabled-notebook.png + themes/Dark/ui/entry-border-fill-active.png + themes/Dark/ui/entry-border-fill.png + themes/Dark/ui/entry-border-notebook-null.png + themes/Dark/ui/entry-border-notebook.png + themes/Dark/ui/ext-bottom.png + themes/Dark/ui/ext-left.png + themes/Dark/ui/ext-right.png + themes/Dark/ui/ext-top.png + themes/Dark/ui/extension-bottom.png + themes/Dark/ui/extension-left.png + themes/Dark/ui/extension-right.png + themes/Dark/ui/extension-top.png + themes/Dark/ui/frame-gap-end.png + themes/Dark/ui/frame-gap-start.png + themes/Dark/ui/frame.png + themes/Dark/ui/gap_bottom.png + themes/Dark/ui/gap_left.png + themes/Dark/ui/gap_right.png + themes/Dark/ui/gap_top.png + themes/Dark/ui/gimp-arrow-down-insensitive.png + themes/Dark/ui/gimp-arrow-down-insenstive.png + themes/Dark/ui/gimp-arrow-down.png + themes/Dark/ui/gimp-arrow-left.png + themes/Dark/ui/gimp-arrow-right-dark.png + themes/Dark/ui/gimp-arrow-right.png + themes/Dark/ui/gimp-arrow-up.png + themes/Dark/ui/gimp-button-default.png + themes/Dark/ui/gimp-button-insensitive.png + themes/Dark/ui/gimp-button-normal.png + themes/Dark/ui/gimp-button-prelight-white-border.png + themes/Dark/ui/gimp-button-prelight.png + themes/Dark/ui/gimp-button-pressed.png + themes/Dark/ui/gimp-handle-h.png + themes/Dark/ui/gimp-handle-v.png + themes/Dark/ui/gimp-line-h.png + themes/Dark/ui/gimp-line-v.png + themes/Dark/ui/gimp-menu-line-h.png + themes/Dark/ui/gimp-tooltip-bg.png + themes/Dark/ui/list_header-pressed.png + themes/Dark/ui/list_header.png + themes/Dark/ui/menu-arrow-prelight.png + themes/Dark/ui/menu-arrow.png + themes/Dark/ui/menu.png + themes/Dark/ui/menubar.png + themes/Dark/ui/menuitem.png + themes/Dark/ui/minus.png + themes/Dark/ui/notebook.png + themes/Dark/ui/null.png + themes/Dark/ui/option1-prelight.png + themes/Dark/ui/option1.png + themes/Dark/ui/option2-prelight.png + themes/Dark/ui/option2.png + themes/Dark/ui/option3-prelight.png + themes/Dark/ui/option3.png + themes/Dark/ui/plus.png + themes/Dark/ui/progressbar-trough.png + themes/Dark/ui/progressbar.png + themes/Dark/ui/shadow-in-alt.png + themes/Dark/ui/shadow-in.png + themes/Dark/ui/shadow-null.png + themes/Dark/ui/shadow-out.png + themes/Dark/ui/slider-h.png + themes/Dark/ui/slider-v.png + themes/Dark/ui/spin-down-insensitive.png + themes/Dark/ui/spin-down-normal.png + themes/Dark/ui/spin-down-pressed.png + themes/Dark/ui/spin-insensitive.png + themes/Dark/ui/spin-up-insensitive.png + themes/Dark/ui/spin-up-normal.png + themes/Dark/ui/spin-up-pressed.png + themes/Dark/ui/spin.png + themes/Dark/ui/toolbar.png + themes/Dark/ui/transparent.png + themes/Dark/ui/treeview-item-prelight.png + themes/Gray/Makefile.am + themes/Gray/ui/arrow-down-insens.png + themes/Gray/ui/arrow-down-prelight.png + themes/Gray/ui/arrow-down-small-insens.png + themes/Gray/ui/arrow-down-small-prelight.png + themes/Gray/ui/arrow-down-small.png + themes/Gray/ui/arrow-down.png + themes/Gray/ui/arrow-left-insens.png + themes/Gray/ui/arrow-left-prelight.png + themes/Gray/ui/arrow-left.png + themes/Gray/ui/arrow-right-insens.png + themes/Gray/ui/arrow-right-prelight.png + themes/Gray/ui/arrow-right.png + themes/Gray/ui/arrow-up-insens.png + themes/Gray/ui/arrow-up-prelight.png + themes/Gray/ui/arrow-up-small-insens.png + themes/Gray/ui/arrow-up-small-prelight.png + themes/Gray/ui/arrow-up-small.png + themes/Gray/ui/arrow-up.png + themes/Gray/ui/bar-h.png + themes/Gray/ui/bar-v.png + themes/Gray/ui/button-default.png + themes/Gray/ui/button-insensitive.png + themes/Gray/ui/button-normal.png + themes/Gray/ui/button-prelight.png + themes/Gray/ui/button-pressed.png + themes/Gray/ui/check1.png + themes/Gray/ui/check2.png + themes/Gray/ui/check3.png + themes/Gray/ui/combo-entry-border-active-bg.png + themes/Gray/ui/combo-entry-border-active-notebook.png + themes/Gray/ui/combo-entry-border-active-rtl-notebook.png + themes/Gray/ui/combo-entry-border-bg.png + themes/Gray/ui/combo-entry-border-disabled-bg.png + themes/Gray/ui/combo-entry-border-disabled-notebook.png + themes/Gray/ui/combo-entry-border-disabled-rtl-bg.png + themes/Gray/ui/combo-entry-border-disabled-rtl-notebook.png + themes/Gray/ui/combo-entry-border-notebook.png + themes/Gray/ui/combo-entry-border-rtl-bg.png + themes/Gray/ui/combo-entry-border-rtl-notebook.png + themes/Gray/ui/combo-entry-button-active-rtl.png + themes/Gray/ui/combo-entry-button-active.png + themes/Gray/ui/combo-entry-button-disabled-rtl.png + themes/Gray/ui/combo-entry-button-disabled.png + themes/Gray/ui/combo-entry-button-rtl.png + themes/Gray/ui/combo-entry-button.png + themes/Gray/ui/entry-border-active-bg.png + themes/Gray/ui/entry-border-active-notebook.png + themes/Gray/ui/entry-border-disabled-bg.png + themes/Gray/ui/entry-border-disabled-notebook.png + themes/Gray/ui/entry-border-fill-active-item.png + themes/Gray/ui/entry-border-fill-active.png + themes/Gray/ui/entry-border-fill.png + themes/Gray/ui/entry-border-notebook-null.png + themes/Gray/ui/entry-border-notebook.png + themes/Gray/ui/ext-bottom.png + themes/Gray/ui/ext-left.png + themes/Gray/ui/ext-right.png + themes/Gray/ui/ext-top.png + themes/Gray/ui/extension-bottom.png + themes/Gray/ui/extension-left.png + themes/Gray/ui/extension-right.png + themes/Gray/ui/extension-top.png + themes/Gray/ui/frame-gap-end.png + themes/Gray/ui/frame-gap-start.png + themes/Gray/ui/frame.png + themes/Gray/ui/gap_bottom.png + themes/Gray/ui/gap_left.png + themes/Gray/ui/gap_right.png + themes/Gray/ui/gap_top.png + themes/Gray/ui/gimp-arrow-down-insensitive.png + themes/Gray/ui/gimp-arrow-down-insenstive.png + themes/Gray/ui/gimp-arrow-down.png + themes/Gray/ui/gimp-arrow-left.png + themes/Gray/ui/gimp-arrow-right-dark.png + themes/Gray/ui/gimp-arrow-right-prelight.png + themes/Gray/ui/gimp-arrow-right.png + themes/Gray/ui/gimp-arrow-up.png + themes/Gray/ui/gimp-button-default.png + themes/Gray/ui/gimp-button-insensitive.png + themes/Gray/ui/gimp-button-normal.png + themes/Gray/ui/gimp-button-prelight.png + themes/Gray/ui/gimp-button-pressed.png + themes/Gray/ui/gimp-handle-h.png + themes/Gray/ui/gimp-handle-v.png + themes/Gray/ui/gimp-line-h.png + themes/Gray/ui/gimp-line-v.png + themes/Gray/ui/gimp-menu-line-h.png + themes/Gray/ui/gimp-tooltip-bg.png + themes/Gray/ui/list_header-pressed.png + themes/Gray/ui/list_header.png + themes/Gray/ui/menu-arrow-prelight.png + themes/Gray/ui/menu-arrow.png + themes/Gray/ui/menu-prelight.png + themes/Gray/ui/menu.png + themes/Gray/ui/menubar.png + themes/Gray/ui/menuitem-prelight.png + themes/Gray/ui/menuitem.png + themes/Gray/ui/minus.png + themes/Gray/ui/notebook.png + themes/Gray/ui/null.png + themes/Gray/ui/option1.png + themes/Gray/ui/option2.png + themes/Gray/ui/option3.png + themes/Gray/ui/plus.png + themes/Gray/ui/progressbar-trough.png + themes/Gray/ui/progressbar.png + themes/Gray/ui/shadow-in-alt.png + themes/Gray/ui/shadow-in.png + themes/Gray/ui/shadow-null.png + themes/Gray/ui/shadow-out.png + themes/Gray/ui/slider-h.png + themes/Gray/ui/slider-v.png + themes/Gray/ui/spin-down-insensitive.png + themes/Gray/ui/spin-down-normal.png + themes/Gray/ui/spin-down-pressed.png + themes/Gray/ui/spin-insensitive.png + themes/Gray/ui/spin-up-insensitive.png + themes/Gray/ui/spin-up-normal.png + themes/Gray/ui/spin-up-pressed.png + themes/Gray/ui/spin.png + themes/Gray/ui/toolbar.png + themes/Gray/ui/transparent.png + themes/Gray/ui/treeview-item-prelight.png + themes/Light/Makefile.am + themes/Light/ui/arrow-down-insens.png + themes/Light/ui/arrow-down-prelight.png + themes/Light/ui/arrow-down-small-insens.png + themes/Light/ui/arrow-down-small-prelight.png + themes/Light/ui/arrow-down-small.png + themes/Light/ui/arrow-down.png + themes/Light/ui/arrow-left-insens.png + themes/Light/ui/arrow-left-prelight.png + themes/Light/ui/arrow-left.png + themes/Light/ui/arrow-right-insens.png + themes/Light/ui/arrow-right-prelight.png + themes/Light/ui/arrow-right.png + themes/Light/ui/arrow-up-insens.png + themes/Light/ui/arrow-up-prelight.png + themes/Light/ui/arrow-up-small-insens.png + themes/Light/ui/arrow-up-small-prelight.png + themes/Light/ui/arrow-up-small.png + themes/Light/ui/arrow-up.png + themes/Light/ui/bar-h.png + themes/Light/ui/bar-v.png + themes/Light/ui/button-default.png + themes/Light/ui/button-insensitive.png + themes/Light/ui/button-normal.png + themes/Light/ui/button-prelight.png + themes/Light/ui/button-pressed.png + themes/Light/ui/check1.png + themes/Light/ui/check2.png + themes/Light/ui/check3.png + themes/Light/ui/combo-entry-border-active-bg.png + themes/Light/ui/combo-entry-border-active-notebook.png + themes/Light/ui/combo-entry-border-active-rtl-notebook.png + themes/Light/ui/combo-entry-border-bg.png + themes/Light/ui/combo-entry-border-disabled-bg.png + themes/Light/ui/combo-entry-border-disabled-notebook.png + themes/Light/ui/combo-entry-border-disabled-rtl-bg.png + themes/Light/ui/combo-entry-border-disabled-rtl-notebook.png + themes/Light/ui/combo-entry-border-notebook.png + themes/Light/ui/combo-entry-border-rtl-bg.png + themes/Light/ui/combo-entry-border-rtl-notebook.png + themes/Light/ui/combo-entry-button-active-rtl.png + themes/Light/ui/combo-entry-button-active.png + themes/Light/ui/combo-entry-button-disabled-rtl.png + themes/Light/ui/combo-entry-button-disabled.png + themes/Light/ui/combo-entry-button-rtl.png + themes/Light/ui/combo-entry-button.png + themes/Light/ui/down-pre.png + themes/Light/ui/down.png + themes/Light/ui/entry-border-active-bg.png + themes/Light/ui/entry-border-active-notebook.png + themes/Light/ui/entry-border-disabled-bg.png + themes/Light/ui/entry-border-disabled-notebook.png + themes/Light/ui/entry-border-fill-active-item.png + themes/Light/ui/entry-border-fill-active.png + themes/Light/ui/entry-border-fill.png + themes/Light/ui/entry-border-notebook-null.png + themes/Light/ui/entry-border-notebook.png + themes/Light/ui/ext-bottom.png + themes/Light/ui/ext-left.png + themes/Light/ui/ext-right.png + themes/Light/ui/ext-top.png + themes/Light/ui/extension-bottom.png + themes/Light/ui/extension-left.png + themes/Light/ui/extension-right.png + themes/Light/ui/extension-top.png + themes/Light/ui/frame-gap-end.png + themes/Light/ui/frame-gap-start.png + themes/Light/ui/frame.png + themes/Light/ui/gap_bottom.png + themes/Light/ui/gap_left.png + themes/Light/ui/gap_right.png + themes/Light/ui/gap_top.png + themes/Light/ui/gimp-arrow-down-insensitive.png + themes/Light/ui/gimp-arrow-down-insenstive.png + themes/Light/ui/gimp-arrow-down.png + themes/Light/ui/gimp-arrow-left.png + themes/Light/ui/gimp-arrow-right-dark.png + themes/Light/ui/gimp-arrow-right-prelight.png + themes/Light/ui/gimp-arrow-right.png + themes/Light/ui/gimp-arrow-up.png + themes/Light/ui/gimp-button-default.png + themes/Light/ui/gimp-button-insensitive.png + themes/Light/ui/gimp-button-normal.png + themes/Light/ui/gimp-button-prelight.png + themes/Light/ui/gimp-button-pressed.png + themes/Light/ui/gimp-handle-h.png + themes/Light/ui/gimp-handle-v.png + themes/Light/ui/gimp-line-h.png + themes/Light/ui/gimp-line-v.png + themes/Light/ui/gimp-menu-line-h.png + themes/Light/ui/gimp-tooltip-bg.png + themes/Light/ui/list_header-pressed.png + themes/Light/ui/list_header.png + themes/Light/ui/menu-arrow-prelight.png + themes/Light/ui/menu-arrow.png + themes/Light/ui/menu.png + themes/Light/ui/menubar.png + themes/Light/ui/menuitem-prelight.png + themes/Light/ui/menuitem.png + themes/Light/ui/minus.png + themes/Light/ui/notebook.png + themes/Light/ui/null.png + themes/Light/ui/option1.png + themes/Light/ui/option2.png + themes/Light/ui/option3.png + themes/Light/ui/plus.png + themes/Light/ui/progressbar-trough.png + themes/Light/ui/progressbar.png + themes/Light/ui/shadow-in-alt.png + themes/Light/ui/shadow-in.png + themes/Light/ui/shadow-null.png + themes/Light/ui/shadow-out.png + themes/Light/ui/slider-h.png + themes/Light/ui/slider-v.png + themes/Light/ui/spin-down-insensitive.png + themes/Light/ui/spin-down-normal.png + themes/Light/ui/spin-down-pressed.png + themes/Light/ui/spin-fill-bg.png + themes/Light/ui/spin-insensitive.png + themes/Light/ui/spin-up-insensitive.png + themes/Light/ui/spin-up-normal.png + themes/Light/ui/spin-up-pressed.png + themes/Light/ui/spin.png + themes/Light/ui/toolbar.png + themes/Light/ui/transparent.png + themes/Light/ui/treeview-item-prelight.png + themes/Makefile.am + themes/System/Makefile.am + themes/System/gtkrc + tools/Makefile.am + tools/gimp-debug-resume.c + tools/gimp-mkenums + tools/mnemonic-clashes +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +Files: app/core/gimpbrushgenerated-load.c + app/core/gimpbrushgenerated-load.h + app/core/gimpbrushgenerated-save.c + app/core/gimpbrushgenerated-save.h + app/core/gimpbrushgenerated.c + app/core/gimpbrushgenerated.h + app/widgets/gimpcolordialog.c + app/widgets/gimptoolpresetfactoryview.h + config.guess + config.sub + icons/Legacy/12/gimp-close.png + libgimp/gimp_pdb.c + libgimp/gimp_pdb.h + libgimp/gimp_pdb_headers.h + libgimp/gimpbrush_pdb.c + libgimp/gimpbrush_pdb.h + libgimp/gimpbrushes_pdb.c + libgimp/gimpbrushes_pdb.h + libgimp/gimpbrushselect_pdb.c + libgimp/gimpbrushselect_pdb.h + libgimp/gimpbuffer_pdb.c + libgimp/gimpbuffer_pdb.h + libgimp/gimpchannel_pdb.c + libgimp/gimpchannel_pdb.h + libgimp/gimpcolor_pdb.c + libgimp/gimpcolor_pdb.h + libgimp/gimpcontext_pdb.c + libgimp/gimpcontext_pdb.h + libgimp/gimpdebug_pdb.c + libgimp/gimpdebug_pdb.h + libgimp/gimpdisplay_pdb.c + libgimp/gimpdisplay_pdb.h + libgimp/gimpdrawable_pdb.c + libgimp/gimpdrawable_pdb.h + libgimp/gimpdrawablecolor_pdb.c + libgimp/gimpdrawablecolor_pdb.h + libgimp/gimpdrawableedit_pdb.c + libgimp/gimpdrawableedit_pdb.h + libgimp/gimpdrawabletransform_pdb.c + libgimp/gimpdrawabletransform_pdb.h + libgimp/gimpdynamics_pdb.c + libgimp/gimpdynamics_pdb.h + libgimp/gimpedit_pdb.c + libgimp/gimpedit_pdb.h + libgimp/gimpfileops_pdb.c + libgimp/gimpfileops_pdb.h + libgimp/gimpfloatingsel_pdb.c + libgimp/gimpfloatingsel_pdb.h + libgimp/gimpfonts_pdb.c + libgimp/gimpfonts_pdb.h + libgimp/gimpfontselect_pdb.c + libgimp/gimpfontselect_pdb.h + libgimp/gimpgimprc_pdb.c + libgimp/gimpgimprc_pdb.h + libgimp/gimpgradient_pdb.c + libgimp/gimpgradient_pdb.h + libgimp/gimpgradients_pdb.c + libgimp/gimpgradients_pdb.h + libgimp/gimpgradientselect_pdb.c + libgimp/gimpgradientselect_pdb.h + libgimp/gimphelp_pdb.c + libgimp/gimphelp_pdb.h + libgimp/gimpimage_pdb.c + libgimp/gimpimage_pdb.h + libgimp/gimpimagecolorprofile_pdb.c + libgimp/gimpimagecolorprofile_pdb.h + libgimp/gimpimageconvert_pdb.c + libgimp/gimpimageconvert_pdb.h + libgimp/gimpimagegrid_pdb.c + libgimp/gimpimagegrid_pdb.h + libgimp/gimpimageguides_pdb.c + libgimp/gimpimageguides_pdb.h + libgimp/gimpimagesamplepoints_pdb.c + libgimp/gimpimagesamplepoints_pdb.h + libgimp/gimpimageselect_pdb.c + libgimp/gimpimageselect_pdb.h + libgimp/gimpimagetransform_pdb.c + libgimp/gimpimagetransform_pdb.h + libgimp/gimpimageundo_pdb.c + libgimp/gimpimageundo_pdb.h + libgimp/gimpitem_pdb.c + libgimp/gimpitem_pdb.h + libgimp/gimpitemtransform_pdb.c + libgimp/gimpitemtransform_pdb.h + libgimp/gimplayer_pdb.c + libgimp/gimplayer_pdb.h + libgimp/gimpmessage_pdb.c + libgimp/gimpmessage_pdb.h + libgimp/gimppainttools_pdb.c + libgimp/gimppainttools_pdb.h + libgimp/gimppalette_pdb.c + libgimp/gimppalette_pdb.h + libgimp/gimppalettes_pdb.c + libgimp/gimppalettes_pdb.h + libgimp/gimppaletteselect_pdb.c + libgimp/gimppaletteselect_pdb.h + libgimp/gimppaths_pdb.c + libgimp/gimppaths_pdb.h + libgimp/gimppattern_pdb.c + libgimp/gimppattern_pdb.h + libgimp/gimppatterns_pdb.c + libgimp/gimppatterns_pdb.h + libgimp/gimppatternselect_pdb.c + libgimp/gimppatternselect_pdb.h + libgimp/gimpplugin_pdb.c + libgimp/gimpplugin_pdb.h + libgimp/gimpproceduraldb_pdb.c + libgimp/gimpproceduraldb_pdb.h + libgimp/gimpprogress_pdb.c + libgimp/gimpprogress_pdb.h + libgimp/gimpselection_pdb.c + libgimp/gimpselection_pdb.h + libgimp/gimpselectiontools_pdb.c + libgimp/gimpselectiontools_pdb.h + libgimp/gimptextlayer_pdb.c + libgimp/gimptextlayer_pdb.h + libgimp/gimptexttool_pdb.c + libgimp/gimptexttool_pdb.h + libgimp/gimptransformtools_pdb.c + libgimp/gimptransformtools_pdb.h + libgimp/gimpunit_pdb.c + libgimp/gimpunit_pdb.h + libgimp/gimpvectors_pdb.c + libgimp/gimpvectors_pdb.h + modules/controller-dx-dinput.c + modules/controller-linux-input.c + modules/controller-midi.c + modules/display-filter-color-blind.c + plug-ins/common/animation-play.c + plug-ins/common/cml-explorer.c + plug-ins/common/file-pdf-load.c + plug-ins/file-dds/README + po-libgimp/en_GB.po + po-libgimp/ko.po + po-libgimp/lt.po + po-libgimp/nb.po + po-libgimp/pt.po + po-libgimp/vi.po + po-libgimp/yi.po + po-libgimp/zh_HK.po + po-libgimp/zh_TW.po + po-plug-ins/el.po + po-plug-ins/fi.po + po-plug-ins/ga.po + po-plug-ins/it.po + po-plug-ins/ko.po + po-plug-ins/nb.po + po-plug-ins/nl.po + po-plug-ins/pt.po + po-plug-ins/sk.po + po-plug-ins/vi.po + po-plug-ins/yi.po + po-plug-ins/zh_HK.po + po-plug-ins/zh_TW.po + po-python/el.po + po-python/en_GB.po + po-python/fi.po + po-python/ga.po + po-python/ko.po + po-python/lt.po + po-python/nb.po + po-python/nl.po + po-python/vi.po + po-python/zh_HK.po + po-python/zh_TW.po + po-script-fu/en_GB.po + po-script-fu/fi.po + po-script-fu/ga.po + po-script-fu/gl.po + po-script-fu/it.po + po-script-fu/ko.po + po-script-fu/lt.po + po-script-fu/nb.po + po-script-fu/nl.po + po-script-fu/uk.po + po-script-fu/vi.po + po-script-fu/yi.po + po-script-fu/zh_HK.po + po-script-fu/zh_TW.po + po-tips/it.po + po-tips/ko.po + po-tips/nb.po + po-tips/pt.po + po-tips/vi.po + po-tips/zh_HK.po + po-tips/zh_TW.po + po/ga.po + po/ko.po + po/nb.po + po/yi.po +Copyright: 1992-2022 Free Software Foundation, Inc. + 1995-1997 Spencer Kimball and Peter Mattis + 1995-2003 Peter Mattis and Spencer Kimball + 2000 Francisco Xosé Vázquez Grandal. + 2001-2002 Free Software Foundation. Simos Xenitellis , 2001, 2002, 2009. Dimitris Spingos (Δημήτρης Σπίγγος) , 2011, 2012, 2014. + 2001-2002 Free Software Foundation. Simos Xenitellis , 2001, 2002. Nikos Charonitakis , 2003, 2004. Dimitris Spingos (Δημήτρης Σπίγγος) , 2011- 2018. + 2002-2004 gimp Distributed under the same licence as the gimp package Filipe Maia , 2002 + 2002-2010 gimp Distributed under the same licence as the gimp package + 2003 Jakub 'jimmac' Steiner'3ïXzIDATxڝ‘» + 2004-2012 Shawn Kirst , with parts (C) 2003 Arne Reuter where specified. + 2005 Gnome i18n Project for Vietnamese. Clytie Siddall , 2005. Nguyễn Thái Ngọc Duy , 2011. Trần Ngọc Quân , 2021. + 2005 Nathan Summers + 2006 Gnome i18n Project for Vietnamese. T.M.Thanh , 2002-2003. Clytie Siddall , 2005-2006. Nguyễn Thái Ngọc Duy , 2011. Trần Ngọc Quân , 2021. + 2006 Gnome i18n Project for Vietnamese. T.M.Thanh , 2002. Clytie Siddall , 2005-2006. + 2006 Gnome i18n Project for Vietnamese. Trinh Minh Thanh , 2003. Clytie Siddall , 2005-2006. + Adam D. Moss : 1997-2000 : adam@gimp.org : adam@foxbox.org +License: __NO_LICENSE__ + +Files: Makefile.in + aclocal.m4 + app-tools/Makefile.in + app/Makefile.in + app/actions/Makefile.in + app/config/Makefile.in + app/core/Makefile.in + app/dialogs/Makefile.in + app/display/Makefile.in + app/file-data/Makefile.in + app/file/Makefile.in + app/gegl/Makefile.in + app/gui/Makefile.in + app/menus/Makefile.in + app/operations/Makefile.in + app/operations/layer-modes-legacy/Makefile.in + app/operations/layer-modes/Makefile.in + app/operations/tests/Makefile.in + app/paint/Makefile.in + app/pdb/Makefile.in + app/plug-in/Makefile.in + app/propgui/Makefile.in + app/tests/Makefile.in + app/tests/files/Makefile.in + app/tests/gimpdir-empty/Makefile.in + app/tests/gimpdir-empty/brushes/Makefile.in + app/tests/gimpdir-empty/gradients/Makefile.in + app/tests/gimpdir-empty/patterns/Makefile.in + app/tests/gimpdir/Makefile.in + app/tests/gimpdir/brushes/Makefile.in + app/tests/gimpdir/gradients/Makefile.in + app/tests/gimpdir/patterns/Makefile.in + app/text/Makefile.in + app/tools/Makefile.in + app/vectors/Makefile.in + app/widgets/Makefile.in + app/xcf/Makefile.in + build/Makefile.in + build/windows/Makefile.in + build/windows/installer/Makefile.in + build/windows/installer/lang/Makefile.in + compile + cursors/Makefile.in + data/Makefile.in + data/brushes/Basic/Makefile.in + data/brushes/Fun/Makefile.in + data/brushes/Legacy/Makefile.in + data/brushes/Makefile.in + data/brushes/Media/Makefile.in + data/brushes/Sketch/Makefile.in + data/brushes/Splatters/Makefile.in + data/brushes/Texture/Makefile.in + data/brushes/gimp-obsolete-files/Makefile.in + data/dynamics/Basic/Makefile.in + data/dynamics/FX/Makefile.in + data/dynamics/Makefile.in + data/environ/Makefile.in + data/gradients/Makefile.in + data/images/Makefile.in + data/interpreters/Makefile.in + data/palettes/Makefile.in + data/patterns/Animal/Makefile.in + data/patterns/Fabric/Makefile.in + data/patterns/Food/Makefile.in + data/patterns/Legacy/Makefile.in + data/patterns/Makefile.in + data/patterns/Paper/Makefile.in + data/patterns/Plant/Makefile.in + data/patterns/Sky/Makefile.in + data/patterns/Stone/Makefile.in + data/patterns/Water/Makefile.in + data/patterns/Wood/Makefile.in + data/tags/Makefile.in + data/tips/Makefile.in + data/tool-presets/Crop/Makefile.in + data/tool-presets/FX/Makefile.in + data/tool-presets/Makefile.in + data/tool-presets/Paint/Makefile.in + data/tool-presets/Selection/Makefile.in + data/tool-presets/Sketch/Makefile.in + depcomp + desktop/Makefile.in + devel-docs/Makefile.in + devel-docs/app/Makefile.in + devel-docs/libgimp/Makefile.in + devel-docs/libgimpbase/Makefile.in + devel-docs/libgimpcolor/Makefile.in + devel-docs/libgimpconfig/Makefile.in + devel-docs/libgimpmath/Makefile.in + devel-docs/libgimpmodule/Makefile.in + devel-docs/libgimpthumb/Makefile.in + devel-docs/libgimpwidgets/Makefile.in + devel-docs/performance-logs/Makefile.in + devel-docs/tools/Makefile.in + docs/Makefile.in + etc/Makefile.in + icons/Color/Makefile.in + icons/Legacy/Makefile.in + icons/Makefile.in + icons/Symbolic-High-Contrast/Makefile.in + icons/Symbolic-Inverted-High-Contrast/Makefile.in + icons/Symbolic-Inverted/Makefile.in + icons/Symbolic/Makefile.in + icons/hicolor/Makefile.in + install-sh + libgimp/Makefile.in + libgimpbase/Makefile.in + libgimpcolor/Makefile.in + libgimpconfig/Makefile.in + libgimpmath/Makefile.in + libgimpmodule/Makefile.in + libgimpthumb/Makefile.in + libgimpwidgets/Makefile.in + ltmain.sh + m4macros/Makefile.in + menus/Makefile.in + missing + modules/Makefile.in + pdb/Makefile.in + plug-ins/Makefile.in + plug-ins/common/Makefile.in + plug-ins/file-bmp/Makefile.in + plug-ins/file-dds/Makefile.in + plug-ins/file-exr/Makefile.in + plug-ins/file-faxg3/Makefile.in + plug-ins/file-fits/Makefile.in + plug-ins/file-fli/Makefile.in + plug-ins/file-ico/Makefile.in + plug-ins/file-jpeg/Makefile.in + plug-ins/file-psd/Makefile.in + plug-ins/file-raw/Makefile.in + plug-ins/file-sgi/Makefile.in + plug-ins/file-tiff/Makefile.in + plug-ins/file-webp/Makefile.in + plug-ins/flame/Makefile.in + plug-ins/fractal-explorer/Makefile.in + plug-ins/fractal-explorer/examples/Makefile.in + plug-ins/gfig/Makefile.in + plug-ins/gfig/gfig-examples/Makefile.in + plug-ins/gfig/images/Makefile.in + plug-ins/gimpressionist/Brushes/Makefile.in + plug-ins/gimpressionist/Makefile.in + plug-ins/gimpressionist/Paper/Makefile.in + plug-ins/gimpressionist/Presets/Makefile.in + plug-ins/gradient-flare/Makefile.in + plug-ins/gradient-flare/flares/Makefile.in + plug-ins/help-browser/Makefile.in + plug-ins/help/Makefile.in + plug-ins/ifs-compose/Makefile.in + plug-ins/imagemap/Makefile.in + plug-ins/imagemap/images/Makefile.in + plug-ins/lighting/Makefile.in + plug-ins/lighting/images/Makefile.in + plug-ins/map-object/Makefile.in + plug-ins/metadata/Makefile.in + plug-ins/pagecurl/Makefile.in + plug-ins/print/Makefile.in + plug-ins/pygimp/Makefile.in + plug-ins/pygimp/plug-ins/Makefile.in + plug-ins/screenshot/Makefile.in + plug-ins/script-fu/Makefile.in + plug-ins/script-fu/ftx/Makefile.in + plug-ins/script-fu/scripts/Makefile.in + plug-ins/script-fu/scripts/images/Makefile.in + plug-ins/script-fu/tinyscheme/Makefile.in + plug-ins/selection-to-path/Makefile.in + plug-ins/twain/Makefile.in + plug-ins/ui/Makefile.in + py-compile + test-driver + themes/Dark/Makefile.in + themes/Gray/Makefile.in + themes/Light/Makefile.in + themes/Makefile.in + themes/System/Makefile.in + tools/Makefile.in +Copyright: 1994 X Consortium + 1994-2022 Free Software Foundation, Inc. +License: __AUTO_PERMISSIVE__ + Autogenerated files with permissive licenses. + +Files: po-libgimp/br.po + po-libgimp/es.po + po-libgimp/fr.po + po-libgimp/kk.po + po-libgimp/my.po + po-libgimp/oc.po + po-libgimp/pl.po + po-libgimp/te.po + po-libgimp/tr.po + po-libgimp/xh.po + po-libgimp/zh_CN.po + po-plug-ins/br.po + po-plug-ins/bs.po + po-plug-ins/es.po + po-plug-ins/fr.po + po-plug-ins/mk.po + po-plug-ins/my.po + po-plug-ins/pl.po + po-plug-ins/pt_BR.po + po-plug-ins/sr.po + po-plug-ins/sr@latin.po + po-plug-ins/tr.po + po-plug-ins/xh.po + po-python/es.po + po-python/fr.po + po-python/id.po + po-python/mk.po + po-python/my.po + po-python/oc.po + po-python/pl.po + po-python/pt.po + po-python/sr.po + po-python/sr@latin.po + po-python/te.po + po-python/tr.po + po-python/xh.po + po-script-fu/br.po + po-script-fu/eo.po + po-script-fu/es.po + po-script-fu/fr.po + po-script-fu/id.po + po-script-fu/mk.po + po-script-fu/my.po + po-script-fu/oc.po + po-script-fu/pl.po + po-script-fu/pt_BR.po + po-script-fu/sr.po + po-script-fu/sr@latin.po + po-script-fu/te.po + po-script-fu/tr.po + po-script-fu/xh.po + po-tips/br.po + po-tips/ca.po + po-tips/ca@valencia.po + po-tips/fr.po + po-tips/hu.po + po-tips/id.po + po-tips/my.po + po-tips/oc.po + po-tips/pl.po + po-tips/pt_BR.po + po-tips/tr.po + po-tips/uk.po + po/ast.po + po/br.po + po/bs.po + po/cs.po + po/csb.po + po/es.po + po/fr.po + po/gd.po + po/hu.po + po/kk.po + po/ky.po + po/mk.po + po/my.po + po/nds.po + po/oc.po + po/pl.po + po/pt_BR.po + po/rw.po + po/sk.po + po/sr.po + po/sr@latin.po + po/th.po + po/tr.po + po/xh.po + po/zh_CN.po +Copyright: 1995-2018 Spencer Kimball, Peter Mattis and the GIMP Dev Team + 1998-2022 Free Software Foundation, Inc. + 1999-2022 the gimp authors. + 2001-2010 the author(s) of the GIMP. + 2001-2018 The GIMP Project + 2002-2007 gimp + 2003-2005 Miloslav Trmac . + 2004 Free Software Foundation + 2005 Canonical Ltd. + 2006 (c) 2006 Canonical Ltd, and Rosetta Contributors + 2008 Rosetta Contributors and Canonical Ltd 2008 + 2009 Rosetta Contributors and Canonical Ltd 2009 + 2010 Rosetta Contributors and Canonical Ltd 2010 + 2011 e-Telugu Localization Team + 2012 Swecha localisation Team + 2012 gimp's authors + 2020 The GIMP Team + __NO_COPYRIGHT__ in: po-libgimp/kk.po + __NO_COPYRIGHT__ in: po-libgimp/zh_CN.po + __NO_COPYRIGHT__ in: po-plug-ins/mk.po + __NO_COPYRIGHT__ in: po-plug-ins/sr.po + __NO_COPYRIGHT__ in: po-plug-ins/sr@latin.po + __NO_COPYRIGHT__ in: po-python/id.po + __NO_COPYRIGHT__ in: po-python/mk.po + __NO_COPYRIGHT__ in: po-python/sr.po + __NO_COPYRIGHT__ in: po-python/sr@latin.po + __NO_COPYRIGHT__ in: po-script-fu/id.po + __NO_COPYRIGHT__ in: po-script-fu/mk.po + __NO_COPYRIGHT__ in: po-script-fu/sr.po + __NO_COPYRIGHT__ in: po-script-fu/sr@latin.po + __NO_COPYRIGHT__ in: po-tips/id.po + __NO_COPYRIGHT__ in: po-tips/tr.po + __NO_COPYRIGHT__ in: po/gd.po + __NO_COPYRIGHT__ in: po/kk.po + __NO_COPYRIGHT__ in: po/mk.po + __NO_COPYRIGHT__ in: po/nds.po + __NO_COPYRIGHT__ in: po/sr.po + __NO_COPYRIGHT__ in: po/sr@latin.po + __NO_COPYRIGHT__ in: po/th.po +License: _SAME_ + This file is distributed under the same license as the gimp package. + +Files: po-libgimp/ar.po + po-libgimp/dz.po + po-libgimp/eu.po + po-libgimp/gu.po + po-libgimp/he.po + po-libgimp/ka.po + po-libgimp/ms.po + po-libgimp/ne.po + po-libgimp/nn.po + po-libgimp/ta.po + po-plug-ins/dz.po + po-plug-ins/eu.po + po-plug-ins/gu.po + po-plug-ins/kab.po + po-plug-ins/kn.po + po-plug-ins/lv.po + po-plug-ins/ms.po + po-plug-ins/ne.po + po-plug-ins/nn.po + po-python/ar.po + po-python/br.po + po-python/dz.po + po-python/eu.po + po-python/kab.po + po-python/km.po + po-python/lv.po + po-python/ms.po + po-python/ne.po + po-python/nn.po + po-python/ta.po + po-script-fu/ar.po + po-script-fu/dz.po + po-script-fu/eu.po + po-script-fu/he.po + po-script-fu/lv.po + po-script-fu/ms.po + po-script-fu/ne.po + po-script-fu/nn.po + po-script-fu/ta.po + po-tips/ar.po + po-tips/dz.po + po-tips/el.po + po-tips/eu.po + po-tips/gu.po + po-tips/he.po + po-tips/lv.po + po-tips/mk.po + po-tips/ms.po + po-tips/ne.po + po-tips/nn.po + po-tips/ta.po + po/ar.po + po/dz.po + po/eu.po + po/gl.po + po/he.po + po/hi.po + po/ka.po + po/kn.po + po/lv.po + po/ml.po + po/ms.po + po/ne.po + po/nn.po + po/si.po + po/ta.po +Copyright: 2003 MIMOS Open Source Developement Group + 2003 Mimos Open Source Developement Group + __NO_COPYRIGHT__ in: po-libgimp/ar.po + __NO_COPYRIGHT__ in: po-libgimp/dz.po + __NO_COPYRIGHT__ in: po-libgimp/eu.po + __NO_COPYRIGHT__ in: po-libgimp/gu.po + __NO_COPYRIGHT__ in: po-libgimp/he.po + __NO_COPYRIGHT__ in: po-libgimp/ka.po + __NO_COPYRIGHT__ in: po-libgimp/ne.po + __NO_COPYRIGHT__ in: po-libgimp/nn.po + __NO_COPYRIGHT__ in: po-libgimp/ta.po + __NO_COPYRIGHT__ in: po-plug-ins/dz.po + __NO_COPYRIGHT__ in: po-plug-ins/eu.po + __NO_COPYRIGHT__ in: po-plug-ins/gu.po + __NO_COPYRIGHT__ in: po-plug-ins/kab.po + __NO_COPYRIGHT__ in: po-plug-ins/kn.po + __NO_COPYRIGHT__ in: po-plug-ins/lv.po + __NO_COPYRIGHT__ in: po-plug-ins/ne.po + __NO_COPYRIGHT__ in: po-plug-ins/nn.po + __NO_COPYRIGHT__ in: po-python/ar.po + __NO_COPYRIGHT__ in: po-python/br.po + __NO_COPYRIGHT__ in: po-python/dz.po + __NO_COPYRIGHT__ in: po-python/eu.po + __NO_COPYRIGHT__ in: po-python/kab.po + __NO_COPYRIGHT__ in: po-python/km.po + __NO_COPYRIGHT__ in: po-python/lv.po + __NO_COPYRIGHT__ in: po-python/ne.po + __NO_COPYRIGHT__ in: po-python/nn.po + __NO_COPYRIGHT__ in: po-python/ta.po + __NO_COPYRIGHT__ in: po-script-fu/ar.po + __NO_COPYRIGHT__ in: po-script-fu/dz.po + __NO_COPYRIGHT__ in: po-script-fu/eu.po + __NO_COPYRIGHT__ in: po-script-fu/he.po + __NO_COPYRIGHT__ in: po-script-fu/lv.po + __NO_COPYRIGHT__ in: po-script-fu/ne.po + __NO_COPYRIGHT__ in: po-script-fu/nn.po + __NO_COPYRIGHT__ in: po-script-fu/ta.po + __NO_COPYRIGHT__ in: po-tips/ar.po + __NO_COPYRIGHT__ in: po-tips/dz.po + __NO_COPYRIGHT__ in: po-tips/el.po + __NO_COPYRIGHT__ in: po-tips/eu.po + __NO_COPYRIGHT__ in: po-tips/gu.po + __NO_COPYRIGHT__ in: po-tips/he.po + __NO_COPYRIGHT__ in: po-tips/lv.po + __NO_COPYRIGHT__ in: po-tips/mk.po + __NO_COPYRIGHT__ in: po-tips/ne.po + __NO_COPYRIGHT__ in: po-tips/nn.po + __NO_COPYRIGHT__ in: po-tips/ta.po + __NO_COPYRIGHT__ in: po/ar.po + __NO_COPYRIGHT__ in: po/dz.po + __NO_COPYRIGHT__ in: po/eu.po + __NO_COPYRIGHT__ in: po/gl.po + __NO_COPYRIGHT__ in: po/he.po + __NO_COPYRIGHT__ in: po/hi.po + __NO_COPYRIGHT__ in: po/ka.po + __NO_COPYRIGHT__ in: po/kn.po + __NO_COPYRIGHT__ in: po/lv.po + __NO_COPYRIGHT__ in: po/ml.po + __NO_COPYRIGHT__ in: po/ne.po + __NO_COPYRIGHT__ in: po/nn.po + __NO_COPYRIGHT__ in: po/si.po + __NO_COPYRIGHT__ in: po/ta.po +License: _SAME_ + This file is distributed under the same license as the PACKAGE package. + +Files: app/pdb/brush-cmds.c + app/pdb/brush-select-cmds.c + app/pdb/brushes-cmds.c + app/pdb/buffer-cmds.c + app/pdb/channel-cmds.c + app/pdb/color-cmds.c + app/pdb/context-cmds.c + app/pdb/debug-cmds.c + app/pdb/display-cmds.c + app/pdb/drawable-cmds.c + app/pdb/drawable-color-cmds.c + app/pdb/drawable-edit-cmds.c + app/pdb/drawable-transform-cmds.c + app/pdb/dynamics-cmds.c + app/pdb/edit-cmds.c + app/pdb/fileops-cmds.c + app/pdb/floating-sel-cmds.c + app/pdb/font-select-cmds.c + app/pdb/fonts-cmds.c + app/pdb/gimp-cmds.c + app/pdb/gimprc-cmds.c + app/pdb/gradient-cmds.c + app/pdb/gradient-select-cmds.c + app/pdb/gradients-cmds.c + app/pdb/help-cmds.c + app/pdb/image-cmds.c + app/pdb/image-color-profile-cmds.c + app/pdb/image-convert-cmds.c + app/pdb/image-grid-cmds.c + app/pdb/image-guides-cmds.c + app/pdb/image-sample-points-cmds.c + app/pdb/image-select-cmds.c + app/pdb/image-transform-cmds.c + app/pdb/image-undo-cmds.c + app/pdb/internal-procs.c + app/pdb/internal-procs.h + app/pdb/item-cmds.c + app/pdb/item-transform-cmds.c + app/pdb/layer-cmds.c + app/pdb/message-cmds.c + app/pdb/paint-tools-cmds.c + app/pdb/palette-cmds.c + app/pdb/palette-select-cmds.c + app/pdb/palettes-cmds.c + app/pdb/paths-cmds.c + app/pdb/pattern-cmds.c + app/pdb/pattern-select-cmds.c + app/pdb/patterns-cmds.c + app/pdb/plug-in-cmds.c + app/pdb/plug-in-compat-cmds.c + app/pdb/procedural-db-cmds.c + app/pdb/progress-cmds.c + app/pdb/selection-cmds.c + app/pdb/selection-tools-cmds.c + app/pdb/text-layer-cmds.c + app/pdb/text-tool-cmds.c + app/pdb/transform-tools-cmds.c + app/pdb/unit-cmds.c + app/pdb/vectors-cmds.c +Copyright: 1995-2003 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + NOTE: This file is auto-generated by pdbgen.pl. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: pdb/groups/brush.pdb + pdb/groups/brush_select.pdb + pdb/groups/brushes.pdb + pdb/groups/buffer.pdb + pdb/groups/channel.pdb + pdb/groups/color.pdb + pdb/groups/context.pdb + pdb/groups/debug.pdb + pdb/groups/display.pdb + pdb/groups/drawable.pdb + pdb/groups/drawable_color.pdb + pdb/groups/drawable_edit.pdb + pdb/groups/drawable_transform.pdb + pdb/groups/dynamics.pdb + pdb/groups/edit.pdb + pdb/groups/fileops.pdb + pdb/groups/floating_sel.pdb + pdb/groups/font_select.pdb + pdb/groups/fonts.pdb + pdb/groups/gimp.pdb + pdb/groups/gimprc.pdb + pdb/groups/gradient_select.pdb + pdb/groups/gradients.pdb + pdb/groups/image.pdb + pdb/groups/image_color_profile.pdb + pdb/groups/image_convert.pdb + pdb/groups/image_guides.pdb + pdb/groups/image_sample_points.pdb + pdb/groups/image_select.pdb + pdb/groups/image_transform.pdb + pdb/groups/image_undo.pdb + pdb/groups/item.pdb + pdb/groups/layer.pdb + pdb/groups/message.pdb + pdb/groups/paint_tools.pdb + pdb/groups/palette.pdb + pdb/groups/palette_select.pdb + pdb/groups/palettes.pdb + pdb/groups/pattern.pdb + pdb/groups/pattern_select.pdb + pdb/groups/patterns.pdb + pdb/groups/plug_in.pdb + pdb/groups/plug_in_compat.pdb + pdb/groups/procedural_db.pdb + pdb/groups/progress.pdb + pdb/groups/selection.pdb + pdb/groups/selection_tools.pdb + pdb/groups/text_tool.pdb + pdb/groups/transform_tools.pdb + pdb/groups/unit.pdb +Copyright: 1995-1997 Spencer Kimball and Peter Mattis + 1997 Josh MacDonald + 1998-1999 Manish Singh +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + "Perlized" from C source by Manish Singh + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/gfig/gfig-arc.c + plug-ins/gfig/gfig-arc.h + plug-ins/gfig/gfig-bezier.c + plug-ins/gfig/gfig-bezier.h + plug-ins/gfig/gfig-circle.c + plug-ins/gfig/gfig-circle.h + plug-ins/gfig/gfig-dialog.c + plug-ins/gfig/gfig-dialog.h + plug-ins/gfig/gfig-dobject.c + plug-ins/gfig/gfig-dobject.h + plug-ins/gfig/gfig-ellipse.c + plug-ins/gfig/gfig-ellipse.h + plug-ins/gfig/gfig-grid.c + plug-ins/gfig/gfig-grid.h + plug-ins/gfig/gfig-line.c + plug-ins/gfig/gfig-line.h + plug-ins/gfig/gfig-poly.c + plug-ins/gfig/gfig-poly.h + plug-ins/gfig/gfig-preview.c + plug-ins/gfig/gfig-preview.h + plug-ins/gfig/gfig-rectangle.c + plug-ins/gfig/gfig-rectangle.h + plug-ins/gfig/gfig-spiral.c + plug-ins/gfig/gfig-spiral.h + plug-ins/gfig/gfig-star.c + plug-ins/gfig/gfig-star.h + plug-ins/gfig/gfig-stock.c + plug-ins/gfig/gfig-stock.h + plug-ins/gfig/gfig-style.c + plug-ins/gfig/gfig-style.h + plug-ins/gfig/gfig-types.h + plug-ins/gfig/gfig.c + plug-ins/gfig/gfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997 Andy Thomas + 1997 Andy Thomas alt@picnic.demon.co.uk + 2003 Sven Neumann +License: GPL-3.0+ + This is a plug-in for GIMP. + . + Generates images containing vector type drawings. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: libgimpbase/gimpbase.h + libgimpbase/gimpbaseenums.h + libgimpbase/gimpbasetypes.h + libgimpbase/gimpchecks.h + libgimpbase/gimpcompatenums.h + libgimpbase/gimpcpuaccel.h + libgimpbase/gimpmemsize.c + libgimpbase/gimpmemsize.h + libgimpbase/gimpparam.h + libgimpbase/gimpprotocol.c + libgimpbase/gimprectangle.h + libgimpbase/gimputils.h + libgimpbase/gimpwire.c + libgimpcolor/gimpadaptivesupersample.c + libgimpcolor/gimpadaptivesupersample.h + libgimpcolor/gimpbilinear.c + libgimpcolor/gimpbilinear.h + libgimpcolor/gimpcmyk.c + libgimpcolor/gimpcmyk.h + libgimpcolor/gimpcolor.h + libgimpcolor/gimpcolorspace.c + libgimpcolor/gimpcolorspace.h + libgimpcolor/gimpcolortypes.h + libgimpcolor/gimphsl.c + libgimpcolor/gimphsl.h + libgimpcolor/gimphsv.c + libgimpcolor/gimphsv.h + libgimpcolor/gimprgb.c + libgimpcolor/gimprgb.h + libgimpconfig/gimpconfig-error.h + libgimpconfig/gimpconfig.h + libgimpmodule/gimpmoduletypes.h + libgimpwidgets/gimpwidgetsenums.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball + 1995-1997 Spencer Kimball and Peter Mattis + 2003 Sven Neumann +License: LGPL-3.0+ + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: po-libgimp/bg.po + po-libgimp/fa.po + po-libgimp/hr.po + po-libgimp/mr.po + po-plug-ins/bg.po + po-plug-ins/fa.po + po-plug-ins/hr.po + po-plug-ins/mr.po + po-plug-ins/sl.po + po-python/bg.po + po-python/eo.po + po-python/fa.po + po-python/hr.po + po-python/mr.po + po-python/sl.po + po-script-fu/bg.po + po-script-fu/fa.po + po-script-fu/hr.po + po-script-fu/mr.po + po-tips/bg.po + po-tips/eo.po + po-tips/fa.po + po-tips/hr.po + po-tips/mr.po + po-tips/nl.po + po-tips/sl.po + po/bg.po + po/da.po + po/fa.po + po/hr.po + po/mr.po + po/sl.po +Copyright: 2004 The Free Software Foundation + 2005-2019 Free Software Foundation, Inc. + 2007 Sharif FarsiWeb, Inc. + 2018 Listed translators + __NO_COPYRIGHT__ in: po-plug-ins/sl.po + __NO_COPYRIGHT__ in: po-python/sl.po + __NO_COPYRIGHT__ in: po-tips/sl.po + __NO_COPYRIGHT__ in: po/sl.po +License: _SAME_ + This file is distributed under the same license as the GIMP package. + +Files: cursors/cursor-bad.png + cursors/cursor-color-picker.png + cursors/cursor-move.png + cursors/cursor-side-left.png + cursors/cursor-side-right.png + cursors/cursor-side-top-left.png + cursors/cursor-side-top-right.png + cursors/cursor-zoom.png + cursors/modifier-background.png + cursors/modifier-select.png + cursors/tool-blur.png + cursors/tool-burn.png + cursors/tool-clone.png + cursors/tool-color-picker.png + cursors/tool-eraser.png + cursors/tool-flip-horizontal.png + cursors/tool-free-select.png + cursors/tool-fuzzy-select.png + cursors/tool-gradient.png + cursors/tool-hand.png + cursors/tool-ink.png + cursors/tool-iscissors.png + cursors/tool-measure.png + cursors/tool-paintbrush.png + cursors/tool-paths-anchor.png + cursors/tool-paths-control.png + cursors/tool-pencil.png + cursors/tool-resize.png + cursors/tool-rotate.png + cursors/tool-shear.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-bad.png + __NO_COPYRIGHT__ in: cursors/cursor-color-picker.png + __NO_COPYRIGHT__ in: cursors/cursor-move.png + __NO_COPYRIGHT__ in: cursors/cursor-side-left.png + __NO_COPYRIGHT__ in: cursors/cursor-side-right.png + __NO_COPYRIGHT__ in: cursors/cursor-side-top-left.png + __NO_COPYRIGHT__ in: cursors/cursor-side-top-right.png + __NO_COPYRIGHT__ in: cursors/cursor-zoom.png + __NO_COPYRIGHT__ in: cursors/modifier-background.png + __NO_COPYRIGHT__ in: cursors/modifier-select.png + __NO_COPYRIGHT__ in: cursors/tool-blur.png + __NO_COPYRIGHT__ in: cursors/tool-burn.png + __NO_COPYRIGHT__ in: cursors/tool-clone.png + __NO_COPYRIGHT__ in: cursors/tool-color-picker.png + __NO_COPYRIGHT__ in: cursors/tool-eraser.png + __NO_COPYRIGHT__ in: cursors/tool-flip-horizontal.png + __NO_COPYRIGHT__ in: cursors/tool-free-select.png + __NO_COPYRIGHT__ in: cursors/tool-fuzzy-select.png + __NO_COPYRIGHT__ in: cursors/tool-gradient.png + __NO_COPYRIGHT__ in: cursors/tool-hand.png + __NO_COPYRIGHT__ in: cursors/tool-ink.png + __NO_COPYRIGHT__ in: cursors/tool-iscissors.png + __NO_COPYRIGHT__ in: cursors/tool-measure.png + __NO_COPYRIGHT__ in: cursors/tool-paintbrush.png + __NO_COPYRIGHT__ in: cursors/tool-paths-anchor.png + __NO_COPYRIGHT__ in: cursors/tool-paths-control.png + __NO_COPYRIGHT__ in: cursors/tool-pencil.png + __NO_COPYRIGHT__ in: cursors/tool-resize.png + __NO_COPYRIGHT__ in: cursors/tool-rotate.png + __NO_COPYRIGHT__ in: cursors/tool-shear.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + +Files: plug-ins/selection-to-path/bitmap.h + plug-ins/selection-to-path/bounding-box.h + plug-ins/selection-to-path/curve.c + plug-ins/selection-to-path/curve.h + plug-ins/selection-to-path/edge.c + plug-ins/selection-to-path/edge.h + plug-ins/selection-to-path/fit.c + plug-ins/selection-to-path/fit.h + plug-ins/selection-to-path/global.h + plug-ins/selection-to-path/math.c + plug-ins/selection-to-path/pxl-outline.c + plug-ins/selection-to-path/pxl-outline.h + plug-ins/selection-to-path/spline.c + plug-ins/selection-to-path/spline.h + plug-ins/selection-to-path/types.h + plug-ins/selection-to-path/vector.c + plug-ins/selection-to-path/vector.h +Copyright: 1992 Free Software Foundation, Inc. +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3, or (at your option) + any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-psd/psd-image-res-load.c + plug-ins/file-psd/psd-image-res-load.h + plug-ins/file-psd/psd-layer-res-load.c + plug-ins/file-psd/psd-layer-res-load.h + plug-ins/file-psd/psd-load.c + plug-ins/file-psd/psd-load.h + plug-ins/file-psd/psd-thumb-load.c + plug-ins/file-psd/psd-thumb-load.h + plug-ins/file-psd/psd-util.c + plug-ins/file-psd/psd-util.h + plug-ins/file-psd/psd.c + plug-ins/file-psd/psd.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GIMP PSD Plug-in + Copyright 2007 by John Marshall + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: po-libgimp/et.po + po-plug-ins/et.po + po-plug-ins/lt.po + po-python/et.po + po-script-fu/et.po + po-tips/et.po + po-tips/lt.po + po/am.po + po/et.po + po/id.po + po/te.po +Copyright: 1998-2011 Free Software Foundation, Inc. + 2006-2007 The GNOME Project. + 2007-2008 The GNOME Project + __NO_COPYRIGHT__ in: po/id.po +License: _SAME_ + This file is distributed under the same license as the Gimp package. + +Files: libgimp/gimpui.c + libgimp/gimpui.h + libgimpbase/gimpprotocol.h + libgimpbase/gimpsignal.h + libgimpbase/gimpwire.h + libgimpmodule/gimpmoduledb.c + libgimpmodule/gimpmoduledb.h + libgimpwidgets/gimppreviewarea.c + libgimpwidgets/gimppreviewarea.h + libgimpwidgets/gimpruler.c + libgimpwidgets/gimpruler.h +Copyright: 1995-2000 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: app/text/gimptext-compat.c + app/text/gimptext-compat.h + app/text/gimptext-xlfd.h + app/text/gimptext.c + app/text/gimptext.h + app/text/gimptextlayout-render.c + app/text/gimptextlayout-render.h + app/text/gimptextlayout.c + app/text/gimptextlayout.h + app/text/text-types.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpText + Copyright (C) 2002-2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: libgimpthumb/gimpthumb-enums.h + libgimpthumb/gimpthumb-error.c + libgimpthumb/gimpthumb-error.h + libgimpthumb/gimpthumb-types.h + libgimpthumb/gimpthumb-utils.c + libgimpthumb/gimpthumb-utils.h + libgimpthumb/gimpthumb.h + libgimpthumb/gimpthumbnail.c + libgimpthumb/gimpthumbnail.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball + 2001-2004 Sven Neumann Michael Natterer +License: LGPL-3.0+ + Thumbnail handling according to the Thumbnail Managing Standard. + https://specifications.freedesktop.org/thumbnail-spec/ + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: po-libgimp/cs.po + po-libgimp/hu.po + po-libgimp/mk.po + po-libgimp/pt_BR.po + po-libgimp/rw.po + po-libgimp/sk.po + po-libgimp/sr.po + po-libgimp/sr@latin.po +Copyright: 2000-2009 the author(s) of the GIMP. + 2000-2021 Free Software Foundation, Inc. + 2004-2005 Miloslav Trmac . + __NO_COPYRIGHT__ in: po-libgimp/mk.po + __NO_COPYRIGHT__ in: po-libgimp/sr.po + __NO_COPYRIGHT__ in: po-libgimp/sr@latin.po +License: _SAME_ + This file is distributed under the same license as the gimp-libgimp package. + +Files: plug-ins/file-webp/file-webp-dialog.c + plug-ins/file-webp/file-webp-dialog.h + plug-ins/file-webp/file-webp-load.c + plug-ins/file-webp/file-webp-load.h + plug-ins/file-webp/file-webp-save.c + plug-ins/file-webp/file-webp-save.h + plug-ins/file-webp/file-webp.c + plug-ins/file-webp/file-webp.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-webp - WebP file format plug-in for the GIMP + Copyright (C) 2015 Nathan Osman + Copyright (C) 2016 Ben Touchette + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/help/gimphelp.h + plug-ins/help/gimphelpdomain.h + plug-ins/help/gimphelpitem.h + plug-ins/help/gimphelplocale.h + plug-ins/help/gimphelpprogress-private.h + plug-ins/help/gimphelpprogress.h + plug-ins/help/gimphelptypes.h + plug-ins/help/help.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + The GIMP Help plug-in + Copyright (C) 1999-2008 Sven Neumann + Michael Natterer + Henrik Brix Andersen + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-ico/ico-dialog.c + plug-ins/file-ico/ico-dialog.h + plug-ins/file-ico/ico-load.c + plug-ins/file-ico/ico-load.h + plug-ins/file-ico/ico-save.c + plug-ins/file-ico/ico-save.h + plug-ins/file-ico/ico.c + plug-ins/file-ico/ico.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GIMP Plug-in for Windows Icon files. + Copyright (C) 2002 Christian Kreibich . + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: po-libgimp/Makefile.in.in + po-plug-ins/Makefile.in.in + po-python/Makefile.in.in + po-script-fu/Makefile.in.in + po-tips/Makefile.in.in + po-windows-installer/Makefile.in.in + po/Makefile.in.in +Copyright: 1995-1997 Ulrich Drepper +License: __UNKNOWN__ + This file file be copied and used freely without restrictions. It can + be used in projects which are not available under the GNU Public License + but which still want to provide support for the GNU gettext functionality. + +Files: plug-ins/twain/tw_dump.c + plug-ins/twain/tw_func.c + plug-ins/twain/tw_func.h + plug-ins/twain/tw_util.c + plug-ins/twain/tw_util.h + plug-ins/twain/twain.c +Copyright: 3 /31/1999 + 1999 Craig Setera Craig Setera +License: GPL-3.0+ + Updated for Mac OS X support + Brion Vibber + 07/22/2004 + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Based on (at least) the following plug-ins: + Screenshot + GIF + Randomize + . + Any suggestions, bug-reports or patches are welcome. + . + This plug-in interfaces to the TWAIN support library in order + to capture images from TWAIN devices directly into GIMP images. + The plug-in is capable of acquiring the following type of + images: + - B/W (1 bit images translated to grayscale B/W) + - Grayscale up to 16 bits per pixel + - RGB up to 16 bits per sample (24, 30, 36, etc.) + - Paletted images (both Gray and RGB) + . + Prerequisites: + Should compile and run on both Win32 and Mac OS X 10.3 (possibly + also on 10.2). + . + Known problems: + - Multiple image transfers will hang the plug-in. The current + configuration compiles with a maximum of single image transfers. + - On Mac OS X, canceling doesn't always close things out fully. + - Epson TWAIN driver on Mac OS X crashes the plugin when scanning. + . + Revision history + (02/07/99) v0.1 First working version (internal) + (02/09/99) v0.2 First release to anyone other than myself + (02/15/99) v0.3 Added image dump and read support for debugging + (03/31/99) v0.5 Added support for multi-byte samples and paletted + images. + (07/23/04) v0.6 Added Mac OS X support. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: po-tips/cs.po + po-tips/sk.po + po-tips/sr.po + po-tips/sr@latin.po + po-tips/zh_CN.po +Copyright: 2002-2009 Free Software Foundation, Inc. + 2003-2008 the author(s) of the GIMP. + 2004-2005 Miloslav Trmac . + __NO_COPYRIGHT__ in: po-tips/sr.po + __NO_COPYRIGHT__ in: po-tips/sr@latin.po + __NO_COPYRIGHT__ in: po-tips/zh_CN.po +License: _SAME_ + This file is distributed under the same license as the gimp-tips package. + +Files: plug-ins/file-dds/color.c + plug-ins/file-dds/dds.c + plug-ins/file-dds/ddswrite.c + plug-ins/file-dds/mipmap.c + plug-ins/file-dds/misc.c +Copyright: 2004-2012 Shawn Kirst , with parts (C) 2003 Arne Reuter where specified. +License: GPL-2.0+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. If not, write to + the Free Software Foundation, 51 Franklin Street, Fifth Floor + Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + Version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +Files: plug-ins/help/gimphelp.c + plug-ins/help/gimphelpdomain.c + plug-ins/help/gimphelpitem.c + plug-ins/help/gimphelplocale.c + plug-ins/help/gimphelpprogress.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + The GIMP Help plug-in + Copyright (C) 1999-2008 Sven Neumann + Michael Natterer + Henrik Brix Andersen + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This code is written so that it can also be compiled standalone. + It shouldn't depend on libgimp. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: m4macros/ax_compare_version.m4 + m4macros/ax_cxx_compile_stdcxx.m4 + m4macros/ax_gcc_func_attribute.m4 + m4macros/ax_prog_cc_for_build.m4 + m4macros/ax_prog_perl_version.m4 +Copyright: 2008 Benjamin Kosnik + 2008 Paolo Bonzini + 2008 Tim Toolan + 2009 Francesco Salvestrini + 2012 Zack Weinberg + 2013 Gabriele Svelto + 2013 Roy Stogner + 2014-2015 Google Inc.; contributed Alexey Sokolov + 2015 Moritz Klammler + 2015 Paul Norman + 2016 Krzesimir Nowak +License: PERMISSIVE + Copying and distribution of this file, with or without modification, are + permitted in any medium without royalty provided the copyright notice + and this notice are preserved. This file is offered as-is, without any + warranty. + +Files: app/tools/gimptexttool-editor.c + app/tools/gimptexttool-editor.h + app/tools/gimptexttool.c + app/tools/gimptexttool.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTextTool + Copyright (C) 2002-2010 Sven Neumann + Daniel Eddeland + Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdrawable-histogram.c + app/core/gimpdrawable-histogram.h + app/core/gimphistogram.c + app/core/gimphistogram.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimphistogram module Copyright (C) 1999 Jay Cox + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/text/gimptext-parasite.c + app/text/gimptext-parasite.h + app/text/gimptextlayer-xcf.c + app/text/gimptextlayer-xcf.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpText + Copyright (C) 2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpgrid.c + app/core/gimpgrid.h + app/core/gimpimage-grid.c + app/core/gimpimage-grid.h +Copyright: 1995 Spencer Kimball and Peter Mattis + 1995 Spencer Kimball and Peter Mattisbvf +License: GPL-3.0+ + GimpGrid + Copyright (C) 2003 Henrik Brix Andersen + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: po-python/hu.po + po-python/pt_BR.po + po-python/rw.po +Copyright: 2001-2021 Free Software Foundation, Inc. + __NO_COPYRIGHT__ in: po-python/pt_BR.po +License: _SAME_ + This file is distributed under the same license as the gimp-python package. + +Files: po-plug-ins/ar.po + po-plug-ins/hu.po + po-plug-ins/pa.po +Copyright: 2000-2022 Free Software Foundation, Inc. + __NO_COPYRIGHT__ in: po-plug-ins/ar.po + __NO_COPYRIGHT__ in: po-plug-ins/pa.po +License: _SAME_ + This file is distributed under the same license as the gimp-plug-ins package. + +Files: po-script-fu/cs.po + po-script-fu/hu.po + po-script-fu/rw.po +Copyright: 2001-2009 the author(s) of the GIMP. + 2001-2020 Free Software Foundation, Inc. + 2004-2005 Miloslav Trmac . +License: _SAME_ + This file is distributed under the same license as the gimp-script-fu package. + +Files: plug-ins/common/animation-optimize.c + plug-ins/common/smooth-palette.c + plug-ins/flame/flame.c +Copyright: 1997 Scott Draves + Adam D. Moss, 1997-2003 adam@gimp.org adam@foxbox.org +License: GPL-3.0+ + GIMP - The GNU Image Manipulation Program + Copyright (C) 1995 Spencer Kimball and Peter Mattis + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/text/gimptextlayer-transform.c + app/text/gimptextlayer-transform.h + app/text/gimptextlayer.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTextLayer + Copyright (C) 2002-2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/metadata/metadata-editor.c + plug-ins/metadata/metadata-impexp.c + plug-ins/metadata/metadata-xml.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + metadata-editor.c + Copyright (C) 2016, 2017 Ben Touchette + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: themes/Dark/gtkrc + themes/Gray/gtkrc + themes/Light/gtkrc +Copyright: 2015-2016 Benoit Touchette +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Special thanks to all the theme creators, specifically: + . + horst3180 for his excellent Ceti-2 theme. + Nuclear Napalm, android272, Medhi Abhollahi for their GIMP themes. + . + Y'all inspired me to create these themes for GIMP. + . + arrows-(down, left, right, up)*.png from Ceti-2 theme, horst3180 + frame-gap-*.png from Ceti-2 theme, horst3180 + gap information from new CS6 II theme, Medhi Abhollahi + . + KDE: + . + * For this theme to work under KDE users will need to disable either + "Apply colors to non-QT applications" or "Apply KDE Colours to Non-KDE + apps" depending on the version. + . + Miscellaneous: + . + * Fonts can be overridden by uncommenting the two font lines below + . + * Uncomment the gtk-primary-button-warps-slider line to enable warping + scroll bars. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/distress-selection.scm + plug-ins/script-fu/scripts/fuzzyborder.scm + plug-ins/script-fu/scripts/spinning-globe.scm +Copyright: __NO_COPYRIGHT__ in: plug-ins/script-fu/scripts/distress-selection.scm + __NO_COPYRIGHT__ in: plug-ins/script-fu/scripts/fuzzyborder.scm + __NO_COPYRIGHT__ in: plug-ins/script-fu/scripts/spinning-globe.scm +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Define the function: + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-tiff/file-tiff-load.c + plug-ins/file-tiff/file-tiff-save.c + plug-ins/file-tiff/file-tiff.c +Copyright: 1990 Sun Microsystems, Inc. +License: __UNKNOWN__ + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, + provided that the above copyright notice appear in all copies and that + both that copyright notice and this permission notice appear in + supporting documentation. + . + This file is provided AS IS with no warranties of any kind. The author + shall have no liability with respect to the infringement of copyrights, + trade secrets or any patents by this file or any part thereof. In no + event will the author be liable for any lost revenue or profits or + other special, indirect and consequential damages. + +Files: plug-ins/imagemap/imap_cern_parse.h + plug-ins/imagemap/imap_csim_parse.h + plug-ins/imagemap/imap_ncsa_parse.h +Copyright: 1984-2012 Free Software Foundation, Inc. +License: GPL-3.0+ with unknown exception *** check multiple exceptions *** + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + . + This special exception was added by the Free Software Foundation in + version 2.2 of Bison. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/imagemap/imap_cern_parse.c + plug-ins/imagemap/imap_csim_parse.c + plug-ins/imagemap/imap_ncsa_parse.c +Copyright: 1984-2012 Free Software Foundation, Inc. +License: GPL-3.0+ with unknown exception *** check multiple exceptions *** + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + . + This special exception was added by the Free Software Foundation in + version 2.2 of Bison. + . + C LALR(1) parser skeleton written by Richard Stallman, by + simplifying the original so-called "semantic" parser. + . + All symbols defined below should begin with yy or YY, to avoid + infringing on user name space. This should be done even for local + variables, as they might otherwise be expanded by user macros. + There are some unavoidable exceptions within include files to + define necessary library symbols; they are noted "INFRINGES ON + USER NAME SPACE" below. + . + Identify Bison output. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: po-plug-ins/cs.po + po-plug-ins/rw.po +Copyright: 2001-2009 the author(s) of the GIMP. + 2003-2004 Miloslav Trmac . + 2005 Free Software Foundation, Inc. +License: _SAME_ + This file is distributed under the same license as the gimp-plugins package. + +Files: po-tips/en_GB.po + po-tips/rw.po +Copyright: 2004 Adam Weinberger and the GNOME Foundation +License: _SAME_ + This file is distributed under the same license as the gimp tips package. + +Files: po-python/bs.po + po-tips/bs.po +Copyright: 2013 Rosetta Contributors and Canonical Ltd 2013 + 2014 Rosetta Contributors and Canonical Ltd 2014 +License: _SAME_ + This file is distributed under the same license as the bosnianuniversetranslation package. + +Files: app/widgets/gimptextproxy.c + app/widgets/gimptextproxy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTextProxy + Copyright (C) 2009-2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpimageparasiteview.c + app/widgets/gimpimageparasiteview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpImageParasiteView + Copyright (C) 2006 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimperrordialog.c + app/widgets/gimperrordialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimperrordialog.c + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpgrouplayer.c + app/core/gimpgrouplayer.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpGroupLayer + Copyright (C) 2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimpdisplayconfig.c + app/config/gimpdisplayconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpDisplayConfig class + Copyright (C) 2001 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/help-browser/gimpthrobberaction.c + plug-ins/help-browser/gimpthrobberaction.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpThrobberAction + Copyright (C) 2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimpguiconfig.c + app/config/gimpguiconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpGuiConfig class + Copyright (C) 2001 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/text/gimptext-vectors.c + app/text/gimptext-vectors.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpText-vectors + Copyright (C) 2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimpdisplayoptions.c + app/config/gimpdisplayoptions.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpDisplayOptions + Copyright (C) 2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gui/gimpdbusservice.c + app/gui/gimpdbusservice.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpDBusService + Copyright (C) 2007, 2008 Sven Neumann + Copyright (C) 2013 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpcontainer-filter.c + app/core/gimpcontainer-filter.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainer-filter.c + Copyright (C) 2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpvectortool.c + app/tools/gimpvectortool.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Vector tool + Copyright (C) 2003 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/ifs-compose/ifs-compose-utils.c + plug-ins/ifs-compose/ifs-compose.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + IfsCompose is a interface for creating IFS fractals by + direct manipulation. + Copyright (C) 1997 Owen Taylor + . + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/help-browser/gimpthrobber.c + plug-ins/help-browser/gimpthrobber.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpThrobber + Copyright (C) 2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpstroke-new.c + app/vectors/gimpstroke-new.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpstroke-new.c + Copyright (C) 2006 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcairo-wilber.c + app/widgets/gimpcairo-wilber.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Wilber Cairo rendering + Copyright (C) 2008 Sven Neumann + . + Some code here is based on code from librsvg that was originally + written by Raph Levien for Gill. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/screenshot/screenshot-freedesktop.c + plug-ins/screenshot/screenshot-kwin.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Screenshot plug-in + Copyright 1998-2007 Sven Neumann + Copyright 2003 Henrik Brix Andersen + Copyright 2016 Michael Natterer + Copyright 2017 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/screenshot/screenshot-osx.c + plug-ins/screenshot/screenshot-x11.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Screenshot plug-in + Copyright 1998-2007 Sven Neumann + Copyright 2003 Henrik Brix Andersen + Copyright 2012 Simone Karin Lehmann - OS X patches + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: libgimpwidgets/gimpcolorprofilechooserdialog.c + libgimpwidgets/gimpcolorprofilechooserdialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpColorProfileChooserDialog + Copyright (C) 2006-2014 Sven Neumann + Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimpconfig-utils.c + app/config/gimpconfig-utils.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Utitility functions for GimpConfig. + Copyright (C) 2001-2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimpxmlparser.c + app/config/gimpxmlparser.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpXmlParser + Copyright (C) 2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/selection-to-path/selection-to-path-dialog.c + plug-ins/selection-to-path/selection-to-path.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 1999 Andy Thomas alt@gimp.org +License: GPL-3.0+ + This is a plug-in for GIMP. + . + Plugin to convert a selection to a path. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Change log:- + 0.1 First version. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: modules/gimpcolorwheel.c + modules/gimpcolorwheel.h +Copyright: 1999 The Free Software Foundation +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Modified by the GTK+ Team and others 1997-2000. See the AUTHORS + file for a list of people on the GTK+ Team. See the ChangeLog + files for a list of changes. These files are distributed with + GTK+ at ftp://ftp.gtk.org/pub/gtk/. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpguide.c + app/core/gimpguide.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpGuide + Copyright (C) 2003 Henrik Brix Andersen + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimpgeglconfig.c + app/config/gimpgeglconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpGeglConfig class + Copyright (C) 2001 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-babl-compat.c + app/gegl/gimp-babl-compat.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-babl-compat.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptagentry.c + app/widgets/gimptagpopup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptagentry.c + Copyright (C) 2008 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/help-browser/uri.c + plug-ins/help-browser/uri.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + The GIMP Help Browser - URI functions + Copyright (C) 2001 Jacob Schroeder + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimppluginconfig.c + app/config/gimppluginconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpPluginConfig class + Copyright (C) 2001 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimplangrc.c + app/config/gimplangrc.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpLangRc: pre-parsing of gimprc returning the language. + Copyright (C) 2017 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpaction.c + app/widgets/gimpactionimpl.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpaction.c + Copyright (C) 2004-2019 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptextstyleeditor.c + app/widgets/gimptextstyleeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTextStyleEditor + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimpdialogconfig.c + app/config/gimpdialogconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpDialogConfig class + Copyright (C) 2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: pdb/enumcode.pl + pdb/enumgen.pl +Copyright: 1999-2003 Manish Singh +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUTFILE ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: libgimpwidgets/gimpcolorprofileview.c + libgimpwidgets/gimpcolorprofileview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpColorProfileView + Copyright (C) 2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimprc-serialize.c + app/config/gimprc-serialize.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpRc serialization routines + Copyright (C) 2001-2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimpcoreconfig.c + app/config/gimpcoreconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpCoreConfig class + Copyright (C) 2001 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptextbuffer.c + app/widgets/gimptextbuffer.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTextBuffer + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/filter-pack.c + plug-ins/common/unit-editor.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 2000 Michael Natterer + Pavel Grinfeld (pavel@ml.com) +License: GPL-3.0+ + This is a plug-in for GIMP. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpimagecommenteditor.c + app/widgets/gimpimagecommenteditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpImageCommentEditor + Copyright (C) 2007 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdocumentview.c + app/widgets/gimpimageview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdocumentview.c + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpoverlaybox.c + app/widgets/gimpoverlaybox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpOverlayBox + Copyright (C) 2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl-nodes.c + app/gegl/gimp-gegl-nodes.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-gegl-nodes.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl-tile-compat.c + app/gegl/gimp-gegl-tile-compat.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-gegl-tile-compat.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimprc-unknown.c + app/config/gimprc-unknown.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpRc serialization and deserialization helpers + Copyright (C) 2001-2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-raw/file-raw-utils.c + plug-ins/file-raw/file-raw-utils.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-raw-utils.h -- raw file format plug-in + Copyright (C) 2016 Tobias Ellinghaus + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl-utils.c + app/gegl/gimp-gegl-utils.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-gegl-utils.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpgrideditor.c + app/widgets/gimpgrideditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpGridEditor + Copyright (C) 2003 Henrik Brix Andersen + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptexttag.c + app/widgets/gimptexttag.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTextTag + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpimageprofileview.c + app/widgets/gimpimageprofileview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpImageProfileView + Copyright (C) 2006 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptreehandler.c + app/core/gimptreehandler.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTreeHandler + Copyright (C) 2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/lighting/lighting-main.c + plug-ins/map-object/map-object-main.c +Copyright: 1996-1998 Federico Mena Quintero + 1996-1998 Tom Bech +License: GPL-3.0+ + E-mail: tomb@gimp.org (Tom) or quartic@gimp.org (Federico) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: libgimpconfig/gimpcolorconfig.c + libgimpconfig/gimpcolorconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + GimpColorConfig class + Copyright (C) 2004 Stefan Döhla + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpwidgets.c + libgimpwidgets/gimpwidgetsutils.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpwidgets.c + Copyright (C) 2000 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpconfig-utils.c + libgimpconfig/gimpconfig-utils.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + Utility functions for GimpConfig. + Copyright (C) 2001-2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: app/widgets/gtkhwrapbox.c + app/widgets/gtkhwrapbox.h +Copyright: 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald +License: LGPL-3.0+ + GtkHWrapBox: Horizontal wrapping box widget + Copyright (C) 1999 Tim Janik + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpconfig-iface.h + libgimpconfig/gimpconfigtypes.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + Config file serialization and deserialization interface + Copyright (C) 2001-2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpcolor/gimpcolormanaged.c + libgimpcolor/gimpcolormanaged.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + GimpColorManaged interface + Copyright (C) 2007 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpconfig-serialize.c + libgimpconfig/gimpconfig-serialize.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + Object properties serialization routines + Copyright (C) 2001-2002 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpprocbrowserdialog.c + libgimp/gimpprocbrowserdialog.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpprocbrowserdialog.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpdatafiles.c + libgimpbase/gimpdatafiles.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + Datafiles module copyight (C) 1996 Federico Mena Quintero + federico@nuclecu.unam.mx + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: app/widgets/gtkwrapbox.c + app/widgets/gtkwrapbox.h +Copyright: 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald +License: LGPL-3.0+ + GtkWrapBox: Wrapping box widget + Copyright (C) 1999 Tim Janik + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpconfig-error.c + libgimpconfig/gimpconfig-iface.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + Config file serialization and deserialization interface + Copyright (C) 2001-2002 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpconfigwriter.c + libgimpconfig/gimpconfigwriter.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + GimpConfigWriter + Copyright (C) 2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpconfig-deserialize.c + libgimpconfig/gimpconfig-deserialize.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + Object properties deserialization routines + Copyright (C) 2001-2002 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: po-python/sk.po + po-script-fu/sk.po +Copyright: 2002-2005 Free Software Foundation, Inc. +License: __UNKNOWN__ + $Id$ + +Files: po-python/ca.po + po-python/ca@valencia.po +Copyright: 2000-2008 Free Software Foundation, Inc. +License: __UNKNOWN__ + Softcatala , 2000-2008. + Quim Perez i Noguer , 2005-2008. + Xavier Beà , 2003, 2004. + Xavier Conde Rueda , 2004. + +Files: libgimpwidgets/gimppickbutton-default.c + libgimpwidgets/gimppickbutton.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimppickbutton.c + Copyright (C) 2002 Michael Natterer + . + based on gtk+/gtk/gtkcolorsel.c + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + +Files: po-script-fu/ca.po + po-script-fu/ca@valencia.po +Copyright: 2000-2008 Free Software Foundation, Inc. +License: __UNKNOWN__ + Softcatala , 2000-2008. + Quim Perez i Noguer , 2005-2008. + Xavier Conde Rueda , 2004-2007. + Jordi Jover, jordijn@softcatala.org, 2002. + Quim Perez i Noguer , 2008, 2011. + +Files: app/widgets/gimpnavigationview.c + app/widgets/gimpnavigationview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: __UNKNOWN__ + GimpNavigationView Widget + Copyright (C) 2001-2002 Michael Natterer + +Files: icons/Legacy/24/gimp-device-status.png + icons/Legacy/24/gimp-tool-options.png +Copyright: 2003 Jakub 'jimmac' Steiner, http://jimmac.musichall.cz +License: __UNKNOWN__ + created with the GIMP, + +Files: plug-ins/file-jpeg/jpeg-icc.h +Copyright: 1998-2004 Marti Maria +License: MIT + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + +Files: plug-ins/file-jpeg/jpeg-icc.c +Copyright: 1998-2004 Marti Maria +License: Expat + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +Files: po-plug-ins/oc.po +Copyright: 1998-2014 Free Software Foundation, Inc. +License: _SAME_ + This file is distributed under the same license as the gedit package. + +Files: po-libgimp/eo.po +Copyright: 1999-2012 Free Software Foundation, Inc. +License: _SAME_ + This file is distributed under the same license as the libgimp package. + +Files: po-tips/pa.po +Copyright: __NO_COPYRIGHT__ in: po-tips/pa.po +License: _SAME_ + This file is distributed under the same license as the gimp-tips.HEAD package. + +Files: po-tips/es.po +Copyright: 2003-2011 Free Software Foundation, Inc. +License: _SAME_ + This file is distributed under the same license as the gimp 1.3.X package. + +Files: po/pa.po +Copyright: __NO_COPYRIGHT__ in: po/pa.po +License: _SAME_ + This file is distributed under the same license as the gimp.HEAD package. + +Files: po-plug-ins/eo.po +Copyright: 2011 Free Software Foundation, Inc. +License: _SAME_ + This file is distributed under the same license as GIMP. + Shane D < >, 2011. + Michael MORONI < >, 2011. + Kristjan SCHMIDT , 2011, 2012, 2017. + +Files: plug-ins/file-dds/dxt.c +Copyright: 2004-2012 Shawn Kirst , with parts (C) 2003 Arne Reuter where specified. +License: GPL-2.0+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. If not, write to + the Free Software Foundation, 51 Franklin Street, Fifth Floor + Boston, MA 02110-1301, USA. + . + Parts of this code have been generously released in the public domain + by Fabian 'ryg' Giesen. The original code can be found (at the time + . + On Debian systems, the complete text of the GNU General Public License + Version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +Files: plug-ins/file-dds/ddsread.c +Copyright: 2004-2012 Shawn Kirst , with parts (C) 2003 Arne Reuter where specified. +License: GPL-2.0+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. If not, write to + the Free Software Foundation, 51 Franklin Street, Fifth Floor + Boston, MA 02110-1301, USA. + . + !!! COPYRIGHT NOTICE !!! + . + The following is based on code (C) 2003 Arne Reuter + URL: http://www.dr-reuter.de/arne/dds.html + . + On Debian systems, the complete text of the GNU General Public License + Version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +Files: devel-docs/xcf.txt +Copyright: 2006-2011 Henning Makholm , + 2009-2019 various GIMP developers (see git log), +License: GPL-2.0+ + This is free documentation; you can modify and/or redistribute + it according to the terms of the GNU General Public License + as published by the Free Software Foundation, either version + 2 of the license, or (at your option) any later version. + . + Table of contents + . + On Debian systems, the complete text of the GNU General Public License + Version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +Files: app/operations/layer-modes/gimpoperationmerge.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationmerge.h + Copyright (C) 2008 Michael Natterer + 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-color-balance.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-color-balance.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessionmanaged.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessionmanaged.c + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsettingseditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsettingseditor.h + Copyright (C) 2008-2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: pdb/stddefs.pdb +Copyright: 1998-2003 Manish Singh +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Boilerplate PDB stuff + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvastransformpreview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvastransformpreview.c + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpmybrush.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmybrush.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptranslationstore.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptranslationstore.h + Copyright (C) 2009 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationequalize.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationequalize.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptooldialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptooldialog.h + Copyright (C) 2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpstrokeeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpstrokeeditor.h + Copyright (C) 2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsymmetryeditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsymmetryeditor.c + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpmotionbuffer.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmotionbuffer.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationpointfilter.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationpointfilter.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationcolorize.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationcolorize.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdocked.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdocked.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpvectors-import.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpVectors Import + Copyright (C) 2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpbuffersourcebox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbuffersourcebox.h + Copyright (C) 2015 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrenderergradient.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrenderergradient.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimpconfig-file.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + File Utitility functions for GimpConfig. + Copyright (C) 2001-2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppaletteview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppaletteview.h + Copyright (C) 2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpprojectable.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprojectable.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrenderer-utils.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrenderer-utils.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpiconsizescale.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpiconsizescale.h + Copyright (C) 2016 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolwidgetgroup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolwidgetgroup.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationbuffersourcevalidate.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationbuffersourcevalidate.h + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/waves-anim.scm +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997 Sven Neumann +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + waves-anim.scm version 1.01 1997/12/13 + . + CHANGE-LOG: + 1.00 - initial release + 1.01 - some code cleanup, no real changes + . + Makes a copy of your image and creates an animation of the active layer + as if a stone was thrown into the image. The animation may be saved with + the gif-plug-in. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdata.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdata.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginprocframe.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginprocframe.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationthresholdalpha.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationthresholdalpha.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Ported from the threshold-alpha plug-in + Copyright (C) 1997 Shuji Narazaki + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/edge-dog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Gimp plug-in dog.c: (C) 2004 William Skaggs + . + Edge detection using the "Difference of Gaussians" method. + Finds edges by doing two Gaussian blurs with different radius, and + subtracting the results. Blurring is done using code taken from + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpgradienttool.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Major improvements for interactivity + Copyright (C) 2014 Michael Henning + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationmultiplylegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationmultiplylegacy.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdockable.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdockable.h + Copyright (C) 2001-2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpwindow.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpwindow.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpprogress.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprogress.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/plug-in-menu-path.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + plug-in-menu-path.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppickablebutton.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppickablebutton.h + Copyright (C) 2013 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-shadows-highlights.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-shadows-highlights.c + Copyright (C) 2002-2014 Michael Natterer + Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpsymmetry-mandala.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsymmetry-mandala.c + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppluginview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginview.c + Copyright (C) 2017 Michael Natterer + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpbrushfactoryview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrushfactoryview.c + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationscreenlegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationscreenlegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptaggedcontainer.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptaggedcontainer.c + Copyright (C) 2008 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-jpeg/jpeg-quality.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + jpeg-quality.h + Copyright (C) 2007 Raphaël Quinet + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimppatternclipboard.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppatternclipboard.h + Copyright (C) 2006 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasguide.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasguide.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/help-browser/help-browser.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + The GIMP Help Browser + Copyright (C) 1999-2008 Sven Neumann + Michael Natterer + Henrik Brix Andersen + . + Some code & ideas taken from the GNOME help browser. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpbezierstroke.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbezierstroke.c + Copyright (C) 2002 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdialogfactory.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdialogfactory.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvascorner.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvascorner.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/gimp-online.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-online.scm + Copyright (C) 2003 Henrik Brix Andersen + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfilleditor.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfilleditor.c + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/screenshot/screenshot-win32.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Screenshot plug-in + Copyright 1998-2007 Sven Neumann + Copyright 2003 Henrik Brix Andersen + Copyright 2012 Simone Karin Lehmann - OS X patches + Copyright 2018 Gil Eliyahu + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/web-browser.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Web Browser Plug-in + Copyright (C) 2003 Henrik Brix Andersen + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpbrusheditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrusheditor.h + Copyright 1998 Jay Cox + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/tile-small.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997 Andy Thomas alt@picnic.demon.co.uk +License: GPL-3.0+ + This is a plug-in for GIMP. + . + Tileit - This plugin take an image and makes repeated copies of it. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + A fair proprotion of this code was taken from the Whirl plug-in + which was copyrighted by Federico Mena Quintero (as below). + . + Whirl plug-in --- distort an image into a whirlpool + Copyright (C) 1997 Federico Mena Quintero + . + Change log:- + 0.2 Added new functions to allow "editing" of the tile patten. + . + 0.1 First version released. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/image-properties-dialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + image-properties-dialog.c + Copyright (C) 2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrenderer-utils.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrenderer-utils.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/screenshot/screenshot.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Screenshot plug-in + Copyright 1998-2007 Sven Neumann + Copyright 2003 Henrik Brix Andersen + Copyright 2012 Simone Karin Lehmann - OS X patches + Copyright 2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationshrink.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationshrink.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpmenudock.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmenudock.h + Copyright (C) 2001-2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-parallel.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-parallel.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpcoords-interpolate.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcoords-interpolate.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpimagepropview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpImagePropView + Copyright (C) 2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpiconpicker.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpiconpicker.h + Copyright (C) 2011 Michael Natterer + 2012 Daniel Sabo + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpmessagedialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmessagedialog.c + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-sunras.c +Copyright: 1995 Spencer Kimball and Peter Mattis SUN raster reading and writing code Copyright (C) 1996 Peter Kirchgessner (email: peter@kirchgessner.net, WWW: http://www.kirchgessner.net) +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This program was written using pages 625-629 of the book + "Encyclopedia of Graphics File Formats", Murray/van Ryper, + O'Reilly & Associates Inc. + Bug reports or suggestions should be e-mailed to peter@kirchgessner.net + . + Event history: + V 1.00, PK, 25-Jul-96: First try + V 1.90, PK, 15-Mar-97: Upgrade to work with GIMP V0.99 + V 1.91, PK, 05-Apr-97: Return all arguments, even in case of an error + V 1.92, PK, 18-May-97: Ignore EOF-error on reading image data + V 1.93, PK, 05-Oct-97: Parse rc file + V 1.94, PK, 12-Oct-97: No progress bars for non-interactive mode + V 1.95, nn, 20-Dec-97: Initialize some variable + V 1.96, PK, 21-Nov-99: Internationalization + V 1.97, PK, 20-Dec-00: Recognize extensions .rs and .ras too + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationnormal.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationnormalmode.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationmultiplylegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationmultiplylegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollerinfo.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimpcontrollerinfo.c + Copyright (C) 2004-2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpmultiwindowstrategy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmultiwindowstrategy.h + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpiscissorstool.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This tool is based on a paper from SIGGRAPH '95: + "Intelligent Scissors for Image Composition", Eric N. Mortensen and + William A. Barrett, Brigham Young University. + . + thanks to Professor D. Forsyth for prompting us to implement this tool. + . + Personal note: Dr. Barrett, one of the authors of the paper written above + is not only one of the most brilliant people I have ever met, he is an + incredible professor who genuinely cares about his students and wants them + to learn as much as they can about the topic. + . + I didn't even notice I was taking a class from the person who wrote the + paper until halfway through the semester. + -- Rockwalrus + . + The history of this implementation is lonog and varied. It was + originally done by Spencer and Peter, and worked fine in the 0.54 + (motif only) release of GIMP. Later revisions (0.99.something + until about 1.1.4) completely changed the algorithm used, until it + bore little resemblance to the one described in the paper above. + The 0.54 version of the algorithm was then forwards ported to 1.1.4 + by Austin Donnelly. + . + Livewire boundary implementation done by Laramie Leavitt + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-mng.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 2002 Mukund Sivaraman +License: GPL-3.0+ + Multiple-image Network Graphics (MNG) plug-in + . + Portions are copyright of the authors of the file-gif-save, file-png-save + and file-jpeg-save plug-ins' code. The exact ownership of these code + fragments has not been determined. + . + This work was sponsored by Xinit Systems Limited, UK. + http://www.xinitsystems.com/ + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + -- + . + For now, this MNG plug-in can only save images. It cannot load images. + Save your working copy as .xcf and use this for "exporting" your images + to MNG. Supports animation the same way as animated GIFs. Supports alpha + transparency. Uses the libmng library (http://www.libmng.com/). + The MIME content-type for MNG images is video/x-mng for now. Make sure + your web-server is configured appropriately if you want to serve MNG + images. + . + Since libmng cannot write PNG, JNG and delta PNG chunks at this time + (when this text was written), this plug-in uses libpng and jpeglib to + create the data for the chunks. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererlayer.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererlayer.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolwidgetgroup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolwidgetgroup.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/help-browser/dialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GIMP Help Browser + Copyright (C) 1999-2008 Sven Neumann + Michael Natterer + Róman Joost + . + dialog.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrenderergradient.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrenderergradient.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-html-table.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997 Daniel Dunbar Email: ddunbar@diads.com WWW: http://millennium.diads.com/gimp/ +License: GPL-3.0+ + GTM plug-in --- GIMP Table Magic + Allows images to be exported as HTML tables with different colored cells. + It doesn't have very much practical use other than being able to + easily design a table by "painting" it in GIMP, or to make small HTML + table images/icons. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Version 1.0: + Once I first found out that it was possible to have pixel level control + of HTML tables I instantly realized that it would be possible, however + pointless, to save an image as a, albeit huge, HTML table. + . + One night when I was feeling in an adventourously stupid programming mood + I decided to write a program to do it. + . + At first I just wrote a really ugly hack to do it, which I then planned + on using once just to see how it worked, and then posting a URL and + laughing about it on #gimp. As it turns out, tigert thought it actually + had potential to be a useful plugin, so I started adding features and + and making a nice UI. + . + It's still not very useful, but I did manage to significantly improve my + C programming skills in the process, so it was worth it. + . + If you happen to find it useful I would appreciate any email about it. + - Daniel Dunbar + ddunbar@diads.com + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpimagepropview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpImagePropView + Copyright (C) 2005 Michael Natterer + Copyright (C) 2006 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdata.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdata.c + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationsoftlightlegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsoftlightlegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpsinglewindowstrategy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsinglewindowstrategy.h + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpvectors.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpvectors.c + Copyright (C) 2002 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationprofiletransform.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationprofiletransform.h + Copyright (C) 2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptriviallycancelablewaitable.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptriviallycancelablewaitable.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/tips-parser.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + tips-parser.h - Parse the gimp-tips.xml file. + Copyright (C) 2002, 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppickablebutton.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppickablebutton.c + Copyright (C) 2013 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/paint/gimpink-blob.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpink-blob.c: routines for manipulating scan converted convex polygons. + Copyright 1998-1999, Owen Taylor + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpidtable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpidtable.c + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpbufferview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbufferview.c + Copyright (C) 2001-2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl-enums.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-gegl-enums.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-transform-3d-utils.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-3d-transform-utils.h + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpbrushselect.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrushselect.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvastextcursor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvastextcursor.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/metadata/metadata-viewer.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + metadata.c + Copyright (C) 2013 Hartmut Kuhse + Copyright (C) 2016 Ben Touchette + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/grid.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Original plug-in coded by Tim Newsome. + . + Changed to make use of real-life units by Sven Neumann . + . + The interface code is heavily commented in the hope that it will + help other plug-in developers to adapt their plug-ins to make use + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpcolorbalanceconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcolorbalanceconfig.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-generic.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-generic.h + Copyright (C) 2002-2014 Michael Natterer + Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationposterize.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationposterize.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/select-to-brush.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Selection-to-brush + Copyright (c) 1997 Adrian Likins + aklikins@eos.ncsu.edu + . + Takes the current selection, saves it as a brush, and makes it the + active brush.. + . + Parts of this script from Sven Neuman's Drop-Shadow and + Seth Burgess's mkbrush scripts. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpiconpicker.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpiconpicker.c + Copyright (C) 2011 Michael Natterer + 2012 Daniel Sabo + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainergridview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainergridview.c + Copyright (C) 2001-2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdynamicsoutputeditor.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdynamicsoutputeditor.c + Copyright (C) 2010 Alexia Death + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpwindowstrategy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpwindowstrategy.h + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppdbdialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppdbdialog.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptoolbutton.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolbutton.h + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimprc-deserialize.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpRc deserialization routines + Copyright (C) 2001-2002 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainertreestore.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainertreestore.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptooleditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptooleditor.c + Copyright (C) 2001-2009 Michael Natterer + Stephen Griffiths + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/file/file-remote.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-remote.h + Copyright (C) 2014 Michael Natterer + . + Based on: URI plug-in, GIO/GVfs backend + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbrushclipboard.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrushclipboard.c + Copyright (C) 2006 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvas-style.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvas-style.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/mkbrush.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Make-Brush - a script for the script-fu program + by Seth Burgess 1997 + . + 18-Dec-2000 fixed to work with the new convention (not inverted) of + gbr saver (jtl@gimp.org) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationreplace.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationreplace.c + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptooldialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptooldialog.c + Copyright (C) 2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpcoords-interpolate.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcoords-interpolate.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimphighlightablebutton.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimphighlightablebutton.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-convolution-matrix.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-convolution-matrix.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdashboard.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdashboard.h + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-restore.c +Copyright: 1995-2002 Spencer Kimball, Peter Mattis, and others +License: GPL-3.0+ + gimppluginmanager-restore.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-internal-data.h +Copyright: 1995-2002 Spencer Kimball, Peter Mattis, and others +License: GPL-3.0+ + gimp-internal-data.h + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimphighlightablebutton.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimphighlightablebutton.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationgrow.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationgrow.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-fli/fli.c +Copyright: __NO_COPYRIGHT__ in: plug-ins/file-fli/fli.c +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This code can be used to read and write FLI movies. It is currently + only used for the GIMP fli plug-in, but it can be used for other + programs, too. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpactionfactory.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpactionfactory.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpmeasuretool.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Measure tool + Copyright (C) 1999-2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainerview-utils.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainerview-utils.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/circuit.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Circuit board effect + Copyright (c) 1997 Adrian Likins + . + Generates what looks a little like the back of an old circuit board. + Looks even better when gradient-mapp'ed with a suitable gradient. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimppickable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppickable.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This file contains an interface for pixel objects that their color at + a given position can be picked. Also included is a utility for + sampling an average area (which uses the implemented picking + functions). + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcomponenteditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcomponenteditor.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdockwindow.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdockwindow.h + Copyright (C) 2001-2005 Michael Natterer + Copyright (C) 2009 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-help-domain.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-help-domain.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugin.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugin.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolpath.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolpath.h + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasprogress.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasprogress.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpidtable.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpidtable.h + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbacktrace-windows.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbacktrace-windows.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-jpeg/jpeg-quality.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + jpeg-quality.c + Copyright (C) 2007 Raphaël Quinet + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasrectangleguides.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasrectangleguides.c + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-pnm.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + PNM reading and writing code Copyright (C) 1996 Erik Nygren + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + The pnm reading and writing code was written from scratch by Erik Nygren + (nygren@mit.edu) based on the specifications in the man pages and + does not contain any code from the netpbm or pbmplus distributions. + . + 2006: pbm saving written by Martin K Collins (martin@mkcollins.org) + 2015: pfm reading written by Tobias Ellinghaus (me@houz.org) + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-vignette.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-vignette.c + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimplist.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplist.h + Copyright (C) 2001-2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbrush-load.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrush-load.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsamplepointeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsamplepointeditor.h + Copyright (C) 2005-2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimp-operations.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-operations.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/operations-enums.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + operations-enums.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptooleditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptooleditor.h + Copyright (C) 2001-2009 Michael Natterer + Stephen Griffiths + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpasync.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpasync.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfiledialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfiledialog.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/actions/gimpgeglprocedure.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpgeglprocedure.h + Copyright (C) 2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-spawn.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-spawn.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfgbgview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfgbgview.h + Copyright (C) 2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrenderervectors.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrenderervectors.c + Copyright (C) 2003 Michael Natterer + Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-palettes.h +Copyright: 1995-2002 Spencer Kimball, Peter Mattis, and others +License: GPL-3.0+ + gimp-palettes.h + Copyright (C) 2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-utils.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-utils.h + Copyright (C) 2002-2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainergridview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainergridview.h + Copyright (C) 2001-2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpgradienteditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Gradient editor module copyight (C) 1996-1997 Federico Mena Quintero + federico@nuclecu.unam.mx + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURIGHTE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Special thanks to: + . + Luis Albarran (luis4@mindspring.com) - Nice UI suggestions + . + Miguel de Icaza (miguel@nuclecu.unam.mx) - Pop-up menu suggestion + . + Marcelo Malheiros (malheiro@dca.fee.unicamp.br) - many, many + suggestions, nice gradient files + . + Adam Moss (adam@uunet.pipex.com) - idea for the hint bar + . + Everyone on #gimp - many suggestions + . + TODO: + . + - Add all of Marcelo's neat suggestions: + - Hue rotate, saturation, brightness, contrast. + . + - Better handling of bogus gradient files and inconsistent + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/paint/gimpheal.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpheal.c + Copyright (C) Jean-Yves Couleaud + Copyright (C) 2013 Loren Merritt + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpwindowstrategy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpwindowstrategy.c + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/vectors-enums.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + vectors-enums.h + Copyright (C) 2006 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/pygimp/plug-ins/file-openraster.py +Copyright: 2009 Jon Nord +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + Based on MyPaint source code by Martin Renold + http://gitorious.org/mypaint/mypaint/blobs/edd84bcc1e091d0d56aa6d26637aa8a925987b6a/lib/document.py + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolwidget.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolwidget.c + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvaspen.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvaspen.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-diffraction-patterns.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-diffraction-patterns.c + Copyright (C) 2002-2014 Michael Natterer + Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/pygimp/gimpshelf.py +Copyright: 1997 James Henstridge + 1997 James Henstridge +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + gimpshelf.py -- a simple module to help gimp modules written in Python + store persistent data. + . + The gimp module provides a basic method for storing information that persists + for a whole gimp session, but only allows for the storage of strings. This + is because other Python types usually have pointers to other Python objects, + making it difficult to work out what to save. This module gives an interface + to the gimp module's primitive interface, which resembles the shelve module. + . + use cPickle and cStringIO if available + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfilleditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfilleditor.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpbrushselect.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrushselect.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/select-to-image.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Selection to Image + Copyright (c) 1997 Adrian Likins + aklikins@eos.ncsu.edu + . + Takes the Current selection and saves it as a separate image. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpscalebutton.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpscalebutton.h + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimpapplicator.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpapplicator.h + Copyright (C) 2012-2013 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpactionimpl.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpactionimpl.h + Copyright (C) 2004-2019 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolsheargrid.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolsheargrid.h + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-utils.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-utils.c + Copyright (C) 2002-2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: tools/kernelgen.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + kernelgen -- Copyright (C) 2000 Sven Neumann + . + Simple hack to create brush subsampling kernels. If you want to + play with it, change some of the #defines at the top and copy + the output to app/paint/gimpbrushcore-kernels.h. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppopup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppopup.h + Copyright (C) 2003-2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppixbuf.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppixbuf.c + Copyright (C) 2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollerkeyboard.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimpcontrollerkeyboard.c + Copyright (C) 2004-2015 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugindebug.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugindebug.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewabledialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewabledialog.c + Copyright (C) 2000 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/twain/tw_local.h +Copyright: 3 /31/1999 + 1999 Craig Setera Craig Setera +License: GPL-3.0+ + Updated for Mac OS X support + Brion Vibber + 07/22/2004 + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdockable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdockable.c + Copyright (C) 2001-2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptoolitem.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolitem.h + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasbufferpreview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasbufferpreview.h + Copyright (C) 2013 Marek Dvoroznak + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-motion-blur-linear.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-motion-blur-linear.c + Copyright (C) 2019 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/pygimp/plug-ins/gradients-save-as-css.py +Copyright: 2011 João S. O. Bueno +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Currently this exports all color segments as RGB linear centered segments. + TODO: Respect gradient alpha, off-center segments, different blending + functions and HSV colors + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-supernova.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-supernova.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationthresholdalpha.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationthresholdalpha.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginprocedure.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginprocedure.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppolar.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppolar.c + Copyright (C) 2014 Michael Natterer + . + Based on code from the color-rotate plug-in + Copyright (C) 1997-1999 Sven Anders (anderss@fmi.uni-passau.de) + Based on code from Pavel Grinfeld (pavel@ml.com) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdockbook.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdockbook.c + Copyright (C) 2001-2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimptemporaryprocedure.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptemporaryprocedure.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/text/gimpfont.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfont.h + Copyright (C) 2003 Michael Natterer + Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppivotselector.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppivotselector.c + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasgroup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasgroup.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfontfactoryview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfontfactoryview.h + Copyright (C) 2018 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/screenshot/screenshot-win32-dwm-api.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + screenshot-win32-dwm-api.h + Copyright (C) 2018 Gil Eliyahu + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationdifferencelegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdifferencemode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcellrendererviewable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcellrendererviewable.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptreeproxy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptreeproxy.h + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererimagefile.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererimagefile.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpitemstack.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpitemstack.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdockcolumns.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdockcolumns.c + Copyright (C) 2009 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvaspassepartout.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvaspassepartout.c + Copyright (C) 2010 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-user-install.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-user-install.c + Copyright (C) 2000-2008 Michael Natterer and Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This file contains functions to help migrate the settings from a + previous GIMP version to be used with the current (newer) version. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-menu-branch.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-menu-branch.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpfilter.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfilter.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrenderervectors.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrenderervectors.h + Copyright (C) 2003 Michael Natterer + Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessioninfo-dockable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessioninfo-dockable.c + Copyright (C) 2001-2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessioninfo-private.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessioninfo-private.h + Copyright (C) 2001-2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpview.c + Copyright (C) 2001-2006 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollereditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontrollereditor.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gimp-debug.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-debug.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: libgimp/gimptilebackendplugin.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptilebackendtilemanager.h + Copyright (C) 2011 Øyvind Kolås + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpfilterstack.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfilterstack.c + Copyright (C) 2008-2013 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimplayerstack.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplayerstack.h + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationcolorbalance.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationcolorbalance.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplanguageentry.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplanguageentry.h + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimphuesaturationconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimphuesaturationconfig.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: pdb/groups/text_layer.pdb +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + New Text PDB API + Copyright (C) 2008 Marcus Heese + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/color-profile-import-dialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + color-profile-import-dialog.h + Copyright (C) 2015 Michael Natterer + . + Partly based on the lcms plug-in + Copyright (C) 2006, 2007 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimprc.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpRc, the object for GIMPs user configuration file gimprc. + Copyright (C) 2001-2002 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimphelp.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimphelp.h + Copyright (C) 1999-2000 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationhistogramsink.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationhistogramsink.c + Copyright (C) 2012 Øyvind Kolås + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdockcolumns.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdockcolumns.h + Copyright (C) 2009 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdataeditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdataeditor.c + Copyright (C) 2002-2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainerpopup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainerpopup.h + Copyright (C) 2003-2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpscalecombobox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpscalecombobox.c + Copyright (C) 2004, 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpradioaction.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpradioaction.h + Copyright (C) 2004 Michael Natterer + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-motion-blur-zoom.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-motion-blur-zoom.c + Copyright (C) 2019 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdeviceeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdeviceeditor.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpmybrush-load.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmybrush-load.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpview.h + Copyright (C) 2001-2006 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpsymmetry-tiling.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsymmetry-tiling.h + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tests/test-single-window-mode.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + test-single-window-mode.c + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimpapplicator.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpapplicator.c + Copyright (C) 2012-2013 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugin-message.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugin-message.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvaslimit.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvaslimit.h + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationbrightnesscontrast.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationbrightnesscontrast.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpmenudock.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmenudock.c + Copyright (C) 2001-2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationshrink.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationshrink.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpimageview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpimageview.h + Copyright (C) 2002 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationhsvhuelegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationhuemode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-cairo.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-cairo.h + Copyright (C) 2010-2012 Michael Natterer + . + Some code here is based on code from librsvg that was originally + written by Raph Levien for Gill. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationgrow.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationgrow.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptoolitem.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolitem.c + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolpath.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolpath.c + Copyright (C) 2017 Michael Natterer + . + Vector tool + Copyright (C) 2003 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererbrush.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererbrush.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvastransformguides.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvastransformguides.h + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpvectors-warp.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpvectors-warp.c + Copyright (C) 2005 Bill Skaggs + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsettingsbox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsettingsbox.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpinterpreterdb.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpinterpreterdb.c + (C) 2005 Manish Singh + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpoverlaychild.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoverlaychild.c + Copyright (C) 2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/action-search-dialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + action-search-dialog.c + Copyright (C) 2012-2013 Srihari Sriraman + Suhas V + Vidyashree K + Zeeshan Ali Ansari + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl-apply-operation.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-apply-operation.c + Copyright (C) 2012 Øyvind Kolås + Sven Neumann + Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcolordisplayeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcolordisplayeditor.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationlightenonlylegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationlightenonlylegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdrawable-shadow.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdrawable-shadow.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager.c +Copyright: 1995-2002 Spencer Kimball, Peter Mattis, and others +License: GPL-3.0+ + gimppluginmanager.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-palettes.c +Copyright: 1995-2002 Spencer Kimball, Peter Mattis, and others +License: GPL-3.0+ + gimp-gradients.c + Copyright (C) 2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpvectorstreeview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpvectorstreeview.h + Copyright (C) 2001-2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: pdb/groups/paths.pdb +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + "Perlized" from C source by Andy Thomas + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationsplit.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsplit.h + Copyright (C) 2008 Michael Natterer + 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasgrid.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasgrid.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-file.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-file.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainerbox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainerbox.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasgroup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasgroup.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/cartoon.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Cartoon filter for GIMP for BIPS + -Spencer Kimball + . + This filter propagates dark values in an image based on + each pixel's relative darkness to a neighboring average + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpgradienteditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Gradient editor module copyight (C) 1996-1997 Federico Mena Quintero + federico@nuclecu.unam.mx + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdatafactoryview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdatafactoryview.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdial.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdial.h + Copyright (C) 2014 Michael Natterer + . + Based on code from the color-rotate plug-in + Copyright (C) 1997-1999 Sven Anders (anderss@fmi.uni-passau.de) + Based on code from Pavel Grinfeld (pavel@ml.com) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpmybrush-load.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmybrush-load.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-gradients.c +Copyright: 1995-2002 Spencer Kimball, Peter Mattis, and others +License: GPL-3.0+ + gimp-gradients.c + Copyright (C) 2002 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcircle.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcircle.c + Copyright (C) 2014 Michael Natterer + . + Based on code from the color-rotate plug-in + Copyright (C) 1997-1999 Sven Anders (anderss@fmi.uni-passau.de) + Based on code from Pavel Grinfeld (pavel@ml.com) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptoolgroup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolgroup.c + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-newsprint.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-newsprint.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationoffset.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationoffset.h + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpactioneditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpactioneditor.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/mail.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997 Daniel Risacher +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + GUMP - Gimp Useless Mail Plugin + (or Gump Useless Mail Plugin if you prefer) + . + by Adrian Likins + MIME encapsulation by Reagan Blundell + . + As always: The utility of this plugin is left as an exercise for + the reader + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplanguagestore.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplanguagestore.c + Copyright (C) 2008, 2009 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationsetalpha.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsetalpha.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: modules/gimpinputdevicestore.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpinputdevicestore.h + Copyright (C) 2007 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: gtk-doc.make +Copyright: 2003 James Henstridge + 2004-2007 Damon Chaplin + 2007-2017 Stefan Sauer +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Everything below here is generic # + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl-loops.cc +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-gegl-loops.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationerase.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationerase.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollermouse.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimpcontrollermouse.h + Copyright (C) 2004 Michael Natterer + Copyright (C) 2011 Mikael Magnusson + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptagged.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptagged.c + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: pdb/groups/help.pdb +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + "Perlized" from C source by Sven Neumann + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-pdf-save.c +Copyright: 2010 Barak Itkin +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + The PDF export plugin has 3 main procedures: + 1. file-pdf-save + This is the main procedure. It has 3 options for optimizations of + the pdf file, and it can show a gui. This procedure works on a single + image. + 2. file-pdf-save-defaults + This procedures is the one that will be invoked by gimp's file-save, + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/text/gimptextlayer.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTextLayer + Copyright (C) 2002-2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl-loops-sse2.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-gegl-loops-sse2.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationlayermode.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationlayermode.c + Copyright (C) 2008 Michael Natterer + Copyright (C) 2008 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-modules.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmodules.c + (C) 1999 Austin Donnelly + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/file/file-save.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-save.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpsettings.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsettings.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpstringaction.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpstringaction.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugindebug.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugindebug.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationcolorize.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationcolorize.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessioninfo.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessioninfo.h + Copyright (C) 2001-2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-raw/file-raw-formats.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-darktable.c -- raw file format plug-in that uses darktable + Copyright (C) 2016 Tobias Ellinghaus + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + These are the raw formats that file-darktable will register + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gui/gimpuiconfigurer.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpuiconfigurer.h + Copyright (C) 2009 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-color-to-alpha.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-color-to-alpha.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpenumaction.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpenumaction.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/pdb/gimppdbcontext.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppdbcontext.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/tips-parser.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + tips-parser.c - Parse the gimp-tips.xml file. + Copyright (C) 2002, 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-channel-mixer.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-channel-mixer.c + Copyright (C) 2002-2014 Michael Natterer + Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpcontainer.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainer.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-vignette.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-vignette.h + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationgrainmergelegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationgrainmergelegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimprc-deserialize.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpRc deserialization routines + Copyright (C) 2001-2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-panorama-projection.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-panorama-projection.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdrawablefilter.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This file contains the code necessary for generating on canvas + previews, by connecting a specified GEGL operation to do the + processing. It uses drawable filters that allow for non-destructive + manipulation of drawable data, with live preview on screen. + . + To create a tool that uses this, see app/tools/gimpfiltertool.c for + the interface and e.g. app/tools/gimpcolorbalancetool.c for an + example of using that interface. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationnormal.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationnormal.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/warp.c +Copyright: 1997 John P. Beale +License: GPL-3.0+ + Much of the 'warp' is from the Displace plug-in: 1996 Stephen Robert Norris + Much of the 'displace' code taken in turn from the pinch plug-in + which is by 1996 Federico Mena Quintero + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + You can contact me (the warp author) at beale@best.com + Please send me any patches or enhancements to this code. + You can contact the original GIMP authors at gimp@xcf.berkeley.edu + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpfreeselecttool.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Major improvement to support polygonal segments + Copyright (C) 2008 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/blend-anim.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + blend-anim.scm version 1.03 1999/12/21 + . + CHANGE-LOG: + 1.00 - initial release + 1.01 - some code cleanup, no real changes + 1.02 - use gimp-message to output an error message if called + with less than three layers + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationantierase.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationantierase.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpmenufactory.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmenufactory.h + Copyright (C) 2003-2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/despeckle.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997-1998 Michael Sweet (mike@easysw.com) optimized in 2010 Przemyslaw Zych (kermidt.zed@gmail.com) +License: GPL-3.0+ + Despeckle (adaptive median) filter + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationsubtractlegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsubtractmode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptoolbutton.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolbutton.c + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpsymmetry-mandala.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsymmetry-mandala.h + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasrectangleguides.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasrectangleguides.h + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainerview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainerview.h + Copyright (C) 2001-2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptooloptionseditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptooloptionseditor.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessioninfo.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessioninfo.c + Copyright (C) 2001-2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainertreeview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainertreeview.c + Copyright (C) 2003-2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/perspective-shadow.scm +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997-2000 Sven Neumann +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + perspective-shadow.scm version 1.2 2000/11/08 + . + Adds a perspective shadow of the current selection or alpha-channel + as a layer below the active layer + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptreeproxy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptreeproxy.c + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpprocedureaction.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprocedureaction.c + Copyright (C) 2004-2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolgui.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolgui.h + Copyright (C) 2013 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpvectors.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpvectors.h + Copyright (C) 2002 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcolorselectorpalette.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimpcolorselectorpalette.h + Copyright (C) 2006 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbrush-transform.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrush-transform.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppopup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppopup.c + Copyright (C) 2003-2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdockbook.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdockbook.h + Copyright (C) 2001-2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-exr/exr-attribute-blob.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + exr-attribute-blob.h + copyright (c) 2012 johannes hanika + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererbuffer.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererbuffer.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvaslimit.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvaslimit.c + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcoloreditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcoloreditor.h + Copyright (C) 2002 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplayermodebox.h +Copyright: 1995-1999 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimplayermodebox.h + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimppatternclipboard.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppatternclipboard.c + Copyright (C) 2006 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpmenufactory.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmenufactory.c + Copyright (C) 2001-2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/compose.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Compose plug-in (C) 1997,1999 Peter Kirchgessner + e-mail: peter@kirchgessner.net, WWW: http://www.kirchgessner.net + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This plug-in composes RGB-images from several types of channels + . + Lab colorspace support originally written by Alexey Dyachenko, + merged into the official plug-in by Sven Neumann. + . + Support for channels empty or filled with a single mask value + added by Sylvain FORET. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpvectors-compat.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpvectors-compat.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpstrokeoptions.h +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpstrokeoptions.h + Copyright (C) 2003 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationdissolve.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdissolve.h + Copyright (C) 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-compressor.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997 Daniel Risacher, magnus@alum.mit.edu +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Minor changes to support file magic + 4 Oct 1997 -- Risacher + . + compressor plug-in for GIMP + based on gz.c which in turn is + loosley based on url.c by + Josh MacDonald, jmacd@cs.berkeley.edu + . + and, very loosely on hrz.c by + Albert Cahalan + . + LZMA compression code is based on code by Lasse Collin which was + placed in the public-domain. + . + This is reads and writes compressed image files for GIMP + . + It should work with file names of the form + filename.foo.[gz|bz2] where foo is some already-recognized extension + . + and it also works for names of the form + filename.xcf[gz|bz2] - which is equivalent to + filename.xcf.[gz|bz2] + . + I added the xcfgz bit because having a default extension of xcf.gz + can confuse the file selection dialog box somewhat, forcing the + user to type sometimes when he/she otherwise wouldn't need to. + . + I later decided I didn't like it because I don't like to bloat + the file-extension namespace. But I left in the recognition + feature/bug so if people want to use files named foo.xcfgz by + default, they can just hack their pluginrc file. + . + to do this hack, change : + "xcf.gz,gz,xcfgz" + to + "xcfgz,gz,xcf.gz" + . + -Dan Risacher, 0430 CDT, 26 May 1997 + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererdrawable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererdrawable.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpdisplayshell-items.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdisplayshell-items.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcursorview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcursorview.h + Copyright (C) 2005-2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-fits/fits.c +Copyright: 1995 Spencer Kimball and Peter Mattis FITS file plugin reading and writing code Copyright (C) 1997 Peter Kirchgessner e-mail: peter@kirchgessner.net, WWW: http://www.kirchgessner.net +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Event history: + V 1.00, PK, 05-May-97: Creation + V 1.01, PK, 19-May-97: Problem with compilation on Irix fixed + V 1.02, PK, 08-Jun-97: Bug with saving gray images fixed + V 1.03, PK, 05-Oct-97: Parse rc-file + V 1.04, PK, 12-Oct-97: No progress bars for non-interactive mode + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpmybrush.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmybrush.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/copy-visible.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + "Copy Visible" -- copy the visible selection so that it can be pasted easily + Copyright (C) 2004 Raphaël Quinet, Adrian Likins, Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + 2004-04-14 This script was almost rewritten from scratch + by Raphaël Quinet + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationburnlegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationburnmode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationerase.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationerase.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdatafactory.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdatafactory.h + Copyright (C) 2001-2018 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-filter-history.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-filter-history.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainercombobox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainercombobox.h + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpparamspecs-duplicate.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpparamspecs-duplicate.h + Copyright (C) 2008-2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-query.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-query.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolgyroscope.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolgyroscope.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcolordialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcolordialog.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-tags.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-tags.c + Copyright (C) 2009 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdynamicsfactoryview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdynamicsfactoryview.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdynamicsfactoryview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdynamicsfactoryview.c + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpdisplayshell-grab.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdisplayshell-grab.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-data.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-data.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-gegl.h + Copyright (C) 2007 Øyvind Kolås + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsizebox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsizebox.h + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpsymmetry.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsymmetry.c + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvaspolygon.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvaspolygon.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/text/gimpfontfactory.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfontfactory.h + Copyright (C) 2018 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/selection-to-path/selection-to-path.h +Copyright: 1995 Spencer Kimball and Peter Mattis + 1999 Andy Thomas alt@gimp.org +License: GPL-3.0+ + This is a plug-in for GIMP. + . + Plugin to convert a selection to a path. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfileprocview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfileprocview.c + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptemplateeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptemplateeditor.h + Copyright (C) 2002 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpviewable.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewable.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: tools/defcheck.py +Copyright: 2006 Simon Budig +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This is a hack to check the consistency of the .def files compared to + the respective libraries. + . + Invoke in the top level of the gimp source tree after compiling GIMP. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/imagemap/imap_commands.h +Copyright: 1998-2003 Maurits Rijk lpeek.mrijk@consunet.nl +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details.i + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplanguagestore-parser.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplanguagestore-parser.c + Copyright (C) 2008, 2009 Sven Neumann + Copyright (C) 2013 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimppalettemru.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppalettemru.h + Copyright (C) 2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationsettings.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsettings.c + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdatafactoryview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdatafactoryview.c + Copyright (C) 2001-2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-csource.c +Copyright: 1999 Tim Janik +License: GPL-3.0+ + This program is free software: you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 3 + of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This plugin is heavily based on the header plugin by Spencer Kimball and + Peter Mattis. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrenderer.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrenderer.c + Copyright (C) 2003 Michael Natterer + Copyright (C) 2007 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptagpopup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptagpopup.h + Copyright (C) 2008 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugindef.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugindef.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppatternselect.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppatternselect.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptag.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptag.c + Copyright (C) 2008 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: tools/gimptool.c +Copyright: 2001-2007 Tor Lillqvist +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Gimptool rewritten in C, originally for Win32, where end-users who + might want to build and install a plug-in from source don't + necessarily have any Bourne-compatible shell to run the gimptool + script in. Later fixed up to replace the gimptool script on all + platforms. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/procedure-browser.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + dbbrowser + 0.08 26th sept 97 by Thomas NOEL + . + This plugin gives you the list of available procedure, with the + name, description and parameters for each procedure. + You can do regexp search (by name and by description) + Useful for scripts development. + . + NOTE : + this is only a exercice for me (my first "plug-in" (extension)) + so it's very (very) dirty. + Btw, hope it gives you some ideas about gimp possibilities. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpcontext.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontext.c + Copyright (C) 1999-2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolline.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolline.c + Copyright (C) 2017 Michael Natterer + . + Major improvements for interactivity + Copyright (C) 2014 Michael Henning + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/language.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Win32 language lookup table: + Copyright (C) 2007-2008 Dieter Verfaillie + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/config-types.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpConfig typedefs + Copyright (C) 2001-2002 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-jpeg/jpeg-settings.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + jpeg-settings.h + Copyright (C) 2007 Raphaël Quinet + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpactiongroup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpactiongroup.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewablebutton.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewablebutton.h + Copyright (C) 2003-2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpprogressdialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprogressdialog.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpsymmetry-mirror.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsymmetry-mirror.c + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasproxygroup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasproxygroup.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainertreeview-private.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainertreeview-private.h + Copyright (C) 2003-2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-xbm.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + X10 and X11 bitmap (XBM) loading and exporting file filter for GIMP. + XBM code Copyright (C) 1998 Gordon Matzigkeit + . + The XBM reading and writing code was written from scratch by Gordon + Matzigkeit based on the XReadBitmapFile(3X11) manual + page distributed with X11R6 and by staring at valid XBM files. It + does not contain any code written for other XBM file loaders. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Release 1.0, 1998-02-04, Gordon Matzigkeit : + - Load and save X10 and X11 bitmaps. + - Allow the user to specify the C identifier prefix. + . + TODO: + - Parsing is very tolerant, and the algorithms are quite hairy, so + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsettingseditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsettingseditor.c + Copyright (C) 2008-2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/addborder.scm +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997 Andy Thomas alt@picnic.demon.co.uk +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Version 0.2 10.6.97 Changed to new script-fu interface in 0.99.10 + . + Delta the color by the given amount. Check for boundary conditions + If < 0 set to zero + If > 255 set to 255 + Return the new value + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolpolygon.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolpolygon.h + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationpassthrough.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationpassthrough.h + Copyright (C) 2008 Michael Natterer + 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimagefile.h +Copyright: 1995 Spencer Kimball and Peter Mattis + 2001-2002 Sven Neumann Michael Natterer +License: GPL-3.0+ + gimpimagefile.h + . + Thumbnail handling according to the Thumbnail Managing Standard. + https://specifications.freedesktop.org/thumbnail-spec/ + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-supernova.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-supernova.c + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpdisplayshell-items.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdisplayshell-items.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpitemstack.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpitemstack.c + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationbuffersourcevalidate.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationbuffersourcevalidate.c + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/difference-clouds.scm +Copyright: 2006 Martin Nordholts +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Renders Difference Clouds onto a layer, i.e. solid noise merged down with the + Difference Mode + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdashpattern.h +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdashpattern.h + Copyright (C) 2003 Simon Budig + Copyright (C) 2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/help-browser/dialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + The GIMP Help Browser + Copyright (C) 1999-2003 Sven Neumann + Michael Natterer + . + dialog.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationcomposecrop.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationcomposecrop.h + Copyright (C) 2012 Michael Natterer + Copyright (C) 2016 Massimo Valentini + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcoloreditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcoloreditor.c + Copyright (C) 2002 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationsetalpha.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsetalpha.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationdesaturate.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdesaturate.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpmeasureoptions.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmeasuretool.c + Copyright (C) 1999 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationhardlightlegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationhardlightmode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessioninfo-dock.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessioninfo-dock.c + Copyright (C) 2001-2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpitemtree.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpitemtree.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvascanvasboundary.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvascanvasboundary.c + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdevicestatus.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdevicestatus.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdnd-xds.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdnd-xds.c + Copyright (C) 2005 Sven Neumann + . + Saving Files via Drag-and-Drop: + The Direct Save Protocol for the X Window System + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gimp-update.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-update.c + Copyright (C) 2019 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptooltransform3dgrid.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptool3dtransformgrid.h + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationhistogramsink.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationhistogramsink.h + Copyright (C) 2012 Øyvind Kolås + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpview-popup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpview-popup.h + Copyright (C) 2003-2006 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainerpopup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainerpopup.c + Copyright (C) 2003-2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbacktrace-linux.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbacktrace-linux.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-motion-blur-zoom.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-motion-blur-zoom.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: modules/gimpinputdevicestore-dx.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpinputdevicestore-dx.c + Input device store based on DirectX. + Copyright (C) 2007 Sven Neumann + Copyright (C) 2007 Tor Lillqvist + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-raw/file-darktable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-darktable.c -- raw file format plug-in that uses darktable + Copyright (C) 2012 Simon Budig + Copyright (C) 2016 Tobias Ellinghaus + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolrotategrid.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolrotategrid.h + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpaccellabel.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpaccellabel.h + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimp-tool-options-manager.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-tool-options-manager.c + Copyright (C) 2018 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollerlist.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontrollerlist.c + Copyright (C) 2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbacktrace.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbacktrace.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/screenshot/screenshot-win32-magnification-api.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Magnification-win32.h + Copyright (C) 2018 Gil Eliyahu + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptoggleaction.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoggleaction.h + Copyright (C) 2004 Michael Natterer + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationdodgelegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdodgelegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/module-dialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + module-dialog.h + (C) 1999 Austin Donnelly + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-internal-data.c +Copyright: 1995-2002 Spencer Kimball, Peter Mattis, and others +License: GPL-3.0+ + gimp-internal-data.c + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationnormal-sse4.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationnormalmode-sse2.c + Copyright (C) 2013 Daniel Sabo + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gui/icon-themes.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + icon-themes.c + Copyright (C) 2015 Benoit Touchette + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-raw/file-darktable-get-size.lua +Copyright: 2016 Tobias Ellinghaus +License: GPL-3.0+ + GIMP is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + GIMP is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with GIMP. If not, see . + ]] + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptemplate.h +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptemplate.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptag.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptag.h + Copyright (C) 2008 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptexteditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTextEditor + Copyright (C) 2002-2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpspinscale.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpspinscale.c + Copyright (C) 2010 Michael Natterer + 2012 Øyvind Kolås + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvascanvasboundary.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvascanvasvboundary.h + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-recursive-transform.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-recursive-transform.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcolordisplayeditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcolordisplayeditor.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationgradient.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Largely based on gimpdrawable-gradient.c + . + gimpoperationgradient.c + Copyright (C) 2014 Michael Henning + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationsoftlightlegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsoftlightmode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvas-style.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdisplayshell-style.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpfiltertool-widgets.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfiltertool-widgets.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/paint/gimpink-blob.h +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpink-blob.h: routines for manipulating scan converted convex polygons. + Copyright 1998, Owen Taylor + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptranslationstore.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptranslationstore.c + Copyright (C) 2008, 2009 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptriviallycancelablewaitable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptriviallycancelablewaitable.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpasync.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpasync.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationadditionlegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationadditionlegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimage-color-profile.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpimage-color-profile.c + Copyright (C) 2015 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-shadows-highlights.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-shadows-highlights.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollerlist.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontrollerlist.h + Copyright (C) 2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpitemtreeview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpitemtreeview.c + Copyright (C) 2001-2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcomponenteditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcomponenteditor.c + Copyright (C) 2003-2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimp-layer-modes.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-layer-modes.c + Copyright (C) 2017 Michael Natterer + Øyvind Kolås + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasitem.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasitem.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-help-domain.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-help-domain.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/vectors-types.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + vectors-types.h + Copyright (C) 2002 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/twain/tw_win.c +Copyright: 3 /31/1999 + 1999 Craig Setera Craig Setera +License: GPL-3.0+ + Updated for Mac OS X support + Brion Vibber + 07/22/2004 + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Windows platform-specific code + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationcolorbalance.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationcolorbalance.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpgradientselect.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpgradientselect.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-pix.c +Copyright: 1995 Spencer Kimball and Peter Mattis Alias|Wavefront pix/matte image reading and writing code + 1997 Mike Taylor (email: mtaylor@aw.sgi.com, WWW: http://reality.sgi.com/mtaylor) +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This plug-in was written using the online documentation from + Alias|Wavefront Inc's PowerAnimator product. + . + Bug reports or suggestions should be e-mailed to mtaylor@aw.sgi.com + . + Event history: + V 1.0, MT, 02-Jul-97: initial version of plug-in + V 1.1, MT, 04-Dec-97: added .als file extension + . + Features + - loads and exports + - 24-bit (.pix) + - 8-bit (.matte, .alpha, or .mask) images + . + NOTE: pix and matte files do not support alpha channels or indexed + color, so neither does this plug-in + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimplayerstack.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplayerstack.c + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-data.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-data.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpcancelable.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcancelable.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpbezierstroke.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbezierstroke.h + Copyright (C) 2002 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/text/gimpfontfactory.c +Copyright: 1995 Spencer Kimball and Peter Mattis + Sven Neumann Manish Singh +License: GPL-3.0+ + gimpfontfactory.c + Copyright (C) 2003-2018 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpparamspecs-duplicate.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpparamspecs-duplicate.c + Copyright (C) 2008-2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-diffraction-patterns.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-diffraction-patterns.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationscalarmultiply.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationscalarmultiply.h + Copyright (C) 2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-gbr.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + gbr plug-in version 1.00 + Loads/exports version 2 GIMP .gbr files, by Tim Newsome + Some bits stolen from the .99.7 source tree. + . + Added in GBR version 1 support after learning that there wasn't a + tool to read them. + July 6, 1998 by Seth Burgess + . + Dec 17, 2000 + Load and save GIMP brushes in GRAY or RGBA. jtl + neo + . + TODO: Give some better error reporting on not opening files/bad headers + etc. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationpassthrough.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationpassthrough.c + Copyright (C) 2008 Michael Natterer + 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/fill-dialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + fill-dialog.c + Copyright (C) 2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-motion-blur-linear.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-motion-blur-linear.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-psd/psd-save.c +Copyright: 2000 Monigotes +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Adobe and Adobe Photoshop are trademarks of Adobe Systems + Incorporated that may be registered in certain jurisdictions. + . + Revision history: + . + 2000.02 / v1.0 / Monigotes + First version. + . + 2003-05-10 Pedro Gimeno + - Cleaned up and GNUstylized. + - Translated all comments and vars in Spanish to English. + . + 2005-2-11 Jay Cox + Rewrote all the code that deals with pixels to be stingy with + memory and operate on tile-size chunks. Create a flattened + copy of the image when necessary. Fixes file corruption bug + #167139 and memory bug #121871 + . + 2006-03-29 Guillermo S. Romero + - Added/enabled basic support for layer masks based in psd.c + and whatever was already here. + Layers that are not canvas sized need investigation, here + or in the import plugin something seems wrong. + - Cosmetic changes about the debug messages, more like psd.c. + . + TODO: + Export preview + . + BUGS: + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppropwidgets.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropwidgets.h + Copyright (C) 2002 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationhuesaturation.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationhuesaturation.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/hot.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + hot.c - Scan an image for pixels with RGB values that will give + "unsafe" values of chrominance signal or composite signal + amplitude when encoded into an NTSC or PAL color signal. + (This happens for certain high-intensity high-saturation colors + that are rare in real scenes, but can easily be present + in synthetic images.) + . + Such pixels can be flagged so the user may then choose other + colors. Or, the offending pixels can be made "safe" + in a manner that preserves hue. + . + There are two reasonable ways to make a pixel "safe": + We can reduce its intensity (luminance) while leaving + hue and saturation the same. Or, we can reduce saturation + while leaving hue and luminance the same. A #define selects + which strategy to use. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimpconfig-file.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + File utitility functions for GimpConfig. + Copyright (C) 2001-2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationequalize.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationequalize.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/curve-bend.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Revision history + (2004/02/08) v1.3.18 hof: #133244 exit with execution error if there is + an empty selection + (2003/08/24) v1.3.18 hof: #119937 show busy cursor when recalculating + preview + (2002/09/xx) v1.1.18 mitch and gsr: clean interface + (2000/02/16) v1.1.17b hof: added spinbuttons for rotate entry + (2000/02/16) v1.1.17 hof: undo bugfix (#6012) + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdial.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdial.c + Copyright (C) 2014 Michael Natterer + . + Based on code from the color-rotate plug-in + Copyright (C) 1997-1999 Sven Anders (anderss@fmi.uni-passau.de) + Based on code from Pavel Grinfeld (pavel@ml.com) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdasheditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdasheditor.h + Copyright (C) 2003 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpeditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpeditor.c + Copyright (C) 2001-2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasgrid.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasgrid.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbezierdesc.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbezierdesc.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasitem.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasitem.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcompressioncombobox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcompressioncombobox.c + Copyright (C) 2004, 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/gradient-flare/gradient-flare.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GFlare plug-in -- lense flare effect by using custom gradients + Copyright (C) 1997 Eiichi Takamori + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + A fair proportion of this code was taken from GIMP & Script-fu + copyrighted by Spencer Kimball and Peter Mattis, and from Gradient + Editor copyrighted by Federico Mena Quintero. (See copyright notice + below) Thanks for senior GIMP hackers!! + . + GIMP - The GNU Image Manipulation Program + Copyright (C) 1995 Spencer Kimball and Peter Mattis + . + Gradient editor module copyight (C) 1996-1997 Federico Mena Quintero + federico@nuclecu.unam.mx + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsamplepointeditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsamplepointeditor.c + Copyright (C) 2005-2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptoolpresetfactoryview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolpresetfactoryview.c + Copyright (C) 2010 Alexia Death + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationmerge.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationmerge.c + Copyright (C) 2008 Michael Natterer + 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdrawable-filters.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdrawable-filters.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationgradient.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationgradient.h + Copyright (C) 2014 Michael Henning + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpfuzzyselecttool.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfuzzyselecttool.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl-apply-operation.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-apply-operation.h + Copyright (C) 2012 Øyvind Kolås + Sven Neumann + Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdashpattern.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdashpattern.c + Copyright (C) 2003 Simon Budig + Copyright (C) 2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl-loops-sse2.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-gegl-loops-sse2.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/dialogs.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + dialogs.c + Copyright (C) 2010 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/plug-in-rc.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + plug-in-rc.c + Copyright (C) 2001 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/color-profile-dialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + color-profile-dialog.h + Copyright (C) 2015 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvastransformguides.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvastransformguides.c + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplanguagestore.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplanguagestore.h + Copyright (C) 2008, 2009 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-desktop-link.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Desktop Entry Specification + http://standards.freedesktop.org/desktop-entry-spec/latest/ + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppatternfactoryview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppatternfactoryview.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpitemtreeview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpitemtreeview.h + Copyright (C) 2001-2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/depth-merge.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Depth Merge -- Combine two image layers via corresponding depth maps + Copyright (C) 1997, 1998 Sean Cier (scier@PostHorizon.com) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + Version 1.0.0: (14 August 1998) + Math optimizations, miscellaneous speedups + . + Version 0.1: (6 July 1997) + Initial Release + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptagged.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptagged.h + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpsymmetry-tiling.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsymmetry-tiling.c + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/sphere-designer.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + SphereDesigner v0.4 - creates textured spheres + by Vidar Madsen + . + Status: Last updated 1999-09-11 + . + Known issues: + - Might crash if you click OK or Cancel before first preview is rendered + - Phong might look weird with transparent textures + . + Todo: + - Saving / Loading of presets needs an overhaul + - Antialiasing + - Global controls: Gamma, ++ + - Beautification of GUI + - Clean up messy source (lots of Glade remnants) + - (Probably more. ;-) + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpcurvesconfig.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcurvesconfig.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasarc.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasarc.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpcoords.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcoords.h + Copyright (C) 2002 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpcontainer.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainer.c + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplayertreeview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplayertreeview.c + Copyright (C) 2001-2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcolorhistory.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcolorhistory.h + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppolar.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppolar.h + Copyright (C) 2014 Michael Natterer + . + Based on code from the color-rotate plug-in + Copyright (C) 1997-1999 Sven Anders (anderss@fmi.uni-passau.de) + Based on code from Pavel Grinfeld (pavel@ml.com) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererimagefile.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererimagefile.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-hue-saturation.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-hue-saturation.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/action-search-dialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + action-search-dialog.c + Copyright (C) 2012-2013 Srihari Sriraman + Suhas V + Vidyashree K + Zeeshan Ali Ansari + Copyright (C) 2013-2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpmessagedialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmessagedialog.h + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/fill-dialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + fill-dialog.h + Copyright (C) 2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptagcache.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptagcache.h + Copyright (C) 2008 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdrawable-stroke.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdrawable-stroke.c + Copyright (C) 2003 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimptool-progress.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptool-progress.h + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpbufferview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbufferview.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbezierdesc.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbezierdesc.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfgbgview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfgbgview.c + Copyright (C) 2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessioninfo-dockable.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessioninfo-dockable.h + Copyright (C) 2001-2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationdifferencelegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdifferencelegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcolorselectorpalette.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimpcolorselectorpalette.c + Copyright (C) 2006 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationbehind.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationbehind.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpsettings.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsettings.c + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/drop-shadow.scm +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997-1999 Sven Neumann +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + drop-shadow.scm version 1.05 2011/4/21 + . + CHANGE-LOG: + 1.00 - initial release + 1.01 - fixed the problem with a remaining copy of the selection + 1.02 - some code cleanup, no real changes + 1.03 - can't call gimp-drawable-edit-fill until layer is added to image! + 1.04 + 1.05 - replaced deprecated function calls with new ones for 2.8 + . + Adds a drop-shadow of the current selection or alpha-channel. + . + This script is derived from my script add-shadow, which has become + obsolete now. Thanks to Andrew Donkin (ard@cs.waikato.ac.nz) for his + idea to add alpha-support to add-shadow. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessioninfo-dock.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessioninfo-dock.h + Copyright (C) 2001-2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpmeter.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmeter.h + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimage-color-profile.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpimage-color-profile.h + Copyright (C) 2015 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/twain/README +Copyright: 3 /31/1999 + 1999 Craig Setera Craig Setera +License: GPL-3.0+ + Updated for Mac OS X support + Brion Vibber + 07/22/2004 + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Based on (at least) the following plug-ins: + Screenshot + GIF + Randomize + . + Any suggestions, bug-reports or patches are welcome. + . + This plug-in interfaces to the TWAIN support library in order + to capture images from TWAIN devices directly into GIMP images. + The plug-in is capable of acquiring the following type of + images: + - B/W (1 bit images translated to grayscale B/W) + - Grayscale up to 16 bits per pixel + - RGB up to 16 bits per sample (24, 30, 36, etc.) + - Paletted images (both Gray and RGB) + . + Prerequisites: + Should compile and run on both Win32 and Mac OS X 10.3 (possibly + also on 10.2). + . + Known problems: + . + - Multiple image transfers will hang the plug-in. The current + configuration compiles with a maximum of single image transfers. + - On Mac OS X, canceling doesn't always close things out fully. + - Epson TWAIN driver on Mac OS X crashes the plugin when scanning. + . + Debugging: + There are two different versions of the program included, a standard + version and a version built for debugging. The debugging version is + a special version capable of capturing the TWAIN datasource data to + a file for later processing. This feature can be used to create a data + dump that can be sent to me if for some reason the plug-in fails for + your TWAIN datasource. The function of the plug-in is controlled by + the name of the executable file. The plug-in should be placed in your + plug-ins directory and named as follows: + . + twain.exe - This is the standard (non-debugging) version. This file will + not behave differently if renamed. This version is intended to be used + unless your TWAIN datasource has some problem. + . + gtwain.exe - This is the debugging version of the program shipped along. + If this program is used as named, it will behave the same as "twain.exe" + except that the file C:\twain.log will be written. This file is a text + file with very little information available for debugging. + . + dtwain.exe - Renaming "gtwain.exe" to "dtwain.exe" in your plug-ins directory + will change the behavior of the plug-in. The menu option will be registered + as "TWAIN Acquire (Dump)..." and will cause the TWAIN acquire operation to + be dumped to the file "C:\twaincap.bin". This file contains all of the data + necessary to recreate the capture on another system (such as my machine). The + image will not be displayed, as it might cause the plug-in to crash making + the data useless. Instead, a message will be displayed that the image + information was dumped to a file. + . + rtwain.exe - Renaming "gtwain.exe" to "rtwain.exe" in your plug-ins directory + will change the behavior of the plug-in. The menu option will be registered + as "TWAIN Acquire (Read)..." and will cause the TWAIN acquire operation to + read a previously dumped (using dtwain.exe) TWAIN acquire from + "C:\twaincap.bin". + . + If you find that you are unable to capture data from you datasource (the plug-in + crashes or the image is wrong), please capture data using the following steps: + . + 1) Copy gtwain.exe to your plug-ins directory as "dtwain.exe". + 2) Run GIMP. + 3) Choose Xtns->TWAIN Acquire (Dump)... + 4) Choose the datasource settings that are causing problems. + 5) Choose a *SMALL* sample image. + 6) Zip up "C:\twaincap.bin" and "C:\twain.log" and send them to me. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpblobeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpblobeditor.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugindef.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugindef.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/gradient-map.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Gradient Map plug-in + Copyright (C) 1997 Eiichi Takamori + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/film.c +Copyright: 1995 Spencer Kimball and Peter Mattis Film plug-in (C) 1997 Peter Kirchgessner e-mail: pkirchg@aol.com, WWW: http://members.aol.com/pkirchg +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This plug-in generates a film roll with several images + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainericonview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainericonview.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugin-context.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugin-context.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpfilteredcontainer.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfilteredcontainer.c + Copyright (C) 2008 Aurimas Juška + 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererpalette.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererpalette.h + Copyright (C) 2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererbrush.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererbrush.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpbycolorselecttool.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbycolorselecttool.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsizebox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsizebox.c + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbrush-mipmap.cc +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrush-mipmap.c + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-cel.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + cel.c -- KISS CEL file format plug-in + (copyright) 1997,1998 Nick Lamb (njl195@zepler.org.uk) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugin.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugin.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainerentry.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainerentry.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptoolpalette.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolpalette.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbrushcache.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrushcache.h + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimage-transform.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpimage-transform.c + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollereditor.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontrollereditor.c + Copyright (C) 2004-2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimppdbprogress.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppdbprogress.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-color-rotate.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-color-rotate.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/max-rgb.c +Copyright: 1997 Shuji Narazaki +License: GPL-3.0+ + May 2000 - tim copperfield [timecop@japan.co.jp] + . + Added a preview mode. After adding preview mode realised just exactly + how useless this plugin is :) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpoverlaydialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoverlaydialog.c + Copyright (C) 2009-2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-focus-blur.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-focus-blur.h + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationoffset.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationoffset.c + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpvectoroptions.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpvectoroptions.c + Copyright (C) 1999 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpuimanager.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpuimanager.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvaslayerboundary.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvaslayerboundary.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-locale-domain.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-locale-domain.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvastransformpreview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvastransformpreview.h + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainereditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainereditor.h + Copyright (C) 2001-2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpitemtree.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpitemtree.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpaction-history.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpaction-history.h + Copyright (C) 2013 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugin-cleanup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugin-cleanup.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasbufferpreview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasbufferpreview.c + Copyright (C) 2013 Marek Dvoroznak + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppivotselector.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppivotselector.h + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-wmf.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + WMF loading file filter for GIMP + -Dom Lachowicz 2003 + -Francis James Franklin + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/text/gimpfont.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfont.c + Copyright (C) 2003 Michael Natterer + Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationhsvsaturationlegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationhsvsaturationlegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationhslcolorlegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationhslcolorlegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/sparkle.c +Copyright: 1996 John Beale; ported to Gimp Michael J. Hammel; +License: GPL-3.0+ + It has been optimized a little, bugfixed and modified by Martin Weber + for additional functionality. Also bugfixed by Seth Burgess (9/17/03) + to take rowstrides into account when selections are present (bug #50911). + Attempted reformatting. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + You can contact Michael at mjhammel@csn.net + You can contact Martin at martweb@gmx.net + You can contact Seth at sjburges@gimp.org + . + Sparkle 1.27 - simulate pixel bloom and diffraction effects + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpbrushfactoryview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrushfactoryview.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererbuffer.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererbuffer.c + Copyright (C) 2004-2006 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpprefsbox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprefsbox.c + Copyright (C) 2013-2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolgyroscope.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolgyroscope.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdockcontainer.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdockcontainer.c + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppanedbox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppanedbox.c + Copyright (C) 2001-2005 Michael Natterer + Copyright (C) 2009-2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationgrainextractlegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationgrainextractlegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationscreenlegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationscreenlegacy.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-xpm.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + XPM plugin version 1.2.7 + . + 1.2.7 fixes saving unused transparency (bug #4560) + . + 1.2.6 fixes crash when saving indexed images (bug #109567) + . + 1.2.5 only creates a "None" color entry if the image has alpha (bug #108034) + . + 1.2.4 displays an error message if saving fails (bug #87588) + . + 1.2.3 fixes bug when running in noninteractive mode + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpcoords.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcoords.c + Copyright (C) 2002 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcellrendererdashes.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcellrendererdashes.h + Copyright (C) 2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplayertreeview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplayertreeview.h + Copyright (C) 2001-2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolrectangle.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolrectangle.c + Copyright (C) 2017 Michael Natterer + . + Based on GimpRectangleTool + Copyright (C) 2007 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/plug-in-menu-path.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + plug-in-menu-path.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplanguageentry.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplanguageentry.c + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + GimpLanguageEntry is an entry widget that provides completion on + translated language names. It is suited for specifying the language + a text is written in. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainerentry.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainerentry.h + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/script-fu-regex.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Based on re.c + . + Henry Spencer's implementation of Regular Expressions, + used for TinyScheme + . + Refurbished by Stephen Gildea + . + Ported to GRegex and de-uglified by Michael Natterer + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppanedbox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppanedbox.h + Copyright (C) 2001-2005 Michael Natterer + Copyright (C) 2009 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-query.c +Copyright: 1995-2003 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + plug-ins-query.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppdbdialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppdbdialog.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdocumentview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdocumentview.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationhsvsaturationlegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsaturationmode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvassamplepoint.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvassamplepoint.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcombotagentry.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcombotagentry.h + Copyright (C) 2008 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppickablepopup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppickablepopup.c + Copyright (C) 2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationlevels.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationlevels.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpfilterstack.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfilterstack.h + Copyright (C) 2008-2013 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimagefile.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 2001-2004 Sven Neumann Michael Natterer +License: GPL-3.0+ + gimpimagefile.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationborder.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationborder.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimppickable.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppickable.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvashandle.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvashandle.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcriticaldialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcriticaldialog.c + Copyright (C) 2018 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This widget is particular that I want to be able to use it + internally but also from an alternate tool (gimp-debug-tool). It + means that the implementation must stay as generic glib/GTK+ as + possible. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-modules.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmodules.h + (C) 1999 Austin Donnelly + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gui/gimpuiconfigurer.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpuiconfigurer.c + Copyright (C) 2009 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptooloptionseditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptooloptionseditor.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-jpegxl.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-jpegxl - JPEG XL file format plug-in for the GIMP + Copyright (C) 2022 Daniel Novomesky + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvaslayerboundary.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvaslayerboundary.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/help/gimp-help-lookup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-help-lookup - a standalone gimp-help ID to filename mapper + Copyright (C) 2004-2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/file/gimp-file.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-file.h + Copyright (C) 2009 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-sgi/sgi.c +Copyright: 1997-1998 Michael Sweet (mike@easysw.com) +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 3 of the License, or (at your option) + any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Contents: + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppatternfactoryview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppatternfactoryview.c + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-gegl.c + Copyright (C) 2007 Øyvind Kolås + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpmessagebox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmessagebox.c + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsearchpopup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsearchpopup.c + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-color-rotate.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-color-rotate.c + Copyright (C) 2002-2014 Michael Natterer + Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-focus-blur.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-focus-blur.c + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationcurves.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationcurves.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptagcache.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptagcache.c + Copyright (C) 2008 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpaccellabel.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpaccellabel.c + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdataloaderfactory.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdataloaderfactory.h + Copyright (C) 2001-2018 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainertreeview-dnd.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainertreeview-dnd.h + Copyright (C) 2003-2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-glob.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + The idea is taken from a plug-in written by George Hartz; the code isn't. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpprogress.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprogress.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpvectors-warp.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpvectors-warp.h + Copyright (C) 2005 Bill Skaggs + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/tile.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This filter tiles an image to arbitrary width and height + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpanchor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpanchor.c + Copyright (C) 2002 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolwidget.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolwidget.h + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationreplace.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationreplace.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-dicom.c +Copyright: 1995 Spencer Kimball and Peter Mattis PNM reading and writing code Copyright (C) 1996 Erik Nygren +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + The dicom reading and writing code was written from scratch + by Dov Grobgeld. (dov.grobgeld@gmail.com). + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpscalebutton.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpscalebutton.c + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasrectangle.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasrectangle.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainericonview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainericonview.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessionmanaged.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessionmanaged.h + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpcontext.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontext.h + Copyright (C) 1999-2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: modules/gimpinputdevicestore-gudev.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpinputdevicestore-gudev.c + Input device store based on GUdev, the hardware abstraction layer. + Copyright (C) 2007 Sven Neumann + 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvascorner.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvascorner.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdock.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdock.c + Copyright (C) 2001-2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasitem-utils.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasitem-utils.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpactionview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpactionview.h + Copyright (C) 2004-2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpscalecombobox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpscalecombobox.h + Copyright (C) 2004, 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvashandle.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvashandle.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationlayermode-composite.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationlayermode-composite.h + Copyright (C) 2017 Michael Natterer + 2017 Øyvind Kolås + 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/selection-round.scm +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997-1998 Sven Neumann + 2004 Alan Horkan. Alan Horkan relinquishes all rights to his changes, full ownership of this script belongs to Sven Neumann. +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + CHANGE-LOG: + 1.00 - initial release + 1.01 - some code cleanup, no real changes + 1.02 - made script undoable + . + 2.00 - ALAN's Branch. changed name, menu, location, and description + 2.01 - fixed to work if there was no current selection. + 2.02 - changed scale to percentages, usability tweaking. + 2.10 - added concave round edges, updated description. + 2.11 - tweeked description, changed comments, relinquished any rights. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-contexts.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-contexts.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpactiongroup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpactiongroup.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpsinglewindowstrategy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsinglewindowstrategy.c + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptaggedcontainer.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptaggedcontainer.h + Copyright (C) 2008 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewabledialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewabledialog.h + Copyright (C) 2000 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpprogressdialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprogressdialog.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationlevels.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationlevels.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/van-gogh-lic.c +Copyright: 1996 Tom Bech +License: GPL-3.0+ + E-mail: tomb@gimp.org + You can contact the original GIMP authors at gimp@xcf.berkeley.edu + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + In other words, you can't sue me for whatever happens while using this ;) + . + Changes (post 0.10): + -> 0.11: Fixed a bug in the convolution kernels (Tom). + -> 0.12: Added Quartic's bilinear interpolation stuff (Tom). + -> 0.13 Changed some UI stuff causing trouble with the 0.60 release, added + the (GIMP) tags and changed random() calls to rand() (Tom) + -> 0.14 Ported to 0.99.11 (Tom) + . + This plug-in implements the Line Integral Convolution (LIC) as described in + Cabral et al. "Imaging vector fields using line integral convolution" in the + Proceedings of ACM SIGGRAPH 93. Publ. by ACM, New York, NY, USA. p. 263-270. + (See http://www8.cs.umu.se/kurser/TDBD13/VT00/extra/p263-cabral.pdf) + . + Some of the code is based on code by Steinar Haugen (thanks!), the Perlin + noise function is practically ripped as is :) + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationhsvvaluelegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationvaluemode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/plugin-browser.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 1999 Andy Thomas alt@picnic.demon.co.uk +License: GPL-3.0+ + This is a plug-in for GIMP. + . + Note some portions of the UI comes from the dbbrowser plugin. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-color-balance.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-color-balance.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppaletteselect.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppaletteselect.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpviewable.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewable.c + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdashboard.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdashboard.c + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpvectorstreeview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpvectorstreeview.c + Copyright (C) 2001-2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-svg.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + SVG loader plug-in + (C) Copyright 2003 Dom Lachowicz + . + Largely rewritten in September 2003 by Sven Neumann + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/paste-as-brush.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + script-fu-paste-as-brush + Based on select-to-brush by Copyright (c) 1997 Adrian Likins + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfileprocview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfileprocview.h + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfgbgeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfgbgeditor.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppaletteview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppaletteview.c + Copyright (C) 2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-newsprint.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-newsprint.c + Copyright (C) 2019 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/jigsaw.c +Copyright: Nigel Wetten +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Contact info: nigel@cs.nwu.edu + . + Version: 1.0.0 + . + Version: 1.0.1 + . + tim coppefield [timecop@japan.co.jp] + . + Added dynamic preview mode. + . + Damn, this plugin is the tightest piece of code I ever seen. + I wish all filters in the plugins operated on guchar *buffer + of the entire image :) sweet stuff. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrenderer-frame.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrenderer-frame.c + Copyright (C) 2004 Sven Neumann + . + Contains code taken from eel, the Eazel Extensions Library. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/color-profile-import-dialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + color-profile-import-dialog.h + Copyright (C) 2015 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationhsvvaluelegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationhsvvaluelegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationsubtractlegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsubtractlegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/gradient-example.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Gradient example script --- create an example image of a custom gradient + Copyright (C) 1997 Federico Mena Quintero + federico@nuclecu.unam.mx + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/old-photo.scm +Copyright: __NO_COPYRIGHT__ in: plug-ins/script-fu/scripts/old-photo.scm +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Branko Collin added the possibility to change + the border size in October 2001. + . + Define the function: + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpchunkiterator.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpchunkiterator.h + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdasheditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdasheditor.c + Copyright (C) 2003 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/paste-as-pattern.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + script-fu-paste-as-pattern + Based on select-to-pattern by Cameron Gregory, http://www.flamingtext.com/ + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpstroke.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpstroke.h + Copyright (C) 2002 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollers.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontrollers.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimperrorconsole.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimperrorconsole.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationlightenonlylegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationlightenonlylegacy.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationdodgelegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdodgelegacy.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainereditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainereditor.c + Copyright (C) 2001-2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-color-to-alpha.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-color-to-alpha.c + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-panorama-projection.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-panorama-projection.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/pdb/gimppdbcontext.h +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppdbcontext.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpanchor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpanchor.h + Copyright (C) 2002 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationfillsource.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationfillsource.c + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptagentry.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptagentry.h + Copyright (C) 2008 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gui/session.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Session-managment stuff + Copyright (C) 1998 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-atomic.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-atomic.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasrectangle.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasrectangle.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsavedialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsavedialog.c + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdrawable-operation.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdrawable-operation.c + Copyright (C) 2007 Øyvind Kolås + Sven Neumann + Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpprogressbox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprogressbox.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpopendialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpopendialog.h + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvascursor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvascursor.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimphuesaturationconfig.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimphuesaturationconfig.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpuncancelablewaitable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpuncancelablewaitable.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-jpeg/jpeg-settings.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + jpeg-settings.c + Copyright (C) 2007 Raphaël Quinet + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Structure of the "jpeg-settings" parasite: + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationsplit.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsplit.c + Copyright (C) 2008 Michael Natterer + 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-spawn.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-spawn.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererimage.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererimage.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdrawable-stroke.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdrawable-stroke.h + Copyright (C) 2003 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainertreeview-dnd.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainertreeview-dnd.c + Copyright (C) 2003-2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimplevelsconfig.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplevelsconfig.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpwidgets-utils.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpwidgets-utils.c + Copyright (C) 1999-2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainertreeview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainertreeview.h + Copyright (C) 2003-2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationsemiflatten.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsemiflatten.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Ported from the semi-flatten plug-in + by Adam D. Moss, adam@foxbox.org. 1998/01/27 + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/file/file-import.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-import.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollerwheel.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimpcontrollerwheel.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolcompass.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolcompass.c + Copyright (C) 2017 Michael Natterer + . + Measure tool + Copyright (C) 1999-2003 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpitem-exclusive.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpitem-exclusive.c + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-raw/file-rawtherapee.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-rawtherapee.c -- raw file format plug-in that uses RawTherapee + Copyright (C) 2012 Simon Budig + Copyright (C) 2016 Tobias Ellinghaus + Copyright (C) 2017 Alberto Griggio + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-parallel.cc +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-parallel.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-pcx.c +Copyright: __NO_COPYRIGHT__ in: plug-ins/common/file-pcx.c +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This code is based in parts on code by Francisco Bustamante, but the + largest portion of the code has been rewritten and is now maintained + occasionally by Nick Lamb njl195@zepler.org.uk + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/destripe.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997 Marc Lehmann, heavily modified from a filter Michael Sweet. +License: GPL-3.0+ + Destripe filter + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-generic.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-generic.c + Copyright (C) 2002-2014 Michael Natterer + Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbacktrace-none.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbacktrace-none.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationcomposecrop.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationcomposecrop.c + Copyright (C) 2012 Michael Natterer + Copyright (C) 2016 Massimo Valentini + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfontselect.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfontselect.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-ps.c +Copyright: 1995 Spencer Kimball and Peter Mattis PostScript file plugin PostScript writing and GhostScript interfacing code + 1997-1998 Peter Kirchgessner (email: peter@kirchgessner.net, WWW: http://www.kirchgessner.net) +License: GPL-3.0+ + Added controls for TextAlphaBits and GraphicsAlphaBits + George White + . + Added Ascii85 encoding + Austin Donnelly + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Event history: + V 0.90, PK, 28-Mar-97: Creation. + V 0.91, PK, 03-Apr-97: Clip everything outside BoundingBox. + 24-Apr-97: Multi page read support. + V 1.00, PK, 30-Apr-97: PDF support. + V 1.01, PK, 05-Oct-97: Parse rc-file. + V 1.02, GW, 09-Oct-97: Antialiasing support. + PK, 11-Oct-97: No progress bars when running non-interactive. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationsettings.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsettings.h + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpitem-exclusive.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpitem-exclusive.h + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbrush-mipmap.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrush-mipmap.h + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpregionselecttool.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpregionselecttool.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplanguagestore-parser.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplanguagestore-parser.h + Copyright (C) 2008, 2009 Sven Neumann + Copyright (C) 2013 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcellrendererbutton.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcellrendererbutton.h + Copyright (C) 2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimageproxy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpimageproxy.c + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdrawablestack.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdrawablestack.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpoverlaydialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoverlaydialog.h + Copyright (C) 2009-2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdrawable-operation.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdrawable-operation.h + Copyright (C) 2007 Øyvind Kolås + Sven Neumann + Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/blur.c +Copyright: __NO_COPYRIGHT__ in: plug-ins/common/blur.c +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Blur: + . + blur version 2.1 (10 June 2004 WES) + history + 2.1 - 10 June 2004 WES + removed dialog along with randomization and repeat options + 2.0 - 1 May 1998 MEO + based on randomize 1.7 + . + Please send any patches or suggestions to the author: meo@rru.com . + . + Blur applies a 3x3 blurring convolution kernel to the specified drawable. + . + For each pixel in the selection or image, + whether to change the pixel is decided by picking a + random number, weighted by the user's "randomization" percentage. + If the random number is in range, the pixel is modified. For + blurring, an average is determined from the current and adjacent + pixels. *(Except for the random factor, the blur code came + straight from the original S&P blur plug-in.)* + . + This works only with RGB and grayscale images. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationdarkenonlylegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdarkenonlymode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-transform-3d-utils.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-3d-transform-utils.c + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpenvirontable.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpenvirontable.h + (C) 2002 Manish Singh + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpstroke.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpstroke.c + Copyright (C) 2002 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui.c + Copyright (C) 2002-2017 Michael Natterer + Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/file/file-save.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis + 1997 Josh MacDonald +License: GPL-3.0+ + file-save.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/file/file-utils.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis + 1997 Josh MacDonald +License: GPL-3.0+ + file-utils.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimplevelsconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplevelsconfig.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcursorview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcursorview.c + Copyright (C) 2005-2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpoverlayframe.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoverlayframe.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationgrainextractlegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationgrainextractmode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimage-convert-precision.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpimage-convert-precision.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdevicemanager.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdevicemanager.c + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationborder.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationborder.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpchanneltreeview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpchanneltreeview.h + Copyright (C) 2001-2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdeviceeditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdeviceeditor.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/add-bevel.scm +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997 Andrew Donkin (ard@cs.waikato.ac.nz) Contains code from add-shadow.scm Sven Neumann (neumanns@uni-duesseldorf.de) (thanks Sven). +License: GPL-3.0+ + add-bevel.scm version 1.04 + Time-stamp: <2004-02-09 17:07:06 simon> + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Adds a bevel to an image. See http://www.cs.waikato.ac.nz/~ard/gimp/ + . + If there is a selection, it is bevelled. + Otherwise if there is an alpha channel, the selection is taken from it + and bevelled. + Otherwise the part of the layer inside the image boundaries is bevelled. + . + The selection is set on exit, so Select->Invert then Edit->Clear will + leave a cut-out. Then use Sven's add-shadow for that + floating-bumpmapped-texture cliche. + . + 1.01: now works on offset layers. + 1.02: has crop-pixel-border option to trim one pixel off each edge of the + bevelled image. Bumpmapping leaves edge pixels unchanged, which + looks bad. Oddly, this is not apparent in GIMP - you have to + save the image and load it into another viewer. First noticed in + Nutscrape. + Changed path (removed "filters/"). + 1.03: adds one-pixel border before bumpmapping, and removes it after. + Got rid of the crop-pixel-border option (no longer reqd). + 1.04: Fixed undo handling, ensure that bumpmap is big enough, + (instead of resizing the image). Removed references to outdated + bumpmap plugin. (Simon) + 1.05 When there is no selection, bevel the whole layer instead of the + whole image (which was broken in the first place). + Also fixed some bugs with setting the selection when there is no + initial selection. (Barak Itkin) + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/busy-dialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + busy-dialog.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-psp.c +Copyright: 1999 Tor Lillqvist +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Work in progress! Doesn't handle exporting yet. + . + For a copy of the PSP file format documentation, surf to + http://www.jasc.com. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugin-progress.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugin-progress.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplayermodebox.c +Copyright: 1995-1999 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimplayermodebox.c + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimage-symmetry.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpimage-symmetry.h + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationhsvhuelegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationhsvhuelegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/plug-in-rc.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + plug-in-rc.h + Copyright (C) 2001 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimphelp.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimphelp.c + Copyright (C) 1999-2004 Michael Natterer + Henrik Brix Andersen + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/pygimp/plug-ins/py-slice.py +Copyright: 2003 Manish Singh. "Guillotine implemented ala python, with html output (based on perlotine Seth Burgess)", Modified João S. O. Bueno Calligaris to allow dhtml animations (2005) + Manish Singh javascript animation support Joao S. O. Bueno Calligaris (2004) +License: GPL-3.0+ + Gimp-Python - allows the writing of Gimp plugins in Python. + Copyright (C) 2003, 2005 Manish Singh + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationgrainmergelegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationgrainmergemode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-call.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-call.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/color-cube-analyze.c +Copyright: __NO_COPYRIGHT__ in: plug-ins/common/color-cube-analyze.c +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Analyze colorcube. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginprocframe.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginprocframe.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpopendialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpopendialog.c + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdrawablestack.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdrawablestack.c + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationflood.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationflood.c + Copyright (C) 2016 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Implementation of the Flood algorithm. + See https://wiki.gimp.org/wiki/Algorithms:Flood for details. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolrotategrid.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolrotategrid.c + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationantierase.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationantierase.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationbrightnesscontrast.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationbrightnesscontrast.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollermouse.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimpcontrollermouse.c + Copyright (C) 2004 Michael Natterer + Copyright (C) 2011 Mikael Magnusson + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: pdb/groups/item_transform.pdb +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + "Perlized" from C source by Manish Singh + . + Item Transformations + . + shortcuts + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpstringaction.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpstringaction.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererdrawable.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererdrawable.h + Copyright (C) 2001 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationdissolve.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdissolve.c + Copyright (C) 2012 Ville Sokk + 2012 Øyvind Kolås + 2003 Helvetix Victorinox + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpcurvesconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcurvesconfig.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppaletteselect.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppaletteselect.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/twain/tw_dump.h +Copyright: 3 /31/1999 + 1999 Craig Setera Craig Setera +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Based on (at least) the following plug-ins: + Screenshot + GIF + Randomize + . + Any suggestions, bug-reports or patches are welcome. + . + This plug-in interfaces to the TWAIN support library in order + to capture images from TWAIN devices directly into GIMP images. + The plug-in is capable of acquiring the following type of + images: + - B/W (1 bit images translated to grayscale B/W) + - Grayscale up to 16 bits per pixel + - RGB up to 16 bits per sample (24, 30, 36, etc.) + - Paletted images (both Gray and RGB) + . + Prerequisites: + This plug-in will not compile on anything other than a Win32 + platform. Although the TWAIN documentation implies that there + is TWAIN support available on Macintosh, I neither have a + Macintosh nor the interest in porting this. If anyone else + has an interest, consult www.twain.org for more information on + interfacing to TWAIN. + . + Known problems: + - Multiple image transfers will hang the plug-in. The current + configuration compiles with a maximum of single image transfers. + . + Revision history + (02/07/99) v0.1 First working version (internal) + (02/09/99) v0.2 First release to anyone other than myself + (02/15/99) v0.3 Added image dump and read support for debugging + (03/31/99) v0.5 Added support for multi-byte samples and paletted + images. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpuimanager.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpuimanager.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdataeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdataeditor.h + Copyright (C) 2002-2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpmultiwindowstrategy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmultiwindowstrategy.c + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptoggleaction.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoggleaction.c + Copyright (C) 2004 Michael Natterer + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpvectors-compat.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpvectors-compat.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdynamicsoutputeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdynamicsoutputeditor.h + Copyright (C) 2010 Alexia Death + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpdisplayshell-grab.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdisplayshell-grab.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugin-context.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugin-context.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcellrendererbutton.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcellrendererbutton.c + Copyright (C) 2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimp-layer-modes.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-layer-modes.h + Copyright (C) 2017 Michael Natterer + Øyvind Kolås + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl-loops.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-gegl-loops.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererlayer.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererlayer.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/xach-effect.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + xach effect script + Copyright (c) 1997 Adrian Likins + aklikins@eos.ncsu.edu + . + based on a idea by Xach Beane + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptoolpalette.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolpalette.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/web-page.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Webpage plug-in. + Copyright (C) 2011 Mukund Sivaraman . + Portions are copyright of the author of the + file-open-location-dialog.c code. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-units.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpunit.c + Copyright (C) 1999-2000 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This file contains functions to load & save the file containing the + user-defined size units, when the application starts/finished. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdrawabletreeview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdrawabletreeview.h + Copyright (C) 2001-2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptemplateview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptemplateview.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/vectors/gimpvectors-import.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpVectors Import + Copyright (C) 2003-2004 Sven Neumann + . + Some code here is based on code from librsvg that was originally + written by Raph Levien for Gill. + . + This SVG path importer implements a subset of SVG that is + sufficient to parse path elements and basic shapes and to apply + transformations as described by the SVG specification: + http://www.w3.org/TR/SVG/. It must handle the SVG files exported + by GIMP but it is also supposed to be able to extract paths and + shapes from foreign SVG documents. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdnd-xds.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdnd-xds.c + Copyright (C) 2005 Sven Neumann + . + Saving Files via Drag-and-Drop: + The Direct Save Protocol for the X Window System + . + http://www.newplanetsoftware.com/xds/ + http://rox.sourceforge.net/xds.html + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessioninfo-book.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessioninfo-book.c + Copyright (C) 2001-2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasline.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasline.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpaction-history.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpaction-history.c + Copyright (C) 2013 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationhardlightlegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationhardlightlegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcolorhistory.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcolorhistory.c + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimptoolgroup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolgroup.h + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererpalette.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererpalette.c + Copyright (C) 2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpiconsizescale.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpiconsizescale.c + Copyright (C) 2016 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/slide.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + slide.scm version 0.41 2004/03/28 + . + CHANGE-LOG: + 0.20 - first public release + 0.30 - some code cleanup + now uses the rotate plug-in to improve speed + 0.40 - changes to work with gimp-1.1 + if the image was rotated, rotate the whole thing back when finished + 0.41 - changes to work with gimp-2.0, slightly correct text offsets, + Nils Philippsen 2004/03/28 + . + !still in development! + TODO: - change the script so that the film is rotated, not the image + - antialiasing + - make 'add background' an option + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationprofiletransform.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationprofiletransform.c + Copyright (C) 2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationhslcolorlegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationcolormode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfontselect.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfontselect.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimppalettemru.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppalettemru.c + Copyright (C) 2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpspinscale.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpspinscale.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationmaskcomponents.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationmaskcomponents.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdialogfactory.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdialogfactory.c + Copyright (C) 2001-2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfontfactoryview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfontfactoryview.c + Copyright (C) 2018 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpinterpreterdb.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpinterpreterdb.h + (C) 2005 Manish Singh + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrenderer.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrenderer.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpbrusheditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrusheditor.c + Copyright 1998 Jay Cox + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppatternselect.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppatternselect.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptooltransformgrid.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptooltransformgrid.c + Copyright (C) 2017 Michael Natterer + . + Based on GimpUnifiedTransformTool + Copyright (C) 2011 Mikael Magnusson + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-motion-blur-circular.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-motion-blur-circular.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpeditor.h + Copyright (C) 2002 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginshm.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginshm.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpsymmetry-mirror.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsymmetry-mirror.h + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimplist.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplist.c + Copyright (C) 2001-2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvassamplepoint.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvassamplepoint.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimprc.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpRc + Copyright (C) 2001 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginprocedure.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginprocedure.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpwidgets-utils.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpwidgets-utils.h + Copyright (C) 1999-2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptooltransform3dgrid.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptool3dtransformgrid.c + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppropwidgets.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropwidgets.c + Copyright (C) 2002-2004 Michael Natterer + Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationadditionlegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationadditionmode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdockcontainer.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdockcontainer.h + Copyright (C) 2011 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppickablepopup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppickablepopup.h + Copyright (C) 2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpactionfactory.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpactionfactory.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptexteditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTextEditor + Copyright (C) 2002-2003, 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdrawable-filters.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdrawable-filters.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-file-procedure.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis + 1997 Josh MacDonald +License: GPL-3.0+ + gimppluginmanager-file-procedure.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-raw/file-darktable-export-on-exit.lua +Copyright: 2015-2017 Tobias Ellinghaus +License: GPL-3.0+ + GIMP is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + GIMP is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with GIMP. If not, see . + ]] + . + --[[ + EXPORT ON EXIT + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/photocopy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Photocopy filter for GIMP for BIPS + -Spencer Kimball + . + This filter propagates dark values in an image based on + each pixel's relative darkness to a neighboring average + and sets the remaining pixels to white. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/test-config.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Test suite for GimpConfig. + Copyright (C) 2001-2002 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolgui.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolgui.c + Copyright (C) 2013 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcircle.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcircle.h + Copyright (C) 2014 Michael Natterer + . + Based on code from the color-rotate plug-in + Copyright (C) 1997-1999 Sven Anders (anderss@fmi.uni-passau.de) + Based on code from Pavel Grinfeld (pavel@ml.com) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpoverlaychild.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoverlaychild.h + Copyright (C) 2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpenvirontable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpenvirontable.c + (C) 2002 Manish Singh + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpcancelable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcancelable.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptextbuffer-serialize.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTextBuffer-serialize + Copyright (C) 2010 Michael Natterer + . + inspired by + gtktextbufferserialize.c + Copyright (C) 2004 Nokia Corporation. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcriticaldialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcriticaldialog.h + Copyright (C) 2018 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimageproxy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpimageproxy.h + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugin-progress.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugin-progress.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationdarkenonlylegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdarkenonlylegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/operations-types.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + operations-types.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginshm.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginhsm.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-contexts.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-contexts.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewablebutton.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewablebutton.c + Copyright (C) 2003-2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpsymmetry.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsymmetry.h + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpprocedureaction.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprocedureaction.h + Copyright (C) 2004-2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-hue-saturation.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-hue-saturation.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/module-dialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + module-dialog.c + (C) 1999 Austin Donnelly + (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsettingsbox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsettingsbox.c + Copyright (C) 2008-2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/lava.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Lava effect + Copyright (c) 1997 Adrian Likins + aklikins@eos.ncsu.edu + . + based on a idea by Sven Riedel + tweaked a bit by Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/weave.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Weave script --- make an image look as if it were woven + Copyright (C) 1997 Federico Mena Quintero + federico@nuclecu.unam.mx + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Copies the specified rectangle from/to the specified drawable + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdocked.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdocked.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpaction.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpaction.h + Copyright (C) 2004-2019 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpactionview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpactionview.c + Copyright (C) 2004-2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpchunkiterator.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpchunkiterator.c + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/colormap-remap.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Colormap remapping plug-in + Copyright (C) 2006 Mukund Sivaraman + . + This plug-in takes the colormap and lets you move colors from one index + to another while keeping the original image visually unmodified. + . + Such functionality is useful for creating graphics files for applications + which expect certain indices to contain some specific colors. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationdividelegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdividelegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptextbuffer-serialize.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpTextBuffer-serialize + Copyright (C) 2010 Michael Natterer + . + inspired by + gtktextbufferserialize.h + Copyright (C) 2004 Nokia Corporation. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpasyncset.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpasyncset.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpfilloptions.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfilloptions.c + Copyright (C) 2003 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainerview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainerview.c + Copyright (C) 2001-2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpfiltertool.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This file contains a base class for tools that implement on canvas + preview for non destructive editing. The processing of the pixels can + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/predator.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Predator effect + Copyright (c) 1997 Adrian Likins + aklikins@eos.ncsu.ed + . + The idea here is too make the image/selection look sort of like + the view the predator had in the movies. ie, kind of a thermogram + type of thing. Works best on colorful rgb images. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-motion-blur-circular.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-motion-blur-circular.c + Copyright (C) 2019 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdockwindow.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdockwindow.c + Copyright (C) 2001-2005 Michael Natterer + Copyright (C) 2009 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-convolution-matrix.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-convolution-matrix.c + Copyright (C) 2002-2014 Michael Natterer + Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsymmetryeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsymmetryeditor.h + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessioninfo-aux.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessioninfo-aux.c + Copyright (C) 2001-2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationlayermode.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationlayermode.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvastextcursor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvastextcursor.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/file/file-utils.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-utils.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcellrendererdashes.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcellrendererdashes.c + Copyright (C) 2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/ifs-compose/ifs-compose-storage.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + IfsCompose is a interface for creating IFS fractals by + direct manipulation. + Copyright (C) 1997 Owen Taylor + . + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTBILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-gegl-types.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-gegl-types.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationnormal-sse2.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationnormal-sse2.c + Copyright (C) 2013 Daniel Sabo + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-raw/file-raw-placeholder.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-raw-placeholder.c -- raw file format plug-in that does nothing + except warning that there is no raw plug-in + Copyright (C) 2017 Michael Natterer + Copyright (C) 2016 Tobias Ellinghaus + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationfillsource.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationfillsource.h + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationpointfilter.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationpointfilter.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/softglow.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Softglow filter for GIMP for BIPS + -Spencer Kimball + . + This filter screens a desaturated, sigmoidally transferred + and gaussian blurred version of the drawable over itself + to create a "softglow" photographic effect. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimp-operations.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-operations.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-gegl.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-gegl.c -- GEGL based file format plug-in + Copyright (C) 2012 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasguide.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasguide.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationlayermode-composite.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationlayermode-composite.c + Copyright (C) 2017 Michael Natterer + 2017 Øyvind Kolås + 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpoverlayframe.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoverlayframe.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimage-transform.h +Copyright: 1995 Spencer Kimball and Peter Mattisbvf +License: GPL-3.0+ + gimpimage-transform.h + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/file/file-open.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis + 1997 Josh MacDonald +License: GPL-3.0+ + file-open.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasboundary.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasboundary.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvascursor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvascursor.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationcurves.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationcurves.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimphelp-ids.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimphelp-ids.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpfilter.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfilter.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationscalarmultiply.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationscalarmultiply.c + Copyright (C) 2014 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/image-properties-dialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + image-properties-dialog.h + Copyright (C) 2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainerbox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainerbox.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gimp-update.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-update.h + Copyright (C) 2019 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpradioaction.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpradioaction.c + Copyright (C) 2004 Michael Natterer + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimptemplateview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptemplateview.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpstrokeoptions.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpstrokeoptions.c + Copyright (C) 2003 Simon Budig + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpfiltertool-settings.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfiltertool-settings.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpprogressbox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprogressbox.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-file.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-file.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimptool-progress.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptool-progress.c + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-file-procedure.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-file-procedure.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/contactsheet.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Version 1.0 (July 27, 2004) + Created + . + Version 1.1 (September 2, 2004) + Added ability to select sheet size, set font used for sheet and image + . + Version 1.2 (September 5, 2007) + Preserve aspect ratio of original image. Center thumbnail in the area + allowed for the thumbnail. Added disable/enable of undo operations. + Added 1600x1200 sheet size. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsearchpopup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsearchpopup.h + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/pygimp/plug-ins/whirlpinch.py +Copyright: 1997 James Henstridge +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Algorithms stolen from the whirl and pinch plugin distributed with Gimp, + by Federico Mena Quintero and Scott Goehring + . + This version does the same thing, except there is no preview, and it is + written in python and is slower. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/script-fu-util.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Resizes the image so as to include the selected layer. + The resulting image has the selected layer size. + Copyright (C) 2002 Chauk-Mean PROUM + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpregionselecttool.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpregionselecttool.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpprefsbox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprefsbox.h + Copyright (C) 2013-2016 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcellrendererviewable.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcellrendererviewable.h + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-xwd.c +Copyright: 1995 Spencer Kimball and Peter Mattis XWD reading and writing code Copyright (C) 1996 Peter Kirchgessner (email: peter@kirchgessner.net, WWW: http://www.kirchgessner.net) +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + XWD-input/output was written by Peter Kirchgessner (peter@kirchgessner.net) + Examples from mainly used UNIX-systems have been used for testing. + If a file does not work, please return a small (!!) compressed example. + Currently the following formats are supported: + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationhuesaturation.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationhuesaturation.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdeviceinfoeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdeviceinfoeditor.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpfilteredcontainer.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfilteredcontainer.h + Copyright (C) 2008 Aurimas Juška + 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrendererimage.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrendererimage.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-sgi/sgi-lib.c +Copyright: 1997-1998 Michael Sweet (mike@easysw.com) +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 3 of the License, or (at your option) + any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Contents: + . + sgiClose() - Close an SGI image file. + sgiGetRow() - Get a row of image data from a file. + sgiOpen() - Open an SGI image file for reading or writing. + sgiOpenFile() - Open an SGI image file for reading or writing. + sgiPutRow() - Put a row of image data to a file. + getlong() - Get a 32-bit big-endian integer. + getshort() - Get a 16-bit big-endian integer. + putlong() - Put a 32-bit big-endian integer. + putshort() - Put a 16-bit big-endian integer. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/colorify.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Colorify. Changes the pixel's luminosity to a specified color + Copyright (C) 1997 Francisco Bustamante + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpexportdialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpexportdialog.h + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvaspath.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvaspath.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdeviceinfoeditor.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdeviceinfoeditor.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: pdb/enums.pl +Copyright: 1999-2003 Manish Singh +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUTFILE ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + autogenerated by enumgen.pl + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-fli/fli-gimp.c +Copyright: 1998 Jens Ch. Restemeier +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This is a first loader for FLI and FLC movies. It uses as the same method as + the gif plug-in to store the animation (i.e. 1 layer/frame). + . + Current disadvantages: + - Generates A LOT OF warnings. + - Consumes a lot of memory (See wish-list: use the original data or + compression). + - doesn't support palette changes between two frames. + . + Wish-List: + - I'd like to have a different format for storing animations, so I can use + Layers and Alpha-Channels for effects. An older version of + this plug-in created one image per frame, and went real soon out of + memory. + - I'd like a method that requests unmodified frames from the original + image, and stores modified without destroying the original file. + - I'd like a way to store additional information about a image to it, for + example copyright stuff or a timecode. + - I've thought about a small utility to mix MIDI events as custom chunks + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolsheargrid.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolsheargrid.c + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugin-cleanup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugin-cleanup.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationthreshold.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationthreshold.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdevicestatus.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdevicestatus.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolfocus.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolfocus.c + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsavedialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsavedialog.h + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpcolorbalanceconfig.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcolorbalanceconfig.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpview-popup.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpview-popup.c + Copyright (C) 2003-2006 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppluginview.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginview.h + Copyright (C) 2017 Michael Natterer + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpprojectable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpprojectable.c + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdatafactory.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdatafactory.c + Copyright (C) 2001-2018 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfgbgeditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfgbgeditor.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplanguagecombobox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplanguagecombobox.c + Copyright (C) 2009 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + GimpLanguageComboBox is a combo-box widget to select the user + interface language. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollerkeyboard.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimpcontrollerkeyboard.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbrush-transform.cc +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrush-transform.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpexportdialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpexportdialog.c + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/text/gimptext-xlfd.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpText + Copyright (C) 2002-2004 Sven Neumann + . + Some of this code was copied from Pango (pangox-fontmap.c) + and was originally written by Owen Taylor . + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdrawabletreeview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdrawabletreeview.c + Copyright (C) 2001-2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/file/file-import.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-import.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/color-enhance.c +Copyright: 1996 Federico Mena Quintero + 1999 Martin Weber +License: GPL-3.0+ + You can contact me at martweb@gmx.net + You can contact the original GIMP authors at gimp@xcf.berkeley.edu + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpfilloptions.h +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfilloptions.h + Copyright (C) 2003 Simon Budig + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolcompass.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolcompass.h + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/round-corners.scm +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997-1999 Sven Neumann +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + round-corners.scm version 1.02 1999/12/21 + . + CHANGE-LOG: + 1.00 - initial release + 1.01 - some code cleanup, no real changes + . + Rounds the corners of an image, optionally adding a drop-shadow and + a background layer + . + The script works on RGB and grayscale images that contain only + one layer. It creates a copy of the image or can optionally work + on the original. The script uses the current background color to + create a background layer. It makes a call to the script drop-shadow. + . + This script is derived from my script add-shadow, which has become + obsolete now. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbrushcache.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrushcache.c + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app-tools/gimp-debug-tool.c +Copyright: 2018 Jehan +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + GimpDebug simply displays a dialog with debug data (backtraces, + version, etc.), proposing to create a bug report. The reason why it + is a separate executable is simply that when the program crashed, + even though some actions are possible before exit() by catching fatal + errors and signals, it may not be possible to allocate memory + anymore. Therefore creating a new dialog is an impossible action. + So we call instead a separate program, then exit. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationlayermode-blend.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationlayermode-blend.h + Copyright (C) 2017 Michael Natterer + 2017 Øyvind Kolås + 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; withcomp even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimp-tool-options-manager.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-tool-options-manager.h + Copyright (C) 2018 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdock.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdock.h + Copyright (C) 2001-2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimage-symmetry.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpimage-symmetry.c + Copyright (C) 2015 Jehan + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/config/gimpconfig-dump.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpConfig object property dumper. + Copyright (C) 2001-2006 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-menu-branch.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-menu-branch.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-channel-mixer.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-channel-mixer.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainertreestore.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainertreestore.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolpolygon.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolpolygon.c + Copyright (C) 2017 Michael Natterer + . + Based on GimpFreeSelectTool + . + Major improvement to support polygonal segments + Copyright (C) 2008 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolhandlegrid.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolhandlegrid.c + Copyright (C) 2017 Michael Natterer + . + Based on GimpHandleTransformTool + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpgradientselect.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpgradientselect.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimptemporaryprocedure.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptemporaryprocedure.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolfocus.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolfocus.h + Copyright (C) 2020 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationburnlegacy.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationburnlegacy.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpfuzzyselecttool.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfuzzyselecttool.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimppdbprogress.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppdbprogress.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessioninfo-book.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessioninfo-book.h + Copyright (C) 2001-2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpfiltertool-widgets.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfiltertool-widgets.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasline.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasline.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/spyrogimp.scm +Copyright: 2003 Elad Shahar +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This routine is invoked by a dialog. + It is the main routine in this file. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/actions/gimpgeglprocedure.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpgeglprocedure.c + Copyright (C) 2016-2018 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimage-convert-precision.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpimage-convert-precision.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpbrightnesscontrastconfig.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrightnesscontrastconfig.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpdataloaderfactory.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdataloaderfactory.c + Copyright (C) 2001-2018 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpmeter.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmeter.c + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-png.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997-1998 Michael Sweet (mike@easysw.com) and Daniel Skarda (0rfelyus@atrey.karlin.mff.cuni.cz). and 1999-2000 Nick Lamb (njl195@zepler.org.uk) +License: GPL-3.0+ + Portable Network Graphics (PNG) plug-in + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Contents: + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-call.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-call.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/user-install-dialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + user-install-dialog.c + Copyright (C) 2000-2006 Michael Natterer and Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimpplugin-message.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpplugin-message.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcombotagentry.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcombotagentry.c + Copyright (C) 2008 Aurimas Juška + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationmaskcomponents.cc +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationmaskcomponents.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvaspassepartout.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvaspassepartout.h + Copyright (C) 2010 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasarc.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasarc.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes-legacy/gimpoperationdividelegacy.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdividemode.c + Copyright (C) 2008 Michael Natterer + 2012 Ville Sokk + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpfiltertool-settings.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfiltertool-settings.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/ifs-compose/ifs-compose.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + IfsCompose is a interface for creating IFS fractals by + direct manipulation. + Copyright (C) 1997 Owen Taylor + . + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + TODO + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-tga.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + TrueVision Targa loading and exporting file filter for GIMP. + Targa code Copyright (C) 1997 Raphael FRANCOIS and Gordon Matzigkeit + . + The Targa reading and writing code was written from scratch by + Raphael FRANCOIS and Gordon Matzigkeit + based on the TrueVision TGA File Format + Specification, Version 2.0: + . + + . + It does not contain any code written for other TGA file loaders. + Not even the RLE handling. ;) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Modified 2007-07-20, Raphaël Quinet : + - Workaround for loading indexed images with full alpha channel. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplayermodecombobox.h +Copyright: 1995-1999 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimplayermodecombobox.h + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/pygimp/gimpplugin.py +Copyright: 1997 James Henstridge +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + plugin.py -- helper for writing gimp plugins + Copyright (C) 1997, James Henstridge. + . + This is a small wrapper that makes plugins look like an object class that + you can derive to create your plugin. With this wrapper, you are pretty + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpviewrenderer-frame.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpviewrenderer-frame.h + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpbuffersourcebox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbuffersourcebox.c + Copyright (C) 2015 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpsessioninfo-aux.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpsessioninfo-aux.h + Copyright (C) 2001-2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpwaitable.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpwaitable.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-filter-history.c +Copyright: 1995-2003 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-filter-history.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasitem-utils.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasitem-utils.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/pagecurl/pagecurl.c +Copyright: 1996 Federico Mena Quintero Ported to Gimp 1.0 1998 Simon Budig +License: GPL-3.0+ + You can contact me at quartic@polloux.fciencias.unam.mx + You can contact the original GIMP authors at gimp@xcf.berkeley.edu + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Ported to the 0.99.x architecture by Simon Budig, Simon.Budig@unix-ag.org + . + Version History + 0.5: (1996) Version for Gimp 0.54 by Federico Mena Quintero + 0.6: (Feb '98) First Version for Gimp 0.99.x, very buggy. + 0.8: (Mar '98) First "stable" version + 0.9: (May '98) + - Added support for Gradients. It is now possible to map + a gradient to the back of the curl. + - This implies a changed PDB-Interface: New "mode" parameter. + - Pagecurl now returns the ID of the new layer. + - Exchanged the meaning of FG/BG Color, because mostly the FG + color is darker. + 1.0: (July '04) + - Code cleanup, added reverse gradient option. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/select-to-pattern.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + Based on select-to-brush by + Copyright (c) 1997 Adrian Likins aklikins@eos.ncsu.edu + Author Cameron Gregory, http://www.flamingtext.com/ + . + Takes the current selection, saves it as a pattern and makes it the active + pattern + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolhandlegrid.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolhandlegrid.h + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationlayermode-composite-sse2.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationlayermode-composite-sse2.c + Copyright (C) 2017 Michael Natterer + 2017 Øyvind Kolås + 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationflood.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationflood.h + Copyright (C) 2016 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpenumaction.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpenumaction.h + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/pygimp/gimpenums.py +Copyright: 2005 Manish Singh +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + gimpenums.py -- constants for use with the gimp module + . + this file pulls in constants that are useful for use in + gimp plugins. Just add 'from gimpenums import *' to the top + of the script + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/fractal-explorer/fractal-explorer.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Some code has been 'stolen' from: + - Peter Kirchgessner (Pkirchg@aol.com) + - Scott Draves (spot@cs.cmu.edu) + - Andy Thomas (alt@picnic.demon.co.uk) + . + ********************************************************************** + "If you steal from one author it's plagiarism; if you steal from + many it's research." --Wilson Mizner + . + Include necessary files + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/blinds.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 1997 Andy Thomas alt@picnic.demon.co.uk +License: GPL-3.0+ + This is a plug-in for GIMP. + . + Blinds plug-in. Distort an image as though it was stuck to + window blinds and the blinds where opened/closed. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + A fair proprotion of this code was taken from the Whirl plug-in + which was copyrighted by Federico Mena Quintero (as below). + . + Whirl plug-in --- distort an image into a whirlpool + Copyright (C) 1997 Federico Mena Quintero + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/file/file-remote.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-remote.c + Copyright (C) 2014 Michael Natterer + . + Based on: URI plug-in, GIO/GVfs backend + Copyright (C) 2008 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolrectangle.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolrectangle.h + Copyright (C) 2017 Michael Natterer + . + Based on GimpRectangleTool + Copyright (C) 2007 Martin Nordholts + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-gradients.h +Copyright: 1995-2002 Spencer Kimball, Peter Mattis, and others +License: GPL-3.0+ + gimp-gradients.h + Copyright (C) 2002 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimperrorconsole.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimperrorconsole.c + Copyright (C) 2003 Michael Natterer + . + partly based on errorconsole.c + Copyright (C) 1998 Nick Fetchak + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-restore.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-restore.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpuncancelablewaitable.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpuncancelablewaitable.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpwaitable.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpwaitable.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpmessagebox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmessagebox.h + Copyright (C) 2004 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpbycolorselecttool.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbycolorselectool.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/gimpressionist/utils.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + utils.c - various utility routines that don't fit anywhere else. Usually + these routines don't affect the state of the program. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasprogress.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasprogress.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-spiral.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-spiral.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpimage-convert-indexed.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpimage-convert-indexed.c + Copyright (C) 1997-2004 Adam D. Moss + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + 2005-09-04 - Switch 'positional' dither matrix to a 32x32 Bayer, + which generates results that compress somewhat better (and may look + worse or better depending on what you enjoy...). [adam@gimp.org] + . + 2004-12-12 - Use a slower but much nicer technique for finding the + two best colors to dither between when using fixed/positional + dither methods. Makes positional dither much less lame. [adam@gimp.org] + . + 2002-02-10 - Quantizer version 3.0 (the rest of the commit started + a year ago -- whoops). Divide colors within CIE L*a*b* space using + CPercep module (cpercep.[ch]), color-match and dither likewise, + change the underlying box selection criteria and division point + logic, bump luminance precision upwards, etc.etc. Generally + chooses a much richer color set, especially for low numbers of + colors. n.b.: Less luminance-sloppy in straight remapping which is + good for color but a bit worse for high-frequency detail (that's + partly what fs-dithering is for -- use it). [adam@gimp.org] + . + 2001-03-25 - Define accessor function/macro for histogram reads and + writes. This slows us down a little because we avoid some of the + dirty tricks we used when we knew that the histogram was a straight + 3d array, so I've recovered some of the speed loss by implementing + a 5d accessor function with good locality of reference. This change + is the first step towards quantizing in a more interesting colorspace + than frumpy old RGB. [Adam] + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/plug-in/gimppluginmanager-locale-domain.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppluginmanager-locale-domain.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationthreshold.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationthreshold.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbrushclipboard.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrushclipboard.h + Copyright (C) 2006 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollerinfo.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimpcontrollerinfo.h + Copyright (C) 2004-2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpbrightnesscontrastconfig.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbrightnesscontrastconfig.h + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui.h + Copyright (C) 2002-2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/scripts/ts-helloworld.scm +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Tiny-Fu first successfully ran this script at 2:07am on March 6, 2004. + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-spiral.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-spiral.c + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-cairo.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-cairo.c + Copyright (C) 2010-2012 Michael Natterer + . + Some code here is based on code from librsvg that was originally + written by Raph Levien for Gill. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptooltransformgrid.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptooltransformgrid.h + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpfiledialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpfiledialog.c + Copyright (C) 2004 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplanguagecombobox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimplanguagecombobox.h + Copyright (C) 2009 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimplayermodecombobox.c +Copyright: 1995-1999 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimplayermodecombobox.c + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-babl.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-babl.c + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/common/file-xmc.c +Copyright: 2008-2009 Takeshi Matsuyama +License: GPL-3.0+ + Special thanks: Alexia Death, Sven Neumann, Martin Nordholts + and all community members. + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimppixbuf.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppixbuf.h + Copyright (C) 2005 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gui/icon-themes.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + icon-themes.h + Copyright (C) 2015 Benoit Touchette + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/propgui/gimppropgui-recursive-transform.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimppropgui-recursive-transform.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationdesaturate.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationdesaturate.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpasyncset.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpasyncset.c + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpbacktrace-backend.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpbacktrace-backend.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/dialogs/color-profile-dialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + color-profile-dialog.h + Copyright (C) 2015 Michael Natterer + . + Partly based on the lcms plug-in + Copyright (C) 2006, 2007 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimpmybrush-private.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpmybrush-private.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpwindow.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpwindow.c + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/file-jpeg/jpegqual.c +Copyright: 2007 Raphaël Quinet +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This program analyzes the quantization tables of the JPEG files + given on the command line and displays their quality settings. + . + It is useful for developers or maintainers of the JPEG plug-in + because it can be used to validate the formula used in + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/tools/gimpforegroundselecttool.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + GimpForegroundSelectTool + Copyright (C) 2005 Sven Neumann + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpchanneltreeview.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpchanneltreeview.c + Copyright (C) 2001-2009 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimptoolline.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimptoolline.h + Copyright (C) 2017 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/file/file-open.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + file-open.h + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gegl/gimp-babl.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-babl.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcompressioncombobox.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcompressioncombobox.h + Copyright (C) 2019 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationbehind.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationbehind.h + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontainercombobox.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcontainercombobox.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpdevicemanager.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpdevicemanager.h + Copyright (C) 2011 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationposterize.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationposterize.c + Copyright (C) 2007 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/core/gimp-atomic.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-atomic.h + Copyright (C) 2018 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/gimpoperationsemiflatten.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationsemiflatten.h + Copyright (C) 2012 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/operations/layer-modes/gimpoperationlayermode-blend.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpoperationlayermode-blend.c + Copyright (C) 2017 Michael Natterer + 2017 Øyvind Kolås + 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpactioneditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpactioneditor.c + Copyright (C) 2008 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/widgets/gimpcontrollerwheel.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: GPL-3.0+ + gimpcontrollerwheel.c + Copyright (C) 2004-2015 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/gimp-debug.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimp-debug.c + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: app/display/gimpcanvasproxygroup.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: GPL-3.0+ + gimpcanvasproxygroup.h + Copyright (C) 2010 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +Files: plug-ins/script-fu/script-fu-intl.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + script-fu-intl.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpgradientselectbutton.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpgradientselectbutton.c + Copyright (C) 1998 Andy Thomas + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorbutton.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorbutton.c + Copyright (C) 1999-2001 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimp.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimp.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppalette.c +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppalette.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimppropwidgets.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppropwidgets.h + Copyright (C) 2002 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpcolor/gimppixbuf.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimppixbuf.c + Copyright (C) 2012 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcairo-utils.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcairo-utils.c + Copyright (C) 2007 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpprogressbar.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpprogressbar.h + Copyright (C) 2004 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpbasetypes.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpbasetypes.c + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcontroller.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcontroller.h + Copyright (C) 2004 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppalettes.h +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppalettes.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpframe.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpframe.c + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpbrushselectbutton.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbrushselectbutton.c + Copyright (C) 1998 Andy Thomas + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimphintbox.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimphintbox.c + Copyright (C) 2006 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpspinbutton.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpspinbutton.h + Copyright (C) 2018 Ell + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpfileentry.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpfileentry.c + Copyright (C) 1999-2004 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpselection.h +Copyright: 1995-2000 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpselection.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpenumstore.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpenumstore.c + Copyright (C) 2004-2007 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpdialog.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpdialog.h + Copyright (C) 2000-2003 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppatternselectbutton.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppatternselectbutton.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorprofilecombobox.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorprofilecombobox.c + Copyright (C) 2007 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpscaleentry.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpscaleentry.c + Copyright (C) 2000 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpspinbutton.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpspinbutton.c + Copyright (C) 2018 Ell + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimppageselector.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppageselector.h + Copyright (C) 2005 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpdialog.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpdialog.c + Copyright (C) 2000-2003 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpselectbutton.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpselectbutton.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimphintbox.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimphintbox.h + Copyright (C) 2006 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpgradientselect.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpgradientselect.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpedit.h +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpedit.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpbrushselect.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbrushselect.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpcolor/gimpcolortransform.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpcolortransform.c + Copyright (C) 2014 Michael Natterer + Elle Stone + Øyvind Kolås + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpoffsetarea.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpoffsetarea.c + Copyright (C) 2001 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpzoompreview.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpzoompreview.h + Copyright (C) 2005 David Odin + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpmath/gimpmatrix.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmatrix.h + Copyright (C) 1998 Jay Cox + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpvectors.h +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpvectors.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpvaluearray.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpvaluearray.h ported from GValueArray + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpparasite.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpparasite.h + Copyright (C) 1998 Jay Cox + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorprofilestore.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpprofilestore.c + Copyright (C) 2004-2008 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpcolor/gimppixbuf.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimppixbuf.h + Copyright (C) 2012 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpbusybox.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbusybox.h + Copyright (C) 2018 Ell + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpzoommodel.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpzoommodel.c + Copyright (C) 2005 David Odin + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolordisplay.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolordisplay.c + Copyright (C) 1999 Manish Singh + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimppreview.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppreview.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpbusybox.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbusybox.c + Copyright (C) 2018 Ell + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpgradientselect.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpgradientselect.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpconfig-path.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpconfig-path.h + Copyright (C) 2001-2002 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpunit.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpunit.h + Copyright (C) 1999-2003 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorhexentry.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorhexentry.h + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpfontmenu.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpfontmenu.c + Copyright (C) 2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpnumberpairentry.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpratioentry.h + Copyright (C) 2006 Simon Budig + Copyright (C) 2007 Sven Neumann + Copyright (C) 2007 Martin Nordholts + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpintstore.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpintstore.c + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpenumcombobox.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpenumcombobox.c + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpstringcombobox.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpstringcombobox.h + Copyright (C) 2007 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimptile.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimptile.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpeevl.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpeevl.h + Copyright (C) 2008-2009 Fredrik Alstromer + Copyright (C) 2008-2009 Martin Nordholts + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpenumlabel.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpenumlabel.c + Copyright (C) 2005 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppaletteselectbutton.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppaletteselectbutton.c + Copyright (C) 2004 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpexport.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpexport.c + Copyright (C) 1999-2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpcolor/gimpcolorprofile.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpcolorprofile.h + Copyright (C) 2014 Michael Natterer + Elle Stone + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppixelfetcher.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppixelfetcher.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpimagecolorprofile.c +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpimagecolorprofile.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpproceduraldb.h +Copyright: 1995-2000 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpproceduraldb.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpconfig-params.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + ParamSpecs for config objects + Copyright (C) 2001 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcellrenderertoggle.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcellrenderertoggle.h + Copyright (C) 2003-2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpconfig-path.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpconfig-path.c + Copyright (C) 2001 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppatternselect.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppatternselect.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimppixmap.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppixmap.h + Copyright (C) 2000 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppatterns.h +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppatterns.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpchecks.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpchecks.c + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpbrushselectbutton.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbrushselectbutton.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpcolor/gimpcairo.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcairo.h + Copyright (C) 2007 Sven Neumann + 2010-2012 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimppixmap.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppixmap.c + Copyright (C) 2000 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpcolor/gimpcolorprofile.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpcolorprofile.c + Copyright (C) 2014 Michael Natterer + Elle Stone + Øyvind Kolås + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpuitypes.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpuitypes.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpwidgets-private.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpwidgets-private.c + Copyright (C) 2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpbrowser.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbrowser.c + Copyright (C) 2005 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpenumwidgets.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpenumwidgets.h + Copyright (C) 2002-2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpcolor/gimprgb-parse.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimprgb-parse.c + Copyright (C) 2004 Sven Neumann + . + Some of the code in here was inspired and partly copied from pango + and librsvg. + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorarea.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorarea.h + Copyright (C) 2001-2002 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + This provides a color preview area. The preview + can handle transparency by showing the checkerboard and + handles drag'n'drop. + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpwin32-io.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpwin32-io.h + Compatibility defines, you mostly need this as unistd.h replacement + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpcolor/gimpcairo.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcairo.c + Copyright (C) 2007 Sven Neumann + 2010-2012 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/libgimp-intl.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + libgimp-intl.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppixelrgn.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppixelrgn.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpchannel.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpchannel.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimphelpui.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimphelpui.c + Copyright (C) 2000-2003 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorselector.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorselector.c + Copyright (C) 2002 Michael Natterer + . + based on: + Colour selector module + Copyright (C) 1999 Austin Donnelly + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpfileentry.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpfileentry.h + Copyright (C) 1999-2004 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppaletteselect.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppaletteselect.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpimage.h +Copyright: 1995-2000 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpimage.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpoffsetarea.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpoffsetarea.h + Copyright (C) 2001 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpquerybox.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpquerybox.h + Copyright (C) 1999-2000 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorselection.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorselection.c + Copyright (C) 2003 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpunitcombobox.c +Copyright: 1995-1999 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpunitcombobox.c + Copyright (C) 2004, 2008 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpplugin.h +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpplugin.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpwidgets-private.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpwidgets-private.h + Copyright (C) 2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpsizeentry.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpsizeentry.c + Copyright (C) 1999-2000 Sven Neumann + Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpstringcombobox.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpstringcombobox.c + Copyright (C) 2007 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimputils.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimputils.c + Copyright (C) 2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpenumcombobox.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpenumcombobox.h + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorselection.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorselection.h + Copyright (C) 2003 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpgradientmenu.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpgradientmenu.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorprofilestore-private.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpprofilestore-private.h + Copyright (C) 2007 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpimagecombobox.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpimagecombobox.c + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimppageselector.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppageselector.c + Copyright (C) 2005 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorprofilestore.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpprofilestore.h + Copyright (C) 2007 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpbrowser.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbrowser.h + Copyright (C) 2005 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpparasite.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpparasite.c + Copyright (C) 1998 Jay Cox + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpselectbutton.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpselectbutton.c + Copyright (C) 2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpaspectpreview.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpaspectpreview.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpscanner.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpscanner.c + Copyright (C) 2002 Sven Neumann + Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpmodule/gimpmodule.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmodule.h + (C) 1999 Austin Donnelly + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimptile.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimptile.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpgradientselectbutton.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpgradientselectbutton.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimppatheditor.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppatheditor.h + Copyright (C) 1999-2004 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolordisplay.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolordisplay.c + Copyright (C) 2002 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpprogressbar.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpprogressbar.c + Copyright (C) 2004 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppalettes.c +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppalettes.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpenumstore.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpenumstore.h + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpunitmenu.c +Copyright: 1995-1999 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpunitmenu.c + Copyright (C) 1999 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppixbuf.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppixbuf.h + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpunitcombobox.h +Copyright: 1995-1999 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpunitcombobox.h + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpintstore.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpintstore.c + Copyright (C) 2004-2007 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppalette.h +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppalette.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpmenu.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmenu.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpparasiteio.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpparasiteio.c + Copyright (C) 1999 Tor Lillqvist + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + Functions for building and parsing string representations of + various standard parasite types. + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpmath/gimpmath.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmath.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpmemsizeentry.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmemsizeentry.c + Copyright (C) 2000-2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppixelrgn.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppixelrgn.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpmath/gimpmatrix.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmatrix.c + Copyright (C) 1998 Jay Cox + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpimagecolorprofile.h +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpimagecolorprofile.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpregioniterator.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpregioniterator.h + Contains all kinds of miscellaneous routines factored out from different + plug-ins. They stay here until their API has crystalized a bit and we can + put them into the file where they belong (Maurits Rijk + if you want to blame someone for this mess) + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpframe.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpframe.h + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpdrawablepreview.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpdrawablepreview.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppixelfetcher.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppixelfetcher.h + Contains all kinds of miscellaneous routines factored out from different + plug-ins. They stay here until their API has crystalized a bit and we can + put them into the file where they belong (Maurits Rijk + if you want to blame someone for this mess) + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpmemsizeentry.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmemsizeentry.h + Copyright (C) 2000-2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpenv.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpenv.h + Copyright (C) 1999 Tor Lillqvist + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpbutton.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbutton.h + Copyright (C) 2001 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpprocview.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpprocview.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpbrushes.c +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbrushes.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpitemcombobox.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpitemcombobox.h + Copyright (C) 2004 Sven Neumann + Copyright (C) 2006 Simon Budig + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppatternmenu.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppatternmenu.c + Copyright (C) 1998 Andy Thomas + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpbase-private.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbase-private.h + Copyright (C) 2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpscrolledpreview.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpscrolledpreview.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpunitcache.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpunitcache.c + Copyright (C) 1999-2000 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppixbuf.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppixbuf.c + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpzoommodel.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpzoommodel.h + Copyright (C) 2005 David Odin + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpgradients.h +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpgradients.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpscanner.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpscanner.h + Copyright (C) 2002 Sven Neumann + Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorscale.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorscale.c + Copyright (C) 2002-2010 Sven Neumann + Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcairo-utils.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcairo-utils.h + Copyright (C) 2007 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpintcombobox.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpintcombobox.c + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpbrushmenu.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbrushmenu.c + Copyright (C) 1998 Andy Thomas + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorprofilecombobox.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorprofilecombobox.h + Copyright (C) 2007 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimp3migration.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimp3migration.c + Copyright (C) 2011 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimp.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimp.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorscale.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorscale.h + Copyright (C) 2002 Sven Neumann + Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpfontselect.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpfontselect.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpmath/gimpmathtypes.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmathtypes.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpprogress.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpprogress.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpedit.c +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpedit.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpbutton.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbutton.c + Copyright (C) 2000-2008 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpsizeentry.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpsizeentry.h + Copyright (C) 1999-2000 Sven Neumann + Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpcolor/gimpcolortransform.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpcolortransform.h + Copyright (C) 2014 Michael Natterer + Elle Stone + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcellrenderercolor.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcellrenderercolor.c + Copyright (C) 2004,2007 Sven Neuman + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpimagemetadata.h +Copyright: 1995-2000 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpimagemetadata.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpvectors.c +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpvectors.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimp3migration.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimp3migration.h + Copyright (C) 2011 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolordisplaystack.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolordisplaystack.h + Copyright (C) 2003 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpdrawable.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpdrawable.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcontroller.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcontroller.c + Copyright (C) 2004 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpquerybox.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpquerybox.c + Copyright (C) 1999-2000 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpoldwidgets.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpoldwidgets.h + Copyright (C) 2000 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + These functions are deprecated and should not be used in newly + written code. + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpwidgets-error.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpwidgets-error.c + Copyright (C) 2008 Martin Nordholts + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpplugin.c +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpplugin.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpbrushmenu.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbrushmenu.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpscaleentry.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpscaleentry.h + Copyright (C) 2000 Michael Natterer , + 2008 Bill Skaggs + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppaletteselect.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppaletteselect.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/test-preview-area.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball + 2004 Sven Neumann test-preview-area.c +License: LGPL-3.0+ + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + This code is based on testrgb.c from GTK+ - The GIMP Toolkit + Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpwidgets-error.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpwidgets-error.h + Copyright (C) 2008 Martin Nordholts + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpenumlabel.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpenumlabel.h + Copyright (C) 2005 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppalettemenu.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppalettemenu.c + Copyright (C) 2004 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpwidgetsutils.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpwidgetsutils.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpeevl.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpeevl.c + Copyright (C) 2008 Fredrik Alstromer + Copyright (C) 2008 Martin Nordholts + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + Introducing eevl eva, the evaluator. A straightforward recursive + descent parser, no fuss, no new dependencies. The lexer is hand + coded, tedious, not extremely fast but works. It evaluates the + expression as it goes along, and does not create a parse tree or + anything, and will not optimize anything. It uses doubles for + precision, with the given use case, that's enough to combat any + rounding errors (as opposed to optimizing the evaluation). + . + It relies on external unit resolving through a callback and does + elementary dimensionality constraint check (e.g. "2 mm + 3 px * 4 + in" is an error, as L + L^2 is a mismatch). It uses setjmp/longjmp + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpbrushes.h +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbrushes.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpcpuaccel.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball + 1999-2001 Aaron Holtzman +License: LGPL-3.0+ + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + x86 bits Copyright (C) Manish Singh + . + PPC CPU acceleration detection was taken from DirectFB but seems to be + originating from mpeg2dec with the following copyright: + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorarea.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorarea.c + Copyright (C) 2001-2002 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: app/propgui/gimppropgui-eval.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimppropgui-eval.c + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + . + You should have received a copy of the GNU Less General Public License + along with this program. If not, see . + . + This is a simple interpreter for the GUM language (the GEGL UI Meta + language), used in certain property keys of GEGL operations. What follows + is a hand-wavy summary of the syntax and semantics (no BNF for you!) + . + There are currently two types of expressions: + . + Boolean expressions + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpselection.c +Copyright: 1995-2000 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpselection.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpunit.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpunit.c + Copyright (C) 2003 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpunitmenu.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpunitmenu.h + Copyright (C) 1999 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimptypes.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimptypes.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcellrenderercolor.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcellrenderercolor.h + Copyright (C) 2004 Sven Neuman + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpexport.h +Copyright: 1995-1999 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpexport.h + Copyright (C) 1999-2000 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpaspectpreview.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpaspectpreview.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpproceduraldb.c +Copyright: 1995-2000 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpproceduraldb.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppatternmenu.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppatternmenu.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpchainbutton.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpchainbutton.h + Copyright (C) 1999-2000 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + This implements a widget derived from GtkTable that visualizes + it's state with two different pixmaps showing a closed and a + broken chain. It's intended to be used with the GimpSizeEntry + widget. The usage is quite similar to the one the GtkToggleButton + provides. + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/test-eevl.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + test-eevl.c + Copyright (C) 2008 Fredrik Alstromer + Copyright (C) 2008 Martin Nordholts + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + A small regression test case for the evaluator + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpmetadata.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmetadata.h + Copyright (C) 2013 Hartmut Kuhse + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppaletteselectbutton.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppaletteselectbutton.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpscrolledpreview.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpscrolledpreview.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpenv.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpenv.c + Copyright (C) 1999 Tor Lillqvist + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorhexentry.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorhexentry.c + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpwidgets.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpwidgets.h + Copyright (C) 2000 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpmenu.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmenu.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpbrushselect.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbrushselect.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpzoompreview.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpzoompreview.c + Copyright (C) 2005 David Odin + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpgradients.c +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpgradients.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpunitstore.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpunitstore.h + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpwidgetstypes.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpwidgetstypes.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimplayer.h +Copyright: 1995-2000 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimplayer.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpchannel.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpchannel.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimphelpui.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimphelpui.h + Copyright (C) 2000-2003 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolordisplaystack.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolordisplaystack.c + Copyright (C) 2003 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpenumwidgets.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpenumwidgets.c + Copyright (C) 2002-2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpgradientmenu.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpgradientmenu.c + Copyright (C) 1998 Andy Thomas + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorbutton.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorbutton.h + Copyright (C) 1999-2001 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + This provides a button with a color preview. The preview + can handle transparency by showing the checkerboard. + On click, a color selector is opened, which is already + fully functional wired to the preview button. + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimppreview.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppreview.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpunitstore.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpunitstore.c + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimplimits.h +Copyright: 1995-1999 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimplimits.h + Copyright (C) 1999 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpchainbutton.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpchainbutton.c + Copyright (C) 1999-2000 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpprocview.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpprocview.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpfontselectbutton.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpfontselectbutton.c + Copyright (C) 2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpregioniterator.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpregioniterator.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcellrenderertoggle.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcellrenderertoggle.c + Copyright (C) 2003-2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpfontselectbutton.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpfontselectbutton.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppalettemenu.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppalettemenu.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpintcombobox.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpintcombobox.h + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpbase-private.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpbase-private.c + Copyright (C) 2003 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpicons.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpicons.c + Copyright (C) 2001-2015 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpoldwidgets.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpoldwidgets.c + Copyright (C) 2000 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpparasiteio.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpparasiteio.h + Copyright (C) 1999 Tor Lillqvist + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpgimprc.h +Copyright: 1995-2005 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpgimprc.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimprectangle.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimprectangle.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpimagemetadata.c +Copyright: 1995-2000 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpimagemetadata.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpimage.c +Copyright: 1995-2000 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpimage.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: plug-ins/pygimp/pygimp-intl.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + pygimp-intl.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpnumberpairentry.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpnumberpairentry.c + Copyright (C) 2006 Simon Budig + Copyright (C) 2007 Sven Neumann + Copyright (C) 2007 Martin Nordholts + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpfontselect.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpfontselect.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimppatheditor.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppatheditor.c + Copyright (C) 1999-2004 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/stdplugins-intl.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + stdplugins-intl.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpconfig/gimpconfigenums.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimpconfigenums.h + Copyright (C) 2004 Stefan Döhla + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpicons.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpicons.h + Copyright (C) 2001-2015 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpdrawable.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpdrawable.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpsignal.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + $Revision$ + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpimagecombobox.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpimagecombobox.h + Copyright (C) 2004 Sven Neumann + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpmetadata.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmetadata.c + Copyright (C) 2013 Hartmut Kuhse + Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpunitcache.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpunitcache.c + Copyright (C) 2003 Michael Natterer + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpmodule/gimpmodule.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpmodule.c + (C) 1999 Austin Donnelly + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpbase/gimpvaluearray.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpvaluearray.c ported from GValueArray + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpenums.h +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + NOTE: This file is autogenerated by enumcode.pl + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpitemcombobox.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpitemcombobox.c + Copyright (C) 2004 Sven Neumann + Copyright (C) 2006 Simon Budig + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpfontmenu.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpfontmenu.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppatterns.c +Copyright: 1995-2003 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppatterns.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimpwidgets/gimpcolorselector.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpcolorselector.h + Copyright (C) 2002 Michael Natterer + . + based on: + Colour selector module + Copyright (C) 1999 Austin Donnelly + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpprogress.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpprogress.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppatternselectbutton.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppatternselectbutton.c + Copyright (C) 1998 Andy Thomas + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpgimprc.c +Copyright: 1995-2005 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpgimprc.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimplayer.c +Copyright: 1995-2000 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimplayer.c + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: app/propgui/gimppropgui-eval.h +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: LGPL-3.0+ + gimppropgui.h + Copyright (C) 2017 Ell + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimppatternselect.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimppatternselect.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: libgimp/gimpdrawablepreview.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: LGPL-3.0+ + gimpdrawablepreview.h + . + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: m4macros/pythondev.m4 +Copyright: 1999-2011 Free Software Foundation, Inc. +License: PERMISSIVE + This file is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + +Files: app/core/gimpimage-convert-data.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: __HEADER___ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Misc data definitions used by the convert.c code module. Moved + out here simply to unclutter convert.c, mostly. + +Files: app/core/gimptemplate.c +Copyright: 1995-1997 Spencer Kimball and Peter Mattis +License: __HEADER___ + gimptemplate.c + Copyright (C) 2003 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This file contains the definition of the image template objects. + +Files: plug-ins/twain/twain.h +Copyright: 1991-1992 TWAIN Working Group: Aldus, Caere, Eastman-Kodak, Hewlett-Packard and Logitech Corporations. + 1997 TWAIN Working Group: Bell+Howell, Canon, DocuMagix, Fujitsu, Genoa Technology, Hewlett-Packard, Kofax Imaging Products, and Ricoh Corporation. +License: __HEADER___ + TWAIN.h - This is the definitive include file for applications and + data sources written to the TWAIN specification. + It defines constants, data structures, messages etc. + for the public interface to TWAIN. + . + Revision History: + version 1.0, March 6, 1992. TWAIN 1.0. + version 1.1, January 1993. Tech Notes 1.1 + version 1.5, June 1993. Specification Update 1.5 + Change DC to TW + Change filename from DC.H to TWAIN.H + version 1.5, July 1993. Remove spaces from country identifiers + . + version 1.7, July 1997 Added Capabilities and data structure for + document imaging and digital cameras. + KHL. + version 1.7, July 1997 Inserted Borland compatibile structure packing + directives provided by Mentor. JMH + version 1.7, Aug 1997 Expanded file tabs to spaces. + NOTE: future authors should be sure to have + their editors set to automatically expand tabs + to spaces (original tab setting was 4 spaces). + version 1.7, Sept 1997 Added job control values + Added return codes + version 1.7, Sept 1997 changed definition of pRGBRESPONSE to + +Files: app/core/gimpunit.c +Copyright: 1995-1999 Spencer Kimball and Peter Mattis +License: __HEADER___ + gimpunit.c + Copyright (C) 1999-2000 Michael Natterer + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + This file contains the definition of the size unit objects. The + factor of the units is relative to inches (which have a factor of 1). + +Files: ChangeLog.pre-git +Copyright: __NO_COPYRIGHT__ in: ChangeLog.pre-git +License: __UNKNOWN__ + 2009-02-16 Aurimas Juška + +Files: po-script-fu/is.po +Copyright: 2008-2015 Free Software Foundation, Inc. +License: __UNKNOWN__ + Anna Jonna Ármansdóttir , 2008. + Sveinn í Felli , 2015, 2017, 2019. + +Files: po-plug-ins/en_CA.po +Copyright: 2004-2006 Adam Weinberger and the GNOME Foundation +License: __UNKNOWN__ + This file is distributed under the same licence as the gimp plug-ins package. + Adam Weinberger , 2004, 2005, 2006. + +Files: plug-ins/script-fu/scripts/grid-system.scm +Copyright: __NO_COPYRIGHT__ in: plug-ins/script-fu/scripts/grid-system.scm +License: __UNKNOWN__ + Code: + +Files: cursors/tool-paths-segment.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-paths-segment.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(20chars. over 69chars.) starting with: for download at http://www.gimp.orgFZ ÜIDATXÃí–[HQÇcÞښJ + +Files: cursors/cursor-crosshair.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-crosshair.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ yIDATXÃí–A + +Files: po-tips/en_CA.po +Copyright: 2004-2005 Adam Weinberger and the GNOME Foundation +License: __UNKNOWN__ + This file is distributed under the same licence as the gimp tips package. + Adam Weinberger , 2004, 2005. + +Files: po-plug-ins/de.po +Copyright: 1999-2007 Free Software Foundation, Inc. +License: __UNKNOWN__ + Felix Natter , + Daniel Egger , + Sven Neumann , + Knut Neumann + Christian Neumair + Michael Natterer + Sven Neumann + Jens Seidel , 2005. + Hendrik Richter , 2005-2006. + Axel Wernicke , 2007. + Hendrik Brandt , 2004-2008. + Ulf-D. Ehlert , 2007-2010. + Daniel Winzen , 2013. + Christian Kirbach , 2010-2011, 2013. + Mario Blättermann , 2011, 2016-2018. + Tim Sabsch , 2018-2022. + Philipp Kiemle , 2021. + +Files: cursors/modifier-foreground.png +Copyright: __NO_COPYRIGHT__ in: cursors/modifier-foreground.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ cIDATXÃíÔA + _MANY_NON_ASCII_(39chars. over 80chars.) starting with: À0DQ'xÿ+ÛUALIWÁ”þ·KDtP¶QDÄÛIÊg·ÍʵàénØa¼»€ +License: __UNKNOWN__ + Use this code for whatever you like. + +Files: cursors/tool-paths.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-paths.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(25chars. over 83chars.) starting with: for download at http://www.gimp.orgFZ 9IDATXÃí–Ám„0DGi"r¦ + +Files: po-script-fu/da.po +Copyright: 2018 Free Software Foundation, Inc. +License: __UNKNOWN__ + Yderligere oplysninger og konventioner kan findes på + http://wiki.dansk-gruppen.dk/index.php/GIMP + . + Birger Langkjer , 2000. + Keld Simonsen , 2000. + Ole Laursen , 2001, 2002, 2004. + Mads Lundby , 2009. + Joe Hansen , 2010, 2011. + scootergrisen, 2015, 2016. + Alan Mortensen, 2018 (gennemgået og oversat i sin helhed), 2019-20. + +Files: libgimpwidgets/gimpcolornotebook.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimpcolornotebook.c + Copyright (C) 2002 Michael Natterer + +Files: po/de.po +Copyright: 1998-2007 Free Software Foundation, Inc. +License: __UNKNOWN__ + Daniel Egger + Michael Natterer + Christian Neumair + Roman Joost + Roman Joost , 2005. + Hendrik Richter , 2005. + Jens Seidel , 2005. + Hendrik Brandt , 2004-2005, 2007-2008. + Sven Neumann , 2004-2009. + Ulf-D. Ehlert , 2008-2010. + Daniel Winzen , 2012, 2013. + Sven Claussner , 2013. + Hartmut Kuhse , 2016. + Mario Blättermann , 2011-2012, 2016-2018. + Christian Kirbach , 2011-2020. + Tim Sabsch , 2018-2022. + Philipp Kiemle , 2021. + +Files: app/display/gimpnavigationeditor.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: __UNKNOWN__ + gimpnavigationeditor.h + Copyright (C) 2002 Michael Natterer + +Files: po-python/cs.po +Copyright: 2001-2007 Free Software Foundation, Inc. + 2004-2005 Miloslav Trmac +License: __UNKNOWN__ + Stanislav Brabec , 2000-2001. + Michal Bukovjan , 2003. + Miloslav Trmac , 2003, 2004, 2005. + Jakub Friedl , 2006, 2007. + Marek Černocký , 2012. + +Files: cursors/cursor-none.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-none.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(31chars. over 91chars.) starting with: for download at http://www.gimp.orgFZ IDATXÃíÁ1 õOmo + +Files: cursors/cursor-side-bottom-left.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-side-bottom-left.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(24chars. over 82chars.) starting with: for download at http://www.gimp.orgFZ ÓIDATXÃí•Aƒ Eq qgà- + _MANY_NON_ASCII_(88chars. over 148chars.) starting with: Eh3/!.€øùƒÌ÷AE §73Ì{›œs¢¤T,„ðؓ8çP\j­ÐÔ:׌bZÂ–*RÑÔ5JÚv + _MANY_NON_ASCII_(26chars. over 42chars.) starting with: ɾï¥Öºz¬éWÃÒynŒ Ã0¹ÜÌ[Ne>ûIEND®B`‚ + +Files: po-plug-ins/ca.po +Copyright: 2000-2008 Free Software Foundation, Inc. +License: __UNKNOWN__ + Softcatala , 2000-2008. + Xavier Conde Rueda , 2004-2007. + Jordi Jover, jordijn@softcatala.org, 2002. + Quim Perez i Noguer , 2005-2009. + Joaquim Perez Noguer , 2009 + Pau Iranzo , 2011. + Jordi Mas i Hernàndez, , 2018 + +Files: cursors/tool-polygon-select.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-polygon-select.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ¼IDATXÃí•Ë + _MANY_NON_ASCII_(14chars. over 24chars.) starting with: ƒ0%}䐎 —µ.#”õr2²6& + +Files: cursors/modifier-move.png +Copyright: __NO_COPYRIGHT__ in: cursors/modifier-move.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ dIDATXÃíÔA + +Files: cursors/cursor-side-bottom-right.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-side-bottom-right.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(35chars. over 96chars.) starting with: for download at http://www.gimp.orgFZ ÒIDATXÃí•Mƒ Fu0aGÀ- + +Files: po/ca.po +Copyright: 2000-2008 Free Software Foundation, Inc. +License: __UNKNOWN__ + Diversos contribuïdors, 2000-2008. + Quim Perez i Noguer , 2005-2008. + Xavier Conde Rueda , 2004-2007. + Jordi Jover, jordijn@softcatala.org, 2002. + Joaquim Perez , 2008. + Quim Perez i Noguer , 2008, 2009, 2011. + Albert F. , 2012, 2013. + Eulàlia Pagès i Morales , 2015-2017 + Jordi Mas i Hernàndez , 2015-2022 + +Files: plug-ins/script-fu/ftx/ftx-functions.txt +Copyright: 2002 Manuel Heras-Gilsanz (manuel@heras-gilsanz.com) +License: __UNKNOWN__ + This software is subject to the license terms contained in the + LICENSE file. + . + TSX FUNCTIONS + . + TSX incorporates the following functions: + +Files: cursors/modifier-anchor.png +Copyright: __NO_COPYRIGHT__ in: cursors/modifier-anchor.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ‰IDATXÃí•K + _MANY_NON_ASCII_(71chars. over 127chars.) starting with: À }9EÞÿšéF‹MWM„¾€’͐¢cfÖÏP2i2wŒrI[æR„²;5m›-Ê$å0$z³vy‰ + _MANY_NON_ASCII_(10chars. over 19chars.) starting with: J‰‹LRIEND®B`‚ + +Files: libgimpwidgets/gimpcolorselect.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimpcolorselect.c + Copyright (C) 2002 Michael Natterer + +Files: po-python/da.po +Copyright: 2018 Free Software Foundation, Inc. +License: __UNKNOWN__ + Yderligere oplysninger og konventioner kan findes på + http://wiki.dansk-gruppen.dk/index.php/GIMP + . + Birger Langkjer , 2000. + Keld Simonsen , 2000. + Ole Laursen , 2001, 02, 04. + Joe Hansen , 2008, 2011. + scootergrisen, 2015, 2016. + Alan Mortensen , 2018 (oversat og gennemgået i sin helhed), 2019-22. + +Files: cursors/modifier-pattern.png +Copyright: __NO_COPYRIGHT__ in: cursors/modifier-pattern.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ^IDATXÃíÔA + +Files: cursors/tool-airbrush.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-airbrush.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(178chars. over 329chars.) starting with: for download at http://www.gimp.orgFZ ‚IDATXÃ픿ka‡Ÿ$ø„  + +Files: cursors/modifier-intersect.png +Copyright: __NO_COPYRIGHT__ in: cursors/modifier-intersect.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ NIDATXÃíÒ± + _MANY_NON_ASCII_(48chars. over 88chars.) starting with: À ќÿÿÏq±ÁBq…{àÉCqº.Î̬ õVLW\G [C<3Àhݗ¯·-µAkŽ³$I’$ + +Files: cursors/modifier-join.png +Copyright: __NO_COPYRIGHT__ in: cursors/modifier-join.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ]IDATXÃíÔ1 + +Files: po-plug-ins/ru.po +Copyright: 1999-2007 Free Software Foundation, Inc. +License: __UNKNOWN__ + Valek Filippov , 1999-2002. + Grigory Bakunov , 2003. + Anatoly A. Yakushin , 2003-2005. + Roxana Kolosova , 2003-2006. + Александр Прокудин , 2005-2011, 2011, 2012. + Olesya Gerasimenko , 2018. + Alexandre Prokoudine , 2015-2020. + +Files: libgimpwidgets/gimppickbutton-xdg.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimppickbutton-xdg.c + Copyright (C) 2021 Niels De Graef + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + +Files: cursors/cursor-corner-right.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-corner-right.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ IDATXÃíÕA + +Files: cursors/modifier-control.png +Copyright: __NO_COPYRIGHT__ in: cursors/modifier-control.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(77chars. over 152chars.) starting with: for download at http://www.gimp.orgFZ YIDATXÃíÔ1À CQ»Êý¯œ® + +Files: cursors/tool-bucket-fill.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-bucket-fill.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(54chars. over 129chars.) starting with: for download at http://www.gimp.orgFZ BIDATXÃí•ÁjQ†¿ÉÌhÊdb + +Files: plug-ins/script-fu/ftx/README +Copyright: 2002 Manuel Heras-Gilsanz (manuel@heras-gilsanz.com) +License: __UNKNOWN__ + This software is subject to the license terms contained in the + LICENSE file. + . + Changelog: + 1.1 (Sept. 2002) Updated to tinyscheme 1.31 + 1.0 (April 2002) First released version + +Files: po-libgimp/en_CA.po +Copyright: 2004-2006 Adam Weinberger and the GNOME Foundation +License: __UNKNOWN__ + This file is distributed under the same licence as the libgimp package. + Adam Weinberger , 2004, 2005, 2006. + +Files: app/tools/gimppolygonselecttool.h +Copyright: 1995 Spencer Kimball and Peter Mattis +License: __UNKNOWN__ + This program is polygon software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Polygon Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Files: po/fi.po +Copyright: 1999-2008 Free Software Foundation, Inc. +License: __UNKNOWN__ + Ville Hautamäki . + Tor Lillqvist . + Sami Gerdt . + . + Sanastoa: http://www.imaginos.fi/materiaa/photoshp/23.html + . + Jarkko Ranta , 2001-2002. + Tapio Lehtonen , 2004. + Mikko Paananen , 2004. + Ilkka Tuohela , 2006-2008. + Timo Jyrinki , 2008, 2012, 2018. + Janne Peltonen , 2012. + Lasse Liehu , 2014. + Jiri Grönroos , 2014, 2015. + +Files: plug-ins/script-fu/ftx/ftx.c +Copyright: 2002 Visual Tools, S.A. Manuel Heras-Gilsanz (manuel@heras-gilsanz.com) +License: __UNKNOWN__ + This software is subject to the terms stated in the + LICENSE file. + +Files: ChangeLog.pre-2-6 +Copyright: __NO_COPYRIGHT__ in: ChangeLog.pre-2-6 +License: __UNKNOWN__ + 2008-08-05 Sven Neumann + __MANY_TOTAL_LINES__(3673lines) truncating at: + . + __MANY_TOTAL_LINES__(3674lines) truncating at: * app/display/gimpdisplayshell-draw.c (gimp_display_shell_draw_ + +Files: po/eo.po +Copyright: 2006-2012 Free Software Foundation, Inc. +License: __UNKNOWN__ + This file is distributed under the same license as GIMP. + Tradukaĵoj: + +Files: cursors/cursor-corner-top-right.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-corner-top-right.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ªIDATXÃ햱 + _MANY_NON_ASCII_(34chars. over 59chars.) starting with: à EÿaKÔY&`g©x×ކ‚I~ÅrLÁI¹'}ÑP + +Files: cursors/cursor-corner-left.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-corner-left.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ‚IDATXÃí•1 + +Files: po-libgimp/da.po +Copyright: 1999-2018 Free Software Foundation, Inc. +License: __UNKNOWN__ + Yderligere oplysninger og konventioner kan findes på + http://wiki.dansk-gruppen.dk/index.php/GIMP + . + Kenneth Christiansen , 1999. + Birger Langkjer , 2000. + Keld Simonsen , 2000. + Ole Laursen , 2001, 02, 03, 04, 05, 07. + +Files: plug-ins/script-fu/scripts/script-fu.init +Copyright: 1988 Eric S. Tiedemann; +License: __UNKNOWN__ + Subsequently modified to handle vectors: D. Souflis + +Files: po-libgimp/fi.po +Copyright: 1999-2008 Free Software Foundation, Inc. +License: __UNKNOWN__ + Ville Hautamäki , 2000 + Tor Lillqvist , 2000 + Mikko Paananen , 2004 + Ilkka Tuohela , 2008. + Juhani Numminen , 2013 + +Files: cursors/tool-text.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-text.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ šIDATXÃíÕ¡ + _MANY_NON_ASCII_(6chars. over 9chars.) starting with: Ã0„ás‘7õ + +Files: plug-ins/gradient-flare/README +Copyright: 1995 Spencer Kimball and Peter Mattis +License: __UNKNOWN__ + Gradient editor module copyight (C) 1996-1997 Federico Mena Quintero + federico@nuclecu.unam.mx + +Files: cursors/tool-heal.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-heal.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(33chars. over 106chars.) starting with: for download at http://www.gimp.orgFZ /IDATXÃí•]L›UÇ-LÚ·«µ + +Files: cursors/cursor-crosshair-small.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-crosshair-small.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ sIDATXÃí•Q + +Files: po-python/it.po +Copyright: 1999 Free Software Foundation, Inc. +License: __UNKNOWN__ + Terminologia: + +Files: cursors/cursor-side-bottom.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-side-bottom.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ IDATXÃíÔË + +Files: po-script-fu/en_CA.po +Copyright: 2004-2005 Adam Weinberger and the GNOME Foundation +License: __UNKNOWN__ + This file is distributed under the same licence as the gimp script-fu package. + Adam Weinberger , 2004, 2005. + +Files: cursors/tool-perspective.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-perspective.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ‘IDATXÃí•1k"A†Ÿ8"î* + +Files: cursors/tool-ellipse-select.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-ellipse-select.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ¢IDATXÃí•A + +Files: libgimpwidgets/gimppropwidgets.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimppropwidgets.c + Copyright (C) 2002-2007 Michael Natterer + Sven Neumann + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + +Files: libgimpwidgets/gimppickbutton.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimppickbutton.h + Copyright (C) 2002 Michael Natterer + . + based on gtk-2-0/gtk/gtkcolorsel.c + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + +Files: cursors/cursor-side-top.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-side-top.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ’IDATXÃíÓ» + _MANY_NON_ASCII_(105chars. over 156chars.) starting with: €0PuŠ,•`)ìÉɦC‰Ÿ©ü$šÈë¸""rDr浱ɏ7ùùK#I3»* ÛÞæß, + +Files: po-libgimp/lv.po +Copyright: 2004-2005 Free Software Foundation, Inc. +License: __UNKNOWN__ + Gatis Kalnins , 2004, 2005. + Rūdolfs Mazurs , 2010. + Rudolfs , 2011, 2016, 2018, 2019, 2021. + +Files: libgimpwidgets/gimppickbutton-xdg.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimppickbutton-xdg.h + Copyright (C) 2021 Niels De Graef + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + Private header file which is not meant to be exported. + +Files: plug-ins/file-fits/fits-io.c +Copyright: __NO_COPYRIGHT__ in: plug-ins/file-fits/fits-io.c +License: __UNKNOWN__ + #END-HDR + . + References: + - NOST, Definition of the Flexible Image Transport System (FITS), + September 29, 1995, Standard, NOST 100-1.1 + +Files: app/tools/gimppolygonselecttool.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: __UNKNOWN__ + Major improvement to support polygonal segments + Copyright (C) 2008 Martin Nordholts + . + This program is polygon software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Polygon Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Files: cursors/modifier-bad.png +Copyright: __NO_COPYRIGHT__ in: cursors/modifier-bad.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ tIDATXÃí•A + _MANY_NON_ASCII_(80chars. over 126chars.) starting with: €0 ³âÿ¿¼^,Ä Š—äà šPèФ­¢Ûα$]ân‘²,¿%¦.™*r³&$i(Y.WÄPÏøœºæò°í + +Files: po-python/en_CA.po +Copyright: 2004-2005 Adam Weinberger and the GNOME Foundation +License: __UNKNOWN__ + This file is distributed under the same licence as the gimp python package. + Adam Weinberger , 2004, 2005. + +Files: plug-ins/lighting/README +Copyright: 1996-1998 Federico Mena Quintero + 1996-1998 Tom Bech +License: __UNKNOWN__ + You can reach the author(s) via E-mail: + tomb@gimp.org (Tom) or quartic@gimp.org (Federico). + . + GIMP was developed by Peter Mattis and Spencer Kimball. + You can contact them at gimp@xcf.berkeley.edu. + . + There's more GIMP stuff on our home pages: + http://www.ii.uib.no/~tomb/gimp.html (Tom's page) + http://www.nuclecu.unam.mx/~federico/gimp/index.html (Quartic's page) + . + Legal stuff + +Files: po-tips/de.po +Copyright: 2002-2007 Free Software Foundation, Inc. +License: __UNKNOWN__ + Sven Neumann , 2004-2007. + Hendrik Brandt , 2006, 2007. + Sven Neumann , 2007. + Ulf-D. Ehlert , 2007, 2010. + Mario Blättermann , 2011. + Tim Sabsch , 2018. + +Files: cursors/modifier-resize.png +Copyright: __NO_COPYRIGHT__ in: cursors/modifier-resize.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ iIDATXÃíÔ1À CÑqÿ+» E + _MANY_NON_ASCII_(27chars. over 38chars.) starting with: Ãʂ•ØvV—¤µÖãõîMÆhQÀvڝ²@cl§;3º³ + _MANY_NON_ASCII_(38chars. over 60chars.) starting with: Õ*Ɣ…ò ÊqIšËýžU½Cßݶ]·ÔW¾²,SB»Ï€é!4AûðÑgÉIEND®B`‚ + +Files: libgimpwidgets/gimppickbutton-quartz.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimppickbutton-quartz.h + Copyright (C) 2017 Jehan + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + Private header file which is not meant to be exported. + +Files: cursors/modifier-plus.png +Copyright: __NO_COPYRIGHT__ in: cursors/modifier-plus.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(29chars. over 87chars.) starting with: for download at http://www.gimp.orgFZ RIDATXÃíÒ1À0CQqÿ+»S + _MANY_NON_ASCII_(14chars. over 28chars.) starting with: Ý}t²™s&Inf¿wÎÝτy),zÔ>W¸Â¡ + _MANY_NON_ASCII_(19chars. over 28chars.) starting with: üËX!nӄÄIEND®B`‚ + +Files: po-tips/da.po +Copyright: 2002-2017 Free Software Foundation, Inc. +License: __UNKNOWN__ + Yderligere oplysninger og konventioner kan findes på + http://wiki.dansk-gruppen.dk/index.php/GIMP + . + Ole Laursen , 2002, 03, 04, 05, 06. + Joe Hansen , 2008. + scootergrisen, 2015, 2016. + Alan Mortensen , 2017. + +Files: po-tips/ru.po +Copyright: 2004-2005 Free Software Foundation, Inc. +License: __UNKNOWN__ + Roxana Kolosova , 2004. + AnatolyA. Yakushin , 2004. + Alexandre Prokoudine , 2005. + Olesya Gerasimenko , 2018. + +Files: cursors/tool-flip-vertical.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-flip-vertical.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(30chars. over 82chars.) starting with: for download at http://www.gimp.orgFZ ïIDATXÃ햽jÃ0F¿”Ìéތ) + +Files: plug-ins/script-fu/scripts/burn-in-anim.scm +Copyright: 9/2000 Roland Berger roland@fuchur.leute.server.de http://fuchur.leute.server.de +License: __UNKNOWN__ + Let text appear and fade out with a "burn-in" like SFX. + Works on an image with a text and a background layer + . + Copying Policy: GNU Public License http://www.gnu.org + +Files: libgimpwidgets/gimpcolorscales.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimpcolorscales.c + Copyright (C) 2002 Michael Natterer + +Files: po-libgimp/is.po +Copyright: 2008-2015 Free Software Foundation, Inc. +License: __UNKNOWN__ + Anna Jonna Ármansdóttir , 2008. + Sveinn í Felli , 2015, 2016, 2017, 2018, 2019, 2020, 2022. + +Files: plug-ins/map-object/README +Copyright: 1996-1998 Federico Mena Quintero + 1996-1998 Tom Bech +License: __UNKNOWN__ + Released 16th of July, 1998 + . + You can reach the author(s) via E-mail: + tomb@gimp.org (Tom) or quartic@gimp.org (Federico). + . + GIMP was developed by Peter Mattis and Spencer Kimball. + You can contact them at gimp@xcf.berkeley.edu. + . + There's more GIMP stuff on our home pages: + http://www.ii.uib.no/~tomb/gimp.html (Tom's page) + http://www.nuclecu.unam.mx/~federico/gimp/index.html (Quartic's page) + . + Legal stuff + +Files: libgimpwidgets/gimpcolorscales.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimpcolorscales.h + Copyright (C) 2002 Michael Natterer + +Files: po-libgimp/sl.po +Copyright: 2007 Free Software Foundation. +License: __UNKNOWN__ + This file is distributed under the same licence as the libgimp package. + . + Nedeljko Grabant , 2007. + Martin Srebotnjak , 2007, 2013–2019- + +Files: po-libgimp/ru.po +Copyright: 1999-2006 Free Software Foundation, Inc. +License: __UNKNOWN__ + Valek Filippov , 1999-2002. + Anatoly A. Yakushin , 2003, 2004. + Roxana Kolosova , 2003-2006. + Olesya Gerasimenko , 2018. + Alexandre Prokoudine , 2005-2019. + +Files: libgimpmath/gimpvector.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimpvector.h + +Files: cursors/tool-rect-select.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-rect-select.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ UIDATXÃíÕÁ + _MANY_NON_ASCII_(60chars. over 95chars.) starting with: CQêþ;×ð!òßÉL#FÀ**>߯Nõm‡íôZõý8$¥—Ô™2u-‘½ÔÍ¯ŒÈþŒl + +Files: libgimpwidgets/gimppickbutton-kwin.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimppickbutton-kwin.h + Copyright (C) 2017 Jehan + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + Private header file which is not meant to be exported. + +Files: po-plug-ins/is.po +Copyright: 2008-2015 Free Software Foundation, Inc. +License: __UNKNOWN__ + Anna Jonna Ármansdóttir , 2008. + Sveinn í Felli , 2009, 2015, 2016, 2017, 2018, 2019, 2020, 2022. + +Files: po-plug-ins/ca@valencia.po +Copyright: 2000-2008 Free Software Foundation, Inc. +License: __UNKNOWN__ + Softcatala , 2000-2008. + Quim Perez i Noguer , 2005-2008. + Xavier Conde Rueda , 2004-2007. + Jordi Jover, jordijn@softcatala.org, 2002. + Joaquim Perez , 2008. + Quim Perez i Noguer , 2008. + Joaquim Perez Noguer , 2009. + Pau Iranzo , 2011. + +Files: plug-ins/pygimp/plug-ins/pyconsole.py +Copyright: 2004-2006 Yevgen Muntyan Portions of code Geoffrey French. +License: __UNKNOWN__ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public version 2.1 as + published by the Free Software Foundation. + . + See COPYING.lib file that comes with this distribution for full text + of the license. + . + This module 'runs' python interpreter in a TextView widget. + The main class is Console, usage is: + +Files: cursors/cursor-corner-bottom-left.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-corner-bottom-left.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ “IDATXÃíÓQ + +Files: plug-ins/file-fits/fits-io.h +Copyright: __NO_COPYRIGHT__ in: plug-ins/file-fits/fits-io.h +License: __UNKNOWN__ + #END-HDR + +Files: po-libgimp/ca.po +Copyright: 2000-2008 Free Software Foundation, Inc. +License: __UNKNOWN__ + Softcatala , 2000-2008. + Quim Perez i Noguer , 2005-2008. + Xavier Conde Rueda , 2004-2007. + Jordi Jover, jordijn@softcatala.org, 2002. + Joaquim Perez , 2008. + Quim Perez i Noguer , 2008. + Joaquim Perez Noguer , 2009, 2011. + Albert F. , 2015 + Jordi Mas i Hernàndez , 2015, 2018 + +Files: cursors/tool-move.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-move.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ¢IDATXÃíÔ1 + _MANY_NON_ASCII_(13chars. over 22chars.) starting with: €0 …á7‚àÒÉzOÚSôq±% + +Files: po-script-fu/sl.po +Copyright: 2007-2011 Free Software Foundation, Inc. +License: __UNKNOWN__ + Nedeljko Grabant , 2007. + Martin Srebotnjak , 2007–2011, translated from scratch, 2011–2019. + +Files: po-libgimp/ca@valencia.po +Copyright: 2000-2008 Free Software Foundation, Inc. +License: __UNKNOWN__ + Softcatala , 2000-2008. + Quim Perez i Noguer , 2005-2008. + Xavier Conde Rueda , 2004-2007. + Jordi Jover, jordijn@softcatala.org, 2002. + Joaquim Perez , 2008. + Quim Perez i Noguer , 2008. + Joaquim Perez Noguer , 2009, 2011. + +Files: app/dialogs/lebl-dialog.c +Copyright: __NO_COPYRIGHT__ in: app/dialogs/lebl-dialog.c +License: __UNKNOWN__ + title, and the second string is a small information text. + The spaces are there only to separate all the strings, so + try to keep them as is. + +Files: po/ru.po +Copyright: 1999-2007 Free Software Foundation, Inc. +License: __UNKNOWN__ + Valek Filippov , 1999-2002. + Anatoly A. Yakushin , 2003, 2004. + Roxana Kolosova , 2003-2006. + Julia Dronova , 2019. + Alexandre Prokoudine , 2005-2021. + +Files: libgimpwidgets/gimppickbutton-default.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimppickbutton-default.h + Copyright (C) 2017 Jehan + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + Private header file which is not meant to be exported. + +Files: plug-ins/common/emboss.c +Copyright: 1997 Eric L. Hernes (erich@rrnet.com) +License: __UNKNOWN__ + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. The name of the author may not be used to endorse or promote products + derived from this software withough specific prior written permission + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Files: po-tips/is.po +Copyright: 2008-2015 Free Software Foundation, Inc. +License: __UNKNOWN__ + Anna Jonna Ármansdóttir , 2008. + Sveinn í Felli , 2015, 2018. + +Files: plug-ins/common/nl-filter.c +Copyright: 1997 Eric L. Hernes (erich@rrnet.com) +License: __UNKNOWN__ + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + . + Algorithm fixes, V2.0 compatibility by David Hodson hodsond@ozemail.com.au + +Files: po/en_CA.po +Copyright: 2004-2006 Adam Weinberger and the GNOME Foundation +License: __UNKNOWN__ + This file is distributed under the same licence as the gimp package. + Adam Weinberger , 2004, 2005, 2006. + +Files: po-tips/ja.po +Copyright: __NO_COPYRIGHT__ in: po-tips/ja.po +License: __UNKNOWN__ + Replaced: & -> & + +Files: cursors/cursor-corner-bottom.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-corner-bottom.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ŠIDATXÃíÓ» + _MANY_NON_ASCII_(18chars. over 36chars.) starting with: Ã0 EQ:û/àq¸Gp!öº)òG¶ ÙJñ F"ÀBœ¬ + +Files: cursors/tool-smudge.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-smudge.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ CIDATXÃí–ÏJAÀ›l + +Files: po-plug-ins/da.po +Copyright: 1999-2018 Free Software Foundation, Inc. +License: __UNKNOWN__ + Yderligere oplysninger og konventioner kan findes på + http://wiki.dansk-gruppen.dk/index.php/GIMP + . + Kenneth Christiansen , 1999-2000. + Birger Langkjer , 2000. + Keld Simonsen , 2000. + Ole Laursen , 2001, 02, 03, 04. + Gitte Illum , 2011. + scootergrisen, 2015, 2016. + Gennemgået (delvis) Ask Hjorth Larsen , 2016. + Alan Mortensen , 2018 (oversat og gennemgået i sin helhed), 2019-22. + . + Frame: Billede (ikke stillbillede da der er tale om animationer og ikke filmsekvenser) + +Files: libgimpwidgets/gimpcolornotebook.h +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimpcolornotebook.h + Copyright (C) 2002 Michael Natterer + +Files: cursors/cursor-mouse.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-mouse.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ×IDATXÃ햽 + +Files: po-script-fu/ru.po +Copyright: 2000-2006 Free Software Foundation, Inc. +License: __UNKNOWN__ + Valek Filippov , 2000-2002. + Anatoly A. Yakushin , 2003, 2004. + Roxana Kolosova , 2003-2006. + Александр Прокудин , 2005-2011, 2011. + Olesya Gerasimenko , 2018. + Alexandre Prokoudine , 2018. + +Files: cursors/cursor-corner-top.png +Copyright: __NO_COPYRIGHT__ in: cursors/cursor-corner-top.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ ŠIDATXÃíÓ;€ EÑњ‚ + _MANY_NON_ASCII_(7chars. over 11chars.) starting with: °p—3aÐó, + +Files: po-python/is.po +Copyright: 2008-2015 Free Software Foundation, Inc. +License: __UNKNOWN__ + Anna Jonna Ármansdóttir , 2008. + Sveinn í Felli , 2015, 2017, 2019, 2022. + +Files: cursors/tool-crop.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-crop.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(24chars. over 87chars.) starting with: for download at http://www.gimp.orgFZ JIDATXÃíÒ!KCQ‡ñg²(‚I + _MANY_NON_ASCII_(2chars. over 4chars.) starting with: êG¸p + +Files: cursors/modifier-minus.png +Copyright: __NO_COPYRIGHT__ in: cursors/modifier-minus.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + for download at http://www.gimp.orgFZ :IDATXÃíÐÁ + _MANY_NON_ASCII_(6chars. over 10chars.) starting with: €0A[¢ÿ–/ + +Files: po/is.po +Copyright: 2008-2015 Free Software Foundation, Inc. +License: __UNKNOWN__ + Áki G. Karlsson , 2004. + Helgi Þormar Þorbjörnsson , 2004. + Anna Jonna Ármansdóttir , 2008. + Sveinn í Felli , 2009. + Sveinn í Felli , 2015, 2016, 2017, 2018, 2019, 2020, 2022. + +Files: cursors/tool-zoom.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-zoom.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(41chars. over 112chars.) starting with: for download at http://www.gimp.orgFZ 1IDATXÃ햱ka‡Ÿä’K“KÊ + +Files: libgimpwidgets/gimppickbutton-quartz.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimppickbutton-quartz.c + Copyright (C) 2015 Kristian Rietveld + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + +Files: libgimpwidgets/gimppickbutton-kwin.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimppickbutton-kwin.c + Copyright (C) 2017 Jehan + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + +Files: plug-ins/common/decompose.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: __UNKNOWN__ + Decompose plug-in (C) 1997 Peter Kirchgessner + e-mail: peter@kirchgessner.net, WWW: http://www.kirchgessner.net + +Files: po-libgimp/it.po +Copyright: 1999 Free Software Foundation, Inc. +License: __UNKNOWN__ + Convenzioni adottate per Gimp: + +Files: po-python/ru.po +Copyright: 2000-2006 Free Software Foundation, Inc. +License: __UNKNOWN__ + Valek Filippov , 2000-2002. + Anatoly A. Yakushin , 2003, 2004. + AnatolyA. Yakushin , 2004. + Roxana Kolosova , 2003-2006. + Александр Прокудин , 2011. + Olesya Gerasimenko , 2018. + Alexandre Prokoudine , 2005-2020. + +Files: plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py +Copyright: 2005 Sven Neumann +License: __UNKNOWN__ + This is a from-scratch implementation of the benchmark proposed in + "GrabCut": interactive foreground extraction using iterated graph + cuts published in the Proceedings of the 2004 SIGGRAPH Conference. + . + No guarantee is made that this benchmark produces the same results + as the cited benchmark but the goal is that it does. So if you find + any bugs or inaccuracies in this code, please let us know. + . + The benchmark has been adapted work with the SIOX algorithm + (http://www.siox.org). which is (currently) the only + +Files: app/display/gimpnavigationeditor.c +Copyright: 1995 Spencer Kimball and Peter Mattis +License: __UNKNOWN__ + gimpnavigationeditor.c + Copyright (C) 2001 Michael Natterer + +Files: po-script-fu/pt.po +Copyright: 2002-2008 gimp +License: __UNKNOWN__ + This file is distributed under the same license as the GIMP package + +Files: cursors/tool-dodge.png +Copyright: __NO_COPYRIGHT__ in: cursors/tool-dodge.png +License: __UNKNOWN__ + This image was created using Gimp. Gimp is free software + as defined by the Free Software Foundation and is available + _MANY_NON_ASCII_(40chars. over 114chars.) starting with: for download at http://www.gimp.orgFZ NIDATXÃí•1LSAÇïÎG^) + _MANY_NON_ASCII_(24chars. over 52chars.) starting with: 4mÞ{÷îH1$.-hò~ó}ßý¾ÿ]î """"""""""âç^>Ÿº¶¶¶ð/È, + +Files: libgimpmath/gimpvector.c +Copyright: 1995-1997 Peter Mattis and Spencer Kimball +License: __UNKNOWN__ + gimpvector.c + +Files: plug-ins/common/file-jp2-load.c +Copyright: 1995 Spencer Kimball and Peter Mattis + 2001-2003 David Janssens + 2002-2003 Yannick Verschueren + 2002-2014 Professor Benoit Macq + 2002-2014 Universite catholique de Louvain (UCL), Belgium + 2003-2007 Francois-Olivier Devaux + 2003-2014 Antonin Descampe + 2005 Herve Drolon, FreeImage Team +License: BSD-2-Clause + file-jp2.c -- JPEG 2000 file format plug-in + Copyright (C) 2009 Aurimas Juška + Copyright (C) 2004 Florian Traverse + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Portions of this plug-in code (color conversion, etc.) were imported + from the OpenJPEG project covered under the following GNU GPL + compatible license: + . + The copyright in this software is being made available under the 2-clauses + BSD License, included below. This software may be subject to other third + party and contributor rights, including patent rights, and no such rights + are granted under this license. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS' + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +#---------------------------------------------------------------------------- +# xml and html files (skipped): +# authors.xsl +# authors.dtd +# authors.xml +# icons/Symbolic/symbolic-scalable.svg +# icons/Symbolic/scalable/gimp-tool-heal.svg +# icons/Symbolic/scalable/gimp-rotate-90.svg +# icons/Symbolic/scalable/gimp-selection-none.svg +# icons/Symbolic/scalable/document-new.svg +# icons/Symbolic/scalable/document-save.svg +# icons/Symbolic/scalable/gimp-tool-color-picker.svg +# icons/Symbolic/scalable/gimp-pivot-west.svg +# icons/Symbolic/scalable/gimp-selection-add.svg +# icons/Symbolic/scalable/media-skip-backward.svg +# icons/Symbolic/scalable/gimp-tool-eraser.svg +# icons/Symbolic/scalable/gimp-paste-as-new.svg +# icons/Symbolic/scalable/gimp-prefs-session.svg +# icons/Symbolic/scalable/gimp-prefs-tool-options.svg +# icons/Symbolic/scalable/gimp-plugin.svg +# icons/Symbolic/scalable/gimp-channel-gray.svg +# icons/Symbolic/scalable/gimp-display-filter-proof.svg +# icons/Symbolic/scalable/gimp-quick-mask-on.svg +# icons/Symbolic/scalable/gimp-tool-offset.svg +# icons/Symbolic/scalable/gimp-question.svg +# icons/Symbolic/scalable/gimp-gradient-spiral-anticlockwise.svg +# icons/Symbolic/scalable/gimp-controller-midi.svg +# icons/Symbolic/scalable/gimp-tool-crop.svg +# icons/Symbolic/scalable/gimp-prefs-playground.svg +# icons/Symbolic/scalable/gimp-wilber.svg +# icons/Symbolic/scalable/gimp-prefs-toolbox.svg +# icons/Symbolic/scalable/gimp-portrait.svg +# icons/Symbolic/scalable/gtk-cancel.svg +# icons/Symbolic/scalable/gimp-pivot-south.svg +# icons/Symbolic/scalable/gimp-transparency.svg +# icons/Symbolic/scalable/gimp-floating-selection.svg +# icons/Symbolic/scalable/media-floppy.svg +# icons/Symbolic/scalable/gimp-tool-rotate.svg +# icons/Symbolic/scalable/gimp-swap-colors.svg +# icons/Symbolic/scalable/dialog-information.svg +# icons/Symbolic/scalable/gimp-text-dir-ltr.svg +# icons/Symbolic/scalable/media-seek-backward.svg +# icons/Symbolic/scalable/gimp-tool-fuzzy-select.svg +# icons/Symbolic/scalable/gimp-histogram.svg +# icons/Symbolic/scalable/gimp-smartphone.svg +# icons/Symbolic/scalable/gimp-gravity-north-east.svg +# icons/Symbolic/scalable/gimp-prefs-folders-environ.svg +# icons/Symbolic/scalable/gimp-tool-unified-transform.svg +# icons/Symbolic/scalable/gimp-attach.svg +# icons/Symbolic/scalable/gimp-resize.svg +# icons/Symbolic/scalable/gimp-reshow-filter.svg +# icons/Symbolic/scalable/gimp-tool-cage.svg +# icons/Symbolic/scalable/gimp-list.svg +# icons/Symbolic/scalable/gimp-prefs-folders-icon-themes.svg +# icons/Symbolic/scalable/media-record.svg +# icons/Symbolic/scalable/gimp-tool-text.svg +# icons/Symbolic/scalable/gimp-layer.svg +# icons/Symbolic/scalable/gimp-wilber-outline.svg +# icons/Symbolic/scalable/gimp-info.svg +# icons/Symbolic/scalable/gimp-controller-wheel.svg +# icons/Symbolic/scalable/gimp-prefs-folders-dynamics.svg +# icons/Symbolic/scalable/gimp-prefs-window-management.svg +# icons/Symbolic/scalable/edit-clear.svg +# icons/Symbolic/scalable/gimp-prefs-new-image.svg +# icons/Symbolic/scalable/gimp-shred.svg +# icons/Symbolic/scalable/gimp-tool-foreground-select.svg +# icons/Symbolic/scalable/gimp-tool-smudge.svg +# icons/Symbolic/scalable/edit-delete.svg +# icons/Symbolic/scalable/gimp-prefs-folders-palettes.svg +# icons/Symbolic/scalable/gimp-convert-indexed.svg +# icons/Symbolic/scalable/gimp-gegl.svg +# icons/Symbolic/scalable/document-revert.svg +# icons/Symbolic/scalable/gimp-detach.svg +# icons/Symbolic/scalable/list-add.svg +# icons/Symbolic/scalable/gimp-vchain-broken.svg +# icons/Symbolic/scalable/gimp-tool-by-color-select.svg +# icons/Symbolic/scalable/gtk-select-color.svg +# icons/Symbolic/scalable/gimp-tool-iscissors.svg +# icons/Symbolic/scalable/gimp-controller-linux-input.svg +# icons/Symbolic/scalable/gimp-flip-horizontal.svg +# icons/Symbolic/scalable/gimp-tool-dodge.svg +# icons/Symbolic/scalable/gimp-color-picker-gray.svg +# icons/Symbolic/scalable/gimp-gradient-shapeburst-dimpled.svg +# icons/Symbolic/scalable/gimp-flip-vertical.svg +# icons/Symbolic/scalable/gimp-tool-gradient.svg +# icons/Symbolic/scalable/gimp-tool-measure.svg +# icons/Symbolic/scalable/gimp-curve-point-corner.svg +# icons/Symbolic/scalable/gimp-letter-spacing.svg +# icons/Symbolic/scalable/gimp-error.svg +# icons/Symbolic/scalable/gimp-color-pick-from-screen.svg +# icons/Symbolic/scalable/document-open-recent.svg +# icons/Symbolic/scalable/gimp-tool-path.svg +# icons/Symbolic/scalable/gimp-vfill.svg +# icons/Symbolic/scalable/format-justify-left.svg +# icons/Symbolic/scalable/media-optical.svg +# icons/Symbolic/scalable/gimp-file-manager.svg +# icons/Symbolic/scalable/gimp-channel.svg +# icons/Symbolic/scalable/gimp-quick-mask-off.svg +# icons/Symbolic/scalable/gimp-vcenter.svg +# icons/Symbolic/scalable/gimp-gradient-square.svg +# icons/Symbolic/scalable/gimp-color-water.svg +# icons/Symbolic/scalable/gimp-join-round.svg +# icons/Symbolic/scalable/gimp-menu-left.svg +# icons/Symbolic/scalable/format-justify-center.svg +# icons/Symbolic/scalable/gimp-transform-3d-rotate.svg +# icons/Symbolic/scalable/gimp-tool-scale.svg +# icons/Symbolic/scalable/gimp-color-triangle.svg +# icons/Symbolic/scalable/gtk-no.svg +# icons/Symbolic/scalable/gimp-prefs-folders.svg +# icons/Symbolic/scalable/gimp-gravity-north-west.svg +# icons/Symbolic/scalable/gimp-color-space-linear.svg +# icons/Symbolic/scalable/gimp-color-picker-white.svg +# icons/Symbolic/scalable/gimp-tool-bucket-fill.svg +# icons/Symbolic/scalable/gimp-tool-brightness-contrast.svg +# icons/Symbolic/scalable/gimp-line-spacing.svg +# icons/Symbolic/scalable/gimp-gravity-south-west.svg +# icons/Symbolic/scalable/gimp-char-picker.svg +# icons/Symbolic/scalable/zoom-out.svg +# icons/Symbolic/scalable/gimp-rotate-270.svg +# icons/Symbolic/scalable/gimp-prefs-folders-tool-plug-ins.svg +# icons/Symbolic/scalable/gimp-gravity-north.svg +# icons/Symbolic/scalable/gimp-histogram-logarithmic.svg +# icons/Symbolic/scalable/gimp-prefs-input-devices.svg +# icons/Symbolic/scalable/gimp-prefs-folders-tools.svg +# icons/Symbolic/scalable/gimp-shape-circle.svg +# icons/Symbolic/scalable/media-playback-pause.svg +# icons/Symbolic/scalable/gimp-image.svg +# icons/Symbolic/scalable/gimp-channels.svg +# icons/Symbolic/scalable/go-last.svg +# icons/Symbolic/scalable/gimp-prefs-theme.svg +# icons/Symbolic/scalable/gimp-tool-transform-3d.svg +# icons/Symbolic/scalable/gimp-display.svg +# icons/Symbolic/scalable/gimp-text-layer.svg +# icons/Symbolic/scalable/gimp-pivot-east.svg +# icons/Symbolic/scalable/gimp-prefs-folders-fonts.svg +# icons/Symbolic/scalable/gimp-transform-3d-move.svg +# icons/Symbolic/scalable/gimp-join-miter.svg +# icons/Symbolic/scalable/gimp-user-manual.svg +# icons/Symbolic/scalable/gimp-hchain-broken.svg +# icons/Symbolic/scalable/gimp-center.svg +# icons/Symbolic/scalable/gimp-display-filter-contrast.svg +# icons/Symbolic/scalable/gimp-selection-shrink.svg +# icons/Symbolic/scalable/gimp-convert-grayscale.svg +# icons/Symbolic/scalable/gimp-cap-butt.svg +# icons/Symbolic/scalable/gimp-selection-replace.svg +# icons/Symbolic/scalable/gimp-text-dir-ttb-ltr-upright.svg +# icons/Symbolic/scalable/go-top.svg +# icons/Symbolic/scalable/gimp-cap-square.svg +# icons/Symbolic/scalable/gimp-tool-n-point-deformation.svg +# icons/Symbolic/scalable/gimp-hcenter.svg +# icons/Symbolic/scalable/gimp-tool-align.svg +# icons/Symbolic/scalable/gimp-path.svg +# icons/Symbolic/scalable/gimp-prefs-controllers.svg +# icons/Symbolic/scalable/gimp-prefs-help-system.svg +# icons/Symbolic/scalable/gimp-prefs-folders-scripts.svg +# icons/Symbolic/scalable/gimp-merge-down.svg +# icons/Symbolic/scalable/gimp-tool-warp.svg +# icons/Symbolic/scalable/gimp-landscape.svg +# icons/Symbolic/scalable/gimp-channel-indexed.svg +# icons/Symbolic/scalable/gimp-pattern.svg +# icons/Symbolic/scalable/gimp-tool-paintbrush.svg +# icons/Symbolic/scalable/format-justify-fill.svg +# icons/Symbolic/scalable/gimp-prefs-system-resources.svg +# icons/Symbolic/scalable/go-down.svg +# icons/Symbolic/scalable/gimp-text-dir-ttb-rtl-upright.svg +# icons/Symbolic/scalable/gimp-gravity-south-east.svg +# icons/Symbolic/scalable/gimp-curve-smooth.svg +# icons/Symbolic/scalable/gimp-close.svg +# icons/Symbolic/scalable/gimp-prefs-folders-plug-ins.svg +# icons/Symbolic/scalable/gimp-gravity-east.svg +# icons/Symbolic/scalable/format-justify-right.svg +# icons/Symbolic/scalable/gimp-undo-history.svg +# icons/Symbolic/scalable/gimp-text-dir-ttb-ltr.svg +# icons/Symbolic/scalable/gimp-tool-shadows-highlights.svg +# icons/Symbolic/scalable/document-print.svg +# icons/Symbolic/scalable/gimp-wilber-eek.svg +# icons/Symbolic/scalable/gimp-hchain.svg +# icons/Symbolic/scalable/gimp-tool-clone.svg +# icons/Symbolic/scalable/gimp-pivot-south-west.svg +# icons/Symbolic/scalable/format-indent-more.svg +# icons/Symbolic/scalable/gimp-selection-intersect.svg +# icons/Symbolic/scalable/gimp-gradient-shapeburst-spherical.svg +# icons/Symbolic/scalable/gimp-tool-rect-select.svg +# icons/Symbolic/scalable/gtk-edit.svg +# icons/Symbolic/scalable/gimp-invert.svg +# icons/Symbolic/scalable/gimp-gradient-conical-symmetric.svg +# icons/Symbolic/scalable/gimp-channel-red.svg +# icons/Symbolic/scalable/gimp-prefs-import-export.svg +# icons/Symbolic/scalable/gimp-tool-zoom.svg +# icons/Symbolic/scalable/gimp-prefs-color-management.svg +# icons/Symbolic/scalable/gimp-image-open.svg +# icons/Symbolic/scalable/gimp-text-dir-ttb-rtl.svg +# icons/Symbolic/scalable/gimp-tool-curves.svg +# icons/Symbolic/scalable/gimp-tool-perspective-clone.svg +# icons/Symbolic/scalable/gimp-symmetry.svg +# icons/Symbolic/scalable/gimp-dashboard.svg +# icons/Symbolic/scalable/gimp-dynamics.svg +# icons/Symbolic/scalable/gimp-close-all.svg +# icons/Symbolic/scalable/gimp-selection-to-path.svg +# icons/Symbolic/scalable/gimp-color-space-non-linear.svg +# icons/Symbolic/scalable/gimp-gradient-spiral-clockwise.svg +# icons/Symbolic/scalable/gimp-prefs-folders-brushes.svg +# icons/Symbolic/scalable/gimp-default-colors.svg +# icons/Symbolic/scalable/gimp-text-dir-rtl.svg +# icons/Symbolic/scalable/gimp-tool-shear.svg +# icons/Symbolic/scalable/gtk-ok.svg +# icons/Symbolic/scalable/gimp-tool-levels.svg +# icons/Symbolic/scalable/gimp-layer-mask.svg +# icons/Symbolic/scalable/gimp-prefs-default-grid.svg +# icons/Symbolic/scalable/gimp-visible.svg +# icons/Symbolic/scalable/help-about.svg +# icons/Symbolic/scalable/gimp-prefs-folders-tool-presets.svg +# icons/Symbolic/scalable/gimp-pivot-north-west.svg +# icons/Symbolic/scalable/preferences-system.svg +# icons/Symbolic/scalable/gimp-tool-ellipse-select.svg +# icons/Symbolic/scalable/gimp-toilet-paper.svg +# icons/Symbolic/scalable/window-close.svg +# icons/Symbolic/scalable/gimp-cap-round.svg +# icons/Symbolic/scalable/gimp-web.svg +# icons/Symbolic/scalable/gimp-tool-desaturate.svg +# icons/Symbolic/scalable/gimp-prefs-default-comment.svg +# icons/Symbolic/scalable/gimp-prefs-image-windows.svg +# icons/Symbolic/scalable/gimp-tool-free-select.svg +# icons/Symbolic/scalable/gimp-navigation.svg +# icons/Symbolic/scalable/gimp-marker.svg +# icons/Symbolic/scalable/gimp-anchor.svg +# icons/Symbolic/scalable/gtk-yes.svg +# icons/Symbolic/scalable/gimp-prefs-folders-patterns.svg +# icons/Symbolic/scalable/gimp-color-space-perceptual.svg +# icons/Symbolic/scalable/gimp-pivot-north-east.svg +# icons/Symbolic/scalable/gimp-tool-mypaint-brush.svg +# icons/Symbolic/scalable/gimp-path-stroke.svg +# icons/Symbolic/scalable/media-skip-forward.svg +# icons/Symbolic/scalable/gimp-histogram-linear.svg +# icons/Symbolic/scalable/gimp-paste-into.svg +# icons/Symbolic/scalable/gimp-gradient-radial.svg +# icons/Symbolic/scalable/gimp-prefs-display.svg +# icons/Symbolic/scalable/gimp-tool-move.svg +# icons/Symbolic/scalable/gimp-prefs-folders-gradients.svg +# icons/Symbolic/scalable/window-new.svg +# icons/Symbolic/scalable/gimp-color-picker-black.svg +# icons/Symbolic/scalable/gimp-scale.svg +# icons/Symbolic/scalable/gimp-prefs-folders-modules.svg +# icons/Symbolic/scalable/edit-cut.svg +# icons/Symbolic/scalable/gimp-clipboard.svg +# icons/Symbolic/scalable/gimp-selection-border.svg +# icons/Symbolic/scalable/go-next.svg +# icons/Symbolic/scalable/gimp-template.svg +# icons/Symbolic/scalable/gimp-layer-to-imagesize.svg +# icons/Symbolic/scalable/gimp-channel-green.svg +# icons/Symbolic/scalable/gimp-linked.svg +# icons/Symbolic/scalable/gimp-image-reload.svg +# icons/Symbolic/scalable/document-open.svg +# icons/Symbolic/scalable/zoom-fit-best.svg +# icons/Symbolic/scalable/gimp-vchain.svg +# icons/Symbolic/scalable/gimp-prefs-folders-themes.svg +# icons/Symbolic/scalable/gimp-selection-all.svg +# icons/Symbolic/scalable/gimp-tool-threshold.svg +# icons/Symbolic/scalable/gimp-selection-to-channel.svg +# icons/Symbolic/scalable/gimp-tool-color-temperature.svg +# icons/Symbolic/scalable/gimp-join-bevel.svg +# icons/Symbolic/scalable/gimp-business-card.svg +# icons/Symbolic/scalable/gimp-grid.svg +# icons/Symbolic/scalable/gtk-select-font.svg +# icons/Symbolic/scalable/gimp-prefs-image-windows-snapping.svg +# icons/Symbolic/scalable/gimp-display-filter-clip-warning.svg +# icons/Symbolic/scalable/gimp-gravity-south.svg +# icons/Symbolic/scalable/gimp-display-filter-lcms.svg +# icons/Symbolic/scalable/gimp-layers.svg +# icons/Symbolic/scalable/document-save-as.svg +# icons/Symbolic/scalable/gimp-transform-3d-camera.svg +# icons/Symbolic/scalable/system-run.svg +# icons/Symbolic/scalable/gimp-move-to-screen.svg +# icons/Symbolic/scalable/gimp-tool-seamless-clone.svg +# icons/Symbolic/scalable/process-stop.svg +# icons/Symbolic/scalable/gimp-tool-flip.svg +# icons/Symbolic/scalable/gimp-selection-subtract.svg +# icons/Symbolic/scalable/gimp-pivot-center.svg +# icons/Symbolic/scalable/go-first.svg +# icons/Symbolic/scalable/gimp-tool-color-balance.svg +# icons/Symbolic/scalable/gimp-cursor.svg +# icons/Symbolic/scalable/gimp-channel-blue.svg +# icons/Symbolic/scalable/gimp-reset.svg +# icons/Symbolic/scalable/gimp-colormap.svg +# icons/Symbolic/scalable/gimp-selection-stroke.svg +# icons/Symbolic/scalable/edit-paste.svg +# icons/Symbolic/scalable/gimp-channel-alpha.svg +# icons/Symbolic/scalable/gimp-display-filter.svg +# icons/Symbolic/scalable/gimp-input-device.svg +# icons/Symbolic/scalable/gimp-gravity-west.svg +# icons/Symbolic/scalable/list-remove.svg +# icons/Symbolic/scalable/gimp-display-filter-gamma.svg +# icons/Symbolic/scalable/gimp-display-filter-colorblind.svg +# icons/Symbolic/scalable/edit-copy.svg +# icons/Symbolic/scalable/gimp-menu-right.svg +# icons/Symbolic/scalable/view-refresh.svg +# icons/Symbolic/scalable/gimp-prefs-folders-mypaint-brushes.svg +# icons/Symbolic/scalable/gimp-tool-preset.svg +# icons/Symbolic/scalable/gimp-prefs-icon-theme.svg +# icons/Symbolic/scalable/gimp-tool-ink.svg +# icons/Symbolic/scalable/gimp-tool-handle-transform.svg +# icons/Symbolic/scalable/gimp-prefs-image-title.svg +# icons/Symbolic/scalable/gimp-images.svg +# icons/Symbolic/scalable/zoom-in.svg +# icons/Symbolic/scalable/gimp-pivot-north.svg +# icons/Symbolic/scalable/edit-redo.svg +# icons/Symbolic/scalable/gimp-warning.svg +# icons/Symbolic/scalable/gimp-selection.svg +# icons/Symbolic/scalable/gimp-gradient-linear.svg +# icons/Symbolic/scalable/gimp-tool-options.svg +# icons/Symbolic/scalable/gimp-prefs-interface.svg +# icons/Symbolic/scalable/gimp-duplicate.svg +# icons/Symbolic/scalable/go-home.svg +# icons/Symbolic/scalable/gimp-curve-free.svg +# icons/Symbolic/scalable/gimp-tool-pencil.svg +# icons/Symbolic/scalable/gimp-selection-grow.svg +# icons/Symbolic/scalable/gimp-prefs-image-windows-appearance.svg +# icons/Symbolic/scalable/gimp-rotate-180.svg +# icons/Symbolic/scalable/gimp-paths.svg +# icons/Symbolic/scalable/gimp-tool-posterize.svg +# icons/Symbolic/scalable/gimp-tools.svg +# icons/Symbolic/scalable/media-playback-start.svg +# icons/Symbolic/scalable/gimp-tool-blur.svg +# icons/Symbolic/scalable/gimp-gradient-conical-asymmetric.svg +# icons/Symbolic/scalable/gimp-gradient-bilinear.svg +# icons/Symbolic/scalable/gimp-controller-keyboard.svg +# icons/Symbolic/scalable/go-up.svg +# icons/Symbolic/scalable/gimp-tool-colorize.svg +# icons/Symbolic/scalable/gimp-shape-diamond.svg +# icons/Symbolic/scalable/gimp-tool-perspective.svg +# icons/Symbolic/scalable/gimp-color-cmyk.svg +# icons/Symbolic/scalable/gimp-hfill.svg +# icons/Symbolic/scalable/gimp-tool-exposure.svg +# icons/Symbolic/scalable/view-fullscreen.svg +# icons/Symbolic/scalable/gimp-tool-airbrush.svg +# icons/Symbolic/scalable/gimp-controller.svg +# icons/Symbolic/scalable/gimp-zoom-follow-window.svg +# icons/Symbolic/scalable/gimp-prefs-folders-interp.svg +# icons/Symbolic/scalable/gimp-sample-point.svg +# icons/Symbolic/scalable/gimp-gradient-shapeburst-angular.svg +# icons/Symbolic/scalable/folder.svg +# icons/Symbolic/scalable/gimp-tool-hue-saturation.svg +# icons/Symbolic/scalable/folder-new.svg +# icons/Symbolic/scalable/gimp-convert-rgb.svg +# icons/Symbolic/scalable/go-bottom.svg +# icons/Symbolic/scalable/gimp-device-status.svg +# icons/Symbolic/scalable/zoom-original.svg +# icons/Symbolic/scalable/gimp-group-layer.svg +# icons/Symbolic/scalable/edit-undo.svg +# icons/Symbolic/scalable/gimp-curve-point-smooth.svg +# icons/Symbolic/scalable/go-previous.svg +# icons/Symbolic/scalable/gimp-video.svg +# icons/Symbolic/scalable/gimp-shape-square.svg +# icons/Symbolic/scalable/gimp-pivot-south-east.svg +# icons/Symbolic/24/gimp-tool-heal.svg +# icons/Symbolic/24/gimp-tool-color-picker.svg +# icons/Symbolic/24/gimp-tool-eraser.svg +# icons/Symbolic/24/gimp-prefs-session.svg +# icons/Symbolic/24/gimp-prefs-tool-options.svg +# icons/Symbolic/24/gimp-channel-gray.svg +# icons/Symbolic/24/gimp-display-filter-proof.svg +# icons/Symbolic/24/gimp-tool-offset.svg +# icons/Symbolic/24/gimp-question.svg +# icons/Symbolic/24/gimp-controller-midi.svg +# icons/Symbolic/24/gimp-tool-crop.svg +# icons/Symbolic/24/gimp-prefs-playground.svg +# icons/Symbolic/24/gimp-wilber.svg +# icons/Symbolic/24/gimp-prefs-toolbox.svg +# icons/Symbolic/24/gimp-portrait.svg +# icons/Symbolic/24/gimp-transparency.svg +# icons/Symbolic/24/gimp-floating-selection.svg +# icons/Symbolic/24/media-floppy.svg +# icons/Symbolic/24/gimp-tool-rotate.svg +# icons/Symbolic/24/dialog-information.svg +# icons/Symbolic/24/gimp-tool-fuzzy-select.svg +# icons/Symbolic/24/gimp-histogram.svg +# icons/Symbolic/24/gimp-smartphone.svg +# icons/Symbolic/24/gimp-prefs-folders-environ.svg +# icons/Symbolic/24/gimp-tool-unified-transform.svg +# icons/Symbolic/24/gimp-resize.svg +# icons/Symbolic/24/gimp-tool-cage.svg +# icons/Symbolic/24/gimp-prefs-folders-icon-themes.svg +# icons/Symbolic/24/gimp-tool-text.svg +# icons/Symbolic/24/gimp-layer.svg +# icons/Symbolic/24/gimp-info.svg +# icons/Symbolic/24/gimp-controller-wheel.svg +# icons/Symbolic/24/gimp-prefs-folders-dynamics.svg +# icons/Symbolic/24/gimp-prefs-window-management.svg +# icons/Symbolic/24/gimp-prefs-new-image.svg +# icons/Symbolic/24/gimp-tool-foreground-select.svg +# icons/Symbolic/24/gimp-tool-smudge.svg +# icons/Symbolic/24/gimp-prefs-folders-palettes.svg +# icons/Symbolic/24/gimp-gegl.svg +# icons/Symbolic/24/gimp-tool-by-color-select.svg +# icons/Symbolic/24/gtk-select-color.svg +# icons/Symbolic/24/gimp-tool-iscissors.svg +# icons/Symbolic/24/gimp-controller-linux-input.svg +# icons/Symbolic/24/gimp-tool-dodge.svg +# icons/Symbolic/24/gimp-tool-gradient.svg +# icons/Symbolic/24/gimp-tool-measure.svg +# icons/Symbolic/24/gimp-letter-spacing.svg +# icons/Symbolic/24/gimp-error.svg +# icons/Symbolic/24/gimp-tool-path.svg +# icons/Symbolic/24/media-optical.svg +# icons/Symbolic/24/gimp-channel.svg +# icons/Symbolic/24/gimp-tool-scale.svg +# icons/Symbolic/24/gimp-prefs-folders.svg +# icons/Symbolic/24/gimp-color-space-linear.svg +# icons/Symbolic/24/gimp-tool-bucket-fill.svg +# icons/Symbolic/24/gimp-tool-brightness-contrast.svg +# icons/Symbolic/24/gimp-line-spacing.svg +# icons/Symbolic/24/gimp-char-picker.svg +# icons/Symbolic/24/gimp-prefs-folders-tool-plug-ins.svg +# icons/Symbolic/24/gimp-prefs-input-devices.svg +# icons/Symbolic/24/gimp-prefs-folders-tools.svg +# icons/Symbolic/24/gimp-image.svg +# icons/Symbolic/24/gimp-channels.svg +# icons/Symbolic/24/gimp-prefs-theme.svg +# icons/Symbolic/24/gimp-tool-transform-3d.svg +# icons/Symbolic/24/gimp-display.svg +# icons/Symbolic/24/gimp-text-layer.svg +# icons/Symbolic/24/gimp-prefs-folders-fonts.svg +# icons/Symbolic/24/gimp-user-manual.svg +# icons/Symbolic/24/gimp-center.svg +# icons/Symbolic/24/gimp-display-filter-contrast.svg +# icons/Symbolic/24/gimp-tool-n-point-deformation.svg +# icons/Symbolic/24/gimp-tool-align.svg +# icons/Symbolic/24/gimp-path.svg +# icons/Symbolic/24/gimp-prefs-controllers.svg +# icons/Symbolic/24/gimp-prefs-help-system.svg +# icons/Symbolic/24/gimp-prefs-folders-scripts.svg +# icons/Symbolic/24/gimp-tool-warp.svg +# icons/Symbolic/24/gimp-landscape.svg +# icons/Symbolic/24/gimp-channel-indexed.svg +# icons/Symbolic/24/gimp-tool-paintbrush.svg +# icons/Symbolic/24/gimp-prefs-system-resources.svg +# icons/Symbolic/24/gimp-prefs-folders-plug-ins.svg +# icons/Symbolic/24/gimp-undo-history.svg +# icons/Symbolic/24/gimp-tool-shadows-highlights.svg +# icons/Symbolic/24/document-print.svg +# icons/Symbolic/24/gimp-tool-clone.svg +# icons/Symbolic/24/gimp-tool-rect-select.svg +# icons/Symbolic/24/gimp-channel-red.svg +# icons/Symbolic/24/gimp-prefs-import-export.svg +# icons/Symbolic/24/gimp-tool-zoom.svg +# icons/Symbolic/24/gimp-prefs-color-management.svg +# icons/Symbolic/24/gimp-tool-curves.svg +# icons/Symbolic/24/gimp-tool-perspective-clone.svg +# icons/Symbolic/24/gimp-symmetry.svg +# icons/Symbolic/24/gimp-dynamics.svg +# icons/Symbolic/24/gimp-color-space-non-linear.svg +# icons/Symbolic/24/gimp-prefs-folders-brushes.svg +# icons/Symbolic/24/gimp-tool-shear.svg +# icons/Symbolic/24/gimp-tool-levels.svg +# icons/Symbolic/24/gimp-layer-mask.svg +# icons/Symbolic/24/gimp-prefs-default-grid.svg +# icons/Symbolic/24/gimp-prefs-folders-tool-presets.svg +# icons/Symbolic/24/gimp-tool-ellipse-select.svg +# icons/Symbolic/24/gimp-web.svg +# icons/Symbolic/24/gimp-tool-desaturate.svg +# icons/Symbolic/24/gimp-prefs-default-comment.svg +# icons/Symbolic/24/gimp-prefs-image-windows.svg +# icons/Symbolic/24/gimp-tool-free-select.svg +# icons/Symbolic/24/gimp-navigation.svg +# icons/Symbolic/24/gimp-prefs-folders-patterns.svg +# icons/Symbolic/24/gimp-color-space-perceptual.svg +# icons/Symbolic/24/gimp-tool-mypaint-brush.svg +# icons/Symbolic/24/gimp-prefs-display.svg +# icons/Symbolic/24/gimp-prefs-folders-gradients.svg +# icons/Symbolic/24/gimp-scale.svg +# icons/Symbolic/24/gimp-prefs-folders-modules.svg +# icons/Symbolic/24/gimp-template.svg +# icons/Symbolic/24/gimp-channel-green.svg +# icons/Symbolic/24/gimp-prefs-folders-themes.svg +# icons/Symbolic/24/gimp-tool-threshold.svg +# icons/Symbolic/24/gimp-business-card.svg +# icons/Symbolic/24/gimp-grid.svg +# icons/Symbolic/24/gimp-prefs-image-windows-snapping.svg +# icons/Symbolic/24/gimp-display-filter-clip-warning.svg +# icons/Symbolic/24/gimp-display-filter-lcms.svg +# icons/Symbolic/24/gimp-layers.svg +# icons/Symbolic/24/gimp-move-to-screen.svg +# icons/Symbolic/24/gimp-tool-seamless-clone.svg +# icons/Symbolic/24/gimp-tool-flip.svg +# icons/Symbolic/24/gimp-tool-color-balance.svg +# icons/Symbolic/24/gimp-cursor.svg +# icons/Symbolic/24/gimp-channel-blue.svg +# icons/Symbolic/24/gimp-colormap.svg +# icons/Symbolic/24/gimp-channel-alpha.svg +# icons/Symbolic/24/gimp-display-filter.svg +# icons/Symbolic/24/gimp-display-filter-gamma.svg +# icons/Symbolic/24/gimp-display-filter-colorblind.svg +# icons/Symbolic/24/gimp-prefs-folders-mypaint-brushes.svg +# icons/Symbolic/24/gimp-tool-preset.svg +# icons/Symbolic/24/gimp-prefs-icon-theme.svg +# icons/Symbolic/24/gimp-tool-ink.svg +# icons/Symbolic/24/gimp-tool-handle-transform.svg +# icons/Symbolic/24/gimp-prefs-image-title.svg +# icons/Symbolic/24/gimp-images.svg +# icons/Symbolic/24/gimp-warning.svg +# icons/Symbolic/24/gimp-selection.svg +# icons/Symbolic/24/gimp-tool-options.svg +# icons/Symbolic/24/gimp-prefs-interface.svg +# icons/Symbolic/24/gimp-tool-pencil.svg +# icons/Symbolic/24/gimp-prefs-image-windows-appearance.svg +# icons/Symbolic/24/gimp-paths.svg +# icons/Symbolic/24/gimp-tool-posterize.svg +# icons/Symbolic/24/gimp-tools.svg +# icons/Symbolic/24/gimp-tool-blur.svg +# icons/Symbolic/24/gimp-controller-keyboard.svg +# icons/Symbolic/24/gimp-tool-colorize.svg +# icons/Symbolic/24/gimp-tool-perspective.svg +# icons/Symbolic/24/gimp-tool-exposure.svg +# icons/Symbolic/24/gimp-tool-airbrush.svg +# icons/Symbolic/24/gimp-controller.svg +# icons/Symbolic/24/gimp-prefs-folders-interp.svg +# icons/Symbolic/24/gimp-sample-point.svg +# icons/Symbolic/24/gimp-tool-hue-saturation.svg +# icons/Symbolic/24/gimp-device-status.svg +# icons/Symbolic/24/gimp-video.svg +# icons/hicolor/scalable/status/software-update-available.svg +# icons/Color/color-scalable.svg +# icons/Color/scalable/gimp-tool-heal.svg +# icons/Color/scalable/gimp-rotate-90.svg +# icons/Color/scalable/gimp-selection-none.svg +# icons/Color/scalable/document-new.svg +# icons/Color/scalable/document-save.svg +# icons/Color/scalable/gimp-tool-color-picker.svg +# icons/Color/scalable/gimp-pivot-west.svg +# icons/Color/scalable/gimp-selection-add.svg +# icons/Color/scalable/media-skip-backward.svg +# icons/Color/scalable/gimp-tool-eraser.svg +# icons/Color/scalable/gimp-paste-as-new.svg +# icons/Color/scalable/gimp-prefs-session.svg +# icons/Color/scalable/gimp-prefs-tool-options.svg +# icons/Color/scalable/gimp-plugin.svg +# icons/Color/scalable/gimp-channel-gray.svg +# icons/Color/scalable/gimp-display-filter-proof.svg +# icons/Color/scalable/gimp-quick-mask-on.svg +# icons/Color/scalable/gimp-tool-offset.svg +# icons/Color/scalable/gimp-question.svg +# icons/Color/scalable/gimp-gradient-spiral-anticlockwise.svg +# icons/Color/scalable/gimp-controller-midi.svg +# icons/Color/scalable/gimp-tool-crop.svg +# icons/Color/scalable/gimp-prefs-playground.svg +# icons/Color/scalable/gimp-wilber.svg +# icons/Color/scalable/gimp-prefs-toolbox.svg +# icons/Color/scalable/gimp-portrait.svg +# icons/Color/scalable/gtk-cancel.svg +# icons/Color/scalable/gimp-pivot-south.svg +# icons/Color/scalable/gimp-transparency.svg +# icons/Color/scalable/gimp-floating-selection.svg +# icons/Color/scalable/media-floppy.svg +# icons/Color/scalable/gimp-tool-rotate.svg +# icons/Color/scalable/gimp-swap-colors.svg +# icons/Color/scalable/dialog-information.svg +# icons/Color/scalable/gimp-text-dir-ltr.svg +# icons/Color/scalable/media-seek-backward.svg +# icons/Color/scalable/gimp-tool-fuzzy-select.svg +# icons/Color/scalable/gimp-histogram.svg +# icons/Color/scalable/gimp-smartphone.svg +# icons/Color/scalable/gimp-gravity-north-east.svg +# icons/Color/scalable/gimp-prefs-folders-environ.svg +# icons/Color/scalable/gimp-tool-unified-transform.svg +# icons/Color/scalable/gimp-attach.svg +# icons/Color/scalable/gimp-resize.svg +# icons/Color/scalable/gimp-reshow-filter.svg +# icons/Color/scalable/gimp-tool-cage.svg +# icons/Color/scalable/gimp-list.svg +# icons/Color/scalable/gimp-prefs-folders-icon-themes.svg +# icons/Color/scalable/media-record.svg +# icons/Color/scalable/gimp-tool-text.svg +# icons/Color/scalable/gimp-layer.svg +# icons/Color/scalable/gimp-wilber-outline.svg +# icons/Color/scalable/gimp-info.svg +# icons/Color/scalable/gimp-controller-wheel.svg +# icons/Color/scalable/gimp-prefs-folders-dynamics.svg +# icons/Color/scalable/gimp-prefs-window-management.svg +# icons/Color/scalable/edit-clear.svg +# icons/Color/scalable/gimp-prefs-new-image.svg +# icons/Color/scalable/gimp-shred.svg +# icons/Color/scalable/gimp-tool-foreground-select.svg +# icons/Color/scalable/gimp-tool-smudge.svg +# icons/Color/scalable/edit-delete.svg +# icons/Color/scalable/gimp-prefs-folders-palettes.svg +# icons/Color/scalable/gimp-convert-indexed.svg +# icons/Color/scalable/gimp-gegl.svg +# icons/Color/scalable/document-revert.svg +# icons/Color/scalable/gimp-detach.svg +# icons/Color/scalable/list-add.svg +# icons/Color/scalable/gimp-vchain-broken.svg +# icons/Color/scalable/gimp-tool-by-color-select.svg +# icons/Color/scalable/gtk-select-color.svg +# icons/Color/scalable/gimp-tool-iscissors.svg +# icons/Color/scalable/gimp-controller-linux-input.svg +# icons/Color/scalable/gimp-flip-horizontal.svg +# icons/Color/scalable/gimp-tool-dodge.svg +# icons/Color/scalable/gimp-color-picker-gray.svg +# icons/Color/scalable/gimp-gradient-shapeburst-dimpled.svg +# icons/Color/scalable/gimp-flip-vertical.svg +# icons/Color/scalable/gimp-tool-gradient.svg +# icons/Color/scalable/gimp-tool-measure.svg +# icons/Color/scalable/gimp-curve-point-corner.svg +# icons/Color/scalable/gimp-letter-spacing.svg +# icons/Color/scalable/gimp-error.svg +# icons/Color/scalable/gimp-color-pick-from-screen.svg +# icons/Color/scalable/document-open-recent.svg +# icons/Color/scalable/gimp-tool-path.svg +# icons/Color/scalable/gimp-vfill.svg +# icons/Color/scalable/format-justify-left.svg +# icons/Color/scalable/media-optical.svg +# icons/Color/scalable/gimp-file-manager.svg +# icons/Color/scalable/gimp-channel.svg +# icons/Color/scalable/gimp-quick-mask-off.svg +# icons/Color/scalable/gimp-vcenter.svg +# icons/Color/scalable/gimp-gradient-square.svg +# icons/Color/scalable/gimp-color-water.svg +# icons/Color/scalable/gimp-join-round.svg +# icons/Color/scalable/gimp-menu-left.svg +# icons/Color/scalable/format-justify-center.svg +# icons/Color/scalable/gimp-transform-3d-rotate.svg +# icons/Color/scalable/gimp-tool-scale.svg +# icons/Color/scalable/gimp-color-triangle.svg +# icons/Color/scalable/gtk-no.svg +# icons/Color/scalable/gimp-prefs-folders.svg +# icons/Color/scalable/gimp-gravity-north-west.svg +# icons/Color/scalable/gimp-color-space-linear.svg +# icons/Color/scalable/gimp-color-picker-white.svg +# icons/Color/scalable/gimp-tool-bucket-fill.svg +# icons/Color/scalable/gimp-tool-brightness-contrast.svg +# icons/Color/scalable/gimp-line-spacing.svg +# icons/Color/scalable/gimp-gravity-south-west.svg +# icons/Color/scalable/gimp-char-picker.svg +# icons/Color/scalable/zoom-out.svg +# icons/Color/scalable/gimp-rotate-270.svg +# icons/Color/scalable/gimp-prefs-folders-tool-plug-ins.svg +# icons/Color/scalable/gimp-gravity-north.svg +# icons/Color/scalable/gimp-histogram-logarithmic.svg +# icons/Color/scalable/gimp-prefs-input-devices.svg +# icons/Color/scalable/gimp-prefs-folders-tools.svg +# icons/Color/scalable/gimp-shape-circle.svg +# icons/Color/scalable/media-playback-pause.svg +# icons/Color/scalable/gimp-image.svg +# icons/Color/scalable/gimp-channels.svg +# icons/Color/scalable/go-last.svg +# icons/Color/scalable/gimp-prefs-theme.svg +# icons/Color/scalable/gimp-tool-transform-3d.svg +# icons/Color/scalable/gimp-display.svg +# icons/Color/scalable/gimp-text-layer.svg +# icons/Color/scalable/gimp-pivot-east.svg +# icons/Color/scalable/gimp-prefs-folders-fonts.svg +# icons/Color/scalable/gimp-transform-3d-move.svg +# icons/Color/scalable/gimp-join-miter.svg +# icons/Color/scalable/gimp-user-manual.svg +# icons/Color/scalable/gimp-hchain-broken.svg +# icons/Color/scalable/gimp-center.svg +# icons/Color/scalable/gimp-display-filter-contrast.svg +# icons/Color/scalable/gimp-selection-shrink.svg +# icons/Color/scalable/gimp-convert-grayscale.svg +# icons/Color/scalable/gimp-cap-butt.svg +# icons/Color/scalable/gimp-selection-replace.svg +# icons/Color/scalable/gimp-text-dir-ttb-ltr-upright.svg +# icons/Color/scalable/go-top.svg +# icons/Color/scalable/gimp-cap-square.svg +# icons/Color/scalable/gimp-tool-n-point-deformation.svg +# icons/Color/scalable/gimp-hcenter.svg +# icons/Color/scalable/gimp-tool-align.svg +# icons/Color/scalable/gimp-path.svg +# icons/Color/scalable/gimp-prefs-controllers.svg +# icons/Color/scalable/gimp-prefs-help-system.svg +# icons/Color/scalable/gimp-prefs-folders-scripts.svg +# icons/Color/scalable/gimp-merge-down.svg +# icons/Color/scalable/gimp-tool-warp.svg +# icons/Color/scalable/gimp-landscape.svg +# icons/Color/scalable/gimp-channel-indexed.svg +# icons/Color/scalable/gimp-pattern.svg +# icons/Color/scalable/gimp-tool-paintbrush.svg +# icons/Color/scalable/format-justify-fill.svg +# icons/Color/scalable/gimp-prefs-system-resources.svg +# icons/Color/scalable/go-down.svg +# icons/Color/scalable/gimp-text-dir-ttb-rtl-upright.svg +# icons/Color/scalable/gimp-gravity-south-east.svg +# icons/Color/scalable/gimp-curve-smooth.svg +# icons/Color/scalable/gimp-close.svg +# icons/Color/scalable/gimp-prefs-folders-plug-ins.svg +# icons/Color/scalable/gimp-gravity-east.svg +# icons/Color/scalable/format-justify-right.svg +# icons/Color/scalable/gimp-undo-history.svg +# icons/Color/scalable/gimp-text-dir-ttb-ltr.svg +# icons/Color/scalable/gimp-tool-shadows-highlights.svg +# icons/Color/scalable/document-print.svg +# icons/Color/scalable/gimp-wilber-eek.svg +# icons/Color/scalable/gimp-hchain.svg +# icons/Color/scalable/gimp-tool-clone.svg +# icons/Color/scalable/gimp-pivot-south-west.svg +# icons/Color/scalable/format-indent-more.svg +# icons/Color/scalable/gimp-selection-intersect.svg +# icons/Color/scalable/gimp-gradient-shapeburst-spherical.svg +# icons/Color/scalable/gimp-tool-rect-select.svg +# icons/Color/scalable/gtk-edit.svg +# icons/Color/scalable/gimp-invert.svg +# icons/Color/scalable/gimp-gradient-conical-symmetric.svg +# icons/Color/scalable/gimp-channel-red.svg +# icons/Color/scalable/gimp-prefs-import-export.svg +# icons/Color/scalable/gimp-tool-zoom.svg +# icons/Color/scalable/gimp-prefs-color-management.svg +# icons/Color/scalable/gimp-image-open.svg +# icons/Color/scalable/gimp-text-dir-ttb-rtl.svg +# icons/Color/scalable/gimp-tool-curves.svg +# icons/Color/scalable/gimp-tool-perspective-clone.svg +# icons/Color/scalable/gimp-symmetry.svg +# icons/Color/scalable/gimp-dashboard.svg +# icons/Color/scalable/gimp-dynamics.svg +# icons/Color/scalable/gimp-close-all.svg +# icons/Color/scalable/gimp-selection-to-path.svg +# icons/Color/scalable/gimp-color-space-non-linear.svg +# icons/Color/scalable/gimp-gradient-spiral-clockwise.svg +# icons/Color/scalable/gimp-prefs-folders-brushes.svg +# icons/Color/scalable/gimp-default-colors.svg +# icons/Color/scalable/gimp-text-dir-rtl.svg +# icons/Color/scalable/gimp-tool-shear.svg +# icons/Color/scalable/gtk-ok.svg +# icons/Color/scalable/gimp-tool-levels.svg +# icons/Color/scalable/gimp-layer-mask.svg +# icons/Color/scalable/gimp-prefs-default-grid.svg +# icons/Color/scalable/gimp-visible.svg +# icons/Color/scalable/help-about.svg +# icons/Color/scalable/gimp-prefs-folders-tool-presets.svg +# icons/Color/scalable/gimp-pivot-north-west.svg +# icons/Color/scalable/preferences-system.svg +# icons/Color/scalable/gimp-tool-ellipse-select.svg +# icons/Color/scalable/gimp-toilet-paper.svg +# icons/Color/scalable/window-close.svg +# icons/Color/scalable/gimp-cap-round.svg +# icons/Color/scalable/gimp-web.svg +# icons/Color/scalable/gimp-tool-desaturate.svg +# icons/Color/scalable/gimp-prefs-default-comment.svg +# icons/Color/scalable/gimp-prefs-image-windows.svg +# icons/Color/scalable/gimp-tool-free-select.svg +# icons/Color/scalable/gimp-navigation.svg +# icons/Color/scalable/gimp-marker.svg +# icons/Color/scalable/gimp-anchor.svg +# icons/Color/scalable/gtk-yes.svg +# icons/Color/scalable/gimp-prefs-folders-patterns.svg +# icons/Color/scalable/gimp-color-space-perceptual.svg +# icons/Color/scalable/gimp-pivot-north-east.svg +# icons/Color/scalable/gimp-tool-mypaint-brush.svg +# icons/Color/scalable/gimp-path-stroke.svg +# icons/Color/scalable/media-skip-forward.svg +# icons/Color/scalable/gimp-histogram-linear.svg +# icons/Color/scalable/gimp-paste-into.svg +# icons/Color/scalable/gimp-gradient-radial.svg +# icons/Color/scalable/gimp-prefs-display.svg +# icons/Color/scalable/gimp-tool-move.svg +# icons/Color/scalable/gimp-prefs-folders-gradients.svg +# icons/Color/scalable/window-new.svg +# icons/Color/scalable/gimp-color-picker-black.svg +# icons/Color/scalable/gimp-scale.svg +# icons/Color/scalable/gimp-prefs-folders-modules.svg +# icons/Color/scalable/edit-cut.svg +# icons/Color/scalable/gimp-clipboard.svg +# icons/Color/scalable/gimp-selection-border.svg +# icons/Color/scalable/go-next.svg +# icons/Color/scalable/gimp-template.svg +# icons/Color/scalable/gimp-layer-to-imagesize.svg +# icons/Color/scalable/gimp-channel-green.svg +# icons/Color/scalable/gimp-linked.svg +# icons/Color/scalable/gimp-image-reload.svg +# icons/Color/scalable/document-open.svg +# icons/Color/scalable/zoom-fit-best.svg +# icons/Color/scalable/gimp-vchain.svg +# icons/Color/scalable/gimp-prefs-folders-themes.svg +# icons/Color/scalable/gimp-selection-all.svg +# icons/Color/scalable/gimp-tool-threshold.svg +# icons/Color/scalable/gimp-selection-to-channel.svg +# icons/Color/scalable/gimp-tool-color-temperature.svg +# icons/Color/scalable/gimp-join-bevel.svg +# icons/Color/scalable/gimp-business-card.svg +# icons/Color/scalable/gimp-grid.svg +# icons/Color/scalable/gtk-select-font.svg +# icons/Color/scalable/gimp-prefs-image-windows-snapping.svg +# icons/Color/scalable/gimp-display-filter-clip-warning.svg +# icons/Color/scalable/gimp-gravity-south.svg +# icons/Color/scalable/gimp-display-filter-lcms.svg +# icons/Color/scalable/gimp-layers.svg +# icons/Color/scalable/document-save-as.svg +# icons/Color/scalable/gimp-transform-3d-camera.svg +# icons/Color/scalable/system-run.svg +# icons/Color/scalable/gimp-move-to-screen.svg +# icons/Color/scalable/gimp-tool-seamless-clone.svg +# icons/Color/scalable/process-stop.svg +# icons/Color/scalable/gimp-tool-flip.svg +# icons/Color/scalable/gimp-selection-subtract.svg +# icons/Color/scalable/gimp-pivot-center.svg +# icons/Color/scalable/go-first.svg +# icons/Color/scalable/gimp-tool-color-balance.svg +# icons/Color/scalable/gimp-cursor.svg +# icons/Color/scalable/gimp-channel-blue.svg +# icons/Color/scalable/gimp-reset.svg +# icons/Color/scalable/gimp-colormap.svg +# icons/Color/scalable/gimp-selection-stroke.svg +# icons/Color/scalable/edit-paste.svg +# icons/Color/scalable/gimp-channel-alpha.svg +# icons/Color/scalable/gimp-display-filter.svg +# icons/Color/scalable/gimp-input-device.svg +# icons/Color/scalable/gimp-gravity-west.svg +# icons/Color/scalable/list-remove.svg +# icons/Color/scalable/gimp-display-filter-gamma.svg +# icons/Color/scalable/gimp-display-filter-colorblind.svg +# icons/Color/scalable/edit-copy.svg +# icons/Color/scalable/gimp-menu-right.svg +# icons/Color/scalable/view-refresh.svg +# icons/Color/scalable/gimp-prefs-folders-mypaint-brushes.svg +# icons/Color/scalable/gimp-tool-preset.svg +# icons/Color/scalable/gimp-prefs-icon-theme.svg +# icons/Color/scalable/gimp-tool-ink.svg +# icons/Color/scalable/gimp-tool-handle-transform.svg +# icons/Color/scalable/gimp-prefs-image-title.svg +# icons/Color/scalable/gimp-images.svg +# icons/Color/scalable/zoom-in.svg +# icons/Color/scalable/gimp-pivot-north.svg +# icons/Color/scalable/edit-redo.svg +# icons/Color/scalable/gimp-warning.svg +# icons/Color/scalable/gimp-selection.svg +# icons/Color/scalable/gimp-gradient-linear.svg +# icons/Color/scalable/gimp-tool-options.svg +# icons/Color/scalable/gimp-prefs-interface.svg +# icons/Color/scalable/gimp-duplicate.svg +# icons/Color/scalable/go-home.svg +# icons/Color/scalable/gimp-curve-free.svg +# icons/Color/scalable/gimp-tool-pencil.svg +# icons/Color/scalable/gimp-selection-grow.svg +# icons/Color/scalable/gimp-prefs-image-windows-appearance.svg +# icons/Color/scalable/gimp-rotate-180.svg +# icons/Color/scalable/gimp-paths.svg +# icons/Color/scalable/gimp-tool-posterize.svg +# icons/Color/scalable/gimp-tools.svg +# icons/Color/scalable/media-playback-start.svg +# icons/Color/scalable/gimp-tool-blur.svg +# icons/Color/scalable/gimp-gradient-conical-asymmetric.svg +# icons/Color/scalable/gimp-gradient-bilinear.svg +# icons/Color/scalable/gimp-controller-keyboard.svg +# icons/Color/scalable/go-up.svg +# icons/Color/scalable/gimp-tool-colorize.svg +# icons/Color/scalable/gimp-shape-diamond.svg +# icons/Color/scalable/gimp-tool-perspective.svg +# icons/Color/scalable/gimp-color-cmyk.svg +# icons/Color/scalable/gimp-hfill.svg +# icons/Color/scalable/gimp-tool-exposure.svg +# icons/Color/scalable/view-fullscreen.svg +# icons/Color/scalable/gimp-tool-airbrush.svg +# icons/Color/scalable/gimp-controller.svg +# icons/Color/scalable/gimp-zoom-follow-window.svg +# icons/Color/scalable/gimp-prefs-folders-interp.svg +# icons/Color/scalable/gimp-sample-point.svg +# icons/Color/scalable/gimp-gradient-shapeburst-angular.svg +# icons/Color/scalable/folder.svg +# icons/Color/scalable/gimp-tool-hue-saturation.svg +# icons/Color/scalable/folder-new.svg +# icons/Color/scalable/gimp-convert-rgb.svg +# icons/Color/scalable/go-bottom.svg +# icons/Color/scalable/gimp-device-status.svg +# icons/Color/scalable/zoom-original.svg +# icons/Color/scalable/gimp-group-layer.svg +# icons/Color/scalable/edit-undo.svg +# icons/Color/scalable/gimp-curve-point-smooth.svg +# icons/Color/scalable/go-previous.svg +# icons/Color/scalable/gimp-video.svg +# icons/Color/scalable/gimp-shape-square.svg +# icons/Color/scalable/gimp-pivot-south-east.svg +# icons/Color/24/gimp-tool-heal.svg +# icons/Color/24/gimp-tool-color-picker.svg +# icons/Color/24/gimp-tool-eraser.svg +# icons/Color/24/gimp-prefs-session.svg +# icons/Color/24/gimp-prefs-tool-options.svg +# icons/Color/24/gimp-channel-gray.svg +# icons/Color/24/gimp-display-filter-proof.svg +# icons/Color/24/gimp-tool-offset.svg +# icons/Color/24/gimp-question.svg +# icons/Color/24/gimp-controller-midi.svg +# icons/Color/24/gimp-tool-crop.svg +# icons/Color/24/gimp-prefs-playground.svg +# icons/Color/24/gimp-wilber.svg +# icons/Color/24/gimp-prefs-toolbox.svg +# icons/Color/24/gimp-portrait.svg +# icons/Color/24/gimp-transparency.svg +# icons/Color/24/gimp-floating-selection.svg +# icons/Color/24/media-floppy.svg +# icons/Color/24/gimp-tool-rotate.svg +# icons/Color/24/dialog-information.svg +# icons/Color/24/gimp-tool-fuzzy-select.svg +# icons/Color/24/gimp-histogram.svg +# icons/Color/24/gimp-smartphone.svg +# icons/Color/24/gimp-prefs-folders-environ.svg +# icons/Color/24/gimp-tool-unified-transform.svg +# icons/Color/24/gimp-resize.svg +# icons/Color/24/gimp-tool-cage.svg +# icons/Color/24/gimp-prefs-folders-icon-themes.svg +# icons/Color/24/gimp-tool-text.svg +# icons/Color/24/gimp-layer.svg +# icons/Color/24/gimp-info.svg +# icons/Color/24/gimp-controller-wheel.svg +# icons/Color/24/gimp-prefs-folders-dynamics.svg +# icons/Color/24/gimp-prefs-window-management.svg +# icons/Color/24/gimp-prefs-new-image.svg +# icons/Color/24/gimp-tool-foreground-select.svg +# icons/Color/24/gimp-tool-smudge.svg +# icons/Color/24/gimp-prefs-folders-palettes.svg +# icons/Color/24/gimp-gegl.svg +# icons/Color/24/gimp-tool-by-color-select.svg +# icons/Color/24/gtk-select-color.svg +# icons/Color/24/gimp-tool-iscissors.svg +# icons/Color/24/gimp-controller-linux-input.svg +# icons/Color/24/gimp-tool-dodge.svg +# icons/Color/24/gimp-tool-gradient.svg +# icons/Color/24/gimp-tool-measure.svg +# icons/Color/24/gimp-letter-spacing.svg +# icons/Color/24/gimp-error.svg +# icons/Color/24/gimp-tool-path.svg +# icons/Color/24/media-optical.svg +# icons/Color/24/gimp-channel.svg +# icons/Color/24/gimp-tool-scale.svg +# icons/Color/24/gimp-prefs-folders.svg +# icons/Color/24/gimp-color-space-linear.svg +# icons/Color/24/gimp-tool-bucket-fill.svg +# icons/Color/24/gimp-tool-brightness-contrast.svg +# icons/Color/24/gimp-line-spacing.svg +# icons/Color/24/gimp-char-picker.svg +# icons/Color/24/gimp-prefs-folders-tool-plug-ins.svg +# icons/Color/24/gimp-prefs-input-devices.svg +# icons/Color/24/gimp-prefs-folders-tools.svg +# icons/Color/24/gimp-image.svg +# icons/Color/24/gimp-channels.svg +# icons/Color/24/gimp-prefs-theme.svg +# icons/Color/24/gimp-tool-transform-3d.svg +# icons/Color/24/gimp-display.svg +# icons/Color/24/gimp-text-layer.svg +# icons/Color/24/gimp-prefs-folders-fonts.svg +# icons/Color/24/gimp-user-manual.svg +# icons/Color/24/gimp-center.svg +# icons/Color/24/gimp-display-filter-contrast.svg +# icons/Color/24/gimp-tool-n-point-deformation.svg +# icons/Color/24/gimp-tool-align.svg +# icons/Color/24/gimp-path.svg +# icons/Color/24/gimp-prefs-controllers.svg +# icons/Color/24/gimp-prefs-help-system.svg +# icons/Color/24/gimp-prefs-folders-scripts.svg +# icons/Color/24/gimp-tool-warp.svg +# icons/Color/24/gimp-landscape.svg +# icons/Color/24/gimp-channel-indexed.svg +# icons/Color/24/gimp-tool-paintbrush.svg +# icons/Color/24/gimp-prefs-system-resources.svg +# icons/Color/24/gimp-prefs-folders-plug-ins.svg +# icons/Color/24/gimp-undo-history.svg +# icons/Color/24/gimp-tool-shadows-highlights.svg +# icons/Color/24/document-print.svg +# icons/Color/24/gimp-tool-clone.svg +# icons/Color/24/gimp-tool-rect-select.svg +# icons/Color/24/gimp-channel-red.svg +# icons/Color/24/gimp-prefs-import-export.svg +# icons/Color/24/gimp-tool-zoom.svg +# icons/Color/24/gimp-prefs-color-management.svg +# icons/Color/24/gimp-tool-curves.svg +# icons/Color/24/gimp-tool-perspective-clone.svg +# icons/Color/24/gimp-symmetry.svg +# icons/Color/24/gimp-dynamics.svg +# icons/Color/24/gimp-color-space-non-linear.svg +# icons/Color/24/gimp-prefs-folders-brushes.svg +# icons/Color/24/gimp-tool-shear.svg +# icons/Color/24/gimp-tool-levels.svg +# icons/Color/24/gimp-layer-mask.svg +# icons/Color/24/gimp-prefs-default-grid.svg +# icons/Color/24/gimp-prefs-folders-tool-presets.svg +# icons/Color/24/gimp-tool-ellipse-select.svg +# icons/Color/24/gimp-web.svg +# icons/Color/24/gimp-tool-desaturate.svg +# icons/Color/24/gimp-prefs-default-comment.svg +# icons/Color/24/gimp-prefs-image-windows.svg +# icons/Color/24/gimp-tool-free-select.svg +# icons/Color/24/gimp-navigation.svg +# icons/Color/24/gimp-prefs-folders-patterns.svg +# icons/Color/24/gimp-color-space-perceptual.svg +# icons/Color/24/gimp-tool-mypaint-brush.svg +# icons/Color/24/gimp-prefs-display.svg +# icons/Color/24/gimp-prefs-folders-gradients.svg +# icons/Color/24/gimp-scale.svg +# icons/Color/24/gimp-prefs-folders-modules.svg +# icons/Color/24/gimp-template.svg +# icons/Color/24/gimp-channel-green.svg +# icons/Color/24/gimp-prefs-folders-themes.svg +# icons/Color/24/gimp-tool-threshold.svg +# icons/Color/24/gimp-business-card.svg +# icons/Color/24/gimp-grid.svg +# icons/Color/24/gimp-prefs-image-windows-snapping.svg +# icons/Color/24/gimp-display-filter-clip-warning.svg +# icons/Color/24/gimp-display-filter-lcms.svg +# icons/Color/24/gimp-layers.svg +# icons/Color/24/gimp-move-to-screen.svg +# icons/Color/24/gimp-tool-seamless-clone.svg +# icons/Color/24/gimp-tool-flip.svg +# icons/Color/24/gimp-tool-color-balance.svg +# icons/Color/24/gimp-cursor.svg +# icons/Color/24/gimp-channel-blue.svg +# icons/Color/24/gimp-colormap.svg +# icons/Color/24/gimp-channel-alpha.svg +# icons/Color/24/gimp-display-filter.svg +# icons/Color/24/gimp-display-filter-gamma.svg +# icons/Color/24/gimp-display-filter-colorblind.svg +# icons/Color/24/gimp-prefs-folders-mypaint-brushes.svg +# icons/Color/24/gimp-tool-preset.svg +# icons/Color/24/gimp-prefs-icon-theme.svg +# icons/Color/24/gimp-tool-ink.svg +# icons/Color/24/gimp-tool-handle-transform.svg +# icons/Color/24/gimp-prefs-image-title.svg +# icons/Color/24/gimp-images.svg +# icons/Color/24/gimp-warning.svg +# icons/Color/24/gimp-selection.svg +# icons/Color/24/gimp-tool-options.svg +# icons/Color/24/gimp-prefs-interface.svg +# icons/Color/24/gimp-tool-pencil.svg +# icons/Color/24/gimp-prefs-image-windows-appearance.svg +# icons/Color/24/gimp-paths.svg +# icons/Color/24/gimp-tool-posterize.svg +# icons/Color/24/gimp-tools.svg +# icons/Color/24/gimp-tool-blur.svg +# icons/Color/24/gimp-controller-keyboard.svg +# icons/Color/24/gimp-tool-colorize.svg +# icons/Color/24/gimp-tool-perspective.svg +# icons/Color/24/gimp-tool-exposure.svg +# icons/Color/24/gimp-tool-airbrush.svg +# icons/Color/24/gimp-controller.svg +# icons/Color/24/gimp-prefs-folders-interp.svg +# icons/Color/24/gimp-sample-point.svg +# icons/Color/24/gimp-tool-hue-saturation.svg +# icons/Color/24/gimp-device-status.svg +# icons/Color/24/gimp-video.svg +# build/windows/gimp.manifest +# app/gui/dbus-service.xml +# app/tests/gimpdir/tags.xml +# app/tests/gimpdir-empty/tags.xml +# app/dialogs/authors.xsl +# data/tags/gimp-tags-default.xml +# data/tags/gimp-tags-default.xml.in +# data/tags/gimp-tags.dtd +# data/tips/fortunes.xsl +# data/tips/gimp-tips.xml.in +# data/tips/gimp-tips.xml +# data/tips/gimp-tips.dtd +# plug-ins/ui/plug-in-file-png.ui +# plug-ins/ui/plug-in-metadata-editor.ui +# plug-ins/ui/plug-in-file-tiff.ui +# plug-ins/ui/plug-in-file-raw.ui +# plug-ins/ui/plug-in-metadata-editor-calendar.ui +# plug-ins/ui/plug-in-file-gif.ui +# plug-ins/ui/plug-in-metadata-viewer.ui +# menus/channels-menu.xml +# menus/tool-preset-editor-menu.xml +# menus/sample-points-menu.xml +# menus/image-menu.xml +# menus/text-tool-menu.xml +# menus/undo-menu.xml +# menus/tool-options-menu.xml +# menus/quick-mask-menu.xml +# menus/vectors-menu.xml +# menus/layers-menu.xml +# menus/dialogs-menuitems.xml +# menus/error-console-menu.xml +# menus/dashboard-menu.xml +# menus/dockable-menu.xml +# menus/gtkuimanager.dtd +# menus/dynamics-menu.xml +# menus/gradient-editor-menu.xml +# menus/dockable-menu.xml.in +# menus/colormap-menu.xml +# menus/cursor-info-menu.xml +# menus/fonts-menu.xml +# menus/brush-editor-menu.xml +# menus/patterns-menu.xml +# menus/dynamics-editor-menu.xml +# menus/images-menu.xml +# menus/palettes-menu.xml +# menus/text-editor-toolbar.xml +# menus/menus.xsl +# menus/image-menu.xml.in +# menus/mypaint-brushes-menu.xml +# menus/templates-menu.xml +# menus/tool-presets-menu.xml +# menus/documents-menu.xml +# menus/palette-editor-menu.xml +# menus/brushes-menu.xml +# menus/selection-menu.xml +# menus/buffers-menu.xml +# menus/gradients-menu.xml +# desktop/gimp-data-extras.metainfo.xml.in +# desktop/gimp-data-extras.metainfo.xml.in.in +# desktop/org.gimp.GIMP.appdata.xml.in.in +# desktop/org.gimp.GIMP.appdata.xml.in +# devel-docs/structure.xml +# devel-docs/libgimpwidgets/visual-index.xml +# devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml +# devel-docs/libgimpwidgets/libgimpwidgets-sections.txt +# devel-docs/libgimpwidgets/html/GimpColorHexEntry.html +# devel-docs/libgimpwidgets/html/GimpColorNotebook.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-hierarchy.html +# devel-docs/libgimpwidgets/html/GimpColorArea.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgets.html +# devel-docs/libgimpwidgets/html/GimpColorScales.html +# devel-docs/libgimpwidgets/html/GimpPathEditor.html +# devel-docs/libgimpwidgets/html/GimpColorSelect.html +# devel-docs/libgimpwidgets/html/GimpColorProfileStore.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-cell-renderers.html +# devel-docs/libgimpwidgets/html/GimpUnitStore.html +# devel-docs/libgimpwidgets/html/GimpZoomModel.html +# devel-docs/libgimpwidgets/html/GimpSizeEntry.html +# devel-docs/libgimpwidgets/html/GimpColorDisplayStack.html +# devel-docs/libgimpwidgets/html/GimpScrolledPreview.html +# devel-docs/libgimpwidgets/html/GimpCellRendererToggle.html +# devel-docs/libgimpwidgets/html/GimpEnumStore.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-GimpPropWidgets.html +# devel-docs/libgimpwidgets/html/GimpMemsizeEntry.html +# devel-docs/libgimpwidgets/html/GimpEnumLabel.html +# devel-docs/libgimpwidgets/html/GimpPreviewArea.html +# devel-docs/libgimpwidgets/html/index.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgetsUtils.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-GimpCairoUtils.html +# devel-docs/libgimpwidgets/html/GimpFrame.html +# devel-docs/libgimpwidgets/html/GimpColorProfileView.html +# devel-docs/libgimpwidgets/html/GimpColorSelector.html +# devel-docs/libgimpwidgets/html/GimpPreview.html +# devel-docs/libgimpwidgets/html/GimpUnitMenu.html +# devel-docs/libgimpwidgets/html/GimpCellRendererColor.html +# devel-docs/libgimpwidgets/html/GimpNumberPairEntry.html +# devel-docs/libgimpwidgets/html/GimpIntStore.html +# devel-docs/libgimpwidgets/html/GimpColorSelection.html +# devel-docs/libgimpwidgets/html/GimpEnumComboBox.html +# devel-docs/libgimpwidgets/html/GimpColorButton.html +# devel-docs/libgimpwidgets/html/GimpPixmap.html +# devel-docs/libgimpwidgets/html/GimpIntComboBox.html +# devel-docs/libgimpwidgets/html/GimpChainButton.html +# devel-docs/libgimpwidgets/html/GimpHintBox.html +# devel-docs/libgimpwidgets/html/GimpPageSelector.html +# devel-docs/libgimpwidgets/html/GimpStringComboBox.html +# devel-docs/libgimpwidgets/html/GimpColorDisplay.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-colorselector.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-GimpEnumWidgets.html +# devel-docs/libgimpwidgets/html/GimpColorProfileComboBox.html +# devel-docs/libgimpwidgets/html/GimpFileEntry.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-widgets.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-gallery.html +# devel-docs/libgimpwidgets/html/GimpBrowser.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-utils.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-controller.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHelpUI.html +# devel-docs/libgimpwidgets/html/GimpOffsetArea.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-GimpQueryBox.html +# devel-docs/libgimpwidgets/html/api-index-full.html +# devel-docs/libgimpwidgets/html/GimpUnitComboBox.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-colordisplay.html +# devel-docs/libgimpwidgets/html/GimpColorScale.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-deprecated.html +# devel-docs/libgimpwidgets/html/libgimpwidgets-GimpIcons.html +# devel-docs/libgimpwidgets/html/GimpDialog.html +# devel-docs/libgimpwidgets/html/GimpColorProfileChooserDialog.html +# devel-docs/libgimpwidgets/html/GimpPickButton.html +# devel-docs/libgimpwidgets/html/GimpButton.html +# devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp2 +# devel-docs/libgimpwidgets/html/libgimpwidgets-GimpOldWidgets.html +# devel-docs/libgimpwidgets/html/GimpController.html +# devel-docs/libgimpwidgets/html/GimpRuler.html +# devel-docs/libgimpconfig/libgimpconfig-sections.txt +# devel-docs/libgimpconfig/libgimpconfig-docs.sgml +# devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig-params.html +# devel-docs/libgimpconfig/html/libgimpconfig-hierarchy.html +# devel-docs/libgimpconfig/html/libgimpconfig-GimpScanner.html +# devel-docs/libgimpconfig/html/index.html +# devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig-utils.html +# devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig-deserialize.html +# devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig-serialize.html +# devel-docs/libgimpconfig/html/libgimpconfig.devhelp2 +# devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig-path.html +# devel-docs/libgimpconfig/html/pt01.html +# devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig.html +# devel-docs/libgimpconfig/html/GimpColorConfig.html +# devel-docs/libgimpconfig/html/api-index-full.html +# devel-docs/libgimpconfig/html/libgimpconfig-GimpConfigError.html +# devel-docs/libgimpconfig/html/libgimpconfig-GimpConfigWriter.html +# devel-docs/libgimp/libgimp-sections.txt +# devel-docs/libgimp/libgimp-docs.sgml +# devel-docs/libgimp/html/libgimp-gimpimageselect.html +# devel-docs/libgimp/html/libgimp-gimplayer.html +# devel-docs/libgimp/html/GimpSelectButton.html +# devel-docs/libgimp/html/GimpGradientSelectButton.html +# devel-docs/libgimp/html/libgimp-gimptexttool.html +# devel-docs/libgimp/html/libgimp-gimppatterns.html +# devel-docs/libgimp/html/libgimp-gimpimageguides.html +# devel-docs/libgimp/html/libgimp-gimpchannel.html +# devel-docs/libgimp/html/libgimp-gimpexport.html +# devel-docs/libgimp/html/libgimp-image.html +# devel-docs/libgimp/html/libgimp-gimppaletteselect.html +# devel-docs/libgimp/html/libgimp-gimpitem.html +# devel-docs/libgimp/html/libgimp-gimpui.html +# devel-docs/libgimp/html/libgimp-data.html +# devel-docs/libgimp/html/libgimp-gimpgradientmenu.html +# devel-docs/libgimp/html/libgimp-gimpprogress.html +# devel-docs/libgimp/html/libgimp-gimpimagesamplepoints.html +# devel-docs/libgimp/html/libgimp-gimpfloatingsel.html +# devel-docs/libgimp/html/libgimp-gimpcolor.html +# devel-docs/libgimp/html/libgimp-gimpcontext.html +# devel-docs/libgimp/html/GimpProgressBar.html +# devel-docs/libgimp/html/GimpDrawablePreview.html +# devel-docs/libgimp/html/GimpPaletteSelectButton.html +# devel-docs/libgimp/html/libgimp-gimpfontselect.html +# devel-docs/libgimp/html/libgimp-gimpplugin.html +# devel-docs/libgimp/html/libgimp.devhelp2 +# devel-docs/libgimp/html/libgimp-gimphelp.html +# devel-docs/libgimp/html/libgimp-gimpgimprc.html +# devel-docs/libgimp/html/libgimp-gimpfontmenu.html +# devel-docs/libgimp/html/libgimp-gimppattern.html +# devel-docs/libgimp/html/libgimp-gimpmetadata.html +# devel-docs/libgimp/html/libgimp-gimppalette.html +# devel-docs/libgimp/html/GimpBrushSelectButton.html +# devel-docs/libgimp/html/libgimp-gimpmenu.html +# devel-docs/libgimp/html/libgimp-gimppixelfetcher.html +# devel-docs/libgimp/html/libgimp-gimpedit.html +# devel-docs/libgimp/html/libgimp-gimpimagecolorprofile.html +# devel-docs/libgimp/html/GimpAspectPreview.html +# devel-docs/libgimp/html/libgimp-gimpdebug.html +# devel-docs/libgimp/html/index.html +# devel-docs/libgimp/html/libgimp-gimpdrawableedit.html +# devel-docs/libgimp/html/libgimp-gimpselection.html +# devel-docs/libgimp/html/libgimp-gimpdisplay.html +# devel-docs/libgimp/html/libgimp-gimpimage.html +# devel-docs/libgimp/html/libgimp-gimpregioniterator.html +# devel-docs/libgimp/html/libgimp-gimppaths.html +# devel-docs/libgimp/html/libgimp-GimpItemComboBox.html +# devel-docs/libgimp/html/libgimp-gimpgradients.html +# devel-docs/libgimp/html/libgimp-gimpselectiontools.html +# devel-docs/libgimp/html/libgimp-gimppatternmenu.html +# devel-docs/libgimp/html/GimpFontSelectButton.html +# devel-docs/libgimp/html/libgimp-gimp.html +# devel-docs/libgimp/html/libgimp-gimpproceduraldb.html +# devel-docs/libgimp/html/libgimp-gimppatternselect.html +# devel-docs/libgimp/html/libgimp-gimptile.html +# devel-docs/libgimp/html/libgimp-gimpbuffer.html +# devel-docs/libgimp/html/libgimp-gimpitemtransform.html +# devel-docs/libgimp/html/libgimp-GimpProcView.html +# devel-docs/libgimp/html/libgimp-gimpfonts.html +# devel-docs/libgimp/html/libgimp-gimptextlayer.html +# devel-docs/libgimp/html/libgimp-general.html +# devel-docs/libgimp/html/libgimp-gimpimagetransform.html +# devel-docs/libgimp/html/libgimp-gimpenums.html +# devel-docs/libgimp/html/libgimp-gimppalettemenu.html +# devel-docs/libgimp/html/GimpProcBrowserDialog.html +# devel-docs/libgimp/html/libgimp-gimpvectors.html +# devel-docs/libgimp/html/libgimp-gimpdrawabletransform.html +# devel-docs/libgimp/html/libgimp-gimptransformtools.html +# devel-docs/libgimp/html/libgimp-gimppixbuf.html +# devel-docs/libgimp/html/libgimp-gimpbrush.html +# devel-docs/libgimp/html/libgimp-gimpgradientselect.html +# devel-docs/libgimp/html/libgimp-selectors.html +# devel-docs/libgimp/html/libgimp-gimpbrushmenu.html +# devel-docs/libgimp/html/libgimp-gimpimageconvert.html +# devel-docs/libgimp/html/libgimp-gimpmessage.html +# devel-docs/libgimp/html/GimpPatternSelectButton.html +# devel-docs/libgimp/html/libgimp-gimppixelrgn.html +# devel-docs/libgimp/html/libgimp-gimpgradient.html +# devel-docs/libgimp/html/libgimp-gimpimagegrid.html +# devel-docs/libgimp/html/libgimp-gimppalettes.html +# devel-docs/libgimp/html/libgimp-gimppainttools.html +# devel-docs/libgimp/html/libgimp-gimpdynamics.html +# devel-docs/libgimp/html/libgimpui.html +# devel-docs/libgimp/html/libgimp-gimpimageundo.html +# devel-docs/libgimp/html/libgimp-gimpfileops.html +# devel-docs/libgimp/html/GimpZoomPreview.html +# devel-docs/libgimp/html/api-index-full.html +# devel-docs/libgimp/html/libgimp-gimpbrushselect.html +# devel-docs/libgimp/html/libgimp-gimpdrawable.html +# devel-docs/libgimp/html/libgimp-gimpdrawablecolor.html +# devel-docs/libgimp/html/libgimp-gimpbrushes.html +# devel-docs/libgimp/html/libgimpui-hierarchy.html +# devel-docs/libgimp/html/GimpImageComboBox.html +# devel-docs/libgimp/html/libgimp.html +# devel-docs/app/app-sections.txt +# devel-docs/app/app-docs.sgml +# devel-docs/libgimpmath/libgimpmath-docs.sgml +# devel-docs/libgimpmath/libgimpmath-sections.txt +# devel-docs/libgimpmath/html/libgimpmath-GimpMath.html +# devel-docs/libgimpmath/html/index.html +# devel-docs/libgimpmath/html/libgimpmath.devhelp2 +# devel-docs/libgimpmath/html/libgimpmath-GimpMD5.html +# devel-docs/libgimpmath/html/libgimpmath-GimpVector.html +# devel-docs/libgimpmath/html/pt01.html +# devel-docs/libgimpmath/html/api-index-full.html +# devel-docs/libgimpmath/html/libgimpmath-GimpMatrix.html +# devel-docs/libgimpmodule/libgimpmodule-docs.sgml +# devel-docs/libgimpmodule/libgimpmodule-sections.txt +# devel-docs/libgimpmodule/html/GimpModuleDB.html +# devel-docs/libgimpmodule/html/libgimpmodule.devhelp2 +# devel-docs/libgimpmodule/html/GimpModule.html +# devel-docs/libgimpmodule/html/index.html +# devel-docs/libgimpmodule/html/pt01.html +# devel-docs/libgimpmodule/html/api-index-full.html +# devel-docs/libgimpbase/libgimpbase-docs.sgml +# devel-docs/libgimpbase/libgimpbase-sections.txt +# devel-docs/libgimpbase/html/libgimpbase-gimpsignal.html +# devel-docs/libgimpbase/html/libgimpbase-gimpdatafiles.html +# devel-docs/libgimpbase/html/libgimpbase-GimpMetadata.html +# devel-docs/libgimpbase/html/libgimpbase-gimpbaseenums.html +# devel-docs/libgimpbase/html/libgimpbase-gimpparasiteio.html +# devel-docs/libgimpbase/html/libgimpbase-gimpmemsize.html +# devel-docs/libgimpbase/html/libgimpbase-gimpunit.html +# devel-docs/libgimpbase/html/libgimpbase-gimpchecks.html +# devel-docs/libgimpbase/html/index.html +# devel-docs/libgimpbase/html/libgimpbase-gimpcpuaccel.html +# devel-docs/libgimpbase/html/libgimpbase-gimpbasetypes.html +# devel-docs/libgimpbase/html/libgimpbase-gimputils.html +# devel-docs/libgimpbase/html/libgimpbase-GimpValueArray.html +# devel-docs/libgimpbase/html/libgimpbase-gimplimits.html +# devel-docs/libgimpbase/html/pt01.html +# devel-docs/libgimpbase/html/libgimpbase-gimprectangle.html +# devel-docs/libgimpbase/html/api-index-full.html +# devel-docs/libgimpbase/html/libgimpbase-gimpenv.html +# devel-docs/libgimpbase/html/libgimpbase-GimpParasite.html +# devel-docs/libgimpbase/html/libgimpbase-gimpparam.html +# devel-docs/libgimpbase/html/libgimpbase-gimpversion.html +# devel-docs/libgimpbase/html/libgimpbase.devhelp2 +# devel-docs/libgimpthumb/libgimpthumb-sections.txt +# devel-docs/libgimpthumb/libgimpthumb-docs.sgml +# devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-error.html +# devel-docs/libgimpthumb/html/index.html +# devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-enums.html +# devel-docs/libgimpthumb/html/libgimpthumb.devhelp2 +# devel-docs/libgimpthumb/html/pt01.html +# devel-docs/libgimpthumb/html/GimpThumbnail.html +# devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-utils.html +# devel-docs/libgimpthumb/html/api-index-full.html +# devel-docs/libgimpcolor/libgimpcolor-docs.sgml +# devel-docs/libgimpcolor/libgimpcolor-sections.txt +# devel-docs/libgimpcolor/html/libgimpcolor-GimpCMYK.html +# devel-docs/libgimpcolor/html/GimpColorManaged.html +# devel-docs/libgimpcolor/html/libgimpcolor.devhelp2 +# devel-docs/libgimpcolor/html/libgimpcolor-GimpHSV.html +# devel-docs/libgimpcolor/html/libgimpcolor-GimpCairo.html +# devel-docs/libgimpcolor/html/index.html +# devel-docs/libgimpcolor/html/libgimpcolor-GimpColorTransform.html +# devel-docs/libgimpcolor/html/libgimpcolor-GimpColorSpace.html +# devel-docs/libgimpcolor/html/libgimpcolor-GimpPixbuf.html +# devel-docs/libgimpcolor/html/libgimpcolor-GimpAdaptiveSupersample.html +# devel-docs/libgimpcolor/html/pt01.html +# devel-docs/libgimpcolor/html/libgimpcolor-GimpRGB.html +# devel-docs/libgimpcolor/html/libgimpcolor-GimpColorProfile.html +# devel-docs/libgimpcolor/html/api-index-full.html +# devel-docs/libgimpcolor/html/libgimpcolor-GimpBilinear.html + +#---------------------------------------------------------------------------- +# huge files (skipped): +# configure +# ChangeLog.pre-2-4 +# ChangeLog.pre-2-0 +# data/brushes/Fun/Wilber.gih +# data/images/gimp-splash.png +# po/el.po + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. + +#---------------------------------------------------------------------------- +# License file: LICENSE + * The GIMP application core, and other portions of the official GIMP + distribution not explicitly licensed otherwise, are licensed under + the GNU GENERAL PUBLIC LICENSE -- see the 'COPYING' file in this + directory for details. + . + [ The below explicit exemption, we hope, clears up the GIMP + developers' position concerning an ambiguity with the GNU General + Public License concerning what constitutes a 'mere aggregation' + versus a combined or derived work. The intention is to make it + clear that arbitrarily-licensed programs such as GIMP plug-ins do + not automatically assume the GNU General Public License (GPL) + themselves simply because of their invocation of (or by) procedures + implemented in GPL-licensed code, via libgimp or a similar interface + to methods provided by the pdb: ] + . + * If you create a program which invokes (or provides) methods within + (or for) the GPL GIMP application core through the medium of libgimp + or another implementation of the 'procedural database' (pdb) serial + protocol, then the GIMP developers' position is that this is a 'mere + aggregation' of the program invoking the method and the program + implementing the method as per section 2 of the GNU General Public + License. + . + * 'libgimp' and the other GIMP libraries are licensed under the + GNU LESSER GENERAL PUBLIC LICENSE -- see the 'COPYING' file in the + libgimp directory for details. + . + +#---------------------------------------------------------------------------- +# License file: COPYING + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + . + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + . + Preamble + . + The GNU General Public License is a free, copyleft license for + software and other kinds of works. + . + The licenses for most software and other practical works are designed + to take away your freedom to share and change the works. By contrast, + the GNU General Public License is intended to guarantee your freedom to + share and change all versions of a program--to make sure it remains free + software for all its users. We, the Free Software Foundation, use the + GNU General Public License for most of our software; it applies also to + any other work released this way by its authors. You can apply it to + your programs, too. + . + When we speak of free software, we are referring to freedom, not + price. Our General Public Licenses are designed to make sure that you + have the freedom to distribute copies of free software (and charge for + them if you wish), that you receive source code or can get it if you + want it, that you can change the software or use pieces of it in new + free programs, and that you know you can do these things. + . + To protect your rights, we need to prevent others from denying you + these rights or asking you to surrender the rights. Therefore, you have + certain responsibilities if you distribute copies of the software, or if + you modify it: responsibilities to respect the freedom of others. + . + For example, if you distribute copies of such a program, whether + gratis or for a fee, you must pass on to the recipients the same + freedoms that you received. You must make sure that they, too, receive + or can get the source code. And you must show them these terms so they + know their rights. + . + Developers that use the GNU GPL protect your rights with two steps: + (1) assert copyright on the software, and (2) offer you this License + giving you legal permission to copy, distribute and/or modify it. + . + For the developers' and authors' protection, the GPL clearly explains + that there is no warranty for this free software. For both users' and + authors' sake, the GPL requires that modified versions be marked as + changed, so that their problems will not be attributed erroneously to + authors of previous versions. + . + Some devices are designed to deny users access to install or run + modified versions of the software inside them, although the manufacturer + can do so. This is fundamentally incompatible with the aim of + protecting users' freedom to change the software. The systematic + pattern of such abuse occurs in the area of products for individuals to + use, which is precisely where it is most unacceptable. Therefore, we + have designed this version of the GPL to prohibit the practice for those + products. If such problems arise substantially in other domains, we + stand ready to extend this provision to those domains in future versions + of the GPL, as needed to protect the freedom of users. + . + Finally, every program is threatened constantly by software patents. + States should not allow patents to restrict development and use of + software on general-purpose computers, but in those that do, we wish to + avoid the special danger that patents applied to a free program could + make it effectively proprietary. To prevent this, the GPL assures that + patents cannot be used to render the program non-free. + . + The precise terms and conditions for copying, distribution and + modification follow. + . + TERMS AND CONDITIONS + . + 0. Definitions. + . + "This License" refers to version 3 of the GNU General Public License. + . + "Copyright" also means copyright-like laws that apply to other kinds of + works, such as semiconductor masks. + . + "The Program" refers to any copyrightable work licensed under this + License. Each licensee is addressed as "you". "Licensees" and + "recipients" may be individuals or organizations. + . + To "modify" a work means to copy from or adapt all or part of the work + in a fashion requiring copyright permission, other than the making of an + exact copy. The resulting work is called a "modified version" of the + earlier work or a work "based on" the earlier work. + . + A "covered work" means either the unmodified Program or a work based + on the Program. + . + To "propagate" a work means to do anything with it that, without + permission, would make you directly or secondarily liable for + infringement under applicable copyright law, except executing it on a + computer or modifying a private copy. Propagation includes copying, + distribution (with or without modification), making available to the + public, and in some countries other activities as well. + . + To "convey" a work means any kind of propagation that enables other + parties to make or receive copies. Mere interaction with a user through + a computer network, with no transfer of a copy, is not conveying. + . + An interactive user interface displays "Appropriate Legal Notices" + to the extent that it includes a convenient and prominently visible + feature that (1) displays an appropriate copyright notice, and (2) + tells the user that there is no warranty for the work (except to the + extent that warranties are provided), that licensees may convey the + work under this License, and how to view a copy of this License. If + the interface presents a list of user commands or options, such as a + menu, a prominent item in the list meets this criterion. + . + 1. Source Code. + . + The "source code" for a work means the preferred form of the work + for making modifications to it. "Object code" means any non-source + form of a work. + . + A "Standard Interface" means an interface that either is an official + standard defined by a recognized standards body, or, in the case of + interfaces specified for a particular programming language, one that + is widely used among developers working in that language. + . + The "System Libraries" of an executable work include anything, other + than the work as a whole, that (a) is included in the normal form of + packaging a Major Component, but which is not part of that Major + Component, and (b) serves only to enable use of the work with that + Major Component, or to implement a Standard Interface for which an + implementation is available to the public in source code form. A + "Major Component", in this context, means a major essential component + (kernel, window system, and so on) of the specific operating system + (if any) on which the executable work runs, or a compiler used to + produce the work, or an object code interpreter used to run it. + . + The "Corresponding Source" for a work in object code form means all + the source code needed to generate, install, and (for an executable + work) run the object code and to modify the work, including scripts to + control those activities. However, it does not include the work's + System Libraries, or general-purpose tools or generally available free + programs which are used unmodified in performing those activities but + which are not part of the work. For example, Corresponding Source + includes interface definition files associated with source files for + the work, and the source code for shared libraries and dynamically + linked subprograms that the work is specifically designed to require, + such as by intimate data communication or control flow between those + subprograms and other parts of the work. + . + The Corresponding Source need not include anything that users + can regenerate automatically from other parts of the Corresponding + Source. + . + The Corresponding Source for a work in source code form is that + same work. + . + 2. Basic Permissions. + . + All rights granted under this License are granted for the term of + copyright on the Program, and are irrevocable provided the stated + conditions are met. This License explicitly affirms your unlimited + permission to run the unmodified Program. The output from running a + covered work is covered by this License only if the output, given its + content, constitutes a covered work. This License acknowledges your + rights of fair use or other equivalent, as provided by copyright law. + . + You may make, run and propagate covered works that you do not + convey, without conditions so long as your license otherwise remains + in force. You may convey covered works to others for the sole purpose + of having them make modifications exclusively for you, or provide you + with facilities for running those works, provided that you comply with + the terms of this License in conveying all material for which you do + not control copyright. Those thus making or running the covered works + for you must do so exclusively on your behalf, under your direction + and control, on terms that prohibit them from making any copies of + your copyrighted material outside their relationship with you. + . + Conveying under any other circumstances is permitted solely under + the conditions stated below. Sublicensing is not allowed; section 10 + makes it unnecessary. + . + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + . + No covered work shall be deemed part of an effective technological + measure under any applicable law fulfilling obligations under article + 11 of the WIPO copyright treaty adopted on 20 December 1996, or + similar laws prohibiting or restricting circumvention of such + measures. + . + When you convey a covered work, you waive any legal power to forbid + circumvention of technological measures to the extent such circumvention + is effected by exercising rights under this License with respect to + the covered work, and you disclaim any intention to limit operation or + modification of the work as a means of enforcing, against the work's + users, your or third parties' legal rights to forbid circumvention of + technological measures. + . + 4. Conveying Verbatim Copies. + . + You may convey verbatim copies of the Program's source code as you + receive it, in any medium, provided that you conspicuously and + appropriately publish on each copy an appropriate copyright notice; + keep intact all notices stating that this License and any + non-permissive terms added in accord with section 7 apply to the code; + keep intact all notices of the absence of any warranty; and give all + recipients a copy of this License along with the Program. + . + You may charge any price or no price for each copy that you convey, + and you may offer support or warranty protection for a fee. + . + 5. Conveying Modified Source Versions. + . + You may convey a work based on the Program, or the modifications to + produce it from the Program, in the form of source code under the + terms of section 4, provided that you also meet all of these conditions: + . + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + . + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + . + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + . + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + . + A compilation of a covered work with other separate and independent + works, which are not by their nature extensions of the covered work, + and which are not combined with it such as to form a larger program, + in or on a volume of a storage or distribution medium, is called an + "aggregate" if the compilation and its resulting copyright are not + used to limit the access or legal rights of the compilation's users + beyond what the individual works permit. Inclusion of a covered work + in an aggregate does not cause this License to apply to the other + parts of the aggregate. + . + 6. Conveying Non-Source Forms. + . + You may convey a covered work in object code form under the terms + of sections 4 and 5, provided that you also convey the + machine-readable Corresponding Source under the terms of this License, + in one of these ways: + . + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + . + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + . + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + . + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + . + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + . + A separable portion of the object code, whose source code is excluded + from the Corresponding Source as a System Library, need not be + included in conveying the object code work. + . + A "User Product" is either (1) a "consumer product", which means any + tangible personal property which is normally used for personal, family, + or household purposes, or (2) anything designed or sold for incorporation + into a dwelling. In determining whether a product is a consumer product, + doubtful cases shall be resolved in favor of coverage. For a particular + product received by a particular user, "normally used" refers to a + typical or common use of that class of product, regardless of the status + of the particular user or of the way in which the particular user + actually uses, or expects or is expected to use, the product. A product + is a consumer product regardless of whether the product has substantial + commercial, industrial or non-consumer uses, unless such uses represent + the only significant mode of use of the product. + . + "Installation Information" for a User Product means any methods, + procedures, authorization keys, or other information required to install + and execute modified versions of a covered work in that User Product from + a modified version of its Corresponding Source. The information must + suffice to ensure that the continued functioning of the modified object + code is in no case prevented or interfered with solely because + modification has been made. + . + If you convey an object code work under this section in, or with, or + specifically for use in, a User Product, and the conveying occurs as + part of a transaction in which the right of possession and use of the + User Product is transferred to the recipient in perpetuity or for a + fixed term (regardless of how the transaction is characterized), the + Corresponding Source conveyed under this section must be accompanied + by the Installation Information. But this requirement does not apply + if neither you nor any third party retains the ability to install + modified object code on the User Product (for example, the work has + been installed in ROM). + . + The requirement to provide Installation Information does not include a + requirement to continue to provide support service, warranty, or updates + for a work that has been modified or installed by the recipient, or for + the User Product in which it has been modified or installed. Access to a + network may be denied when the modification itself materially and + adversely affects the operation of the network or violates the rules and + protocols for communication across the network. + . + Corresponding Source conveyed, and Installation Information provided, + in accord with this section must be in a format that is publicly + documented (and with an implementation available to the public in + source code form), and must require no special password or key for + unpacking, reading or copying. + . + 7. Additional Terms. + . + "Additional permissions" are terms that supplement the terms of this + License by making exceptions from one or more of its conditions. + Additional permissions that are applicable to the entire Program shall + be treated as though they were included in this License, to the extent + that they are valid under applicable law. If additional permissions + apply only to part of the Program, that part may be used separately + under those permissions, but the entire Program remains governed by + this License without regard to the additional permissions. + . + When you convey a copy of a covered work, you may at your option + remove any additional permissions from that copy, or from any part of + it. (Additional permissions may be written to require their own + removal in certain cases when you modify the work.) You may place + additional permissions on material, added by you to a covered work, + for which you have or can give appropriate copyright permission. + . + Notwithstanding any other provision of this License, for material you + add to a covered work, you may (if authorized by the copyright holders of + that material) supplement the terms of this License with terms: + . + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + . + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + . + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + . + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + . + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + . + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + . + All other non-permissive additional terms are considered "further + restrictions" within the meaning of section 10. If the Program as you + received it, or any part of it, contains a notice stating that it is + governed by this License along with a term that is a further + restriction, you may remove that term. If a license document contains + a further restriction but permits relicensing or conveying under this + License, you may add to a covered work material governed by the terms + of that license document, provided that the further restriction does + not survive such relicensing or conveying. + . + If you add terms to a covered work in accord with this section, you + must place, in the relevant source files, a statement of the + additional terms that apply to those files, or a notice indicating + where to find the applicable terms. + . + Additional terms, permissive or non-permissive, may be stated in the + form of a separately written license, or stated as exceptions; + the above requirements apply either way. + . + 8. Termination. + . + You may not propagate or modify a covered work except as expressly + provided under this License. Any attempt otherwise to propagate or + modify it is void, and will automatically terminate your rights under + this License (including any patent licenses granted under the third + paragraph of section 11). + . + However, if you cease all violation of this License, then your + license from a particular copyright holder is reinstated (a) + provisionally, unless and until the copyright holder explicitly and + finally terminates your license, and (b) permanently, if the copyright + holder fails to notify you of the violation by some reasonable means + prior to 60 days after the cessation. + . + Moreover, your license from a particular copyright holder is + reinstated permanently if the copyright holder notifies you of the + violation by some reasonable means, this is the first time you have + received notice of violation of this License (for any work) from that + copyright holder, and you cure the violation prior to 30 days after + your receipt of the notice. + . + Termination of your rights under this section does not terminate the + licenses of parties who have received copies or rights from you under + this License. If your rights have been terminated and not permanently + reinstated, you do not qualify to receive new licenses for the same + material under section 10. + . + 9. Acceptance Not Required for Having Copies. + . + You are not required to accept this License in order to receive or + run a copy of the Program. Ancillary propagation of a covered work + occurring solely as a consequence of using peer-to-peer transmission + to receive a copy likewise does not require acceptance. However, + nothing other than this License grants you permission to propagate or + modify any covered work. These actions infringe copyright if you do + not accept this License. Therefore, by modifying or propagating a + covered work, you indicate your acceptance of this License to do so. + . + 10. Automatic Licensing of Downstream Recipients. + . + Each time you convey a covered work, the recipient automatically + receives a license from the original licensors, to run, modify and + propagate that work, subject to this License. You are not responsible + for enforcing compliance by third parties with this License. + . + An "entity transaction" is a transaction transferring control of an + organization, or substantially all assets of one, or subdividing an + organization, or merging organizations. If propagation of a covered + work results from an entity transaction, each party to that + transaction who receives a copy of the work also receives whatever + licenses to the work the party's predecessor in interest had or could + give under the previous paragraph, plus a right to possession of the + Corresponding Source of the work from the predecessor in interest, if + the predecessor has it or can get it with reasonable efforts. + . + You may not impose any further restrictions on the exercise of the + rights granted or affirmed under this License. For example, you may + not impose a license fee, royalty, or other charge for exercise of + rights granted under this License, and you may not initiate litigation + (including a cross-claim or counterclaim in a lawsuit) alleging that + any patent claim is infringed by making, using, selling, offering for + sale, or importing the Program or any portion of it. + . + 11. Patents. + . + A "contributor" is a copyright holder who authorizes use under this + License of the Program or a work on which the Program is based. The + work thus licensed is called the contributor's "contributor version". + . + A contributor's "essential patent claims" are all patent claims + owned or controlled by the contributor, whether already acquired or + hereafter acquired, that would be infringed by some manner, permitted + by this License, of making, using, or selling its contributor version, + but do not include claims that would be infringed only as a + consequence of further modification of the contributor version. For + purposes of this definition, "control" includes the right to grant + patent sublicenses in a manner consistent with the requirements of + this License. + . + Each contributor grants you a non-exclusive, worldwide, royalty-free + patent license under the contributor's essential patent claims, to + make, use, sell, offer for sale, import and otherwise run, modify and + propagate the contents of its contributor version. + . + In the following three paragraphs, a "patent license" is any express + agreement or commitment, however denominated, not to enforce a patent + (such as an express permission to practice a patent or covenant not to + sue for patent infringement). To "grant" such a patent license to a + party means to make such an agreement or commitment not to enforce a + patent against the party. + . + If you convey a covered work, knowingly relying on a patent license, + and the Corresponding Source of the work is not available for anyone + to copy, free of charge and under the terms of this License, through a + publicly available network server or other readily accessible means, + then you must either (1) cause the Corresponding Source to be so + available, or (2) arrange to deprive yourself of the benefit of the + patent license for this particular work, or (3) arrange, in a manner + consistent with the requirements of this License, to extend the patent + license to downstream recipients. "Knowingly relying" means you have + actual knowledge that, but for the patent license, your conveying the + covered work in a country, or your recipient's use of the covered work + in a country, would infringe one or more identifiable patents in that + country that you have reason to believe are valid. + . + If, pursuant to or in connection with a single transaction or + arrangement, you convey, or propagate by procuring conveyance of, a + covered work, and grant a patent license to some of the parties + receiving the covered work authorizing them to use, propagate, modify + or convey a specific copy of the covered work, then the patent license + you grant is automatically extended to all recipients of the covered + work and works based on it. + . + A patent license is "discriminatory" if it does not include within + the scope of its coverage, prohibits the exercise of, or is + conditioned on the non-exercise of one or more of the rights that are + specifically granted under this License. You may not convey a covered + work if you are a party to an arrangement with a third party that is + in the business of distributing software, under which you make payment + to the third party based on the extent of your activity of conveying + the work, and under which the third party grants, to any of the + parties who would receive the covered work from you, a discriminatory + patent license (a) in connection with copies of the covered work + conveyed by you (or copies made from those copies), or (b) primarily + for and in connection with specific products or compilations that + contain the covered work, unless you entered into that arrangement, + or that patent license was granted, prior to 28 March 2007. + . + Nothing in this License shall be construed as excluding or limiting + any implied license or other defenses to infringement that may + otherwise be available to you under applicable patent law. + . + 12. No Surrender of Others' Freedom. + . + If conditions are imposed on you (whether by court order, agreement or + otherwise) that contradict the conditions of this License, they do not + excuse you from the conditions of this License. If you cannot convey a + covered work so as to satisfy simultaneously your obligations under this + License and any other pertinent obligations, then as a consequence you may + not convey it at all. For example, if you agree to terms that obligate you + to collect a royalty for further conveying from those to whom you convey + the Program, the only way you could satisfy both those terms and this + License would be to refrain entirely from conveying the Program. + . + 13. Use with the GNU Affero General Public License. + . + Notwithstanding any other provision of this License, you have + permission to link or combine any covered work with a work licensed + under version 3 of the GNU Affero General Public License into a single + combined work, and to convey the resulting work. The terms of this + License will continue to apply to the part which is the covered work, + but the special requirements of the GNU Affero General Public License, + section 13, concerning interaction through a network will apply to the + combination as such. + . + 14. Revised Versions of this License. + . + The Free Software Foundation may publish revised and/or new versions of + the GNU General Public License from time to time. Such new versions will + be similar in spirit to the present version, but may differ in detail to + address new problems or concerns. + . + Each version is given a distinguishing version number. If the + Program specifies that a certain numbered version of the GNU General + Public License "or any later version" applies to it, you have the + option of following the terms and conditions either of that numbered + version or of any later version published by the Free Software + Foundation. If the Program does not specify a version number of the + GNU General Public License, you may choose any version ever published + by the Free Software Foundation. + . + If the Program specifies that a proxy can decide which future + versions of the GNU General Public License can be used, that proxy's + public statement of acceptance of a version permanently authorizes you + to choose that version for the Program. + . + Later license versions may give you additional or different + permissions. However, no additional obligations are imposed on any + author or copyright holder as a result of your choosing to follow a + later version. + . + 15. Disclaimer of Warranty. + . + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY + APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT + HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY + OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM + IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF + ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + . + 16. Limitation of Liability. + . + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING + WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS + THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY + GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE + USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF + DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD + PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), + EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF + SUCH DAMAGES. + . + 17. Interpretation of Sections 15 and 16. + . + If the disclaimer of warranty and limitation of liability provided + above cannot be given local legal effect according to their terms, + reviewing courts shall apply local law that most closely approximates + an absolute waiver of all civil liability in connection with the + Program, unless a warranty or assumption of liability accompanies a + copy of the Program in return for a fee. + . + END OF TERMS AND CONDITIONS + . + How to Apply These Terms to Your New Programs + . + If you develop a new program, and you want it to be of the greatest + possible use to the public, the best way to achieve this is to make it + free software which everyone can redistribute and change under these terms. + . + To do so, attach the following notices to the program. It is safest + to attach them to the start of each source file to most effectively + state the exclusion of warranty; and each file should have at least + the "copyright" line and a pointer to where the full notice is found. + . + + Copyright (C) + . + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + Also add information on how to contact you by electronic and paper mail. + . + If the program does terminal interaction, make it output a short + notice like this when it starts in an interactive mode: + . + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + . + The hypothetical commands `show w' and `show c' should show the appropriate + parts of the General Public License. Of course, your program's commands + might be different; for a GUI interface, you would use an "about box". + . + You should also get your employer (if you work as a programmer) or school, + if any, to sign a "copyright disclaimer" for the program, if necessary. + For more information on this, and how to apply and follow the GNU GPL, see + . + . + The GNU General Public License does not permit incorporating your program + into proprietary programs. If your program is a subroutine library, you + may consider it more useful to permit linking proprietary applications with + the library. If this is what you want to do, use the GNU Lesser General + Public License instead of this License. But first, please read + . diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..a0d0888 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,14 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/master +upstream-branch = upstream/latest +upstream-vcs-tag = GIMP_%(version%.%_)s + +[buildpackage] +sign-tags = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit + +[pq] +patch-numbers = False diff --git a/debian/gimp-data.install b/debian/gimp-data.install new file mode 100644 index 0000000..9e14ce9 --- /dev/null +++ b/debian/gimp-data.install @@ -0,0 +1,12 @@ +# The following line is prefixed as the source contains an etc/ dir, and +# dh_install will prefer to install its entire contents, instead of the +# installed debian/tmp/etc directory. Prefixing it works around this. +debian/tmp/etc/ +usr/share/gimp/ +usr/share/icons/ +usr/share/locale/*/LC_MESSAGES/gimp??.mo +usr/share/locale/*/LC_MESSAGES/gimp??-std-plug-ins.mo +usr/share/locale/*/LC_MESSAGES/gimp??-script-fu.mo +usr/share/locale/*/LC_MESSAGES/gimp??-python.mo +usr/share/man/man5/gimprc.5 +usr/share/man/man5/gimprc-?.??.5 diff --git a/debian/gimp-data.maintscript b/debian/gimp-data.maintscript new file mode 100644 index 0000000..9c5fd74 --- /dev/null +++ b/debian/gimp-data.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/gimp/2.0/ps-menurc 2.8.10-1 diff --git a/debian/gimp.docs b/debian/gimp.docs new file mode 100644 index 0000000..a7a7e54 --- /dev/null +++ b/debian/gimp.docs @@ -0,0 +1,5 @@ +NEWS.pre-2-10 +NEWS +README +debian/README.MIDI +docs/Wilber* diff --git a/debian/gimp.install b/debian/gimp.install new file mode 100644 index 0000000..6c715c4 --- /dev/null +++ b/debian/gimp.install @@ -0,0 +1,135 @@ +usr/bin/gimp +usr/bin/gimp-?.?? +usr/bin/gimp-console +usr/bin/gimp-console-?.?? +usr/bin/gimp-test-clipboard-?.? +usr/lib/gimp/gimp-debug-tool-?.? +usr/lib/gimp/2.0/environ/ +usr/lib/gimp/2.0/modules/ +usr/lib/gimp/2.0/interpreters/ +usr/share/applications +usr/share/man/man1/gimp.1 +usr/share/man/man1/gimp-?.??.1 +usr/share/man/man1/gimp-console.1 +usr/share/man/man1/gimp-console-?.??.1 +usr/share/metainfo +usr/lib/gimp/2.0/plug-ins/align-layers +usr/lib/gimp/2.0/plug-ins/animation-optimize +usr/lib/gimp/2.0/plug-ins/animation-play +usr/lib/gimp/2.0/plug-ins/blinds +usr/lib/gimp/2.0/plug-ins/blur +usr/lib/gimp/2.0/plug-ins/border-average +usr/lib/gimp/2.0/plug-ins/busy-dialog +usr/lib/gimp/2.0/plug-ins/cartoon +usr/lib/gimp/2.0/plug-ins/checkerboard +usr/lib/gimp/2.0/plug-ins/cml-explorer +usr/lib/gimp/2.0/plug-ins/color-cube-analyze +usr/lib/gimp/2.0/plug-ins/color-enhance +usr/lib/gimp/2.0/plug-ins/colorify +usr/lib/gimp/2.0/plug-ins/colormap-remap +usr/lib/gimp/2.0/plug-ins/compose +usr/lib/gimp/2.0/plug-ins/contrast-retinex +usr/lib/gimp/2.0/plug-ins/crop-zealous +usr/lib/gimp/2.0/plug-ins/curve-bend +usr/lib/gimp/2.0/plug-ins/decompose +usr/lib/gimp/2.0/plug-ins/depth-merge +usr/lib/gimp/2.0/plug-ins/despeckle +usr/lib/gimp/2.0/plug-ins/destripe +usr/lib/gimp/2.0/plug-ins/edge-dog +usr/lib/gimp/2.0/plug-ins/emboss +usr/lib/gimp/2.0/plug-ins/file-aa +usr/lib/gimp/2.0/plug-ins/file-bmp +usr/lib/gimp/2.0/plug-ins/file-cel +usr/lib/gimp/2.0/plug-ins/file-compressor +usr/lib/gimp/2.0/plug-ins/file-csource +usr/lib/gimp/2.0/plug-ins/file-darktable +usr/lib/gimp/2.0/plug-ins/file-dds +usr/lib/gimp/2.0/plug-ins/file-desktop-link +usr/lib/gimp/2.0/plug-ins/file-dicom +usr/lib/gimp/2.0/plug-ins/file-exr +usr/lib/gimp/2.0/plug-ins/file-faxg3 +usr/lib/gimp/2.0/plug-ins/file-fits +usr/lib/gimp/2.0/plug-ins/file-fli +usr/lib/gimp/2.0/plug-ins/file-gbr +usr/lib/gimp/2.0/plug-ins/file-gegl +usr/lib/gimp/2.0/plug-ins/file-gif-load +usr/lib/gimp/2.0/plug-ins/file-gif-save +usr/lib/gimp/2.0/plug-ins/file-gih +usr/lib/gimp/2.0/plug-ins/file-glob +usr/lib/gimp/2.0/plug-ins/file-header +usr/lib/gimp/2.0/plug-ins/file-heif +usr/lib/gimp/2.0/plug-ins/file-html-table +usr/lib/gimp/2.0/plug-ins/file-ico +usr/lib/gimp/2.0/plug-ins/file-jp2-load +usr/lib/gimp/2.0/plug-ins/file-jpeg +usr/lib/gimp/2.0/plug-ins/file-mng +usr/lib/gimp/2.0/plug-ins/file-pat +usr/lib/gimp/2.0/plug-ins/file-pcx +usr/lib/gimp/2.0/plug-ins/file-pdf-load +usr/lib/gimp/2.0/plug-ins/file-pdf-save +usr/lib/gimp/2.0/plug-ins/file-pix +usr/lib/gimp/2.0/plug-ins/file-png +usr/lib/gimp/2.0/plug-ins/file-pnm +usr/lib/gimp/2.0/plug-ins/file-ps +usr/lib/gimp/2.0/plug-ins/file-psd +usr/lib/gimp/2.0/plug-ins/file-psp +usr/lib/gimp/2.0/plug-ins/file-raw-data +usr/lib/gimp/2.0/plug-ins/file-raw-placeholder +usr/lib/gimp/2.0/plug-ins/file-rawtherapee +usr/lib/gimp/2.0/plug-ins/file-sgi +usr/lib/gimp/2.0/plug-ins/file-sunras +usr/lib/gimp/2.0/plug-ins/file-svg +usr/lib/gimp/2.0/plug-ins/file-tga +usr/lib/gimp/2.0/plug-ins/file-tiff +usr/lib/gimp/2.0/plug-ins/file-webp +usr/lib/gimp/2.0/plug-ins/file-wmf +usr/lib/gimp/2.0/plug-ins/file-xbm +usr/lib/gimp/2.0/plug-ins/file-xmc +usr/lib/gimp/2.0/plug-ins/file-xpm +usr/lib/gimp/2.0/plug-ins/file-xwd +usr/lib/gimp/2.0/plug-ins/film +usr/lib/gimp/2.0/plug-ins/filter-pack +usr/lib/gimp/2.0/plug-ins/flame +usr/lib/gimp/2.0/plug-ins/fractal-explorer +usr/lib/gimp/2.0/plug-ins/fractal-trace +usr/lib/gimp/2.0/plug-ins/gfig +usr/lib/gimp/2.0/plug-ins/gimpressionist +usr/lib/gimp/2.0/plug-ins/goat-exercise +usr/lib/gimp/2.0/plug-ins/gradient-flare +usr/lib/gimp/2.0/plug-ins/gradient-map +usr/lib/gimp/2.0/plug-ins/grid +usr/lib/gimp/2.0/plug-ins/guillotine +usr/lib/gimp/2.0/plug-ins/help +usr/lib/gimp/2.0/plug-ins/hot +usr/lib/gimp/2.0/plug-ins/ifs-compose +usr/lib/gimp/2.0/plug-ins/imagemap +usr/lib/gimp/2.0/plug-ins/jigsaw +usr/lib/gimp/2.0/plug-ins/lighting +usr/lib/gimp/2.0/plug-ins/mail +usr/lib/gimp/2.0/plug-ins/map-object +usr/lib/gimp/2.0/plug-ins/max-rgb +usr/lib/gimp/2.0/plug-ins/metadata-editor +usr/lib/gimp/2.0/plug-ins/metadata-viewer +usr/lib/gimp/2.0/plug-ins/nl-filter +usr/lib/gimp/2.0/plug-ins/pagecurl +usr/lib/gimp/2.0/plug-ins/photocopy +usr/lib/gimp/2.0/plug-ins/plugin-browser +usr/lib/gimp/2.0/plug-ins/print +usr/lib/gimp/2.0/plug-ins/procedure-browser +usr/lib/gimp/2.0/plug-ins/qbist +usr/lib/gimp/2.0/plug-ins/sample-colorize +usr/lib/gimp/2.0/plug-ins/screenshot +usr/lib/gimp/2.0/plug-ins/script-fu +usr/lib/gimp/2.0/plug-ins/selection-to-path +usr/lib/gimp/2.0/plug-ins/sharpen +usr/lib/gimp/2.0/plug-ins/smooth-palette +usr/lib/gimp/2.0/plug-ins/softglow +usr/lib/gimp/2.0/plug-ins/sparkle +usr/lib/gimp/2.0/plug-ins/sphere-designer +usr/lib/gimp/2.0/plug-ins/tile +usr/lib/gimp/2.0/plug-ins/tile-small +usr/lib/gimp/2.0/plug-ins/unit-editor +usr/lib/gimp/2.0/plug-ins/van-gogh-lic +usr/lib/gimp/2.0/plug-ins/warp +usr/lib/gimp/2.0/plug-ins/wavelet-decompose +usr/lib/gimp/2.0/plug-ins/web-browser diff --git a/debian/libgimp2.0-dev.install b/debian/libgimp2.0-dev.install new file mode 100644 index 0000000..89ebf79 --- /dev/null +++ b/debian/libgimp2.0-dev.install @@ -0,0 +1,6 @@ +usr/lib/*.so usr/lib/${DEB_HOST_MULTIARCH} +usr/lib/pkgconfig/*.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig +usr/share/man/man1/gimptool-?.?.1 +usr/share/aclocal/gimp-?.?.m4 +usr/include/ +usr/bin/gimptool-?.? diff --git a/debian/libgimp2.0-dev.preinst b/debian/libgimp2.0-dev.preinst new file mode 100644 index 0000000..fc9735d --- /dev/null +++ b/debian/libgimp2.0-dev.preinst @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +ver=2.0 +prio=50 + +if [ "$1" = "install" ] || [ "$1" = "upgrade" ]; then + update-alternatives --remove gimptool /usr/bin/gimptool-2.0 +fi + +#DEBHELPER# diff --git a/debian/libgimp2.0-doc.install b/debian/libgimp2.0-doc.install new file mode 100644 index 0000000..6c2a3aa --- /dev/null +++ b/debian/libgimp2.0-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc/html diff --git a/debian/libgimp2.0.install b/debian/libgimp2.0.install new file mode 100644 index 0000000..f9ea5a8 --- /dev/null +++ b/debian/libgimp2.0.install @@ -0,0 +1,2 @@ +usr/lib/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH} +usr/share/locale/*/LC_MESSAGES/*-libgimp.mo diff --git a/debian/libgimp2.0.symbols b/debian/libgimp2.0.symbols new file mode 100644 index 0000000..39511fa --- /dev/null +++ b/debian/libgimp2.0.symbols @@ -0,0 +1,2126 @@ +libgimp-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + _gimp_tile_backend_plugin_get_type@Base 2.10.0 + _gimp_tile_backend_plugin_new@Base 2.10.0 + _writechannel@Base 2.4.0 + gimp_airbrush@Base 2.4.0 + gimp_airbrush_default@Base 2.4.0 + gimp_attach_new_parasite@Base 2.4.0 + gimp_attach_parasite@Base 2.8.0 + gimp_brightness_contrast@Base 2.4.0 + gimp_brush_application_mode_get_type@Base 2.4.0 + gimp_brush_delete@Base 2.4.0 + gimp_brush_duplicate@Base 2.4.0 + gimp_brush_get_angle@Base 2.4.0 + gimp_brush_get_aspect_ratio@Base 2.4.0 + gimp_brush_get_hardness@Base 2.4.0 + gimp_brush_get_info@Base 2.4.0 + gimp_brush_get_pixels@Base 2.4.0 + gimp_brush_get_radius@Base 2.4.0 + gimp_brush_get_shape@Base 2.4.0 + gimp_brush_get_spacing@Base 2.4.0 + gimp_brush_get_spikes@Base 2.4.0 + gimp_brush_is_editable@Base 2.4.0 + gimp_brush_is_generated@Base 2.4.0 + gimp_brush_new@Base 2.4.0 + gimp_brush_rename@Base 2.4.0 + gimp_brush_select_destroy@Base 2.4.0 + gimp_brush_select_new@Base 2.4.0 + gimp_brush_set_angle@Base 2.4.0 + gimp_brush_set_aspect_ratio@Base 2.4.0 + gimp_brush_set_hardness@Base 2.4.0 + gimp_brush_set_radius@Base 2.4.0 + gimp_brush_set_shape@Base 2.4.0 + gimp_brush_set_spacing@Base 2.4.0 + gimp_brush_set_spikes@Base 2.4.0 + gimp_brushes_close_popup@Base 2.4.0 + gimp_brushes_get_brush@Base 2.4.0 + gimp_brushes_get_brush_data@Base 2.4.0 + gimp_brushes_get_list@Base 2.4.0 + gimp_brushes_get_opacity@Base 2.4.0 + gimp_brushes_get_paint_mode@Base 2.4.0 + gimp_brushes_get_spacing@Base 2.4.0 + gimp_brushes_popup@Base 2.4.0 + gimp_brushes_refresh@Base 2.4.0 + gimp_brushes_set_brush@Base 2.4.0 + gimp_brushes_set_opacity@Base 2.4.0 + gimp_brushes_set_paint_mode@Base 2.4.0 + gimp_brushes_set_popup@Base 2.4.0 + gimp_brushes_set_spacing@Base 2.4.0 + gimp_buffer_delete@Base 2.4.0 + gimp_buffer_get_bytes@Base 2.4.0 + gimp_buffer_get_height@Base 2.4.0 + gimp_buffer_get_image_type@Base 2.4.0 + gimp_buffer_get_width@Base 2.4.0 + gimp_buffer_rename@Base 2.4.0 + gimp_buffers_get_list@Base 2.4.0 + gimp_by_color_select@Base 2.4.0 + gimp_by_color_select_full@Base 2.4.0 + gimp_channel_combine_masks@Base 2.4.0 + gimp_channel_copy@Base 2.4.0 + gimp_channel_get_color@Base 2.4.0 + gimp_channel_get_opacity@Base 2.4.0 + gimp_channel_get_show_masked@Base 2.4.0 + gimp_channel_new@Base 2.4.0 + gimp_channel_new_from_component@Base 2.4.0 + gimp_channel_set_color@Base 2.4.0 + gimp_channel_set_opacity@Base 2.4.0 + gimp_channel_set_show_masked@Base 2.4.0 + gimp_check_size@Base 2.4.0 + gimp_check_type@Base 2.4.0 + gimp_clone@Base 2.4.0 + gimp_clone_default@Base 2.4.0 + gimp_color_balance@Base 2.4.0 + gimp_colorize@Base 2.4.0 + gimp_context_get_antialias@Base 2.8.0 + gimp_context_get_background@Base 2.4.0 + gimp_context_get_brush@Base 2.4.0 + gimp_context_get_brush_angle@Base 2.8.0 + gimp_context_get_brush_aspect_ratio@Base 2.8.0 + gimp_context_get_brush_force@Base 2.10.0 + gimp_context_get_brush_hardness@Base 2.10.0 + gimp_context_get_brush_size@Base 2.8.0 + gimp_context_get_brush_spacing@Base 2.10.0 + gimp_context_get_diagonal_neighbors@Base 2.10.0 + gimp_context_get_distance_metric@Base 2.10.0 + gimp_context_get_dynamics@Base 2.8.0 + gimp_context_get_feather@Base 2.8.0 + gimp_context_get_feather_radius@Base 2.8.0 + gimp_context_get_font@Base 2.4.0 + gimp_context_get_foreground@Base 2.4.0 + gimp_context_get_gradient@Base 2.4.0 + gimp_context_get_gradient_blend_color_space@Base 2.10.0~RC2 + gimp_context_get_gradient_repeat_mode@Base 2.10.0~RC2 + gimp_context_get_gradient_reverse@Base 2.10.0~RC2 + gimp_context_get_ink_angle@Base 2.8.0 + gimp_context_get_ink_blob_angle@Base 2.8.0 + gimp_context_get_ink_blob_aspect_ratio@Base 2.8.0 + gimp_context_get_ink_blob_type@Base 2.8.0 + gimp_context_get_ink_size@Base 2.8.0 + gimp_context_get_ink_size_sensitivity@Base 2.8.0 + gimp_context_get_ink_speed_sensitivity@Base 2.8.0 + gimp_context_get_ink_tilt_sensitivity@Base 2.8.0 + gimp_context_get_interpolation@Base 2.8.0 + gimp_context_get_line_cap_style@Base 2.10.0 + gimp_context_get_line_dash_offset@Base 2.10.0 + gimp_context_get_line_dash_pattern@Base 2.10.0 + gimp_context_get_line_join_style@Base 2.10.0 + gimp_context_get_line_miter_limit@Base 2.10.0 + gimp_context_get_line_width@Base 2.10.0 + gimp_context_get_line_width_unit@Base 2.10.0 + gimp_context_get_mypaint_brush@Base 2.10.0 + gimp_context_get_opacity@Base 2.4.0 + gimp_context_get_paint_method@Base 2.4.0 + gimp_context_get_paint_mode@Base 2.4.0 + gimp_context_get_palette@Base 2.4.0 + gimp_context_get_pattern@Base 2.4.0 + gimp_context_get_sample_criterion@Base 2.8.0 + gimp_context_get_sample_merged@Base 2.8.0 + gimp_context_get_sample_threshold@Base 2.8.0 + gimp_context_get_sample_threshold_int@Base 2.8.0 + gimp_context_get_sample_transparent@Base 2.8.0 + gimp_context_get_stroke_method@Base 2.10.0 + gimp_context_get_transform_direction@Base 2.8.0 + gimp_context_get_transform_recursion@Base 2.8.0 + gimp_context_get_transform_resize@Base 2.8.0 + gimp_context_list_paint_methods@Base 2.4.0 + gimp_context_pop@Base 2.4.0 + gimp_context_push@Base 2.4.0 + gimp_context_set_antialias@Base 2.8.0 + gimp_context_set_background@Base 2.4.0 + gimp_context_set_brush@Base 2.4.0 + gimp_context_set_brush_angle@Base 2.8.0 + gimp_context_set_brush_aspect_ratio@Base 2.8.0 + gimp_context_set_brush_default_hardness@Base 2.10.0 + gimp_context_set_brush_default_size@Base 2.8.0 + gimp_context_set_brush_default_spacing@Base 2.10.0 + gimp_context_set_brush_force@Base 2.10.0 + gimp_context_set_brush_hardness@Base 2.10.0 + gimp_context_set_brush_size@Base 2.8.0 + gimp_context_set_brush_spacing@Base 2.10.0 + gimp_context_set_default_colors@Base 2.4.0 + gimp_context_set_defaults@Base 2.8.0 + gimp_context_set_diagonal_neighbors@Base 2.10.0 + gimp_context_set_distance_metric@Base 2.10.0 + gimp_context_set_dynamics@Base 2.8.0 + gimp_context_set_feather@Base 2.8.0 + gimp_context_set_feather_radius@Base 2.8.0 + gimp_context_set_font@Base 2.4.0 + gimp_context_set_foreground@Base 2.4.0 + gimp_context_set_gradient@Base 2.4.0 + gimp_context_set_gradient_blend_color_space@Base 2.10.0~RC2 + gimp_context_set_gradient_fg_bg_hsv_ccw@Base 2.10.0~RC2 + gimp_context_set_gradient_fg_bg_hsv_cw@Base 2.10.0~RC2 + gimp_context_set_gradient_fg_bg_rgb@Base 2.10.0~RC2 + gimp_context_set_gradient_fg_transparent@Base 2.10.0~RC2 + gimp_context_set_gradient_repeat_mode@Base 2.10.0~RC2 + gimp_context_set_gradient_reverse@Base 2.10.0~RC2 + gimp_context_set_ink_angle@Base 2.8.0 + gimp_context_set_ink_blob_angle@Base 2.8.0 + gimp_context_set_ink_blob_aspect_ratio@Base 2.8.0 + gimp_context_set_ink_blob_type@Base 2.8.0 + gimp_context_set_ink_size@Base 2.8.0 + gimp_context_set_ink_size_sensitivity@Base 2.8.0 + gimp_context_set_ink_speed_sensitivity@Base 2.8.0 + gimp_context_set_ink_tilt_sensitivity@Base 2.8.0 + gimp_context_set_interpolation@Base 2.8.0 + gimp_context_set_line_cap_style@Base 2.10.0 + gimp_context_set_line_dash_offset@Base 2.10.0 + gimp_context_set_line_dash_pattern@Base 2.10.0 + gimp_context_set_line_join_style@Base 2.10.0 + gimp_context_set_line_miter_limit@Base 2.10.0 + gimp_context_set_line_width@Base 2.10.0 + gimp_context_set_line_width_unit@Base 2.10.0 + gimp_context_set_mypaint_brush@Base 2.10.0 + gimp_context_set_opacity@Base 2.4.0 + gimp_context_set_paint_method@Base 2.4.0 + gimp_context_set_paint_mode@Base 2.4.0 + gimp_context_set_palette@Base 2.4.0 + gimp_context_set_pattern@Base 2.4.0 + gimp_context_set_sample_criterion@Base 2.8.0 + gimp_context_set_sample_merged@Base 2.8.0 + gimp_context_set_sample_threshold@Base 2.8.0 + gimp_context_set_sample_threshold_int@Base 2.8.0 + gimp_context_set_sample_transparent@Base 2.8.0 + gimp_context_set_stroke_method@Base 2.10.0 + gimp_context_set_transform_direction@Base 2.8.0 + gimp_context_set_transform_recursion@Base 2.8.0 + gimp_context_set_transform_resize@Base 2.8.0 + gimp_context_swap_colors@Base 2.4.0 + gimp_convert_dither_type_get_type@Base 2.4.0 + gimp_convolve@Base 2.4.0 + gimp_convolve_default@Base 2.4.0 + gimp_curves_explicit@Base 2.4.0 + gimp_curves_spline@Base 2.4.0 + gimp_debug_timer_end@Base 2.10.0 + gimp_debug_timer_start@Base 2.10.0 + gimp_default_display@Base 2.4.0 + gimp_desaturate@Base 2.4.0 + gimp_desaturate_full@Base 2.4.0 + gimp_destroy_paramdefs@Base 2.4.0 + gimp_destroy_params@Base 2.4.0 + gimp_detach_parasite@Base 2.8.0 + gimp_display_delete@Base 2.4.0 + gimp_display_get_window_handle@Base 2.4.0 + gimp_display_is_valid@Base 2.4.0 + gimp_display_name@Base 2.4.0 + gimp_display_new@Base 2.4.0 + gimp_displays_flush@Base 2.4.0 + gimp_displays_reconnect@Base 2.4.0 + gimp_dodgeburn@Base 2.4.0 + gimp_dodgeburn_default@Base 2.4.0 + gimp_drawable_attach_new_parasite@Base 2.4.0 + gimp_drawable_bpp@Base 2.4.0 + gimp_drawable_brightness_contrast@Base 2.10.0 + gimp_drawable_color_balance@Base 2.10.0 + gimp_drawable_colorize_hsl@Base 2.10.0 + gimp_drawable_curves_explicit@Base 2.10.0 + gimp_drawable_curves_spline@Base 2.10.0 + gimp_drawable_delete@Base 2.4.0 + gimp_drawable_desaturate@Base 2.10.0 + gimp_drawable_detach@Base 2.4.0 + gimp_drawable_edit_bucket_fill@Base 2.10.0~RC2 + gimp_drawable_edit_clear@Base 2.10.0~RC2 + gimp_drawable_edit_fill@Base 2.10.0~RC2 + gimp_drawable_edit_gradient_fill@Base 2.10.0~RC2 + gimp_drawable_edit_stroke_item@Base 2.10.0~RC2 + gimp_drawable_edit_stroke_selection@Base 2.10.0~RC2 + gimp_drawable_equalize@Base 2.10.0 + gimp_drawable_fill@Base 2.4.0 + gimp_drawable_flush@Base 2.4.0 + gimp_drawable_foreground_extract@Base 2.4.0 + gimp_drawable_free_shadow@Base 2.6.0 + gimp_drawable_get@Base 2.4.0 + gimp_drawable_get_buffer@Base 2.10.0 + gimp_drawable_get_color_uchar@Base 2.4.0 + gimp_drawable_get_format@Base 2.10.0 + gimp_drawable_get_image@Base 2.4.0 + gimp_drawable_get_linked@Base 2.4.0 + gimp_drawable_get_name@Base 2.4.0 + gimp_drawable_get_pixel@Base 2.4.0 + gimp_drawable_get_shadow_buffer@Base 2.10.0 + gimp_drawable_get_sub_thumbnail@Base 2.4.0 + gimp_drawable_get_sub_thumbnail_data@Base 2.4.0 + gimp_drawable_get_tattoo@Base 2.4.0 + gimp_drawable_get_thumbnail@Base 2.4.0 + gimp_drawable_get_thumbnail_data@Base 2.4.0 + gimp_drawable_get_thumbnail_format@Base 2.10.14 + gimp_drawable_get_tile2@Base 2.4.0 + gimp_drawable_get_tile@Base 2.4.0 + gimp_drawable_get_visible@Base 2.4.0 + gimp_drawable_has_alpha@Base 2.4.0 + gimp_drawable_height@Base 2.4.0 + gimp_drawable_histogram@Base 2.10.0 + gimp_drawable_hue_saturation@Base 2.10.0 + gimp_drawable_invert@Base 2.10.0 + gimp_drawable_is_channel@Base 2.4.0 + gimp_drawable_is_gray@Base 2.4.0 + gimp_drawable_is_indexed@Base 2.4.0 + gimp_drawable_is_layer@Base 2.4.0 + gimp_drawable_is_layer_mask@Base 2.4.0 + gimp_drawable_is_rgb@Base 2.4.0 + gimp_drawable_is_text_layer@Base 2.6.0 + gimp_drawable_is_valid@Base 2.4.0 + gimp_drawable_levels@Base 2.10.0 + gimp_drawable_levels_stretch@Base 2.10.0 + gimp_drawable_mask_bounds@Base 2.4.0 + gimp_drawable_mask_intersect@Base 2.4.0 + gimp_drawable_merge_shadow@Base 2.4.0 + gimp_drawable_offset@Base 2.4.0 + gimp_drawable_offsets@Base 2.4.0 + gimp_drawable_parasite_attach@Base 2.4.0 + gimp_drawable_parasite_detach@Base 2.4.0 + gimp_drawable_parasite_find@Base 2.4.0 + gimp_drawable_parasite_list@Base 2.4.0 + gimp_drawable_posterize@Base 2.10.0 + gimp_drawable_set_image@Base 2.4.0 + gimp_drawable_set_linked@Base 2.4.0 + gimp_drawable_set_name@Base 2.4.0 + gimp_drawable_set_pixel@Base 2.4.0 + gimp_drawable_set_tattoo@Base 2.4.0 + gimp_drawable_set_visible@Base 2.4.0 + gimp_drawable_threshold@Base 2.10.0 + gimp_drawable_transform_2d@Base 2.4.0 + gimp_drawable_transform_2d_default@Base 2.4.0 + gimp_drawable_transform_flip@Base 2.4.0 + gimp_drawable_transform_flip_default@Base 2.4.0 + gimp_drawable_transform_flip_simple@Base 2.4.0 + gimp_drawable_transform_matrix@Base 2.4.0 + gimp_drawable_transform_matrix_default@Base 2.4.0 + gimp_drawable_transform_perspective@Base 2.4.0 + gimp_drawable_transform_perspective_default@Base 2.4.0 + gimp_drawable_transform_rotate@Base 2.4.0 + gimp_drawable_transform_rotate_default@Base 2.4.0 + gimp_drawable_transform_rotate_simple@Base 2.4.0 + gimp_drawable_transform_scale@Base 2.4.0 + gimp_drawable_transform_scale_default@Base 2.4.0 + gimp_drawable_transform_shear@Base 2.4.0 + gimp_drawable_transform_shear_default@Base 2.4.0 + gimp_drawable_type@Base 2.4.0 + gimp_drawable_type_with_alpha@Base 2.4.0 + gimp_drawable_update@Base 2.4.0 + gimp_drawable_width@Base 2.4.0 + gimp_dynamics_get_list@Base 2.8.0 + gimp_dynamics_refresh@Base 2.8.0 + gimp_edit_blend@Base 2.4.0 + gimp_edit_bucket_fill@Base 2.4.0 + gimp_edit_bucket_fill_full@Base 2.4.0 + gimp_edit_clear@Base 2.4.0 + gimp_edit_copy@Base 2.4.0 + gimp_edit_copy_visible@Base 2.4.0 + gimp_edit_cut@Base 2.4.0 + gimp_edit_fill@Base 2.4.0 + gimp_edit_named_copy@Base 2.4.0 + gimp_edit_named_copy_visible@Base 2.4.0 + gimp_edit_named_cut@Base 2.4.0 + gimp_edit_named_paste@Base 2.4.0 + gimp_edit_named_paste_as_new@Base 2.4.0 + gimp_edit_named_paste_as_new_image@Base 2.10.0 + gimp_edit_paste@Base 2.4.0 + gimp_edit_paste_as_new@Base 2.4.0 + gimp_edit_paste_as_new_image@Base 2.10.0 + gimp_edit_stroke@Base 2.4.0 + gimp_edit_stroke_vectors@Base 2.4.0 + gimp_ellipse_select@Base 2.4.0 + gimp_enums_get_type_names@Base 2.4.0 + gimp_enums_init@Base 2.4.0 + gimp_equalize@Base 2.4.0 + gimp_eraser@Base 2.4.0 + gimp_eraser_default@Base 2.4.0 + gimp_export_color_profile@Base 2.10.6 + gimp_export_exif@Base 2.10.0 + gimp_export_iptc@Base 2.10.0 + gimp_export_xmp@Base 2.10.0 + gimp_extension_ack@Base 2.4.0 + gimp_extension_enable@Base 2.4.0 + gimp_extension_process@Base 2.4.0 + gimp_file_load@Base 2.4.0 + gimp_file_load_layer@Base 2.4.0 + gimp_file_load_layers@Base 2.4.0 + gimp_file_save@Base 2.4.0 + gimp_file_save_thumbnail@Base 2.4.0 + gimp_flip@Base 2.4.0 + gimp_floating_sel_anchor@Base 2.4.0 + gimp_floating_sel_attach@Base 2.4.0 + gimp_floating_sel_relax@Base 2.4.0 + gimp_floating_sel_remove@Base 2.4.0 + gimp_floating_sel_rigor@Base 2.4.0 + gimp_floating_sel_to_layer@Base 2.4.0 + gimp_font_select_destroy@Base 2.4.0 + gimp_font_select_new@Base 2.4.0 + gimp_fonts_close_popup@Base 2.4.0 + gimp_fonts_get_list@Base 2.4.0 + gimp_fonts_popup@Base 2.4.0 + gimp_fonts_refresh@Base 2.4.0 + gimp_fonts_set_popup@Base 2.4.0 + gimp_free_select@Base 2.4.0 + gimp_fuzzy_select@Base 2.4.0 + gimp_fuzzy_select_full@Base 2.4.0 + gimp_gamma@Base 2.4.0 + gimp_get_color_configuration@Base 2.4.0 + gimp_get_default_comment@Base 2.4.0 + gimp_get_default_unit@Base 2.4.0 + gimp_get_icon_theme_dir@Base 2.10.0 + gimp_get_module_load_inhibit@Base 2.4.0 + gimp_get_monitor_resolution@Base 2.4.0 + gimp_get_parasite@Base 2.8.0 + gimp_get_parasite_list@Base 2.8.0 + gimp_get_path_by_tattoo@Base 2.4.0 + gimp_get_pdb_error@Base 2.6.0 + gimp_get_pdb_status@Base 2.10.0 + gimp_get_progname@Base 2.4.0 + gimp_get_theme_dir@Base 2.4.0 + gimp_getpid@Base 2.4.0 + gimp_gimprc_query@Base 2.4.0 + gimp_gimprc_set@Base 2.4.0 + gimp_gradient_delete@Base 2.4.0 + gimp_gradient_duplicate@Base 2.4.0 + gimp_gradient_get_custom_samples@Base 2.4.0 + gimp_gradient_get_number_of_segments@Base 2.6.0 + gimp_gradient_get_uniform_samples@Base 2.4.0 + gimp_gradient_is_editable@Base 2.4.0 + gimp_gradient_new@Base 2.4.0 + gimp_gradient_rename@Base 2.4.0 + gimp_gradient_segment_get_blending_function@Base 2.4.0 + gimp_gradient_segment_get_coloring_type@Base 2.4.0 + gimp_gradient_segment_get_left_color@Base 2.4.0 + gimp_gradient_segment_get_left_pos@Base 2.4.0 + gimp_gradient_segment_get_middle_pos@Base 2.4.0 + gimp_gradient_segment_get_right_color@Base 2.4.0 + gimp_gradient_segment_get_right_pos@Base 2.4.0 + gimp_gradient_segment_range_blend_colors@Base 2.4.0 + gimp_gradient_segment_range_blend_opacity@Base 2.4.0 + gimp_gradient_segment_range_delete@Base 2.4.0 + gimp_gradient_segment_range_flip@Base 2.4.0 + gimp_gradient_segment_range_move@Base 2.4.0 + gimp_gradient_segment_range_redistribute_handles@Base 2.4.0 + gimp_gradient_segment_range_replicate@Base 2.4.0 + gimp_gradient_segment_range_set_blending_function@Base 2.4.0 + gimp_gradient_segment_range_set_coloring_type@Base 2.4.0 + gimp_gradient_segment_range_split_midpoint@Base 2.4.0 + gimp_gradient_segment_range_split_uniform@Base 2.4.0 + gimp_gradient_segment_set_left_color@Base 2.4.0 + gimp_gradient_segment_set_left_pos@Base 2.4.0 + gimp_gradient_segment_set_middle_pos@Base 2.4.0 + gimp_gradient_segment_set_right_color@Base 2.4.0 + gimp_gradient_segment_set_right_pos@Base 2.4.0 + gimp_gradient_select_destroy@Base 2.4.0 + gimp_gradient_select_new@Base 2.4.0 + gimp_gradients_close_popup@Base 2.4.0 + gimp_gradients_get_gradient@Base 2.4.0 + gimp_gradients_get_gradient_data@Base 2.4.0 + gimp_gradients_get_list@Base 2.4.0 + gimp_gradients_popup@Base 2.4.0 + gimp_gradients_refresh@Base 2.4.0 + gimp_gradients_sample_custom@Base 2.4.0 + gimp_gradients_sample_uniform@Base 2.4.0 + gimp_gradients_set_gradient@Base 2.4.0 + gimp_gradients_set_popup@Base 2.4.0 + gimp_heal@Base 2.4.0 + gimp_heal_default@Base 2.4.0 + gimp_help@Base 2.4.0 + gimp_histogram@Base 2.4.0 + gimp_histogram_channel_get_type@Base 2.4.0 + gimp_hue_saturation@Base 2.4.0 + gimp_icon_theme_dir@Base 2.10.6 + gimp_image_add_channel@Base 2.4.0 + gimp_image_add_hguide@Base 2.4.0 + gimp_image_add_layer@Base 2.4.0 + gimp_image_add_sample_point@Base 2.10.0 + gimp_image_add_vectors@Base 2.4.0 + gimp_image_add_vguide@Base 2.4.0 + gimp_image_attach_new_parasite@Base 2.4.0 + gimp_image_attach_parasite@Base 2.8.0 + gimp_image_base_type@Base 2.4.0 + gimp_image_clean_all@Base 2.4.0 + gimp_image_convert_color_profile@Base 2.10.0 + gimp_image_convert_color_profile_from_file@Base 2.10.0 + gimp_image_convert_grayscale@Base 2.4.0 + gimp_image_convert_indexed@Base 2.4.0 + gimp_image_convert_precision@Base 2.10.0 + gimp_image_convert_rgb@Base 2.4.0 + gimp_image_convert_set_dither_matrix@Base 2.4.0 + gimp_image_crop@Base 2.4.0 + gimp_image_delete@Base 2.4.0 + gimp_image_delete_guide@Base 2.4.0 + gimp_image_delete_sample_point@Base 2.10.0 + gimp_image_detach_parasite@Base 2.8.0 + gimp_image_duplicate@Base 2.4.0 + gimp_image_find_next_guide@Base 2.4.0 + gimp_image_find_next_sample_point@Base 2.10.0 + gimp_image_flatten@Base 2.4.0 + gimp_image_flip@Base 2.4.0 + gimp_image_floating_sel_attached_to@Base 2.4.0 + gimp_image_free_shadow@Base 2.4.0 + gimp_image_freeze_channels@Base 2.10.2 + gimp_image_freeze_layers@Base 2.10.2 + gimp_image_freeze_vectors@Base 2.10.2 + gimp_image_get_active_channel@Base 2.4.0 + gimp_image_get_active_drawable@Base 2.4.0 + gimp_image_get_active_layer@Base 2.4.0 + gimp_image_get_active_vectors@Base 2.4.0 + gimp_image_get_channel_by_name@Base 2.8.0 + gimp_image_get_channel_by_tattoo@Base 2.4.0 + gimp_image_get_channel_position@Base 2.4.0 + gimp_image_get_channels@Base 2.4.0 + gimp_image_get_cmap@Base 2.4.0 + gimp_image_get_color_profile@Base 2.10.0 + gimp_image_get_colormap@Base 2.4.0 + gimp_image_get_component_active@Base 2.4.0 + gimp_image_get_component_visible@Base 2.4.0 + gimp_image_get_default_new_layer_mode@Base 2.10.0 + gimp_image_get_effective_color_profile@Base 2.10.0 + gimp_image_get_exported_uri@Base 2.8.0 + gimp_image_get_filename@Base 2.4.0 + gimp_image_get_floating_sel@Base 2.4.0 + gimp_image_get_guide_orientation@Base 2.4.0 + gimp_image_get_guide_position@Base 2.4.0 + gimp_image_get_imported_uri@Base 2.8.0 + gimp_image_get_item_position@Base 2.8.0 + gimp_image_get_layer_by_name@Base 2.8.0 + gimp_image_get_layer_by_tattoo@Base 2.4.0 + gimp_image_get_layer_position@Base 2.4.0 + gimp_image_get_layers@Base 2.4.0 + gimp_image_get_metadata@Base 2.10.0 + gimp_image_get_name@Base 2.4.0 + gimp_image_get_parasite@Base 2.8.0 + gimp_image_get_parasite_list@Base 2.8.0 + gimp_image_get_precision@Base 2.10.0 + gimp_image_get_resolution@Base 2.4.0 + gimp_image_get_sample_point_position@Base 2.10.0 + gimp_image_get_selection@Base 2.4.0 + gimp_image_get_tattoo_state@Base 2.4.0 + gimp_image_get_thumbnail@Base 2.4.0 + gimp_image_get_thumbnail_data@Base 2.4.0 + gimp_image_get_unit@Base 2.4.0 + gimp_image_get_uri@Base 2.8.0 + gimp_image_get_vectors@Base 2.4.0 + gimp_image_get_vectors_by_name@Base 2.8.0 + gimp_image_get_vectors_by_tattoo@Base 2.6.0 + gimp_image_get_vectors_position@Base 2.4.0 + gimp_image_get_xcf_uri@Base 2.8.0 + gimp_image_grid_get_background_color@Base 2.4.0 + gimp_image_grid_get_foreground_color@Base 2.4.0 + gimp_image_grid_get_offset@Base 2.4.0 + gimp_image_grid_get_spacing@Base 2.4.0 + gimp_image_grid_get_style@Base 2.4.0 + gimp_image_grid_set_background_color@Base 2.4.0 + gimp_image_grid_set_foreground_color@Base 2.4.0 + gimp_image_grid_set_offset@Base 2.4.0 + gimp_image_grid_set_spacing@Base 2.4.0 + gimp_image_grid_set_style@Base 2.4.0 + gimp_image_height@Base 2.4.0 + gimp_image_insert_channel@Base 2.8.0 + gimp_image_insert_layer@Base 2.8.0 + gimp_image_insert_vectors@Base 2.8.0 + gimp_image_is_dirty@Base 2.4.0 + gimp_image_is_valid@Base 2.4.0 + gimp_image_list@Base 2.4.0 + gimp_image_lower_channel@Base 2.4.0 + gimp_image_lower_item@Base 2.8.0 + gimp_image_lower_item_to_bottom@Base 2.8.0 + gimp_image_lower_layer@Base 2.4.0 + gimp_image_lower_layer_to_bottom@Base 2.4.0 + gimp_image_lower_vectors@Base 2.4.0 + gimp_image_lower_vectors_to_bottom@Base 2.4.0 + gimp_image_merge_down@Base 2.4.0 + gimp_image_merge_layer_group@Base 2.10.14 + gimp_image_merge_visible_layers@Base 2.4.0 + gimp_image_new@Base 2.4.0 + gimp_image_new_with_precision@Base 2.10.0 + gimp_image_parasite_attach@Base 2.4.0 + gimp_image_parasite_detach@Base 2.4.0 + gimp_image_parasite_find@Base 2.4.0 + gimp_image_parasite_list@Base 2.4.0 + gimp_image_pick_color@Base 2.4.0 + gimp_image_pick_correlate_layer@Base 2.4.0 + gimp_image_raise_channel@Base 2.4.0 + gimp_image_raise_item@Base 2.8.0 + gimp_image_raise_item_to_top@Base 2.8.0 + gimp_image_raise_layer@Base 2.4.0 + gimp_image_raise_layer_to_top@Base 2.4.0 + gimp_image_raise_vectors@Base 2.4.0 + gimp_image_raise_vectors_to_top@Base 2.4.0 + gimp_image_remove_channel@Base 2.4.0 + gimp_image_remove_layer@Base 2.4.0 + gimp_image_remove_vectors@Base 2.4.0 + gimp_image_reorder_item@Base 2.8.0 + gimp_image_resize@Base 2.4.0 + gimp_image_resize_to_layers@Base 2.4.0 + gimp_image_rotate@Base 2.4.0 + gimp_image_scale@Base 2.4.0 + gimp_image_scale_full@Base 2.6.0 + gimp_image_select_color@Base 2.8.0 + gimp_image_select_contiguous_color@Base 2.8.0 + gimp_image_select_ellipse@Base 2.8.0 + gimp_image_select_item@Base 2.8.0 + gimp_image_select_polygon@Base 2.8.0 + gimp_image_select_rectangle@Base 2.8.0 + gimp_image_select_round_rectangle@Base 2.8.0 + gimp_image_set_active_channel@Base 2.4.0 + gimp_image_set_active_layer@Base 2.4.0 + gimp_image_set_active_vectors@Base 2.4.0 + gimp_image_set_cmap@Base 2.4.0 + gimp_image_set_color_profile@Base 2.10.0 + gimp_image_set_color_profile_from_file@Base 2.10.0 + gimp_image_set_colormap@Base 2.4.0 + gimp_image_set_component_active@Base 2.4.0 + gimp_image_set_component_visible@Base 2.4.0 + gimp_image_set_filename@Base 2.4.0 + gimp_image_set_metadata@Base 2.10.0 + gimp_image_set_resolution@Base 2.4.0 + gimp_image_set_tattoo_state@Base 2.4.0 + gimp_image_set_unit@Base 2.4.0 + gimp_image_thaw_channels@Base 2.10.2 + gimp_image_thaw_layers@Base 2.10.2 + gimp_image_thaw_vectors@Base 2.10.2 + gimp_image_undo_disable@Base 2.4.0 + gimp_image_undo_enable@Base 2.4.0 + gimp_image_undo_freeze@Base 2.4.0 + gimp_image_undo_group_end@Base 2.4.0 + gimp_image_undo_group_start@Base 2.4.0 + gimp_image_undo_is_enabled@Base 2.4.0 + gimp_image_undo_thaw@Base 2.4.0 + gimp_image_unset_active_channel@Base 2.4.0 + gimp_image_width@Base 2.4.0 + gimp_install_cmap@Base 2.4.0 + gimp_install_procedure@Base 2.4.0 + gimp_install_temp_proc@Base 2.4.0 + gimp_invert@Base 2.4.0 + gimp_item_attach_parasite@Base 2.8.0 + gimp_item_delete@Base 2.8.0 + gimp_item_detach_parasite@Base 2.8.0 + gimp_item_get_children@Base 2.8.0 + gimp_item_get_color_tag@Base 2.10.0 + gimp_item_get_expanded@Base 2.10.0 + gimp_item_get_image@Base 2.8.0 + gimp_item_get_linked@Base 2.8.0 + gimp_item_get_lock_content@Base 2.8.0 + gimp_item_get_lock_position@Base 2.10.0 + gimp_item_get_name@Base 2.8.0 + gimp_item_get_parasite@Base 2.8.0 + gimp_item_get_parasite_list@Base 2.8.0 + gimp_item_get_parent@Base 2.8.0 + gimp_item_get_tattoo@Base 2.8.0 + gimp_item_get_visible@Base 2.8.0 + gimp_item_is_channel@Base 2.8.0 + gimp_item_is_drawable@Base 2.8.0 + gimp_item_is_group@Base 2.8.0 + gimp_item_is_layer@Base 2.8.0 + gimp_item_is_layer_mask@Base 2.8.0 + gimp_item_is_selection@Base 2.8.0 + gimp_item_is_text_layer@Base 2.8.0 + gimp_item_is_valid@Base 2.8.0 + gimp_item_is_vectors@Base 2.8.0 + gimp_item_set_color_tag@Base 2.10.0 + gimp_item_set_expanded@Base 2.10.0 + gimp_item_set_linked@Base 2.8.0 + gimp_item_set_lock_content@Base 2.8.0 + gimp_item_set_lock_position@Base 2.10.0 + gimp_item_set_name@Base 2.8.0 + gimp_item_set_tattoo@Base 2.8.0 + gimp_item_set_visible@Base 2.8.0 + gimp_item_transform_2d@Base 2.8.0 + gimp_item_transform_flip@Base 2.8.0 + gimp_item_transform_flip_simple@Base 2.8.0 + gimp_item_transform_matrix@Base 2.8.0 + gimp_item_transform_perspective@Base 2.8.0 + gimp_item_transform_rotate@Base 2.8.0 + gimp_item_transform_rotate_simple@Base 2.8.0 + gimp_item_transform_scale@Base 2.8.0 + gimp_item_transform_shear@Base 2.8.0 + gimp_item_transform_translate@Base 2.10.0 + gimp_layer_add_alpha@Base 2.4.0 + gimp_layer_add_mask@Base 2.4.0 + gimp_layer_color_space_get_type@Base 2.10.0 + gimp_layer_composite_mode_get_type@Base 2.10.0 + gimp_layer_copy@Base 2.4.0 + gimp_layer_create_mask@Base 2.4.0 + gimp_layer_flatten@Base 2.4.0 + gimp_layer_from_mask@Base 2.4.0 + gimp_layer_get_apply_mask@Base 2.4.0 + gimp_layer_get_blend_space@Base 2.10.0 + gimp_layer_get_composite_mode@Base 2.10.0 + gimp_layer_get_composite_space@Base 2.10.0 + gimp_layer_get_edit_mask@Base 2.4.0 + gimp_layer_get_lock_alpha@Base 2.4.0 + gimp_layer_get_mask@Base 2.4.0 + gimp_layer_get_mode@Base 2.4.0 + gimp_layer_get_opacity@Base 2.4.0 + gimp_layer_get_preserve_trans@Base 2.4.0 + gimp_layer_get_show_mask@Base 2.4.0 + gimp_layer_group_new@Base 2.8.0 + gimp_layer_is_floating_sel@Base 2.4.0 + gimp_layer_mode_get_type@Base 2.10.0 + gimp_layer_new@Base 2.4.0 + gimp_layer_new_from_drawable@Base 2.4.0 + gimp_layer_new_from_pixbuf@Base 2.4.0 + gimp_layer_new_from_surface@Base 2.8.0 + gimp_layer_new_from_visible@Base 2.6.0 + gimp_layer_remove_mask@Base 2.4.0 + gimp_layer_resize@Base 2.4.0 + gimp_layer_resize_to_image_size@Base 2.4.0 + gimp_layer_scale@Base 2.4.0 + gimp_layer_scale_full@Base 2.6.0 + gimp_layer_set_apply_mask@Base 2.4.0 + gimp_layer_set_blend_space@Base 2.10.0 + gimp_layer_set_composite_mode@Base 2.10.0 + gimp_layer_set_composite_space@Base 2.10.0 + gimp_layer_set_edit_mask@Base 2.4.0 + gimp_layer_set_lock_alpha@Base 2.4.0 + gimp_layer_set_mode@Base 2.4.0 + gimp_layer_set_offsets@Base 2.4.0 + gimp_layer_set_opacity@Base 2.4.0 + gimp_layer_set_preserve_trans@Base 2.4.0 + gimp_layer_set_show_mask@Base 2.4.0 + gimp_layer_translate@Base 2.4.0 + gimp_levels@Base 2.4.0 + gimp_levels_auto@Base 2.4.0 + gimp_levels_stretch@Base 2.4.0 + gimp_main@Base 2.4.0 + gimp_message@Base 2.4.0 + gimp_message_get_handler@Base 2.4.0 + gimp_message_set_handler@Base 2.4.0 + gimp_min_colors@Base 2.4.0 + gimp_monitor_number@Base 2.4.0 + gimp_paintbrush@Base 2.4.0 + gimp_paintbrush_default@Base 2.4.0 + gimp_palette_add_entry@Base 2.4.0 + gimp_palette_delete@Base 2.4.0 + gimp_palette_delete_entry@Base 2.4.0 + gimp_palette_duplicate@Base 2.4.0 + gimp_palette_entry_get_color@Base 2.4.0 + gimp_palette_entry_get_name@Base 2.4.0 + gimp_palette_entry_set_color@Base 2.4.0 + gimp_palette_entry_set_name@Base 2.4.0 + gimp_palette_get_background@Base 2.4.0 + gimp_palette_get_colors@Base 2.6.0 + gimp_palette_get_columns@Base 2.4.0 + gimp_palette_get_foreground@Base 2.4.0 + gimp_palette_get_info@Base 2.4.0 + gimp_palette_is_editable@Base 2.4.0 + gimp_palette_new@Base 2.4.0 + gimp_palette_rename@Base 2.4.0 + gimp_palette_select_destroy@Base 2.4.0 + gimp_palette_select_new@Base 2.4.0 + gimp_palette_set_background@Base 2.4.0 + gimp_palette_set_columns@Base 2.4.0 + gimp_palette_set_default_colors@Base 2.4.0 + gimp_palette_set_foreground@Base 2.4.0 + gimp_palette_swap_colors@Base 2.4.0 + gimp_palettes_close_popup@Base 2.4.0 + gimp_palettes_get_list@Base 2.4.0 + gimp_palettes_get_palette@Base 2.4.0 + gimp_palettes_get_palette_entry@Base 2.4.0 + gimp_palettes_popup@Base 2.4.0 + gimp_palettes_refresh@Base 2.4.0 + gimp_palettes_set_palette@Base 2.4.0 + gimp_palettes_set_popup@Base 2.4.0 + gimp_parasite_attach@Base 2.4.0 + gimp_parasite_detach@Base 2.4.0 + gimp_parasite_find@Base 2.4.0 + gimp_parasite_list@Base 2.4.0 + gimp_path_delete@Base 2.4.0 + gimp_path_get_current@Base 2.4.0 + gimp_path_get_locked@Base 2.4.0 + gimp_path_get_point_at_dist@Base 2.4.0 + gimp_path_get_points@Base 2.4.0 + gimp_path_get_tattoo@Base 2.4.0 + gimp_path_import@Base 2.4.0 + gimp_path_list@Base 2.4.0 + gimp_path_set_current@Base 2.4.0 + gimp_path_set_locked@Base 2.4.0 + gimp_path_set_points@Base 2.4.0 + gimp_path_set_tattoo@Base 2.4.0 + gimp_path_stroke_current@Base 2.4.0 + gimp_path_to_selection@Base 2.4.0 + gimp_pattern_get_info@Base 2.4.0 + gimp_pattern_get_pixels@Base 2.4.0 + gimp_pattern_select_destroy@Base 2.4.0 + gimp_pattern_select_new@Base 2.4.0 + gimp_patterns_close_popup@Base 2.4.0 + gimp_patterns_get_list@Base 2.4.0 + gimp_patterns_get_pattern@Base 2.4.0 + gimp_patterns_get_pattern_data@Base 2.4.0 + gimp_patterns_popup@Base 2.4.0 + gimp_patterns_refresh@Base 2.4.0 + gimp_patterns_set_pattern@Base 2.4.0 + gimp_patterns_set_popup@Base 2.4.0 + gimp_pencil@Base 2.4.0 + gimp_perspective@Base 2.4.0 + gimp_pixel_fetcher_destroy@Base 2.4.0 + gimp_pixel_fetcher_get_pixel@Base 2.4.0 + gimp_pixel_fetcher_new@Base 2.4.0 + gimp_pixel_fetcher_put_pixel@Base 2.4.0 + gimp_pixel_fetcher_set_bg_color@Base 2.4.0 + gimp_pixel_fetcher_set_edge_mode@Base 2.4.0 + gimp_pixel_rgn_get_col@Base 2.4.0 + gimp_pixel_rgn_get_pixel@Base 2.4.0 + gimp_pixel_rgn_get_rect@Base 2.4.0 + gimp_pixel_rgn_get_row@Base 2.4.0 + gimp_pixel_rgn_init@Base 2.4.0 + gimp_pixel_rgn_resize@Base 2.4.0 + gimp_pixel_rgn_set_col@Base 2.4.0 + gimp_pixel_rgn_set_pixel@Base 2.4.0 + gimp_pixel_rgn_set_rect@Base 2.4.0 + gimp_pixel_rgn_set_row@Base 2.4.0 + gimp_pixel_rgns_process@Base 2.4.0 + gimp_pixel_rgns_register2@Base 2.4.0 + gimp_pixel_rgns_register@Base 2.4.0 + gimp_plug_in_error_quark@Base 2.10.32 + gimp_plugin_domain_register@Base 2.4.0 + gimp_plugin_enable_precision@Base 2.10.0 + gimp_plugin_get_pdb_error_handler@Base 2.6.0 + gimp_plugin_help_register@Base 2.4.0 + gimp_plugin_icon_register@Base 2.4.0 + gimp_plugin_menu_branch_register@Base 2.4.0 + gimp_plugin_menu_register@Base 2.4.0 + gimp_plugin_precision_enabled@Base 2.10.0 + gimp_plugin_set_pdb_error_handler@Base 2.6.0 + gimp_posterize@Base 2.4.0 + gimp_procedural_db_dump@Base 2.4.0 + gimp_procedural_db_get_data@Base 2.4.0 + gimp_procedural_db_get_data_size@Base 2.4.0 + gimp_procedural_db_proc_arg@Base 2.4.0 + gimp_procedural_db_proc_exists@Base 2.6.0 + gimp_procedural_db_proc_info@Base 2.4.0 + gimp_procedural_db_proc_val@Base 2.4.0 + gimp_procedural_db_query@Base 2.4.0 + gimp_procedural_db_set_data@Base 2.4.0 + gimp_procedural_db_temp_name@Base 2.4.0 + gimp_progress_cancel@Base 2.4.0 + gimp_progress_end@Base 2.4.0 + gimp_progress_get_window_handle@Base 2.4.0 + gimp_progress_init@Base 2.4.0 + gimp_progress_init_printf@Base 2.4.0 + gimp_progress_install@Base 2.4.0 + gimp_progress_install_vtable@Base 2.4.0 + gimp_progress_pulse@Base 2.4.0 + gimp_progress_set_text@Base 2.4.0 + gimp_progress_set_text_printf@Base 2.4.0 + gimp_progress_uninstall@Base 2.4.0 + gimp_progress_update@Base 2.4.0 + gimp_quit@Base 2.4.0 + gimp_read_expect_msg@Base 2.4.0 + gimp_rect_select@Base 2.4.0 + gimp_register_file_handler_mime@Base 2.4.0 + gimp_register_file_handler_priority@Base 2.10.6 + gimp_register_file_handler_raw@Base 2.10.0 + gimp_register_file_handler_uri@Base 2.10.0 + gimp_register_load_handler@Base 2.4.0 + gimp_register_magic_load_handler@Base 2.4.0 + gimp_register_save_handler@Base 2.4.0 + gimp_register_thumbnail_loader@Base 2.4.0 + gimp_rgn_iterate1@Base 2.4.0 + gimp_rgn_iterate2@Base 2.4.0 + gimp_rgn_iterator_dest@Base 2.4.0 + gimp_rgn_iterator_free@Base 2.4.0 + gimp_rgn_iterator_new@Base 2.4.0 + gimp_rgn_iterator_src@Base 2.4.0 + gimp_rgn_iterator_src_dest@Base 2.4.0 + gimp_rotate@Base 2.4.0 + gimp_round_rect_select@Base 2.4.0 + gimp_run_procedure2@Base 2.4.0 + gimp_run_procedure@Base 2.4.0 + gimp_scale@Base 2.4.0 + gimp_selection_all@Base 2.4.0 + gimp_selection_border@Base 2.4.0 + gimp_selection_bounds@Base 2.4.0 + gimp_selection_clear@Base 2.4.0 + gimp_selection_combine@Base 2.4.0 + gimp_selection_feather@Base 2.4.0 + gimp_selection_float@Base 2.4.0 + gimp_selection_flood@Base 2.10.0 + gimp_selection_grow@Base 2.4.0 + gimp_selection_invert@Base 2.4.0 + gimp_selection_is_empty@Base 2.4.0 + gimp_selection_layer_alpha@Base 2.4.0 + gimp_selection_load@Base 2.4.0 + gimp_selection_none@Base 2.4.0 + gimp_selection_save@Base 2.4.0 + gimp_selection_sharpen@Base 2.4.0 + gimp_selection_shrink@Base 2.4.0 + gimp_selection_translate@Base 2.4.0 + gimp_selection_value@Base 2.4.0 + gimp_shear@Base 2.4.0 + gimp_shm_ID@Base 2.4.0 + gimp_shm_addr@Base 2.4.0 + gimp_show_help_button@Base 2.4.0 + gimp_show_tool_tips@Base 2.4.0 + gimp_smudge@Base 2.4.0 + gimp_smudge_default@Base 2.4.0 + gimp_temp_name@Base 2.4.0 + gimp_text@Base 2.4.0 + gimp_text_fontname@Base 2.4.0 + gimp_text_get_extents@Base 2.4.0 + gimp_text_get_extents_fontname@Base 2.4.0 + gimp_text_layer_get_antialias@Base 2.6.0 + gimp_text_layer_get_base_direction@Base 2.6.0 + gimp_text_layer_get_color@Base 2.6.0 + gimp_text_layer_get_font@Base 2.6.0 + gimp_text_layer_get_font_size@Base 2.6.0 + gimp_text_layer_get_hint_style@Base 2.8.0 + gimp_text_layer_get_hinting@Base 2.6.0 + gimp_text_layer_get_indent@Base 2.6.0 + gimp_text_layer_get_justification@Base 2.6.0 + gimp_text_layer_get_kerning@Base 2.6.0 + gimp_text_layer_get_language@Base 2.6.0 + gimp_text_layer_get_letter_spacing@Base 2.6.0 + gimp_text_layer_get_line_spacing@Base 2.6.0 + gimp_text_layer_get_markup@Base 2.8.0 + gimp_text_layer_get_text@Base 2.6.0 + gimp_text_layer_new@Base 2.6.0 + gimp_text_layer_resize@Base 2.8.0 + gimp_text_layer_set_antialias@Base 2.6.0 + gimp_text_layer_set_base_direction@Base 2.6.0 + gimp_text_layer_set_color@Base 2.6.0 + gimp_text_layer_set_font@Base 2.6.0 + gimp_text_layer_set_font_size@Base 2.6.0 + gimp_text_layer_set_hint_style@Base 2.8.0 + gimp_text_layer_set_hinting@Base 2.6.0 + gimp_text_layer_set_indent@Base 2.6.0 + gimp_text_layer_set_justification@Base 2.6.0 + gimp_text_layer_set_kerning@Base 2.6.0 + gimp_text_layer_set_language@Base 2.6.0 + gimp_text_layer_set_letter_spacing@Base 2.6.0 + gimp_text_layer_set_line_spacing@Base 2.6.0 + gimp_text_layer_set_text@Base 2.6.0 + gimp_threshold@Base 2.4.0 + gimp_tile_cache_ntiles@Base 2.4.0 + gimp_tile_cache_size@Base 2.4.0 + gimp_tile_flush@Base 2.4.0 + gimp_tile_height@Base 2.4.0 + gimp_tile_ref@Base 2.4.0 + gimp_tile_ref_zero@Base 2.4.0 + gimp_tile_unref@Base 2.4.0 + gimp_tile_width@Base 2.4.0 + gimp_transform_2d@Base 2.4.0 + gimp_uninstall_temp_proc@Base 2.4.0 + gimp_user_time@Base 2.6.0 + gimp_vectors_bezier_stroke_conicto@Base 2.4.0 + gimp_vectors_bezier_stroke_cubicto@Base 2.4.0 + gimp_vectors_bezier_stroke_lineto@Base 2.4.0 + gimp_vectors_bezier_stroke_new_ellipse@Base 2.4.0 + gimp_vectors_bezier_stroke_new_moveto@Base 2.4.0 + gimp_vectors_copy@Base 2.6.0 + gimp_vectors_export_to_file@Base 2.6.0 + gimp_vectors_export_to_string@Base 2.6.0 + gimp_vectors_get_image@Base 2.4.0 + gimp_vectors_get_linked@Base 2.4.0 + gimp_vectors_get_name@Base 2.4.0 + gimp_vectors_get_strokes@Base 2.4.0 + gimp_vectors_get_tattoo@Base 2.4.0 + gimp_vectors_get_visible@Base 2.4.0 + gimp_vectors_import_from_file@Base 2.4.0 + gimp_vectors_import_from_string@Base 2.4.0 + gimp_vectors_is_valid@Base 2.4.0 + gimp_vectors_new@Base 2.4.0 + gimp_vectors_new_from_text_layer@Base 2.6.0 + gimp_vectors_parasite_attach@Base 2.4.0 + gimp_vectors_parasite_detach@Base 2.4.0 + gimp_vectors_parasite_find@Base 2.4.0 + gimp_vectors_parasite_list@Base 2.4.0 + gimp_vectors_remove_stroke@Base 2.4.0 + gimp_vectors_set_linked@Base 2.4.0 + gimp_vectors_set_name@Base 2.4.0 + gimp_vectors_set_tattoo@Base 2.4.0 + gimp_vectors_set_visible@Base 2.4.0 + gimp_vectors_stroke_close@Base 2.4.0 + gimp_vectors_stroke_flip@Base 2.4.0 + gimp_vectors_stroke_flip_free@Base 2.4.0 + gimp_vectors_stroke_get_length@Base 2.4.0 + gimp_vectors_stroke_get_point_at_dist@Base 2.4.0 + gimp_vectors_stroke_get_points@Base 2.4.0 + gimp_vectors_stroke_interpolate@Base 2.4.0 + gimp_vectors_stroke_new_from_points@Base 2.4.0 + gimp_vectors_stroke_rotate@Base 2.4.0 + gimp_vectors_stroke_scale@Base 2.4.0 + gimp_vectors_stroke_translate@Base 2.4.0 + gimp_vectors_to_selection@Base 2.4.0 + gimp_version@Base 2.4.0 + gimp_wm_class@Base 2.4.0 +libgimpbase-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + _gimp_unit_vtable@Base 2.4.0 + gimp_add_mask_type_compat_get_type@Base 2.10.0 + gimp_add_mask_type_get_type@Base 2.4.0 + gimp_any_to_utf8@Base 2.4.0 + gimp_base_compat_enums_init@Base 2.10.0 + gimp_base_init@Base 2.4.0 + gimp_blend_mode_compat_get_type@Base 2.10.0 + gimp_blend_mode_get_type@Base 2.4.0 + gimp_brush_generated_shape_get_type@Base 2.10.0 + gimp_bucket_fill_mode_compat_get_type@Base 2.10.0 + gimp_bucket_fill_mode_get_type@Base 2.4.0 + gimp_cache_directory@Base 2.10.12 + gimp_canonicalize_identifier@Base 2.4.0 + gimp_cap_style_get_type@Base 2.10.0 + gimp_channel_ops_get_type@Base 2.4.0 + gimp_channel_type_compat_get_type@Base 2.10.0 + gimp_channel_type_get_type@Base 2.4.0 + gimp_check_size_get_type@Base 2.4.0 + gimp_check_type_get_type@Base 2.4.0 + gimp_checks_get_shades@Base 2.4.0 + gimp_clone_type_compat_get_type@Base 2.10.0 + gimp_clone_type_get_type@Base 2.4.0 + gimp_color_tag_get_type@Base 2.10.0 + gimp_component_type_get_type@Base 2.10.0 + gimp_convert_dither_type_compat_get_type@Base 2.10.0 + gimp_convert_palette_type_compat_get_type@Base 2.10.0 + gimp_convert_palette_type_get_type@Base 2.10.0 + gimp_convolve_type_compat_get_type@Base 2.10.0 + gimp_convolve_type_get_type@Base 2.10.0 + gimp_cpu_accel_get_support@Base 2.4.0 + gimp_cpu_accel_set_use@Base 2.4.0 + gimp_data_directory@Base 2.4.0 + gimp_data_directory_file@Base 2.10.0 + gimp_datafiles_check_extension@Base 2.4.0 + gimp_datafiles_read_directories@Base 2.4.0 + gimp_desaturate_mode_compat_get_type@Base 2.10.0 + gimp_desaturate_mode_get_type@Base 2.4.0 + gimp_directory@Base 2.4.0 + gimp_directory_file@Base 2.10.0 + gimp_dodge_burn_type_compat_get_type@Base 2.10.0 + gimp_dodge_burn_type_get_type@Base 2.4.0 + gimp_enum_get_desc@Base 2.4.0 + gimp_enum_get_value@Base 2.4.0 + gimp_enum_get_value_descriptions@Base 2.4.0 + gimp_enum_set_value_descriptions@Base 2.4.0 + gimp_enum_value_get_abbrev@Base 2.10.0 + gimp_enum_value_get_desc@Base 2.4.0 + gimp_enum_value_get_help@Base 2.4.0 + gimp_env_init@Base 2.4.0 + gimp_escape_uline@Base 2.4.0 + gimp_file_get_utf8_name@Base 2.10.0 + gimp_file_has_extension@Base 2.10.0 + gimp_file_show_in_file_manager@Base 2.10.0 + gimp_filename_to_utf8@Base 2.4.0 + gimp_fill_type_compat_get_type@Base 2.10.0 + gimp_fill_type_get_type@Base 2.10.0 + gimp_flags_get_first_desc@Base 2.4.0 + gimp_flags_get_first_value@Base 2.4.0 + gimp_flags_get_value_descriptions@Base 2.4.0 + gimp_flags_set_value_descriptions@Base 2.4.0 + gimp_flags_value_get_abbrev@Base 2.10.0 + gimp_flags_value_get_desc@Base 2.4.0 + gimp_flags_value_get_help@Base 2.4.0 + gimp_foreground_extract_mode_get_type@Base 2.4.0 + gimp_gradient_blend_color_space_get_type@Base 2.10.0~RC2 + gimp_gradient_segment_color_get_type@Base 2.10.0 + gimp_gradient_segment_type_get_type@Base 2.10.0 + gimp_gradient_type_get_type@Base 2.4.0 + gimp_grid_style_get_type@Base 2.4.0 + gimp_gtkrc@Base 2.4.0 + gimp_hue_range_compat_get_type@Base 2.10.0 + gimp_hue_range_get_type@Base 2.10.0 + gimp_icon_type_compat_get_type@Base 2.10.0 + gimp_icon_type_get_type@Base 2.4.0 + gimp_image_base_type_get_type@Base 2.4.0 + gimp_image_type_get_type@Base 2.4.0 + gimp_ink_blob_type_get_type@Base 2.10.0 + gimp_installation_directory@Base 2.8.2 + gimp_installation_directory_file@Base 2.10.12 + gimp_interpolation_type_compat_get_type@Base 2.10.0 + gimp_interpolation_type_get_type@Base 2.4.0 + gimp_join_style_get_type@Base 2.10.0 + gimp_layer_mode_effects_get_type@Base 2.10.0 + gimp_locale_directory@Base 2.4.0 + gimp_locale_directory_file@Base 2.10.0 + gimp_major_version@Base 2.4.0 + gimp_mask_apply_mode_get_type@Base 2.10.0 + gimp_memsize_deserialize@Base 2.4.0 + gimp_memsize_get_type@Base 2.4.0 + gimp_memsize_serialize@Base 2.4.0 + gimp_memsize_to_string@Base 2.4.0 + gimp_merge_type_get_type@Base 2.10.0 + gimp_message_handler_type_get_type@Base 2.4.0 + gimp_metadata_add_xmp_history@Base 2.10.0 + gimp_metadata_deserialize@Base 2.10.0 + gimp_metadata_duplicate@Base 2.10.0 + gimp_metadata_get_colorspace@Base 2.10.0 + gimp_metadata_get_guid@Base 2.10.0 + gimp_metadata_get_resolution@Base 2.10.0 + gimp_metadata_get_type@Base 2.10.0 + gimp_metadata_is_tag_supported@Base 2.10.0 + gimp_metadata_load_from_file@Base 2.10.0 + gimp_metadata_new@Base 2.10.0 + gimp_metadata_save_to_file@Base 2.10.0 + gimp_metadata_serialize@Base 2.10.0 + gimp_metadata_set_bits_per_sample@Base 2.10.0 + gimp_metadata_set_colorspace@Base 2.10.0 + gimp_metadata_set_from_exif@Base 2.10.0 + gimp_metadata_set_from_iptc@Base 2.10.0 + gimp_metadata_set_from_xmp@Base 2.10.0 + gimp_metadata_set_pixel_size@Base 2.10.0 + gimp_metadata_set_resolution@Base 2.10.0 + gimp_micro_version@Base 2.4.0 + gimp_minor_version@Base 2.4.0 + gimp_offset_type_get_type@Base 2.10.0 + gimp_orientation_type_get_type@Base 2.10.0 + gimp_paint_application_mode_get_type@Base 2.4.0 + gimp_param_memsize_get_type@Base 2.4.0 + gimp_param_parasite_get_type@Base 2.4.0 + gimp_param_spec_memsize@Base 2.4.0 + gimp_param_spec_parasite@Base 2.4.0 + gimp_param_spec_unit@Base 2.4.0 + gimp_param_spec_value_array@Base 2.10.0 + gimp_param_unit_get_type@Base 2.4.0 + gimp_param_value_array_get_type@Base 2.10.0 + gimp_parasite_compare@Base 2.4.0 + gimp_parasite_copy@Base 2.4.0 + gimp_parasite_data@Base 2.4.0 + gimp_parasite_data_size@Base 2.4.0 + gimp_parasite_flags@Base 2.4.0 + gimp_parasite_free@Base 2.4.0 + gimp_parasite_get_type@Base 2.4.0 + gimp_parasite_has_flag@Base 2.4.0 + gimp_parasite_is_persistent@Base 2.4.0 + gimp_parasite_is_type@Base 2.4.0 + gimp_parasite_is_undoable@Base 2.4.0 + gimp_parasite_name@Base 2.4.0 + gimp_parasite_new@Base 2.4.0 + gimp_path_free@Base 2.4.0 + gimp_path_get_user_writable_dir@Base 2.4.0 + gimp_path_parse@Base 2.4.0 + gimp_path_to_str@Base 2.4.0 + gimp_pdb_arg_type_get_type@Base 2.4.0 + gimp_pdb_error_handler_get_type@Base 2.6.0 + gimp_pdb_proc_type_get_type@Base 2.4.0 + gimp_pdb_status_type_get_type@Base 2.4.0 + gimp_personal_rc_file@Base 2.4.0 + gimp_pixels_to_units@Base 2.8.0 + gimp_pixpipe_params_build@Base 2.4.0 + gimp_pixpipe_params_free@Base 2.10.6 + gimp_pixpipe_params_init@Base 2.4.0 + gimp_pixpipe_params_parse@Base 2.4.0 + gimp_plug_in_directory@Base 2.4.0 + gimp_plug_in_directory_file@Base 2.10.0 + gimp_precision_get_type@Base 2.10.0 + gimp_progress_command_get_type@Base 2.4.0 + gimp_rectangle_intersect@Base 2.4.0 + gimp_rectangle_union@Base 2.8.0 + gimp_repeat_mode_get_type@Base 2.4.0 + gimp_rotation_type_get_type@Base 2.10.0 + gimp_run_mode_get_type@Base 2.4.0 + gimp_select_criterion_get_type@Base 2.10.0 + gimp_signal_private@Base 2.4.0 + gimp_size_type_get_type@Base 2.4.0 + gimp_stack_trace_available@Base 2.10.0 + gimp_stack_trace_mode_get_type@Base 2.4.0 + gimp_stack_trace_print@Base 2.10.0 + gimp_stack_trace_query@Base 2.10.0 + gimp_strip_uline@Base 2.4.0 + gimp_stroke_method_get_type@Base 2.10.0 + gimp_sysconf_directory@Base 2.4.0 + gimp_sysconf_directory_file@Base 2.10.0 + gimp_temp_directory@Base 2.10.12 + gimp_text_direction_get_type@Base 2.6.0 + gimp_text_hint_style_get_type@Base 2.8.0 + gimp_text_justification_get_type@Base 2.6.0 + gimp_transfer_mode_compat_get_type@Base 2.10.0 + gimp_transfer_mode_get_type@Base 2.4.0 + gimp_transform_direction_get_type@Base 2.4.0 + gimp_transform_resize_get_type@Base 2.4.0 + gimp_type_get_translation_context@Base 2.8.0 + gimp_type_get_translation_domain@Base 2.4.0 + gimp_type_set_translation_context@Base 2.8.0 + gimp_type_set_translation_domain@Base 2.4.0 + gimp_unit_format_string@Base 2.8.0 + gimp_unit_get_abbreviation@Base 2.4.0 + gimp_unit_get_deletion_flag@Base 2.4.0 + gimp_unit_get_digits@Base 2.4.0 + gimp_unit_get_factor@Base 2.4.0 + gimp_unit_get_identifier@Base 2.4.0 + gimp_unit_get_number_of_built_in_units@Base 2.4.0 + gimp_unit_get_number_of_units@Base 2.4.0 + gimp_unit_get_plural@Base 2.4.0 + gimp_unit_get_scaled_digits@Base 2.10.0 + gimp_unit_get_singular@Base 2.4.0 + gimp_unit_get_symbol@Base 2.4.0 + gimp_unit_get_type@Base 2.4.0 + gimp_unit_is_metric@Base 2.10.0 + gimp_unit_new@Base 2.4.0 + gimp_unit_set_deletion_flag@Base 2.4.0 + gimp_units_to_pixels@Base 2.8.0 + gimp_units_to_points@Base 2.8.0 + gimp_user_directory@Base 2.4.0 + gimp_user_directory_get_type@Base 2.4.0 + gimp_utf8_strtrim@Base 2.4.0 + gimp_value_array_append@Base 2.10.0 + gimp_value_array_get_type@Base 2.10.0 + gimp_value_array_index@Base 2.10.0 + gimp_value_array_insert@Base 2.10.0 + gimp_value_array_length@Base 2.10.0 + gimp_value_array_new@Base 2.10.0 + gimp_value_array_prepend@Base 2.10.0 + gimp_value_array_ref@Base 2.10.0 + gimp_value_array_remove@Base 2.10.0 + gimp_value_array_truncate@Base 2.10.0 + gimp_value_array_unref@Base 2.10.0 + gimp_vectors_stroke_type_get_type@Base 2.4.0 + gimp_wire_clear_error@Base 2.4.0 + gimp_wire_destroy@Base 2.4.0 + gimp_wire_error@Base 2.4.0 + gimp_wire_flush@Base 2.4.0 + gimp_wire_read@Base 2.4.0 + gimp_wire_read_msg@Base 2.4.0 + gimp_wire_register@Base 2.4.0 + gimp_wire_set_flusher@Base 2.4.0 + gimp_wire_set_reader@Base 2.4.0 + gimp_wire_set_writer@Base 2.4.0 + gimp_wire_write@Base 2.4.0 + gimp_wire_write_msg@Base 2.4.0 + gp_config_write@Base 2.4.0 + gp_extension_ack_write@Base 2.4.0 + gp_has_init_write@Base 2.4.0 + gp_init@Base 2.4.0 + gp_params_destroy@Base 2.4.0 + gp_proc_install_write@Base 2.4.0 + gp_proc_return_write@Base 2.4.0 + gp_proc_run_write@Base 2.4.0 + gp_proc_uninstall_write@Base 2.4.0 + gp_quit_write@Base 2.4.0 + gp_temp_proc_return_write@Base 2.4.0 + gp_temp_proc_run_write@Base 2.4.0 + gp_tile_ack_write@Base 2.4.0 + gp_tile_data_write@Base 2.4.0 + gp_tile_req_write@Base 2.4.0 +libgimpcolor-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + gimp_adaptive_supersample_area@Base 2.4.0 + gimp_bilinear@Base 2.4.0 + gimp_bilinear_16@Base 2.4.0 + gimp_bilinear_32@Base 2.4.0 + gimp_bilinear_8@Base 2.4.0 + gimp_bilinear_pixels_8@Base 2.4.0 + gimp_bilinear_rgb@Base 2.4.0 + gimp_bilinear_rgba@Base 2.4.0 + gimp_cairo_checkerboard_create@Base 2.6.0 + gimp_cairo_set_source_rgb@Base 2.6.0 + gimp_cairo_set_source_rgba@Base 2.6.0 + gimp_cairo_surface_create_buffer@Base 2.10.0 + gimp_cairo_surface_get_format@Base 2.10.0 + gimp_cmyk_get_type@Base 2.4.0 + gimp_cmyk_get_uchar@Base 2.4.0 + gimp_cmyk_set@Base 2.4.0 + gimp_cmyk_set_uchar@Base 2.4.0 + gimp_cmyk_to_rgb@Base 2.4.0 + gimp_cmyk_to_rgb_int@Base 2.4.0 + gimp_cmyka_get_uchar@Base 2.4.0 + gimp_cmyka_set@Base 2.4.0 + gimp_cmyka_set_uchar@Base 2.4.0 + gimp_color_managed_get_color_profile@Base 2.10.0 + gimp_color_managed_get_icc_profile@Base 2.4.0 + gimp_color_managed_get_type@Base 2.10.6 + gimp_color_managed_interface_get_type@Base 2.4.0 + gimp_color_managed_profile_changed@Base 2.4.0 + gimp_color_profile_get_copyright@Base 2.10.0 + gimp_color_profile_get_description@Base 2.10.0 + gimp_color_profile_get_format@Base 2.10.0 + gimp_color_profile_get_icc_profile@Base 2.10.0 + gimp_color_profile_get_label@Base 2.10.0 + gimp_color_profile_get_lcms_format@Base 2.10.0 + gimp_color_profile_get_lcms_profile@Base 2.10.0 + gimp_color_profile_get_manufacturer@Base 2.10.0 + gimp_color_profile_get_model@Base 2.10.0 + gimp_color_profile_get_space@Base 2.10.6 + gimp_color_profile_get_summary@Base 2.10.0 + gimp_color_profile_get_type@Base 2.10.0 + gimp_color_profile_is_cmyk@Base 2.10.0 + gimp_color_profile_is_equal@Base 2.10.0 + gimp_color_profile_is_gray@Base 2.10.0 + gimp_color_profile_is_linear@Base 2.10.0 + gimp_color_profile_is_rgb@Base 2.10.0 + gimp_color_profile_new_d50_gray_lab_trc@Base 2.10.0 + gimp_color_profile_new_d65_gray_linear@Base 2.10.0 + gimp_color_profile_new_d65_gray_srgb_trc@Base 2.10.0 + gimp_color_profile_new_from_file@Base 2.10.0 + gimp_color_profile_new_from_icc_profile@Base 2.10.0 + gimp_color_profile_new_from_lcms_profile@Base 2.10.0 + gimp_color_profile_new_linear_from_color_profile@Base 2.10.0 + gimp_color_profile_new_rgb_adobe@Base 2.10.0 + gimp_color_profile_new_rgb_srgb@Base 2.10.0 + gimp_color_profile_new_rgb_srgb_linear@Base 2.10.0 + gimp_color_profile_new_srgb_trc_from_color_profile@Base 2.10.0 + gimp_color_profile_save_to_file@Base 2.10.0 + gimp_color_transform_can_gegl_copy@Base 2.10.0 + gimp_color_transform_get_type@Base 2.10.0 + gimp_color_transform_new@Base 2.10.0 + gimp_color_transform_new_proofing@Base 2.10.0 + gimp_color_transform_process_buffer@Base 2.10.0 + gimp_color_transform_process_pixels@Base 2.10.0 + gimp_hsl_get_type@Base 2.4.0 + gimp_hsl_set@Base 2.8.0 + gimp_hsl_set_alpha@Base 2.10.0 + gimp_hsl_to_rgb@Base 2.4.0 + gimp_hsl_to_rgb_int@Base 2.4.0 + gimp_hsv_clamp@Base 2.4.0 + gimp_hsv_get_type@Base 2.4.0 + gimp_hsv_set@Base 2.4.0 + gimp_hsv_to_rgb4@Base 2.4.0 + gimp_hsv_to_rgb@Base 2.4.0 + gimp_hsv_to_rgb_int@Base 2.4.0 + gimp_hsva_set@Base 2.4.0 + gimp_hwb_to_rgb@Base 2.4.0 + gimp_param_rgb_get_type@Base 2.4.0 + gimp_param_spec_rgb@Base 2.4.0 + gimp_param_spec_rgb_get_default@Base 2.10.14 + gimp_param_spec_rgb_has_alpha@Base 2.4.0 + gimp_pixbuf_create_buffer@Base 2.10.0 + gimp_pixbuf_get_format@Base 2.10.0 + gimp_pixbuf_get_icc_profile@Base 2.10.0 + gimp_rgb_add@Base 2.4.0 + gimp_rgb_clamp@Base 2.4.0 + gimp_rgb_composite@Base 2.4.0 + gimp_rgb_distance@Base 2.4.0 + gimp_rgb_gamma@Base 2.4.0 + gimp_rgb_get_pixel@Base 2.10.0 + gimp_rgb_get_type@Base 2.4.0 + gimp_rgb_get_uchar@Base 2.4.0 + gimp_rgb_intensity@Base 2.4.0 + gimp_rgb_intensity_uchar@Base 2.4.0 + gimp_rgb_list_names@Base 2.4.0 + gimp_rgb_luminance@Base 2.4.0 + gimp_rgb_luminance_uchar@Base 2.4.0 + gimp_rgb_max@Base 2.4.0 + gimp_rgb_min@Base 2.4.0 + gimp_rgb_multiply@Base 2.4.0 + gimp_rgb_parse_css@Base 2.4.0 + gimp_rgb_parse_hex@Base 2.4.0 + gimp_rgb_parse_name@Base 2.4.0 + gimp_rgb_set@Base 2.4.0 + gimp_rgb_set_alpha@Base 2.4.0 + gimp_rgb_set_pixel@Base 2.10.0 + gimp_rgb_set_uchar@Base 2.4.0 + gimp_rgb_subtract@Base 2.4.0 + gimp_rgb_to_cmyk@Base 2.4.0 + gimp_rgb_to_cmyk_int@Base 2.4.0 + gimp_rgb_to_hsl@Base 2.4.0 + gimp_rgb_to_hsl_int@Base 2.4.0 + gimp_rgb_to_hsv4@Base 2.4.0 + gimp_rgb_to_hsv@Base 2.4.0 + gimp_rgb_to_hsv_int@Base 2.4.0 + gimp_rgb_to_hwb@Base 2.4.0 + gimp_rgb_to_l_int@Base 2.4.0 + gimp_rgba_add@Base 2.4.0 + gimp_rgba_distance@Base 2.4.0 + gimp_rgba_get_pixel@Base 2.10.0 + gimp_rgba_get_uchar@Base 2.4.0 + gimp_rgba_multiply@Base 2.4.0 + gimp_rgba_parse_css@Base 2.4.0 + gimp_rgba_set@Base 2.4.0 + gimp_rgba_set_pixel@Base 2.10.0 + gimp_rgba_set_uchar@Base 2.4.0 + gimp_rgba_subtract@Base 2.4.0 + gimp_value_get_rgb@Base 2.4.0 + gimp_value_set_rgb@Base 2.4.0 +libgimpconfig-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + gimp_color_config_get_cmyk_color_profile@Base 2.10.0 + gimp_color_config_get_display_bpc@Base 2.10.0 + gimp_color_config_get_display_color_profile@Base 2.10.0 + gimp_color_config_get_display_intent@Base 2.10.0 + gimp_color_config_get_display_optimize@Base 2.10.0 + gimp_color_config_get_display_profile_from_gdk@Base 2.10.0 + gimp_color_config_get_gray_color_profile@Base 2.10.0 + gimp_color_config_get_mode@Base 2.10.0 + gimp_color_config_get_rgb_color_profile@Base 2.10.0 + gimp_color_config_get_simulation_bpc@Base 2.10.0 + gimp_color_config_get_simulation_color_profile@Base 2.10.0 + gimp_color_config_get_simulation_gamut_check@Base 2.10.0 + gimp_color_config_get_simulation_intent@Base 2.10.0 + gimp_color_config_get_simulation_optimize@Base 2.10.0 + gimp_color_config_get_type@Base 2.4.0 + gimp_color_management_mode_get_type@Base 2.4.0 + gimp_color_rendering_intent_get_type@Base 2.4.0 + gimp_config_build_data_path@Base 2.4.0 + gimp_config_build_plug_in_path@Base 2.4.0 + gimp_config_build_writable_path@Base 2.4.0 + gimp_config_copy@Base 2.6.0 + gimp_config_deserialize@Base 2.8.0 + gimp_config_deserialize_file@Base 2.4.0 + gimp_config_deserialize_gfile@Base 2.10.0 + gimp_config_deserialize_properties@Base 2.4.0 + gimp_config_deserialize_property@Base 2.4.0 + gimp_config_deserialize_return@Base 2.4.0 + gimp_config_deserialize_stream@Base 2.10.0 + gimp_config_deserialize_string@Base 2.4.0 + gimp_config_diff@Base 2.4.0 + gimp_config_duplicate@Base 2.4.0 + gimp_config_error_quark@Base 2.4.0 + gimp_config_get_type@Base 2.10.6 + gimp_config_interface_get_type@Base 2.4.0 + gimp_config_is_equal_to@Base 2.4.0 + gimp_config_path_expand@Base 2.4.0 + gimp_config_path_expand_to_files@Base 2.10.0 + gimp_config_path_get_type@Base 2.4.0 + gimp_config_path_unexpand@Base 2.10.0 + gimp_config_reset@Base 2.4.0 + gimp_config_reset_properties@Base 2.4.0 + gimp_config_reset_property@Base 2.4.0 + gimp_config_serialize@Base 2.8.0 + gimp_config_serialize_changed_properties@Base 2.4.0 + gimp_config_serialize_properties@Base 2.4.0 + gimp_config_serialize_property@Base 2.4.0 + gimp_config_serialize_property_by_name@Base 2.6.0 + gimp_config_serialize_to_fd@Base 2.4.0 + gimp_config_serialize_to_file@Base 2.4.0 + gimp_config_serialize_to_gfile@Base 2.10.0 + gimp_config_serialize_to_stream@Base 2.10.0 + gimp_config_serialize_to_string@Base 2.4.0 + gimp_config_serialize_value@Base 2.4.0 + gimp_config_string_append_escaped@Base 2.4.0 + gimp_config_sync@Base 2.4.0 + gimp_config_writer_close@Base 2.4.0 + gimp_config_writer_comment@Base 2.4.0 + gimp_config_writer_comment_mode@Base 2.4.0 + gimp_config_writer_data@Base 2.4.0 + gimp_config_writer_finish@Base 2.4.0 + gimp_config_writer_identifier@Base 2.4.0 + gimp_config_writer_linefeed@Base 2.4.0 + gimp_config_writer_new_fd@Base 2.4.0 + gimp_config_writer_new_file@Base 2.4.0 + gimp_config_writer_new_gfile@Base 2.10.0 + gimp_config_writer_new_stream@Base 2.10.0 + gimp_config_writer_new_string@Base 2.4.0 + gimp_config_writer_open@Base 2.4.0 + gimp_config_writer_print@Base 2.4.0 + gimp_config_writer_printf@Base 2.4.0 + gimp_config_writer_revert@Base 2.4.0 + gimp_config_writer_string@Base 2.4.0 + gimp_file_get_config_path@Base 2.10.0 + gimp_file_new_for_config_path@Base 2.10.0 + gimp_param_config_path_get_type@Base 2.4.0 + gimp_param_spec_config_path@Base 2.4.0 + gimp_param_spec_config_path_type@Base 2.4.0 + gimp_scanner_destroy@Base 2.4.0 + gimp_scanner_new_file@Base 2.4.0 + gimp_scanner_new_gfile@Base 2.10.0 + gimp_scanner_new_stream@Base 2.10.0 + gimp_scanner_new_string@Base 2.4.0 + gimp_scanner_parse_boolean@Base 2.8.0 + gimp_scanner_parse_color@Base 2.4.0 + gimp_scanner_parse_data@Base 2.4.0 + gimp_scanner_parse_float@Base 2.4.0 + gimp_scanner_parse_identifier@Base 2.4.0 + gimp_scanner_parse_int64@Base 2.10.0 + gimp_scanner_parse_int@Base 2.4.0 + gimp_scanner_parse_matrix2@Base 2.4.0 + gimp_scanner_parse_string@Base 2.4.0 + gimp_scanner_parse_string_no_validate@Base 2.4.0 + gimp_scanner_parse_token@Base 2.4.0 +libgimpmath-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + gimp_matrix2_determinant@Base 2.10.18 + gimp_matrix2_get_type@Base 2.4.0 + gimp_matrix2_identity@Base 2.4.0 + gimp_matrix2_invert@Base 2.10.18 + gimp_matrix2_mult@Base 2.4.0 + gimp_matrix2_transform_point@Base 2.10.18 + gimp_matrix3_affine@Base 2.4.0 + gimp_matrix3_determinant@Base 2.4.0 + gimp_matrix3_equal@Base 2.10.18 + gimp_matrix3_get_type@Base 2.8.0 + gimp_matrix3_identity@Base 2.4.0 + gimp_matrix3_invert@Base 2.4.0 + gimp_matrix3_is_affine@Base 2.4.0 + gimp_matrix3_is_diagonal@Base 2.4.0 + gimp_matrix3_is_identity@Base 2.4.0 + gimp_matrix3_is_simple@Base 2.4.0 + gimp_matrix3_mult@Base 2.4.0 + gimp_matrix3_rotate@Base 2.4.0 + gimp_matrix3_scale@Base 2.4.0 + gimp_matrix3_transform_point@Base 2.4.0 + gimp_matrix3_translate@Base 2.4.0 + gimp_matrix3_xshear@Base 2.4.0 + gimp_matrix3_yshear@Base 2.4.0 + gimp_matrix4_identity@Base 2.10.18 + gimp_matrix4_mult@Base 2.10.18 + gimp_matrix4_to_deg@Base 2.4.0 + gimp_matrix4_transform_point@Base 2.10.18 + gimp_md5_get_digest@Base 2.4.0 + gimp_param_matrix2_get_type@Base 2.4.0 + gimp_param_matrix3_get_type@Base 2.8.0 + gimp_param_spec_matrix2@Base 2.4.0 + gimp_param_spec_matrix3@Base 2.8.0 + gimp_vector2_add@Base 2.4.0 + gimp_vector2_add_val@Base 2.4.0 + gimp_vector2_cross_product@Base 2.4.0 + gimp_vector2_cross_product_val@Base 2.4.0 + gimp_vector2_inner_product@Base 2.4.0 + gimp_vector2_inner_product_val@Base 2.4.0 + gimp_vector2_length@Base 2.4.0 + gimp_vector2_length_val@Base 2.4.0 + gimp_vector2_mul@Base 2.4.0 + gimp_vector2_mul_val@Base 2.4.0 + gimp_vector2_neg@Base 2.4.0 + gimp_vector2_neg_val@Base 2.4.0 + gimp_vector2_new@Base 2.4.0 + gimp_vector2_normal@Base 2.8.0 + gimp_vector2_normal_val@Base 2.8.0 + gimp_vector2_normalize@Base 2.4.0 + gimp_vector2_normalize_val@Base 2.4.0 + gimp_vector2_rotate@Base 2.4.0 + gimp_vector2_rotate_val@Base 2.4.0 + gimp_vector2_set@Base 2.4.0 + gimp_vector2_sub@Base 2.4.0 + gimp_vector2_sub_val@Base 2.4.0 + gimp_vector3_add@Base 2.4.0 + gimp_vector3_add_val@Base 2.4.0 + gimp_vector3_cross_product@Base 2.4.0 + gimp_vector3_cross_product_val@Base 2.4.0 + gimp_vector3_inner_product@Base 2.4.0 + gimp_vector3_inner_product_val@Base 2.4.0 + gimp_vector3_length@Base 2.4.0 + gimp_vector3_length_val@Base 2.4.0 + gimp_vector3_mul@Base 2.4.0 + gimp_vector3_mul_val@Base 2.4.0 + gimp_vector3_neg@Base 2.4.0 + gimp_vector3_neg_val@Base 2.4.0 + gimp_vector3_new@Base 2.4.0 + gimp_vector3_normalize@Base 2.4.0 + gimp_vector3_normalize_val@Base 2.4.0 + gimp_vector3_rotate@Base 2.4.0 + gimp_vector3_rotate_val@Base 2.4.0 + gimp_vector3_set@Base 2.4.0 + gimp_vector3_sub@Base 2.4.0 + gimp_vector3_sub_val@Base 2.4.0 + gimp_vector_2d_to_3d@Base 2.4.0 + gimp_vector_2d_to_3d_val@Base 2.4.0 + gimp_vector_3d_to_2d@Base 2.4.0 +libgimpmodule-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + gimp_module_db_get_load_inhibit@Base 2.4.0 + gimp_module_db_get_type@Base 2.4.0 + gimp_module_db_load@Base 2.4.0 + gimp_module_db_new@Base 2.4.0 + gimp_module_db_refresh@Base 2.4.0 + gimp_module_db_set_load_inhibit@Base 2.4.0 + gimp_module_error_quark@Base 2.8.0 + gimp_module_get_type@Base 2.4.0 + gimp_module_info_copy@Base 2.4.0 + gimp_module_info_free@Base 2.4.0 + gimp_module_info_new@Base 2.4.0 + gimp_module_modified@Base 2.4.0 + gimp_module_new@Base 2.4.0 + gimp_module_query_module@Base 2.4.0 + gimp_module_register_enum@Base 2.4.0 + gimp_module_set_load_inhibit@Base 2.4.0 + gimp_module_state_name@Base 2.4.0 +libgimpthumb-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + gimp_thumb_ensure_thumb_dir@Base 2.4.0 + gimp_thumb_ensure_thumb_dir_local@Base 2.4.0 + gimp_thumb_error_quark@Base 2.4.0 + gimp_thumb_file_test@Base 2.4.0 + gimp_thumb_file_type_get_type@Base 2.4.0 + gimp_thumb_find_thumb@Base 2.4.0 + gimp_thumb_get_thumb_base_dir@Base 2.10.0 + gimp_thumb_get_thumb_dir@Base 2.4.0 + gimp_thumb_get_thumb_dir_local@Base 2.4.0 + gimp_thumb_init@Base 2.4.0 + gimp_thumb_name_from_uri@Base 2.4.0 + gimp_thumb_name_from_uri_local@Base 2.4.0 + gimp_thumb_size_get_type@Base 2.4.0 + gimp_thumb_state_get_type@Base 2.4.0 + gimp_thumbnail_check_thumb@Base 2.4.0 + gimp_thumbnail_delete_failure@Base 2.4.0 + gimp_thumbnail_delete_others@Base 2.4.0 + gimp_thumbnail_get_type@Base 2.4.0 + gimp_thumbnail_has_failed@Base 2.4.0 + gimp_thumbnail_load_thumb@Base 2.4.0 + gimp_thumbnail_new@Base 2.4.0 + gimp_thumbnail_peek_image@Base 2.4.0 + gimp_thumbnail_peek_thumb@Base 2.4.0 + gimp_thumbnail_save_failure@Base 2.4.0 + gimp_thumbnail_save_thumb@Base 2.4.0 + gimp_thumbnail_save_thumb_local@Base 2.4.0 + gimp_thumbnail_set_filename@Base 2.4.0 + gimp_thumbnail_set_from_thumb@Base 2.4.0 + gimp_thumbnail_set_uri@Base 2.4.0 + gimp_thumbs_delete_for_uri@Base 2.4.0 + gimp_thumbs_delete_for_uri_local@Base 2.4.0 +libgimpui-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + _gimpui_marshal_VOID__STRING_BOOLEAN@Base 2.4.0 + _gimpui_marshal_VOID__STRING_DOUBLE_INT_INT_INT_INT_POINTER_BOOLEAN@Base 2.4.0 + _gimpui_marshal_VOID__STRING_INT_INT_INT_POINTER_BOOLEAN@Base 2.4.0 + _gimpui_marshal_VOID__STRING_INT_POINTER_BOOLEAN@Base 2.4.0 + gimp_aspect_preview_get_type@Base 2.4.0 + gimp_aspect_preview_new@Base 2.4.0 + gimp_aspect_preview_new_from_drawable_id@Base 2.10.0 + gimp_brush_select_button_get_brush@Base 2.4.0 + gimp_brush_select_button_get_type@Base 2.4.0 + gimp_brush_select_button_new@Base 2.4.0 + gimp_brush_select_button_set_brush@Base 2.4.0 + gimp_brush_select_widget_close@Base 2.4.0 + gimp_brush_select_widget_new@Base 2.4.0 + gimp_brush_select_widget_set@Base 2.4.0 + gimp_channel_combo_box_get_type@Base 2.4.0 + gimp_channel_combo_box_new@Base 2.4.0 + gimp_channel_menu_new@Base 2.4.0 + gimp_drawable_combo_box_get_type@Base 2.4.0 + gimp_drawable_combo_box_new@Base 2.4.0 + gimp_drawable_menu_new@Base 2.4.0 + gimp_drawable_preview_draw_region@Base 2.4.0 + gimp_drawable_preview_get_drawable@Base 2.4.0 + gimp_drawable_preview_get_drawable_id@Base 2.10.0 + gimp_drawable_preview_get_type@Base 2.4.0 + gimp_drawable_preview_new@Base 2.4.0 + gimp_drawable_preview_new_from_drawable_id@Base 2.10.0 + gimp_export_dialog_get_content_area@Base 2.8.0 + gimp_export_dialog_new@Base 2.8.0 + gimp_export_image@Base 2.4.0 + gimp_font_select_button_get_font@Base 2.4.0 + gimp_font_select_button_get_type@Base 2.4.0 + gimp_font_select_button_new@Base 2.4.0 + gimp_font_select_button_set_font@Base 2.4.0 + gimp_font_select_widget_close@Base 2.4.0 + gimp_font_select_widget_new@Base 2.4.0 + gimp_font_select_widget_set@Base 2.4.0 + gimp_gradient_select_button_get_gradient@Base 2.4.0 + gimp_gradient_select_button_get_type@Base 2.4.0 + gimp_gradient_select_button_new@Base 2.4.0 + gimp_gradient_select_button_set_gradient@Base 2.4.0 + gimp_gradient_select_widget_close@Base 2.4.0 + gimp_gradient_select_widget_new@Base 2.4.0 + gimp_gradient_select_widget_set@Base 2.4.0 + gimp_image_combo_box_get_type@Base 2.4.0 + gimp_image_combo_box_new@Base 2.4.0 + gimp_image_menu_new@Base 2.4.0 + gimp_image_metadata_load_finish@Base 2.10.0 + gimp_image_metadata_load_prepare@Base 2.10.0 + gimp_image_metadata_load_thumbnail@Base 2.10.0 + gimp_image_metadata_save_finish@Base 2.10.0 + gimp_image_metadata_save_prepare@Base 2.10.0 + gimp_layer_combo_box_get_type@Base 2.4.0 + gimp_layer_combo_box_new@Base 2.4.0 + gimp_layer_menu_new@Base 2.4.0 + gimp_palette_select_button_get_palette@Base 2.4.0 + gimp_palette_select_button_get_type@Base 2.4.0 + gimp_palette_select_button_new@Base 2.4.0 + gimp_palette_select_button_set_palette@Base 2.4.0 + gimp_palette_select_widget_close@Base 2.4.0 + gimp_palette_select_widget_new@Base 2.4.0 + gimp_palette_select_widget_set@Base 2.4.0 + gimp_pattern_select_button_get_pattern@Base 2.4.0 + gimp_pattern_select_button_get_type@Base 2.4.0 + gimp_pattern_select_button_new@Base 2.4.0 + gimp_pattern_select_button_set_pattern@Base 2.4.0 + gimp_pattern_select_widget_close@Base 2.4.0 + gimp_pattern_select_widget_new@Base 2.4.0 + gimp_pattern_select_widget_set@Base 2.4.0 + gimp_proc_browser_dialog_get_selected@Base 2.4.0 + gimp_proc_browser_dialog_get_type@Base 2.4.0 + gimp_proc_browser_dialog_new@Base 2.4.0 + gimp_proc_view_new@Base 2.4.0 + gimp_progress_bar_get_type@Base 2.4.0 + gimp_progress_bar_new@Base 2.4.0 + gimp_select_button_close_popup@Base 2.4.0 + gimp_select_button_get_type@Base 2.4.0 + gimp_ui_get_display_window@Base 2.4.0 + gimp_ui_get_progress_window@Base 2.4.0 + gimp_ui_init@Base 2.4.0 + gimp_vectors_combo_box_get_type@Base 2.4.0 + gimp_vectors_combo_box_new@Base 2.4.0 + gimp_window_set_transient@Base 2.4.0 + gimp_window_set_transient_for_display@Base 2.4.0 + gimp_zoom_preview_get_drawable@Base 2.4.0 + gimp_zoom_preview_get_drawable_id@Base 2.10.0 + gimp_zoom_preview_get_factor@Base 2.4.0 + gimp_zoom_preview_get_model@Base 2.4.0 + gimp_zoom_preview_get_source@Base 2.4.0 + gimp_zoom_preview_get_type@Base 2.4.0 + gimp_zoom_preview_new@Base 2.4.0 + gimp_zoom_preview_new_from_drawable_id@Base 2.10.0 + gimp_zoom_preview_new_with_model@Base 2.4.0 + gimp_zoom_preview_new_with_model_from_drawable_id@Base 2.10.0 +libgimpwidgets-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + _gimp_ensure_modules_func@Base 2.4.0 + _gimp_get_background_func@Base 2.4.0 + _gimp_get_foreground_func@Base 2.4.0 + _gimp_pick_button_default_pick@Base 2.10.0 + _gimp_pick_button_kwin_available@Base 2.10.0 + _gimp_pick_button_kwin_pick@Base 2.10.0 + _gimp_pick_button_xdg_available@Base 2.10.30 + _gimp_pick_button_xdg_pick@Base 2.10.30 + _gimp_standard_help_func@Base 2.4.0 + _gimp_unit_store_sync_units@Base 2.8.14 + _gimp_widgets_marshal_BOOLEAN__POINTER@Base 2.4.0 + _gimp_widgets_marshal_VOID__DOUBLE_DOUBLE@Base 2.4.0 + _gimp_widgets_marshal_VOID__ENUM_BOOLEAN@Base 2.10.0 + _gimp_widgets_marshal_VOID__INT_INT@Base 2.4.0 + _gimp_widgets_marshal_VOID__OBJECT_INT@Base 2.4.0 + _gimp_widgets_marshal_VOID__POINTER_POINTER@Base 2.4.0 + _gimp_widgets_marshal_VOID__STRING_FLAGS@Base 2.4.0 + _gimp_widgets_marshal_VOID__STRING_INT@Base 2.4.0 + gdk_cairo_get_clip_rectangle@Base 2.10.0 + gdk_event_triggers_context_menu@Base 2.8.0 + gdk_keymap_get_modifier_mask@Base 2.8.0 + gdk_screen_get_monitor_workarea@Base 2.10.0 + gimp_aspect_type_get_type@Base 2.4.0 + gimp_browser_add_search_types@Base 2.4.0 + gimp_browser_get_type@Base 2.4.0 + gimp_browser_new@Base 2.4.0 + gimp_browser_set_widget@Base 2.4.0 + gimp_browser_show_message@Base 2.4.0 + gimp_busy_box_get_message@Base 2.10.6 + gimp_busy_box_get_type@Base 2.10.6 + gimp_busy_box_new@Base 2.10.6 + gimp_busy_box_set_message@Base 2.10.6 + gimp_button_extended_clicked@Base 2.4.0 + gimp_button_get_type@Base 2.4.0 + gimp_button_new@Base 2.4.0 + gimp_cairo_set_focus_line_pattern@Base 2.6.0 + gimp_cairo_surface_create_from_pixbuf@Base 2.6.0 + gimp_cell_renderer_color_get_type@Base 2.4.0 + gimp_cell_renderer_color_new@Base 2.4.0 + gimp_cell_renderer_toggle_clicked@Base 2.4.0 + gimp_cell_renderer_toggle_get_type@Base 2.4.0 + gimp_cell_renderer_toggle_new@Base 2.4.0 + gimp_chain_button_get_active@Base 2.4.0 + gimp_chain_button_get_icon_size@Base 2.10.12 + gimp_chain_button_get_type@Base 2.4.0 + gimp_chain_button_new@Base 2.4.0 + gimp_chain_button_set_active@Base 2.4.0 + gimp_chain_button_set_icon_size@Base 2.10.12 + gimp_chain_position_get_type@Base 2.4.0 + gimp_color_area_get_color@Base 2.4.0 + gimp_color_area_get_type@Base 2.4.0 + gimp_color_area_has_alpha@Base 2.4.0 + gimp_color_area_new@Base 2.4.0 + gimp_color_area_set_color@Base 2.4.0 + gimp_color_area_set_color_config@Base 2.10.0 + gimp_color_area_set_draw_border@Base 2.4.0 + gimp_color_area_set_type@Base 2.4.0 + gimp_color_area_type_get_type@Base 2.4.0 + gimp_color_button_get_color@Base 2.4.0 + gimp_color_button_get_title@Base 2.10.0 + gimp_color_button_get_type@Base 2.4.0 + gimp_color_button_get_ui_manager@Base 2.10.0 + gimp_color_button_get_update@Base 2.4.0 + gimp_color_button_has_alpha@Base 2.4.0 + gimp_color_button_new@Base 2.4.0 + gimp_color_button_set_color@Base 2.4.0 + gimp_color_button_set_color_config@Base 2.10.0 + gimp_color_button_set_title@Base 2.10.0 + gimp_color_button_set_type@Base 2.4.0 + gimp_color_button_set_update@Base 2.4.0 + gimp_color_display_changed@Base 2.4.0 + gimp_color_display_clone@Base 2.4.0 + gimp_color_display_configure@Base 2.4.0 + gimp_color_display_configure_reset@Base 2.4.0 + gimp_color_display_convert@Base 2.4.0 + gimp_color_display_convert_buffer@Base 2.10.0 + gimp_color_display_convert_surface@Base 2.8.0 + gimp_color_display_get_config@Base 2.4.0 + gimp_color_display_get_enabled@Base 2.4.0 + gimp_color_display_get_managed@Base 2.4.0 + gimp_color_display_get_type@Base 2.4.0 + gimp_color_display_load_state@Base 2.4.0 + gimp_color_display_new@Base 2.4.0 + gimp_color_display_save_state@Base 2.4.0 + gimp_color_display_set_enabled@Base 2.4.0 + gimp_color_display_stack_add@Base 2.4.0 + gimp_color_display_stack_changed@Base 2.4.0 + gimp_color_display_stack_clone@Base 2.4.0 + gimp_color_display_stack_convert@Base 2.4.0 + gimp_color_display_stack_convert_buffer@Base 2.10.0 + gimp_color_display_stack_convert_surface@Base 2.8.0 + gimp_color_display_stack_get_type@Base 2.4.0 + gimp_color_display_stack_new@Base 2.4.0 + gimp_color_display_stack_remove@Base 2.4.0 + gimp_color_display_stack_reorder_down@Base 2.4.0 + gimp_color_display_stack_reorder_up@Base 2.4.0 + gimp_color_hex_entry_get_color@Base 2.4.0 + gimp_color_hex_entry_get_type@Base 2.4.0 + gimp_color_hex_entry_new@Base 2.4.0 + gimp_color_hex_entry_set_color@Base 2.4.0 + gimp_color_notebook_get_type@Base 2.4.0 + gimp_color_notebook_set_has_page@Base 2.4.0 + gimp_color_picker_cursors_get_resource@Base 2.10.0 + gimp_color_profile_chooser_dialog_get_type@Base 2.10.0 + gimp_color_profile_chooser_dialog_new@Base 2.10.0 + gimp_color_profile_combo_box_add@Base 2.4.0 + gimp_color_profile_combo_box_add_file@Base 2.10.0 + gimp_color_profile_combo_box_get_active@Base 2.4.0 + gimp_color_profile_combo_box_get_active_file@Base 2.10.0 + gimp_color_profile_combo_box_get_type@Base 2.4.0 + gimp_color_profile_combo_box_new@Base 2.4.0 + gimp_color_profile_combo_box_new_with_model@Base 2.4.0 + gimp_color_profile_combo_box_set_active@Base 2.4.0 + gimp_color_profile_combo_box_set_active_file@Base 2.10.0 + gimp_color_profile_store_add@Base 2.4.0 + gimp_color_profile_store_add_file@Base 2.10.0 + gimp_color_profile_store_get_type@Base 2.4.0 + gimp_color_profile_store_new@Base 2.4.0 + gimp_color_profile_view_get_type@Base 2.10.0 + gimp_color_profile_view_new@Base 2.10.0 + gimp_color_profile_view_set_error@Base 2.10.0 + gimp_color_profile_view_set_profile@Base 2.10.0 + gimp_color_scale_entry_new@Base 2.4.0 + gimp_color_scale_get_type@Base 2.4.0 + gimp_color_scale_new@Base 2.4.0 + gimp_color_scale_set_channel@Base 2.4.0 + gimp_color_scale_set_color@Base 2.4.0 + gimp_color_scale_set_color_config@Base 2.10.0 + gimp_color_scales_get_show_rgb_u8@Base 2.10.0 + gimp_color_scales_get_type@Base 2.4.0 + gimp_color_scales_set_show_rgb_u8@Base 2.10.0 + gimp_color_select_get_type@Base 2.4.0 + gimp_color_selection_color_changed@Base 2.4.0 + gimp_color_selection_get_color@Base 2.4.0 + gimp_color_selection_get_old_color@Base 2.4.0 + gimp_color_selection_get_show_alpha@Base 2.4.0 + gimp_color_selection_get_type@Base 2.4.0 + gimp_color_selection_new@Base 2.4.0 + gimp_color_selection_reset@Base 2.4.0 + gimp_color_selection_set_color@Base 2.4.0 + gimp_color_selection_set_config@Base 2.4.0 + gimp_color_selection_set_old_color@Base 2.4.0 + gimp_color_selection_set_show_alpha@Base 2.4.0 + gimp_color_selector_channel_changed@Base 2.4.0 + gimp_color_selector_channel_get_type@Base 2.4.0 + gimp_color_selector_color_changed@Base 2.4.0 + gimp_color_selector_get_channel@Base 2.10.0 + gimp_color_selector_get_color@Base 2.10.0 + gimp_color_selector_get_model_visible@Base 2.10.0 + gimp_color_selector_get_show_alpha@Base 2.10.0 + gimp_color_selector_get_toggles_sensitive@Base 2.10.0 + gimp_color_selector_get_toggles_visible@Base 2.10.0 + gimp_color_selector_get_type@Base 2.4.0 + gimp_color_selector_model_get_type@Base 2.10.0 + gimp_color_selector_model_visible_changed@Base 2.10.0 + gimp_color_selector_new@Base 2.4.0 + gimp_color_selector_set_channel@Base 2.4.0 + gimp_color_selector_set_color@Base 2.4.0 + gimp_color_selector_set_config@Base 2.4.0 + gimp_color_selector_set_model_visible@Base 2.10.0 + gimp_color_selector_set_show_alpha@Base 2.4.0 + gimp_color_selector_set_toggles_sensitive@Base 2.4.0 + gimp_color_selector_set_toggles_visible@Base 2.4.0 + gimp_context_help@Base 2.4.0 + gimp_controller_event@Base 2.4.0 + gimp_controller_get_event_blurb@Base 2.4.0 + gimp_controller_get_event_name@Base 2.4.0 + gimp_controller_get_n_events@Base 2.4.0 + gimp_controller_get_type@Base 2.4.0 + gimp_controller_new@Base 2.4.0 + gimp_coordinates_new@Base 2.4.0 + gimp_dialog_add_button@Base 2.4.0 + gimp_dialog_add_buttons@Base 2.4.0 + gimp_dialog_add_buttons_valist@Base 2.4.0 + gimp_dialog_get_type@Base 2.4.0 + gimp_dialog_new@Base 2.4.0 + gimp_dialog_new_valist@Base 2.4.0 + gimp_dialog_run@Base 2.4.0 + gimp_dialogs_show_help_button@Base 2.4.0 + gimp_double_adjustment_update@Base 2.4.0 + gimp_eevl_evaluate@Base 2.8.0 + gimp_enum_combo_box_get_type@Base 2.4.0 + gimp_enum_combo_box_new@Base 2.4.0 + gimp_enum_combo_box_new_with_model@Base 2.4.0 + gimp_enum_combo_box_set_icon_prefix@Base 2.10.0 + gimp_enum_combo_box_set_stock_prefix@Base 2.4.0 + gimp_enum_icon_box_new@Base 2.10.0 + gimp_enum_icon_box_new_with_range@Base 2.10.0 + gimp_enum_icon_box_set_child_padding@Base 2.10.0 + gimp_enum_label_get_type@Base 2.4.0 + gimp_enum_label_new@Base 2.4.0 + gimp_enum_label_set_value@Base 2.4.0 + gimp_enum_radio_box_new@Base 2.4.0 + gimp_enum_radio_box_new_with_range@Base 2.4.0 + gimp_enum_radio_frame_new@Base 2.4.0 + gimp_enum_radio_frame_new_with_range@Base 2.4.0 + gimp_enum_stock_box_new@Base 2.4.0 + gimp_enum_stock_box_new_with_range@Base 2.4.0 + gimp_enum_stock_box_set_child_padding@Base 2.4.0 + gimp_enum_store_get_type@Base 2.4.0 + gimp_enum_store_new@Base 2.4.0 + gimp_enum_store_new_with_range@Base 2.4.0 + gimp_enum_store_new_with_values@Base 2.4.0 + gimp_enum_store_new_with_values_valist@Base 2.4.0 + gimp_enum_store_set_icon_prefix@Base 2.10.0 + gimp_enum_store_set_stock_prefix@Base 2.4.0 + gimp_file_entry_get_filename@Base 2.4.0 + gimp_file_entry_get_type@Base 2.4.0 + gimp_file_entry_new@Base 2.4.0 + gimp_file_entry_set_filename@Base 2.4.0 + gimp_float_adjustment_update@Base 2.4.0 + gimp_frame_get_type@Base 2.4.0 + gimp_frame_new@Base 2.4.0 + gimp_get_monitor_at_pointer@Base 2.10.0 + gimp_help_connect@Base 2.4.0 + gimp_help_disable_tooltips@Base 2.4.0 + gimp_help_enable_tooltips@Base 2.4.0 + gimp_help_id_quark@Base 2.4.0 + gimp_help_set_help_data@Base 2.4.0 + gimp_help_set_help_data_with_markup@Base 2.6.0 + gimp_hint_box_get_type@Base 2.4.0 + gimp_hint_box_new@Base 2.4.0 + gimp_icon_pixbufs_get_resource@Base 2.10.0 + gimp_icons_init@Base 2.10.0 + gimp_icons_set_icon_theme@Base 2.10.0 + gimp_int_adjustment_update@Base 2.4.0 + gimp_int_combo_box_append@Base 2.4.0 + gimp_int_combo_box_connect@Base 2.4.0 + gimp_int_combo_box_get_active@Base 2.4.0 + gimp_int_combo_box_get_active_user_data@Base 2.10.0 + gimp_int_combo_box_get_label@Base 2.10.0 + gimp_int_combo_box_get_layout@Base 2.10.0 + gimp_int_combo_box_get_type@Base 2.4.0 + gimp_int_combo_box_layout_get_type@Base 2.10.0 + gimp_int_combo_box_new@Base 2.4.0 + gimp_int_combo_box_new_array@Base 2.4.0 + gimp_int_combo_box_new_valist@Base 2.4.0 + gimp_int_combo_box_prepend@Base 2.4.0 + gimp_int_combo_box_set_active@Base 2.4.0 + gimp_int_combo_box_set_active_by_user_data@Base 2.10.0 + gimp_int_combo_box_set_label@Base 2.10.0 + gimp_int_combo_box_set_layout@Base 2.10.0 + gimp_int_combo_box_set_sensitivity@Base 2.4.0 + gimp_int_option_menu_new@Base 2.4.0 + gimp_int_option_menu_set_history@Base 2.4.0 + gimp_int_option_menu_set_sensitive@Base 2.4.0 + gimp_int_radio_group_new@Base 2.4.0 + gimp_int_radio_group_set_active@Base 2.4.0 + gimp_int_store_get_type@Base 2.4.0 + gimp_int_store_lookup_by_user_data@Base 2.10.0 + gimp_int_store_lookup_by_value@Base 2.4.0 + gimp_int_store_new@Base 2.4.0 + gimp_label_set_attributes@Base 2.4.0 + gimp_memsize_entry_get_type@Base 2.4.0 + gimp_memsize_entry_get_value@Base 2.4.0 + gimp_memsize_entry_new@Base 2.4.0 + gimp_memsize_entry_set_value@Base 2.4.0 + gimp_menu_item_update@Base 2.4.0 + gimp_number_pair_entry_get_aspect@Base 2.4.0 + gimp_number_pair_entry_get_default_text@Base 2.4.0 + gimp_number_pair_entry_get_default_values@Base 2.4.0 + gimp_number_pair_entry_get_ratio@Base 2.4.0 + gimp_number_pair_entry_get_type@Base 2.4.0 + gimp_number_pair_entry_get_user_override@Base 2.4.0 + gimp_number_pair_entry_get_values@Base 2.4.0 + gimp_number_pair_entry_new@Base 2.4.0 + gimp_number_pair_entry_set_aspect@Base 2.4.0 + gimp_number_pair_entry_set_default_text@Base 2.4.0 + gimp_number_pair_entry_set_default_values@Base 2.4.0 + gimp_number_pair_entry_set_ratio@Base 2.4.0 + gimp_number_pair_entry_set_user_override@Base 2.4.0 + gimp_number_pair_entry_set_values@Base 2.4.0 + gimp_offset_area_get_type@Base 2.4.0 + gimp_offset_area_new@Base 2.4.0 + gimp_offset_area_set_offsets@Base 2.4.0 + gimp_offset_area_set_pixbuf@Base 2.4.0 + gimp_offset_area_set_size@Base 2.4.0 + gimp_option_menu_new2@Base 2.4.0 + gimp_option_menu_new@Base 2.4.0 + gimp_option_menu_set_history@Base 2.4.0 + gimp_option_menu_set_sensitive@Base 2.4.0 + gimp_page_selector_get_n_pages@Base 2.4.0 + gimp_page_selector_get_page_label@Base 2.4.0 + gimp_page_selector_get_page_thumbnail@Base 2.4.0 + gimp_page_selector_get_selected_pages@Base 2.4.0 + gimp_page_selector_get_selected_range@Base 2.4.0 + gimp_page_selector_get_target@Base 2.4.0 + gimp_page_selector_get_type@Base 2.4.0 + gimp_page_selector_new@Base 2.4.0 + gimp_page_selector_page_is_selected@Base 2.4.0 + gimp_page_selector_select_all@Base 2.4.0 + gimp_page_selector_select_page@Base 2.4.0 + gimp_page_selector_select_range@Base 2.4.0 + gimp_page_selector_set_n_pages@Base 2.4.0 + gimp_page_selector_set_page_label@Base 2.4.0 + gimp_page_selector_set_page_thumbnail@Base 2.4.0 + gimp_page_selector_set_target@Base 2.4.0 + gimp_page_selector_target_get_type@Base 2.4.0 + gimp_page_selector_unselect_all@Base 2.4.0 + gimp_page_selector_unselect_page@Base 2.4.0 + gimp_path_editor_get_dir_writable@Base 2.4.0 + gimp_path_editor_get_path@Base 2.4.0 + gimp_path_editor_get_type@Base 2.4.0 + gimp_path_editor_get_writable_path@Base 2.4.0 + gimp_path_editor_new@Base 2.4.0 + gimp_path_editor_set_dir_writable@Base 2.4.0 + gimp_path_editor_set_path@Base 2.4.0 + gimp_path_editor_set_writable_path@Base 2.4.0 + gimp_pick_button_get_type@Base 2.4.0 + gimp_pick_button_new@Base 2.4.0 + gimp_pixmap_button_new@Base 2.4.0 + gimp_pixmap_get_type@Base 2.4.0 + gimp_pixmap_new@Base 2.4.0 + gimp_pixmap_set@Base 2.4.0 + gimp_preview_area_blend@Base 2.4.0 + gimp_preview_area_draw@Base 2.4.0 + gimp_preview_area_fill@Base 2.4.0 + gimp_preview_area_get_type@Base 2.4.0 + gimp_preview_area_mask@Base 2.4.0 + gimp_preview_area_menu_popup@Base 2.4.0 + gimp_preview_area_new@Base 2.4.0 + gimp_preview_area_set_color_config@Base 2.10.0 + gimp_preview_area_set_colormap@Base 2.4.0 + gimp_preview_area_set_max_size@Base 2.4.0 + gimp_preview_area_set_offsets@Base 2.4.0 + gimp_preview_draw@Base 2.4.0 + gimp_preview_draw_buffer@Base 2.4.0 + gimp_preview_get_area@Base 2.4.0 + gimp_preview_get_controls@Base 2.4.0 + gimp_preview_get_position@Base 2.4.0 + gimp_preview_get_size@Base 2.4.0 + gimp_preview_get_type@Base 2.4.0 + gimp_preview_get_update@Base 2.4.0 + gimp_preview_invalidate@Base 2.4.0 + gimp_preview_set_bounds@Base 2.4.0 + gimp_preview_set_default_cursor@Base 2.4.0 + gimp_preview_set_update@Base 2.4.0 + gimp_preview_transform@Base 2.4.0 + gimp_preview_untransform@Base 2.4.0 + gimp_prop_boolean_combo_box_new@Base 2.4.0 + gimp_prop_boolean_radio_frame_new@Base 2.4.0 + gimp_prop_check_button_new@Base 2.4.0 + gimp_prop_color_area_new@Base 2.4.0 + gimp_prop_coordinates_connect@Base 2.4.0 + gimp_prop_coordinates_new@Base 2.4.0 + gimp_prop_entry_new@Base 2.4.0 + gimp_prop_enum_check_button_new@Base 2.4.0 + gimp_prop_enum_combo_box_new@Base 2.4.0 + gimp_prop_enum_icon_box_new@Base 2.10.0 + gimp_prop_enum_label_new@Base 2.4.0 + gimp_prop_enum_radio_box_new@Base 2.4.0 + gimp_prop_enum_radio_frame_new@Base 2.4.0 + gimp_prop_enum_stock_box_new@Base 2.4.0 + gimp_prop_expander_new@Base 2.4.0 + gimp_prop_file_chooser_button_new@Base 2.4.0 + gimp_prop_file_chooser_button_new_with_dialog@Base 2.4.0 + gimp_prop_hscale_new@Base 2.4.0 + gimp_prop_icon_image_new@Base 2.10.0 + gimp_prop_int_combo_box_new@Base 2.4.0 + gimp_prop_label_new@Base 2.4.0 + gimp_prop_memsize_entry_new@Base 2.4.0 + gimp_prop_opacity_entry_new@Base 2.4.0 + gimp_prop_path_editor_new@Base 2.4.0 + gimp_prop_pointer_combo_box_new@Base 2.10.0 + gimp_prop_scale_entry_new@Base 2.4.0 + gimp_prop_size_entry_new@Base 2.4.0 + gimp_prop_spin_button_new@Base 2.4.0 + gimp_prop_stock_image_new@Base 2.4.0 + gimp_prop_string_combo_box_new@Base 2.4.0 + gimp_prop_text_buffer_new@Base 2.4.0 + gimp_prop_unit_combo_box_new@Base 2.8.0 + gimp_prop_unit_menu_new@Base 2.4.0 + gimp_query_boolean_box@Base 2.4.0 + gimp_query_double_box@Base 2.4.0 + gimp_query_int_box@Base 2.4.0 + gimp_query_size_box@Base 2.4.0 + gimp_query_string_box@Base 2.4.0 + gimp_radio_button_update@Base 2.4.0 + gimp_radio_group_new2@Base 2.4.0 + gimp_radio_group_new@Base 2.4.0 + gimp_radio_group_set_active@Base 2.4.0 + gimp_random_seed_new@Base 2.4.0 + gimp_ruler_add_track_widget@Base 2.8.0 + gimp_ruler_get_position@Base 2.6.0 + gimp_ruler_get_range@Base 2.6.0 + gimp_ruler_get_type@Base 2.6.0 + gimp_ruler_get_unit@Base 2.6.0 + gimp_ruler_new@Base 2.6.0 + gimp_ruler_remove_track_widget@Base 2.8.0 + gimp_ruler_set_position@Base 2.6.0 + gimp_ruler_set_range@Base 2.6.0 + gimp_ruler_set_unit@Base 2.6.0 + gimp_scale_entry_get_logarithmic@Base 2.4.0 + gimp_scale_entry_new@Base 2.4.0 + gimp_scale_entry_set_logarithmic@Base 2.4.0 + gimp_scale_entry_set_sensitive@Base 2.4.0 + gimp_screen_get_color_profile@Base 2.10.0 + gimp_scrolled_preview_freeze@Base 2.4.0 + gimp_scrolled_preview_get_type@Base 2.4.0 + gimp_scrolled_preview_set_policy@Base 2.4.0 + gimp_scrolled_preview_set_position@Base 2.4.0 + gimp_scrolled_preview_thaw@Base 2.4.0 + gimp_size_entry_add_field@Base 2.4.0 + gimp_size_entry_attach_label@Base 2.4.0 + gimp_size_entry_get_help_widget@Base 2.4.0 + gimp_size_entry_get_refval@Base 2.4.0 + gimp_size_entry_get_type@Base 2.4.0 + gimp_size_entry_get_unit@Base 2.4.0 + gimp_size_entry_get_value@Base 2.4.0 + gimp_size_entry_grab_focus@Base 2.4.0 + gimp_size_entry_new@Base 2.4.0 + gimp_size_entry_set_activates_default@Base 2.4.0 + gimp_size_entry_set_pixel_digits@Base 2.4.0 + gimp_size_entry_set_refval@Base 2.4.0 + gimp_size_entry_set_refval_boundaries@Base 2.4.0 + gimp_size_entry_set_refval_digits@Base 2.4.0 + gimp_size_entry_set_resolution@Base 2.4.0 + gimp_size_entry_set_size@Base 2.4.0 + gimp_size_entry_set_unit@Base 2.4.0 + gimp_size_entry_set_value@Base 2.4.0 + gimp_size_entry_set_value_boundaries@Base 2.4.0 + gimp_size_entry_show_unit_menu@Base 2.4.0 + gimp_size_entry_update_policy_get_type@Base 2.4.0 + gimp_spin_button_get_type@Base 2.10.12 + gimp_spin_button_new@Base 2.4.0 + gimp_spin_button_new_@Base 2.10.12 + gimp_spin_button_new_with_range@Base 2.10.12 + gimp_standard_help_func@Base 2.4.0 + gimp_stock_init@Base 2.4.0 + gimp_string_combo_box_get_active@Base 2.4.0 + gimp_string_combo_box_get_type@Base 2.4.0 + gimp_string_combo_box_new@Base 2.4.0 + gimp_string_combo_box_set_active@Base 2.4.0 + gimp_table_attach_aligned@Base 2.4.0 + gimp_toggle_button_sensitive_update@Base 2.4.0 + gimp_toggle_button_update@Base 2.4.0 + gimp_uint_adjustment_update@Base 2.4.0 + gimp_unit_combo_box_get_active@Base 2.8.0 + gimp_unit_combo_box_get_type@Base 2.8.0 + gimp_unit_combo_box_new@Base 2.8.0 + gimp_unit_combo_box_new_with_model@Base 2.8.0 + gimp_unit_combo_box_set_active@Base 2.8.0 + gimp_unit_menu_get_pixel_digits@Base 2.4.0 + gimp_unit_menu_get_type@Base 2.4.0 + gimp_unit_menu_get_unit@Base 2.4.0 + gimp_unit_menu_new@Base 2.4.0 + gimp_unit_menu_set_pixel_digits@Base 2.4.0 + gimp_unit_menu_set_unit@Base 2.4.0 + gimp_unit_menu_update@Base 2.4.0 + gimp_unit_store_get_has_percent@Base 2.8.0 + gimp_unit_store_get_has_pixels@Base 2.8.0 + gimp_unit_store_get_type@Base 2.8.0 + gimp_unit_store_get_value@Base 2.8.0 + gimp_unit_store_get_values@Base 2.8.0 + gimp_unit_store_new@Base 2.8.0 + gimp_unit_store_set_has_percent@Base 2.8.0 + gimp_unit_store_set_has_pixels@Base 2.8.0 + gimp_unit_store_set_pixel_value@Base 2.8.0 + gimp_unit_store_set_pixel_values@Base 2.8.0 + gimp_unit_store_set_resolution@Base 2.8.0 + gimp_unit_store_set_resolutions@Base 2.8.0 + gimp_widget_get_color_profile@Base 2.10.0 + gimp_widget_get_color_transform@Base 2.10.0 + gimp_widget_get_monitor@Base 2.10.0 + gimp_widget_track_monitor@Base 2.10.0 + gimp_widgets_error_quark@Base 2.8.0 + gimp_widgets_init@Base 2.4.0 + gimp_zoom_button_new@Base 2.4.0 + gimp_zoom_model_get_factor@Base 2.4.0 + gimp_zoom_model_get_fraction@Base 2.4.0 + gimp_zoom_model_get_type@Base 2.4.0 + gimp_zoom_model_new@Base 2.4.0 + gimp_zoom_model_set_range@Base 2.4.0 + gimp_zoom_model_zoom@Base 2.4.0 + gimp_zoom_model_zoom_step@Base 2.4.0 + gimp_zoom_type_get_type@Base 2.4.0 + gtk_box_new@Base 2.8.0 + gtk_button_box_new@Base 2.8.0 + gtk_label_get_xalign@Base 2.10.0 + gtk_label_get_yalign@Base 2.10.0 + gtk_label_set_xalign@Base 2.10.0 + gtk_label_set_yalign@Base 2.10.0 + gtk_paned_new@Base 2.8.0 + gtk_scale_new@Base 2.8.0 + gtk_scrollbar_new@Base 2.8.0 + gtk_separator_new@Base 2.8.0 + gtk_widget_get_modifier_mask@Base 2.8.0 diff --git a/debian/patches/01_hurd_ftbfs.patch b/debian/patches/01_hurd_ftbfs.patch new file mode 100644 index 0000000..087cba2 --- /dev/null +++ b/debian/patches/01_hurd_ftbfs.patch @@ -0,0 +1,24 @@ +From: Svante Signell +Date: Sun, 1 Apr 2018 17:43:04 -0400 +Subject: Define PATH_MAX to fix build on the Hurd. + +Forwarded: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/424 +Applied-upstream: no +--- + libgimpbase/gimpreloc.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/libgimpbase/gimpreloc.c b/libgimpbase/gimpreloc.c +index b9fa4df..8cd72f9 100644 +--- a/libgimpbase/gimpreloc.c ++++ b/libgimpbase/gimpreloc.c +@@ -27,6 +27,9 @@ + + #include "gimpreloc.h" + ++#ifndef PATH_MAX ++#define PATH_MAX 4096 ++#endif + + /* + * Find the canonical filename of the executable. Returns the filename diff --git a/debian/patches/02_hurd_ftbfs.patch b/debian/patches/02_hurd_ftbfs.patch new file mode 100644 index 0000000..f4c1fc7 --- /dev/null +++ b/debian/patches/02_hurd_ftbfs.patch @@ -0,0 +1,25 @@ +From: Svante Signell +Date: Tue, 6 Aug 2019 21:04:22 +0200 +Subject: qbist: Define PATH_MAX on Hurd + +Bug-Debian: https://bugs.debian.org/934077 +Forwarded: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/424 +Applied-upstream: no +--- + plug-ins/common/qbist.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/plug-ins/common/qbist.c b/plug-ins/common/qbist.c +index f8f94d4..6f1b582 100644 +--- a/plug-ins/common/qbist.c ++++ b/plug-ins/common/qbist.c +@@ -38,6 +38,9 @@ + + #include "libgimp/stdplugins-intl.h" + ++#ifndef PATH_MAX ++#define PATH_MAX 4096 ++#endif + + /** qbist renderer ***********************************************************/ + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..3aa35ac --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +01_hurd_ftbfs.patch +02_hurd_ftbfs.patch diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1286b47 --- /dev/null +++ b/debian/rules @@ -0,0 +1,43 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 + +ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) + BUGTRACKER = https://bugs.launchpad.net/ubuntu/+source/gimp/+filebug?no-redirect +else + BUGTRACKER = https://www.debian.org/Bugs/Reporting +endif + +%: + dh $@ + +# Don't switch to Multi-Arch yet because of potential incompatibility with +# third-party add-ons +override_dh_auto_configure: + dh_auto_configure -- \ + --libdir=/usr/lib \ + --libexecdir=/usr/lib/gimp \ + --disable-static \ + --disable-python \ + --disable-check-update \ + --enable-default-binary \ + --enable-gtk-doc \ + --without-appdata-test \ + --without-webkit \ + --without-xvfb-run \ + --with-bug-report-url=$(BUGTRACKER) + +override_dh_autoreconf: + dh_autoreconf --as-needed + +# exclude since we manually add the Suggests in debian/control +override_dh_shlibdeps: + dh_shlibdeps -Xusr/lib/gimp/2.0/modules/libcontroller-midi.so \ + -Llibgimp2.0 -l$(CURDIR)/debian/libgimp2.0/usr/lib + +override_dh_makeshlibs: + dh_makeshlibs -X/usr/lib/gimp/2.0/modules -- -c4 + +execute_before_dh_install: + find debian/tmp -name '*.la' -print -delete diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..0b9ce64 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Tests: libgimp2.0-dev +Depends: build-essential, libgimp2.0-dev, xauth, xvfb +Restrictions: allow-stderr superficial diff --git a/debian/tests/libgimp2.0-dev b/debian/tests/libgimp2.0-dev new file mode 100755 index 0000000..812c806 --- /dev/null +++ b/debian/tests/libgimp2.0-dev @@ -0,0 +1,81 @@ +#!/bin/sh +# autopkgtest check: Build and run a program against libgimp, to verify +# that the headers and pkg-config file are installed correctly +# (C) 2012 Canonical Ltd. +# (C) 2018-2020 Simon McVittie +# Authors: Martin Pitt, Simon McVittie + +set -eux + +WORKDIR=$(mktemp -d) +export XDG_RUNTIME_DIR="$WORKDIR" +trap 'rm -rf "$WORKDIR"' 0 INT QUIT ABRT PIPE TERM +cd "$WORKDIR" + +if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then + CROSS_COMPILE="${DEB_HOST_GNU_TYPE}-" +else + CROSS_COMPILE= +fi + +cat <<'EOF' > gimp-2.0.c +#include + +#undef NDEBUG +#include + +int main(void) +{ + const char *dir = gimp_directory (); + assert(dir != NULL); + return 0; +} +EOF + +cat <<'EOF' > gimpthumb-2.0.c +/* TODO: shouldn't be necessary */ +#include +#include +#include + +#include + +#undef NDEBUG +#include + +int main(void) +{ + assert(GIMP_TYPE_THUMBNAIL != G_TYPE_INVALID); + return 0; +} +EOF + +cat <<'EOF' > gimpui-2.0.c +/* TODO: shouldn't be necessary */ +#include + +#include + +#undef NDEBUG +#include + +int main(void) +{ + assert(GIMP_TYPE_ASPECT_PREVIEW != G_TYPE_INVALID); + return 0; +} +EOF + +for lib in \ + gimp-2.0 \ + gimpthumb-2.0 \ + gimpui-2.0 \ +; do + # Deliberately word-splitting pkg-config's output: + # shellcheck disable=SC2046 + "${CROSS_COMPILE}gcc" -o "${lib}-test" "${lib}.c" $("${CROSS_COMPILE}pkg-config" --cflags --libs "${lib}") + echo "build ($lib): OK" + [ -x "${lib}-test" ] + xvfb-run -a "./${lib}-test" + echo "run ($lib): OK" +done diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..f425044 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts=uversionmangle=s/-/~/ \ +https://download.gimp.org/pub/@PACKAGE@/(v[\d\.]+[02468])/ \ + @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@