1 # GIMP - The GNU Image Manipulation Program
2 # Copyright (C) 1998-2003 Manish Singh <yosh@gimp.org>
4 # This program is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <https://www.gnu.org/licenses/>.
17 # Boilerplate PDB stuff
20 $author = $copyright = 'Spencer Kimball & Peter Mattis';
24 sub contrib_pdb_misc {
45 contrib_pdb_misc('Adam D. Moss', '', @_);
49 contrib_pdb_misc('Adrian Likins', 'adrian@gimp.org', @_);
53 contrib_pdb_misc('Alexia Death', '', @_);
57 contrib_pdb_misc('Andy Thomas', '', @_);
61 contrib_pdb_misc('Austin Donnelly', '', @_);
65 contrib_pdb_misc('Barak Itkin', 'lightningismyname@gmail.com', @_);
69 contrib_pdb_misc('Bill Skaggs', 'weskaggs@primate.ucdavis.edu', @_);
73 contrib_pdb_misc('David Gowers', '', @_);
77 contrib_pdb_misc('Ed Swartz', '', @_);
81 contrib_pdb_misc('Ell', '', @_);
84 sub federico_pdb_misc {
85 contrib_pdb_misc('Federico Mena Quintero', '', @_);
89 contrib_pdb_misc('Jay Cox', '', @_);
93 contrib_pdb_misc('Jehan', '', @_);
97 contrib_pdb_misc('Jo\xc3\xa3o S. O. Bueno', '', @_);
101 contrib_pdb_misc('Josh MacDonald', '', @_);
104 sub kevins_pdb_misc {
105 contrib_pdb_misc('Kevin Sookocheff', '', @_);
109 contrib_pdb_misc('Larry Ewing', '', @_);
113 contrib_pdb_misc('Marc Lehmann', '', @_);
116 sub marcus_pdb_misc {
117 contrib_pdb_misc('Marcus Heese', 'heese@cip.ifi.lmu.de', @_);
120 sub martin_pdb_misc {
121 contrib_pdb_misc('Martin Nordholts', '', @_);
125 contrib_pdb_misc('Michael Natterer', 'mitch@gimp.org', @_);
129 contrib_pdb_misc('Sven Neumann', 'sven@gimp.org', @_);
133 contrib_pdb_misc('Nick Lamb', '', @_);
136 sub raphael_pdb_misc {
137 contrib_pdb_misc('Rapha\xc3\xabl Quinet', 'raphael@gimp.org', @_);
141 contrib_pdb_misc('Nathan Summers', 'rock@gimp.org', @_);
145 contrib_pdb_misc('Seth Burgess', '', @_);
148 sub shlomi_pdb_misc {
149 contrib_pdb_misc('Shlomi Fish', 'shlomif@iglu.org.il', @_);
153 contrib_pdb_misc('Simon Budig', '', @_);
156 sub sylvain_pdb_misc {
157 contrib_pdb_misc('Sylvain Foret', '', @_);
160 sub wolfgang_pdb_misc {
161 contrib_pdb_misc('Wolfgang Hofer', '', @_);
165 contrib_pdb_misc('Manish Singh', '', @_);
168 sub std_pdb_deprecated {
174 $deprecated = "NONE";
176 $author = $copyright = $date = '';
180 $author = $copyright = "Compatibility procedure. Please see '@_' for credits.";
187 This is a debug utility procedure. It is subject to change at any point,
188 and should not be used in production.