modules/controller_linux_input.c changed license to GPL, updated copyright

2007-02-10  Sven Neumann  <sven@gimp.org>

	* modules/controller_linux_input.c
	* modules/controller_midi.c: changed license to GPL, updated
	copyright and module info.


svn path=/trunk/; revision=21889
This commit is contained in:
Sven Neumann
2007-02-10 15:10:01 +00:00
committed by Sven Neumann
parent 8cffeb0689
commit 287331b36f
3 changed files with 40 additions and 35 deletions

View File

@ -1,3 +1,9 @@
2007-02-10 Sven Neumann <sven@gimp.org>
* modules/controller_linux_input.c
* modules/controller_midi.c: changed license to GPL, updated
copyright and module info.
2007-02-10 Michael Natterer <mitch@gimp.org> 2007-02-10 Michael Natterer <mitch@gimp.org>
Made templates say "ppi" instead of "dpi". Fixes bug #376990: Made templates say "ppi" instead of "dpi". Fixes bug #376990:

View File

@ -1,23 +1,23 @@
/* LIBGIMP - The GIMP Library /* GIMP - The GNU Image Manipulation Program
* Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball * Copyright (C) 1995-1997 Spencer Kimball and Peter Mattis
* *
* controller_linux_input.c * controller_linux_input.c
* Copyright (C) 2004 Sven Neumann <sven@gimp.org> * Copyright (C) 2004-2007 Sven Neumann <sven@gimp.org>
* Michael Natterer <mitch@gimp.org>
* *
* This library is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU Lesser General Public * it under the terms of the GNU General Public License as published by
* License as published by the Free Software Foundation; either * the Free Software Foundation; either version 2 of the License, or
* version 2 of the License, or (at your option) any later version. * (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Lesser General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU General Public License
* License along with this library; if not, write to the * along with this program; if not, write to the Free Software
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"
@ -169,10 +169,10 @@ static const GimpModuleInfo linux_input_info =
{ {
GIMP_MODULE_ABI_VERSION, GIMP_MODULE_ABI_VERSION,
N_("Linux input event controller"), N_("Linux input event controller"),
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>, Michael Natterer <mitch@gimp.org>",
"v0.1", "v0.2",
"(c) 2004, released under the GPL", "(c) 2004-2007, released under the GPL",
"June 2004" "2004-2007"
}; };

View File

@ -1,23 +1,22 @@
/* LIBGIMP - The GIMP Library /* GIMP - The GNU Image Manipulation Program
* Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball * Copyright (C) 1995-1997 Spencer Kimball and Peter Mattis
* *
* controller_midi.c * controller_midi.c
* Copyright (C) 2004 Michael Natterer <mitch@gimp.org> * Copyright (C) 2004-2007 Michael Natterer <mitch@gimp.org>
* *
* This library is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU Lesser General Public * it under the terms of the GNU General Public License as published by
* License as published by the Free Software Foundation; either * the Free Software Foundation; either version 2 of the License, or
* version 2 of the License, or (at your option) any later version. * (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Lesser General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU General Public License
* License along with this library; if not, write to the * along with this program; if not, write to the Free Software
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"
@ -167,9 +166,9 @@ static const GimpModuleInfo midi_info =
GIMP_MODULE_ABI_VERSION, GIMP_MODULE_ABI_VERSION,
N_("MIDI event controller"), N_("MIDI event controller"),
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"v0.1", "v0.2",
"(c) 2004, released under the GPL", "(c) 2004-2007, released under the GPL",
"June 2004" "2004-2007"
}; };