From 287331b36f962c8c5347dea7a9065ca226e5cc15 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sat, 10 Feb 2007 15:10:01 +0000 Subject: [PATCH] modules/controller_linux_input.c changed license to GPL, updated copyright 2007-02-10 Sven Neumann * modules/controller_linux_input.c * modules/controller_midi.c: changed license to GPL, updated copyright and module info. svn path=/trunk/; revision=21889 --- ChangeLog | 6 ++++++ modules/controller_linux_input.c | 36 ++++++++++++++++---------------- modules/controller_midi.c | 33 ++++++++++++++--------------- 3 files changed, 40 insertions(+), 35 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d3aec1213..c90813cc8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-10 Sven Neumann + + * modules/controller_linux_input.c + * modules/controller_midi.c: changed license to GPL, updated + copyright and module info. + 2007-02-10 Michael Natterer Made templates say "ppi" instead of "dpi". Fixes bug #376990: diff --git a/modules/controller_linux_input.c b/modules/controller_linux_input.c index 97fc77336a..e90193ad6e 100644 --- a/modules/controller_linux_input.c +++ b/modules/controller_linux_input.c @@ -1,23 +1,23 @@ -/* LIBGIMP - The GIMP Library - * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball +/* GIMP - The GNU Image Manipulation Program + * Copyright (C) 1995-1997 Spencer Kimball and Peter Mattis * * controller_linux_input.c - * Copyright (C) 2004 Sven Neumann + * Copyright (C) 2004-2007 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 2 of the License, or (at your option) any later version. + * This program is free software; you can 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 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 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" @@ -169,10 +169,10 @@ static const GimpModuleInfo linux_input_info = { GIMP_MODULE_ABI_VERSION, N_("Linux input event controller"), - "Sven Neumann ", - "v0.1", - "(c) 2004, released under the GPL", - "June 2004" + "Sven Neumann , Michael Natterer ", + "v0.2", + "(c) 2004-2007, released under the GPL", + "2004-2007" }; diff --git a/modules/controller_midi.c b/modules/controller_midi.c index ce302d90d8..38d5c59e72 100644 --- a/modules/controller_midi.c +++ b/modules/controller_midi.c @@ -1,23 +1,22 @@ -/* LIBGIMP - The GIMP Library - * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball +/* GIMP - The GNU Image Manipulation Program + * Copyright (C) 1995-1997 Spencer Kimball and Peter Mattis * * controller_midi.c - * Copyright (C) 2004 Michael Natterer + * Copyright (C) 2004-2007 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 2 of the License, or (at your option) any later version. + * This program is free software; you can 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 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 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" @@ -167,9 +166,9 @@ static const GimpModuleInfo midi_info = GIMP_MODULE_ABI_VERSION, N_("MIDI event controller"), "Michael Natterer ", - "v0.1", - "(c) 2004, released under the GPL", - "June 2004" + "v0.2", + "(c) 2004-2007, released under the GPL", + "2004-2007" };