Changeset 444
- Timestamp:
- 12/23/07 13:50:41 (1 year ago)
- Files:
-
- plgtkimageview/AUTHORS (added)
- plgtkimageview/gtkimageviewperl.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plgtkimageview/gtkimageviewperl.h
r441 r444 1 1 /* 2 * Copyright (c) 2003 by the gtk2-perl team (see the file AUTHORS) 2 * Copyright (c) 2007 by Jeffrey Ratcliffe <Jeffrey.Ratcliffe@gmail.com> 3 * see AUTHORS for complete list of contributors 3 4 * 4 5 * This library is free software; you can redistribute it and/or 5 6 * modify it under the terms of the GNU Library General Public 6 7 * License as published by the Free Software Foundation; either 7 * version 2of the License, or (at your option) any later version.8 * version 3 of the License, or (at your option) any later version. 8 9 * 9 10 * This library is distributed in the hope that it will be useful, … … 12 13 * Library General Public License for more details. 13 14 * 14 * You should have received a copy of the GNU Library General Public 15 * License along with this library; if not, write to the 16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 * Boston, MA 02111-1307 USA. 18 * 19 * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/gnomecanvasperl.h,v 1.2 2003/06/20 16:03:17 muppetman Exp $ 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 20 17 */ 21 18
