From 315ff285671ddb173ee95d12cd550716ac291a25 Mon Sep 17 00:00:00 2001 From: Caleb Buahin Date: Thu, 12 Jul 2018 22:04:56 -0600 Subject: [PATCH] Fixed licensing discrepancy --- QPropertyModel.pro | 2 +- include/qboolpropertyitem.h | 2 +- include/qbrushpropertyitem.h | 2 +- include/qchildpropertyitems.h | 2 +- include/qcustomeditors.h | 2 +- include/qenumpropertyitem.h | 2 +- include/qflagspropertyitem.h | 2 +- include/qfontfamilypropertyitem.h | 2 +- include/qfontpropertyitem.h | 2 +- include/qiconpropertyitem.h | 2 +- include/qimagepropertyitem.h | 2 +- include/qlinefpropertyitem.h | 2 +- include/qlinepropertyitem.h | 2 +- include/qobjectclasspropertyitem.h | 2 +- include/qobjectlistpropertyitem.h | 2 +- include/qobjectpropertyitem.h | 2 +- include/qpenpropertyitem.h | 2 +- include/qpointfpropertyitem.h | 2 +- include/qpointpropertyitem.h | 2 +- include/qpropertyitem.h | 2 +- include/qpropertyitemdelegate.h | 2 +- include/qpropertymodel.h | 2 +- include/qpropertymodel_global.h | 2 +- include/qrectfpropertyitem.h | 2 +- include/qrectpropertyitem.h | 2 +- include/qsizefpropertyitem.h | 2 +- include/qsizepropertyitem.h | 2 +- include/qstringlistpropertyitem.h | 2 +- include/qvariantholderhelper.h | 2 +- include/qvariantlistpropertyitem.h | 2 +- include/qvariantpropertyItem.h | 2 +- include/qvector2dpropertyitem.h | 2 +- include/qvector3dpropertyitem.h | 2 +- include/qvector4dpropertyitem.h | 2 +- include/resource.h | 2 +- include/stdafx.h | 2 +- include/test/qpropertymodeltesting.h | 2 +- include/test/tempobject.h | 2 +- src/qbasepropertyitemeditor.cpp | 2 +- src/qboolpropertyitem.cpp | 2 +- src/qbrushpropertyitem.cpp | 2 +- src/qchildboolpropertyitem.cpp | 2 +- src/qchildbrushpropertyitem.cpp | 2 +- src/qchildenumpropertyitem.cpp | 2 +- src/qchildiconpropertyitem.cpp | 2 +- src/qchildpointfpropertyitem.cpp | 2 +- src/qchildpointpropertyitem.cpp | 2 +- src/qcolorpropertyitemeditor.cpp | 2 +- src/qcustomeditors.cpp | 2 +- src/qenumpropertyitem.cpp | 2 +- src/qflagspropertyitem.cpp | 2 +- src/qfontfamilypropertyitem.cpp | 2 +- src/qfontpropertyitem.cpp | 2 +- src/qfontpropertyitemeditor.cpp | 2 +- src/qiconpropertyitem.cpp | 2 +- src/qimagepropertyitem.cpp | 2 +- src/qimagepropertyitemeditor.cpp | 2 +- src/qlinefpropertyitem.cpp | 2 +- src/qlinepropertyitem.cpp | 2 +- src/qobjectclasspropertyitem.cpp | 2 +- src/qobjectlistpropertyitem.cpp | 2 +- src/qobjectlistpropertyitemeditor.cpp | 2 +- src/qobjectpropertyitem.cpp | 2 +- src/qpenpropertyitem.cpp | 2 +- src/qpointfpropertyitem.cpp | 2 +- src/qpointpropertyitem.cpp | 2 +- src/qpopuppropertyitemeditor.cpp | 2 +- src/qpropertyitem.cpp | 2 +- src/qpropertyitemdelegate.cpp | 2 +- src/qpropertymodel.cpp | 2 +- src/qrectfpropertyitem.cpp | 2 +- src/qrectpropertyitem.cpp | 2 +- src/qselectfromlistpropertyitemeditor.cpp | 2 +- src/qsizefpropertyitem.cpp | 2 +- src/qsizepropertyitem.cpp | 2 +- src/qstringlistpropertyitem.cpp | 2 +- src/qstringlistpropertyitemeditor.cpp | 2 +- src/qvariantholderhelper.cpp | 2 +- src/qvariantlistpropertyItem.cpp | 2 +- src/qvariantlistpropertyitemeditor.cpp | 2 +- src/qvariantpropertyitem.cpp | 2 +- src/qvector2dpropertyitem.cpp | 2 +- src/qvector3dpropertyitem.cpp | 2 +- src/qvector4dpropertyitem.cpp | 2 +- src/stdafx.cpp | 2 +- src/test/main.cpp | 2 +- src/test/qpropertymodeltesting.cpp | 2 +- src/test/tempobject.cpp | 2 +- 88 files changed, 88 insertions(+), 88 deletions(-) diff --git a/QPropertyModel.pro b/QPropertyModel.pro index bb1cc74..38be5c6 100644 --- a/QPropertyModel.pro +++ b/QPropertyModel.pro @@ -1,7 +1,7 @@ #Author Caleb Amoa Buahin #Email caleb.buahin@gmail.com #Date 2016 -#License GNU General Public License (see for details). +#License GNU Lesser General Public License (see for details). QT += core widgets diff --git a/include/qboolpropertyitem.h b/include/qboolpropertyitem.h index 6cc2ea8..9aafd1e 100644 --- a/include/qboolpropertyitem.h +++ b/include/qboolpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qbrushpropertyitem.h b/include/qbrushpropertyitem.h index 4eb1f35..391bdb3 100644 --- a/include/qbrushpropertyitem.h +++ b/include/qbrushpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qchildpropertyitems.h b/include/qchildpropertyitems.h index 78d6bfd..ae04592 100644 --- a/include/qchildpropertyitems.h +++ b/include/qchildpropertyitems.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qcustomeditors.h b/include/qcustomeditors.h index 11f69a5..5a646e3 100644 --- a/include/qcustomeditors.h +++ b/include/qcustomeditors.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qenumpropertyitem.h b/include/qenumpropertyitem.h index 1b525ec..855a374 100644 --- a/include/qenumpropertyitem.h +++ b/include/qenumpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qflagspropertyitem.h b/include/qflagspropertyitem.h index 2bab6d4..1a01555 100644 --- a/include/qflagspropertyitem.h +++ b/include/qflagspropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qfontfamilypropertyitem.h b/include/qfontfamilypropertyitem.h index 143580d..94d9995 100644 --- a/include/qfontfamilypropertyitem.h +++ b/include/qfontfamilypropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qfontpropertyitem.h b/include/qfontpropertyitem.h index 4e85d55..a98cf4f 100644 --- a/include/qfontpropertyitem.h +++ b/include/qfontpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qiconpropertyitem.h b/include/qiconpropertyitem.h index ae1797d..899eaa7 100644 --- a/include/qiconpropertyitem.h +++ b/include/qiconpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qimagepropertyitem.h b/include/qimagepropertyitem.h index 140dabc..c2fd01d 100644 --- a/include/qimagepropertyitem.h +++ b/include/qimagepropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qlinefpropertyitem.h b/include/qlinefpropertyitem.h index 92e8feb..4b02e34 100644 --- a/include/qlinefpropertyitem.h +++ b/include/qlinefpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qlinepropertyitem.h b/include/qlinepropertyitem.h index 2d264d2..237c34e 100644 --- a/include/qlinepropertyitem.h +++ b/include/qlinepropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qobjectclasspropertyitem.h b/include/qobjectclasspropertyitem.h index ed43dc3..df2d4c5 100644 --- a/include/qobjectclasspropertyitem.h +++ b/include/qobjectclasspropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qobjectlistpropertyitem.h b/include/qobjectlistpropertyitem.h index 8a2fb6f..4bcb38e 100644 --- a/include/qobjectlistpropertyitem.h +++ b/include/qobjectlistpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qobjectpropertyitem.h b/include/qobjectpropertyitem.h index 9567fcc..dc39aeb 100644 --- a/include/qobjectpropertyitem.h +++ b/include/qobjectpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qpenpropertyitem.h b/include/qpenpropertyitem.h index 47ae9ff..03ccf6c 100644 --- a/include/qpenpropertyitem.h +++ b/include/qpenpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qpointfpropertyitem.h b/include/qpointfpropertyitem.h index a8397b4..bd1af85 100644 --- a/include/qpointfpropertyitem.h +++ b/include/qpointfpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qpointpropertyitem.h b/include/qpointpropertyitem.h index 92a6983..b06c2e1 100644 --- a/include/qpointpropertyitem.h +++ b/include/qpointpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qpropertyitem.h b/include/qpropertyitem.h index 21e1c96..a62b4ef 100644 --- a/include/qpropertyitem.h +++ b/include/qpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qpropertyitemdelegate.h b/include/qpropertyitemdelegate.h index 2041343..6314045 100644 --- a/include/qpropertyitemdelegate.h +++ b/include/qpropertyitemdelegate.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qpropertymodel.h b/include/qpropertymodel.h index 21114d2..5625f71 100644 --- a/include/qpropertymodel.h +++ b/include/qpropertymodel.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qpropertymodel_global.h b/include/qpropertymodel_global.h index d109143..5a5bd2d 100644 --- a/include/qpropertymodel_global.h +++ b/include/qpropertymodel_global.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qrectfpropertyitem.h b/include/qrectfpropertyitem.h index e1825c5..fc3b716 100644 --- a/include/qrectfpropertyitem.h +++ b/include/qrectfpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qrectpropertyitem.h b/include/qrectpropertyitem.h index 9fa4ef5..db82197 100644 --- a/include/qrectpropertyitem.h +++ b/include/qrectpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qsizefpropertyitem.h b/include/qsizefpropertyitem.h index e3d7542..6246ed2 100644 --- a/include/qsizefpropertyitem.h +++ b/include/qsizefpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qsizepropertyitem.h b/include/qsizepropertyitem.h index da0b3e9..580486f 100644 --- a/include/qsizepropertyitem.h +++ b/include/qsizepropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qstringlistpropertyitem.h b/include/qstringlistpropertyitem.h index 11ae42b..f8c6385 100644 --- a/include/qstringlistpropertyitem.h +++ b/include/qstringlistpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qvariantholderhelper.h b/include/qvariantholderhelper.h index 1467963..8e8c737 100644 --- a/include/qvariantholderhelper.h +++ b/include/qvariantholderhelper.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qvariantlistpropertyitem.h b/include/qvariantlistpropertyitem.h index 65080b6..42ddd22 100644 --- a/include/qvariantlistpropertyitem.h +++ b/include/qvariantlistpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qvariantpropertyItem.h b/include/qvariantpropertyItem.h index aeb16e5..c3f3c81 100644 --- a/include/qvariantpropertyItem.h +++ b/include/qvariantpropertyItem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qvector2dpropertyitem.h b/include/qvector2dpropertyitem.h index 5e55fc0..16e570b 100644 --- a/include/qvector2dpropertyitem.h +++ b/include/qvector2dpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qvector3dpropertyitem.h b/include/qvector3dpropertyitem.h index 871bdbc..d4a8372 100644 --- a/include/qvector3dpropertyitem.h +++ b/include/qvector3dpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/qvector4dpropertyitem.h b/include/qvector4dpropertyitem.h index d4045f4..c6ee104 100644 --- a/include/qvector4dpropertyitem.h +++ b/include/qvector4dpropertyitem.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/resource.h b/include/resource.h index e4f3930..cde7168 100644 --- a/include/resource.h +++ b/include/resource.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/stdafx.h b/include/stdafx.h index 49e9a55..60d6001 100644 --- a/include/stdafx.h +++ b/include/stdafx.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/test/qpropertymodeltesting.h b/include/test/qpropertymodeltesting.h index 3501e29..4121a16 100644 --- a/include/test/qpropertymodeltesting.h +++ b/include/test/qpropertymodeltesting.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/include/test/tempobject.h b/include/test/tempobject.h index 11f2318..c27b822 100644 --- a/include/test/tempobject.h +++ b/include/test/tempobject.h @@ -6,7 +6,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qbasepropertyitemeditor.cpp b/src/qbasepropertyitemeditor.cpp index f86575f..bb1597b 100644 --- a/src/qbasepropertyitemeditor.cpp +++ b/src/qbasepropertyitemeditor.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qboolpropertyitem.cpp b/src/qboolpropertyitem.cpp index 78fc6cc..78a61e7 100644 --- a/src/qboolpropertyitem.cpp +++ b/src/qboolpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qbrushpropertyitem.cpp b/src/qbrushpropertyitem.cpp index 2584649..ad86cb1 100644 --- a/src/qbrushpropertyitem.cpp +++ b/src/qbrushpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qchildboolpropertyitem.cpp b/src/qchildboolpropertyitem.cpp index 2d74225..4862e0f 100644 --- a/src/qchildboolpropertyitem.cpp +++ b/src/qchildboolpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qchildbrushpropertyitem.cpp b/src/qchildbrushpropertyitem.cpp index 43a2a6e..fdd926b 100644 --- a/src/qchildbrushpropertyitem.cpp +++ b/src/qchildbrushpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qchildenumpropertyitem.cpp b/src/qchildenumpropertyitem.cpp index 5144d17..de71c3e 100644 --- a/src/qchildenumpropertyitem.cpp +++ b/src/qchildenumpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qchildiconpropertyitem.cpp b/src/qchildiconpropertyitem.cpp index ef0751f..eb6c968 100644 --- a/src/qchildiconpropertyitem.cpp +++ b/src/qchildiconpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qchildpointfpropertyitem.cpp b/src/qchildpointfpropertyitem.cpp index bcb5a88..98f1f50 100644 --- a/src/qchildpointfpropertyitem.cpp +++ b/src/qchildpointfpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qchildpointpropertyitem.cpp b/src/qchildpointpropertyitem.cpp index 9135c5d..ebb9320 100644 --- a/src/qchildpointpropertyitem.cpp +++ b/src/qchildpointpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qcolorpropertyitemeditor.cpp b/src/qcolorpropertyitemeditor.cpp index b75d2e4..63810c2 100644 --- a/src/qcolorpropertyitemeditor.cpp +++ b/src/qcolorpropertyitemeditor.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qcustomeditors.cpp b/src/qcustomeditors.cpp index 4b37443..b50100b 100644 --- a/src/qcustomeditors.cpp +++ b/src/qcustomeditors.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qenumpropertyitem.cpp b/src/qenumpropertyitem.cpp index 4eb3c70..f8b5038 100644 --- a/src/qenumpropertyitem.cpp +++ b/src/qenumpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qflagspropertyitem.cpp b/src/qflagspropertyitem.cpp index d12da7c..7dacf0b 100644 --- a/src/qflagspropertyitem.cpp +++ b/src/qflagspropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qfontfamilypropertyitem.cpp b/src/qfontfamilypropertyitem.cpp index 4797292..02fe7f2 100644 --- a/src/qfontfamilypropertyitem.cpp +++ b/src/qfontfamilypropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qfontpropertyitem.cpp b/src/qfontpropertyitem.cpp index a670250..0b3b8f0 100644 --- a/src/qfontpropertyitem.cpp +++ b/src/qfontpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qfontpropertyitemeditor.cpp b/src/qfontpropertyitemeditor.cpp index 3fb7e65..900f1e1 100644 --- a/src/qfontpropertyitemeditor.cpp +++ b/src/qfontpropertyitemeditor.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qiconpropertyitem.cpp b/src/qiconpropertyitem.cpp index cef4558..4cd6a57 100644 --- a/src/qiconpropertyitem.cpp +++ b/src/qiconpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qimagepropertyitem.cpp b/src/qimagepropertyitem.cpp index 139fcf4..1c5ad5f 100644 --- a/src/qimagepropertyitem.cpp +++ b/src/qimagepropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qimagepropertyitemeditor.cpp b/src/qimagepropertyitemeditor.cpp index 862c9fe..049e0bf 100644 --- a/src/qimagepropertyitemeditor.cpp +++ b/src/qimagepropertyitemeditor.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qlinefpropertyitem.cpp b/src/qlinefpropertyitem.cpp index f51a988..760ef2f 100644 --- a/src/qlinefpropertyitem.cpp +++ b/src/qlinefpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qlinepropertyitem.cpp b/src/qlinepropertyitem.cpp index b53a840..0d6361d 100644 --- a/src/qlinepropertyitem.cpp +++ b/src/qlinepropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qobjectclasspropertyitem.cpp b/src/qobjectclasspropertyitem.cpp index 4c55bed..2c791ba 100644 --- a/src/qobjectclasspropertyitem.cpp +++ b/src/qobjectclasspropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qobjectlistpropertyitem.cpp b/src/qobjectlistpropertyitem.cpp index 2b50c2f..03435a7 100644 --- a/src/qobjectlistpropertyitem.cpp +++ b/src/qobjectlistpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qobjectlistpropertyitemeditor.cpp b/src/qobjectlistpropertyitemeditor.cpp index 25a39ea..5409c8f 100644 --- a/src/qobjectlistpropertyitemeditor.cpp +++ b/src/qobjectlistpropertyitemeditor.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qobjectpropertyitem.cpp b/src/qobjectpropertyitem.cpp index 1243f5e..f2f1ce4 100644 --- a/src/qobjectpropertyitem.cpp +++ b/src/qobjectpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qpenpropertyitem.cpp b/src/qpenpropertyitem.cpp index ac56f2d..feecac7 100644 --- a/src/qpenpropertyitem.cpp +++ b/src/qpenpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qpointfpropertyitem.cpp b/src/qpointfpropertyitem.cpp index b828789..ff521f4 100644 --- a/src/qpointfpropertyitem.cpp +++ b/src/qpointfpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qpointpropertyitem.cpp b/src/qpointpropertyitem.cpp index 4bc7290..438ec2c 100644 --- a/src/qpointpropertyitem.cpp +++ b/src/qpointpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qpopuppropertyitemeditor.cpp b/src/qpopuppropertyitemeditor.cpp index 1d69bd8..6c56ba3 100644 --- a/src/qpopuppropertyitemeditor.cpp +++ b/src/qpopuppropertyitemeditor.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qpropertyitem.cpp b/src/qpropertyitem.cpp index ef2edca..ac1cb89 100644 --- a/src/qpropertyitem.cpp +++ b/src/qpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qpropertyitemdelegate.cpp b/src/qpropertyitemdelegate.cpp index a6c39a9..41c9017 100644 --- a/src/qpropertyitemdelegate.cpp +++ b/src/qpropertyitemdelegate.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qpropertymodel.cpp b/src/qpropertymodel.cpp index 79600d6..905ab9c 100644 --- a/src/qpropertymodel.cpp +++ b/src/qpropertymodel.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qrectfpropertyitem.cpp b/src/qrectfpropertyitem.cpp index 7d6af0d..a4a975f 100644 --- a/src/qrectfpropertyitem.cpp +++ b/src/qrectfpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qrectpropertyitem.cpp b/src/qrectpropertyitem.cpp index b3499bd..45b26cf 100644 --- a/src/qrectpropertyitem.cpp +++ b/src/qrectpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qselectfromlistpropertyitemeditor.cpp b/src/qselectfromlistpropertyitemeditor.cpp index d3a988a..4095775 100644 --- a/src/qselectfromlistpropertyitemeditor.cpp +++ b/src/qselectfromlistpropertyitemeditor.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qsizefpropertyitem.cpp b/src/qsizefpropertyitem.cpp index c6429ab..1804b22 100644 --- a/src/qsizefpropertyitem.cpp +++ b/src/qsizefpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qsizepropertyitem.cpp b/src/qsizepropertyitem.cpp index db40c55..08b1b35 100644 --- a/src/qsizepropertyitem.cpp +++ b/src/qsizepropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qstringlistpropertyitem.cpp b/src/qstringlistpropertyitem.cpp index 4ed3c03..39c4c63 100644 --- a/src/qstringlistpropertyitem.cpp +++ b/src/qstringlistpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qstringlistpropertyitemeditor.cpp b/src/qstringlistpropertyitemeditor.cpp index e92aa65..0e48b0d 100644 --- a/src/qstringlistpropertyitemeditor.cpp +++ b/src/qstringlistpropertyitemeditor.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qvariantholderhelper.cpp b/src/qvariantholderhelper.cpp index 2ec9372..e7256cc 100644 --- a/src/qvariantholderhelper.cpp +++ b/src/qvariantholderhelper.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qvariantlistpropertyItem.cpp b/src/qvariantlistpropertyItem.cpp index 9a5ca05..231a33f 100644 --- a/src/qvariantlistpropertyItem.cpp +++ b/src/qvariantlistpropertyItem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qvariantlistpropertyitemeditor.cpp b/src/qvariantlistpropertyitemeditor.cpp index c002887..a52ab7f 100644 --- a/src/qvariantlistpropertyitemeditor.cpp +++ b/src/qvariantlistpropertyitemeditor.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qvariantpropertyitem.cpp b/src/qvariantpropertyitem.cpp index 4df86b7..b3614d0 100644 --- a/src/qvariantpropertyitem.cpp +++ b/src/qvariantpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qvector2dpropertyitem.cpp b/src/qvector2dpropertyitem.cpp index 99920bf..679527e 100644 --- a/src/qvector2dpropertyitem.cpp +++ b/src/qvector2dpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qvector3dpropertyitem.cpp b/src/qvector3dpropertyitem.cpp index 452ed09..795fdb3 100644 --- a/src/qvector3dpropertyitem.cpp +++ b/src/qvector3dpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/qvector4dpropertyitem.cpp b/src/qvector4dpropertyitem.cpp index 3081bc7..0fcc1ed 100644 --- a/src/qvector4dpropertyitem.cpp +++ b/src/qvector4dpropertyitem.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/stdafx.cpp b/src/stdafx.cpp index 3ca3923..5be17c9 100644 --- a/src/stdafx.cpp +++ b/src/stdafx.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/test/main.cpp b/src/test/main.cpp index 1256ec3..ca7b6e8 100644 --- a/src/test/main.cpp +++ b/src/test/main.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/test/qpropertymodeltesting.cpp b/src/test/qpropertymodeltesting.cpp index 123e0e9..5b0c31c 100644 --- a/src/test/qpropertymodeltesting.cpp +++ b/src/test/qpropertymodeltesting.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details) diff --git a/src/test/tempobject.cpp b/src/test/tempobject.cpp index e5a799a..d9bafa3 100644 --- a/src/test/tempobject.cpp +++ b/src/test/tempobject.cpp @@ -5,7 +5,7 @@ * \license * This file and its associated files, and libraries are free software. * You can redistribute it and/or modify it under the terms of the - * Lesser GNU General Public License as published by the Free Software Foundation; + * Lesser GNU Lesser General Public License as published by the Free Software Foundation; * either version 3 of the License, or (at your option) any later version. * This file and its associated files 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 for details)