From: Ping Cheng <[email protected]> xf86-input-wacom (and linuxwacom) is licensed under the GPL, not the LGPL as the first paragraph of the license blurb states:
* This program is free software; you can 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. The reference to LGPL to see the details of the license was the result of a copy/paste error and has spread through all source files thanks to more copy/paste. Signed-off-by: Ping Cheng <[email protected]> --- include/Xwacom.h | 2 +- include/wacom-properties.h | 2 +- src/wcmCommon.c | 2 +- src/wcmConfig.c | 2 +- src/wcmFilter.c | 2 +- src/wcmFilter.h | 2 +- src/wcmISDV4.c | 2 +- src/wcmTouchFilter.c | 2 +- src/wcmUSB.c | 2 +- src/wcmValidateDevice.c | 2 +- src/wcmXCommand.c | 2 +- src/xf86Wacom.c | 2 +- src/xf86Wacom.h | 2 +- src/xf86WacomDefs.h | 2 +- tools/xsetwacom.c | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/include/Xwacom.h b/include/Xwacom.h index d1ddd96..f0fdd64 100644 --- a/include/Xwacom.h +++ b/include/Xwacom.h @@ -10,7 +10,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/include/wacom-properties.h b/include/wacom-properties.h index 153f4ab..fea7a7f 100644 --- a/include/wacom-properties.h +++ b/include/wacom-properties.h @@ -9,7 +9,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/wcmCommon.c b/src/wcmCommon.c index f8cf87b..dd27137 100644 --- a/src/wcmCommon.c +++ b/src/wcmCommon.c @@ -10,7 +10,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/wcmConfig.c b/src/wcmConfig.c index 794369a..23bc0d4 100644 --- a/src/wcmConfig.c +++ b/src/wcmConfig.c @@ -10,7 +10,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/wcmFilter.c b/src/wcmFilter.c index 375f231..38021a6 100644 --- a/src/wcmFilter.c +++ b/src/wcmFilter.c @@ -10,7 +10,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/wcmFilter.h b/src/wcmFilter.h index ae02a09..db84dc9 100644 --- a/src/wcmFilter.h +++ b/src/wcmFilter.h @@ -10,7 +10,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/wcmISDV4.c b/src/wcmISDV4.c index fee70bd..18717b9 100644 --- a/src/wcmISDV4.c +++ b/src/wcmISDV4.c @@ -10,7 +10,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/wcmTouchFilter.c b/src/wcmTouchFilter.c index 9d4a4e8..2331522 100644 --- a/src/wcmTouchFilter.c +++ b/src/wcmTouchFilter.c @@ -9,7 +9,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/wcmUSB.c b/src/wcmUSB.c index d243721..eadee2f 100644 --- a/src/wcmUSB.c +++ b/src/wcmUSB.c @@ -10,7 +10,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c index 06291e8..8c21e59 100644 --- a/src/wcmValidateDevice.c +++ b/src/wcmValidateDevice.c @@ -9,7 +9,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/wcmXCommand.c b/src/wcmXCommand.c index 533a511..cf29441 100644 --- a/src/wcmXCommand.c +++ b/src/wcmXCommand.c @@ -9,7 +9,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/xf86Wacom.c b/src/xf86Wacom.c index f4cd023..872e4aa 100644 --- a/src/xf86Wacom.c +++ b/src/xf86Wacom.c @@ -10,7 +10,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/xf86Wacom.h b/src/xf86Wacom.h index d72739b..1fe72ab 100644 --- a/src/xf86Wacom.h +++ b/src/xf86Wacom.h @@ -10,7 +10,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h index 5a99377..c7c2495 100644 --- a/src/xf86WacomDefs.h +++ b/src/xf86WacomDefs.h @@ -10,7 +10,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c index d190f7f..4076722 100644 --- a/tools/xsetwacom.c +++ b/tools/xsetwacom.c @@ -9,7 +9,7 @@ * This program is distributed in the hope that 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. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software -- 1.6.6.1 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
