diff options
105 files changed, 846 insertions, 2106 deletions
diff --git a/libshiboken/autodecref.h b/libshiboken/autodecref.h index 6c9750df..b9c5d29f 100644 --- a/libshiboken/autodecref.h +++ b/libshiboken/autodecref.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef AUTODECREF_H diff --git a/libshiboken/basewrapper.cpp b/libshiboken/basewrapper.cpp index 304080c9..0e079464 100644 --- a/libshiboken/basewrapper.cpp +++ b/libshiboken/basewrapper.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "basewrapper.h" diff --git a/libshiboken/basewrapper.h b/libshiboken/basewrapper.h index e65a5b3f..96f9ad82 100644 --- a/libshiboken/basewrapper.h +++ b/libshiboken/basewrapper.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef BASEWRAPPER_H diff --git a/libshiboken/basewrapper_p.h b/libshiboken/basewrapper_p.h index c709bb10..e1a9a0e7 100644 --- a/libshiboken/basewrapper_p.h +++ b/libshiboken/basewrapper_p.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. Please -* review the following information to ensure the GNU Lesser General -* Public License version 2.1 requirements will be met: -* http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +* 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.1 of the License, or (at your option) any later version. * -* As a special exception to the GNU Lesser General Public License -* version 2.1, the object code form of a "work that uses the Library" -* may incorporate material from a header file that is part of the -* Library. You may distribute such object code under terms of your -* choice, provided that the incorporated material (i) does not exceed -* more than 5% of the total size of the Library; and (ii) is limited to -* numerical parameters, data structure layouts, accessors, macros, -* inline functions and templates. -* -* This program is distributed in the hope that it will be useful, but -* WITHOUT ANY WARRANTY; without even the implied warranty of +* This library 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. * * You should have received a copy of the GNU Lesser General Public -* License along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef BASEWRAPPER_P_H diff --git a/libshiboken/bindingmanager.cpp b/libshiboken/bindingmanager.cpp index 33e9f3ad..596e7ba0 100644 --- a/libshiboken/bindingmanager.cpp +++ b/libshiboken/bindingmanager.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "basewrapper.h" diff --git a/libshiboken/bindingmanager.h b/libshiboken/bindingmanager.h index dd18dcdc..d6985ccc 100644 --- a/libshiboken/bindingmanager.h +++ b/libshiboken/bindingmanager.h @@ -1,35 +1,23 @@ /* * This file is part of the Shiboken Python Bindings Generator project. * - * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef BINDINGMANAGER_H diff --git a/libshiboken/conversions.h b/libshiboken/conversions.h index 1806d63a..142fad00 100644 --- a/libshiboken/conversions.h +++ b/libshiboken/conversions.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef CONVERSIONS_H diff --git a/libshiboken/gilstate.cpp b/libshiboken/gilstate.cpp index eb44bf32..50a3c6e6 100644 --- a/libshiboken/gilstate.cpp +++ b/libshiboken/gilstate.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "gilstate.h" @@ -40,10 +28,10 @@ namespace Shiboken GilState::GilState() { if(Py_IsInitialized()) - m_gstate = PyGILState_Ensure(); + m_gstate = PyGILState_Ensure(); } -GilState::~GilState() +GilState::~GilState() { if(Py_IsInitialized()) PyGILState_Release(m_gstate); diff --git a/libshiboken/gilstate.h b/libshiboken/gilstate.h index 7045fb31..efb3cb79 100644 --- a/libshiboken/gilstate.h +++ b/libshiboken/gilstate.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef GILSTATE_H diff --git a/libshiboken/helper.cpp b/libshiboken/helper.cpp index 62cbb66a..f61fc144 100644 --- a/libshiboken/helper.cpp +++ b/libshiboken/helper.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "helper.h" diff --git a/libshiboken/helper.h b/libshiboken/helper.h index a3a974b9..36340907 100644 --- a/libshiboken/helper.h +++ b/libshiboken/helper.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef HELPER_H diff --git a/libshiboken/pyenum.cpp b/libshiboken/pyenum.cpp index bbd2c278..315f7c61 100644 --- a/libshiboken/pyenum.cpp +++ b/libshiboken/pyenum.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "pyenum.h" diff --git a/libshiboken/pyenum.h b/libshiboken/pyenum.h index 1a5bfae5..9c902652 100644 --- a/libshiboken/pyenum.h +++ b/libshiboken/pyenum.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SBK_PYENUM_H diff --git a/libshiboken/python25compat.h b/libshiboken/python25compat.h index 3cbb8b9b..cbe6b9d2 100644 --- a/libshiboken/python25compat.h +++ b/libshiboken/python25compat.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. Please -* review the following information to ensure the GNU Lesser General -* Public License version 2.1 requirements will be met: -* http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +* 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.1 of the License, or (at your option) any later version. * -* As a special exception to the GNU Lesser General Public License -* version 2.1, the object code form of a "work that uses the Library" -* may incorporate material from a header file that is part of the -* Library. You may distribute such object code under terms of your -* choice, provided that the incorporated material (i) does not exceed -* more than 5% of the total size of the Library; and (ii) is limited to -* numerical parameters, data structure layouts, accessors, macros, -* inline functions and templates. -* -* This program is distributed in the hope that it will be useful, but -* WITHOUT ANY WARRANTY; without even the implied warranty of +* This library 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. * * You should have received a copy of the GNU Lesser General Public -* License along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef PYTHON25COMPAT_H diff --git a/libshiboken/sbkdbg.h b/libshiboken/sbkdbg.h index b3db0227..863ce6de 100644 --- a/libshiboken/sbkdbg.h +++ b/libshiboken/sbkdbg.h @@ -1,35 +1,23 @@ /* * This file is part of the Shiboken Python Bindings Generator project. * -* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). * * Contact: PySide team <contact@pyside.org> * -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. Please -* review the following information to ensure the GNU Lesser General -* Public License version 2.1 requirements will be met: -* http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +* 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.1 of the License, or (at your option) any later version. * -* As a special exception to the GNU Lesser General Public License -* version 2.1, the object code form of a "work that uses the Library" -* may incorporate material from a header file that is part of the -* Library. You may distribute such object code under terms of your -* choice, provided that the incorporated material (i) does not exceed -* more than 5% of the total size of the Library; and (ii) is limited to -* numerical parameters, data structure layouts, accessors, macros, -* inline functions and templates. -* -* This program is distributed in the hope that it will be useful, but -* WITHOUT ANY WARRANTY; without even the implied warranty of +* This library 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. * * You should have received a copy of the GNU Lesser General Public -* License along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SBKDBG_H diff --git a/libshiboken/shiboken.h b/libshiboken/shiboken.h index 45b0b3f4..83c27b2c 100644 --- a/libshiboken/shiboken.h +++ b/libshiboken/shiboken.h @@ -1,35 +1,23 @@ /* * This file is part of the Shiboken Python Bindings Generator project. * - * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SHIBOKEN_H diff --git a/libshiboken/shibokenmacros.h b/libshiboken/shibokenmacros.h index bec0f56c..529daac2 100644 --- a/libshiboken/shibokenmacros.h +++ b/libshiboken/shibokenmacros.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. Please -* review the following information to ensure the GNU Lesser General -* Public License version 2.1 requirements will be met: -* http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +* 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.1 of the License, or (at your option) any later version. * -* As a special exception to the GNU Lesser General Public License -* version 2.1, the object code form of a "work that uses the Library" -* may incorporate material from a header file that is part of the -* Library. You may distribute such object code under terms of your -* choice, provided that the incorporated material (i) does not exceed -* more than 5% of the total size of the Library; and (ii) is limited to -* numerical parameters, data structure layouts, accessors, macros, -* inline functions and templates. -* -* This program is distributed in the hope that it will be useful, but -* WITHOUT ANY WARRANTY; without even the implied warranty of +* This library 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. * * You should have received a copy of the GNU Lesser General Public -* License along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SHIBOKENMACROS_H diff --git a/libshiboken/threadstatesaver.cpp b/libshiboken/threadstatesaver.cpp index c3ffd20e..c5ff19d3 100644 --- a/libshiboken/threadstatesaver.cpp +++ b/libshiboken/threadstatesaver.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "threadstatesaver.h" @@ -37,7 +25,7 @@ namespace Shiboken { -ThreadStateSaver::ThreadStateSaver() +ThreadStateSaver::ThreadStateSaver() : m_threadState(0) {} diff --git a/libshiboken/threadstatesaver.h b/libshiboken/threadstatesaver.h index 3629f913..fe2a80e6 100644 --- a/libshiboken/threadstatesaver.h +++ b/libshiboken/threadstatesaver.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef THREADSTATESAVER_H diff --git a/libshiboken/typeresolver.cpp b/libshiboken/typeresolver.cpp index 37b8b017..e69f7f8d 100644 --- a/libshiboken/typeresolver.cpp +++ b/libshiboken/typeresolver.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "typeresolver.h" diff --git a/libshiboken/typeresolver.h b/libshiboken/typeresolver.h index a55c0e56..18593551 100644 --- a/libshiboken/typeresolver.h +++ b/libshiboken/typeresolver.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef TYPERESOLVER_H diff --git a/tests/libother/extendsnoimplicitconversion.h b/tests/libother/extendsnoimplicitconversion.h index a94c63ad..837f47ee 100644 --- a/tests/libother/extendsnoimplicitconversion.h +++ b/tests/libother/extendsnoimplicitconversion.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef EXTENDSNOIMPLICITCONVERSION_H diff --git a/tests/libother/libothermacros.h b/tests/libother/libothermacros.h index f7f32818..5c32a226 100644 --- a/tests/libother/libothermacros.h +++ b/tests/libother/libothermacros.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. Please -* review the following information to ensure the GNU Lesser General -* Public License version 2.1 requirements will be met: -* http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +* 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.1 of the License, or (at your option) any later version. * -* As a special exception to the GNU Lesser General Public License -* version 2.1, the object code form of a "work that uses the Library" -* may incorporate material from a header file that is part of the -* Library. You may distribute such object code under terms of your -* choice, provided that the incorporated material (i) does not exceed -* more than 5% of the total size of the Library; and (ii) is limited to -* numerical parameters, data structure layouts, accessors, macros, -* inline functions and templates. -* -* This program is distributed in the hope that it will be useful, but -* WITHOUT ANY WARRANTY; without even the implied warranty of +* This library 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. * * You should have received a copy of the GNU Lesser General Public -* License along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef LIBOTHERMACROS_H diff --git a/tests/libother/number.cpp b/tests/libother/number.cpp index 61dc3319..132624a5 100644 --- a/tests/libother/number.cpp +++ b/tests/libother/number.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "number.h" diff --git a/tests/libother/number.h b/tests/libother/number.h index 8fd2671d..9deeb680 100644 --- a/tests/libother/number.h +++ b/tests/libother/number.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef NUMBER_H diff --git a/tests/libother/otherderived.cpp b/tests/libother/otherderived.cpp index 5659fe0c..f51f4825 100644 --- a/tests/libother/otherderived.cpp +++ b/tests/libother/otherderived.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "otherderived.h" diff --git a/tests/libother/otherderived.h b/tests/libother/otherderived.h index 8e9171ba..16f21545 100644 --- a/tests/libother/otherderived.h +++ b/tests/libother/otherderived.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef OTHERDERIVED_H diff --git a/tests/libother/othermultiplederived.cpp b/tests/libother/othermultiplederived.cpp index fadaa02b..3bd00038 100644 --- a/tests/libother/othermultiplederived.cpp +++ b/tests/libother/othermultiplederived.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "othermultiplederived.h" diff --git a/tests/libother/othermultiplederived.h b/tests/libother/othermultiplederived.h index 33260b6e..8cead4d7 100644 --- a/tests/libother/othermultiplederived.h +++ b/tests/libother/othermultiplederived.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef OTHERMULTIPLEDERIVED_H diff --git a/tests/libother/otherobjecttype.cpp b/tests/libother/otherobjecttype.cpp index 7cffdd6c..845ac07c 100644 --- a/tests/libother/otherobjecttype.cpp +++ b/tests/libother/otherobjecttype.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "otherobjecttype.h" diff --git a/tests/libother/otherobjecttype.h b/tests/libother/otherobjecttype.h index d4c77cb1..455e78b5 100644 --- a/tests/libother/otherobjecttype.h +++ b/tests/libother/otherobjecttype.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef OTHEROBJECTTYPE_H diff --git a/tests/libsample/abstract.cpp b/tests/libsample/abstract.cpp index f1f26421..26c34235 100644 --- a/tests/libsample/abstract.cpp +++ b/tests/libsample/abstract.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/abstract.h b/tests/libsample/abstract.h index 842435bc..7a9f3e09 100644 --- a/tests/libsample/abstract.h +++ b/tests/libsample/abstract.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ABSTRACT_H diff --git a/tests/libsample/blackbox.cpp b/tests/libsample/blackbox.cpp index 563b562d..474a605f 100644 --- a/tests/libsample/blackbox.cpp +++ b/tests/libsample/blackbox.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "blackbox.h" diff --git a/tests/libsample/blackbox.h b/tests/libsample/blackbox.h index 344ff001..ed6f0d37 100644 --- a/tests/libsample/blackbox.h +++ b/tests/libsample/blackbox.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef BLACKBOX_H diff --git a/tests/libsample/bucket.cpp b/tests/libsample/bucket.cpp index 1cfe828e..b69ac7ec 100644 --- a/tests/libsample/bucket.cpp +++ b/tests/libsample/bucket.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. Please -* review the following information to ensure the GNU Lesser General -* Public License version 2.1 requirements will be met: -* http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +* 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.1 of the License, or (at your option) any later version. * -* As a special exception to the GNU Lesser General Public License -* version 2.1, the object code form of a "work that uses the Library" -* may incorporate material from a header file that is part of the -* Library. You may distribute such object code under terms of your -* choice, provided that the incorporated material (i) does not exceed -* more than 5% of the total size of the Library; and (ii) is limited to -* numerical parameters, data structure layouts, accessors, macros, -* inline functions and templates. -* -* This program is distributed in the hope that it will be useful, but -* WITHOUT ANY WARRANTY; without even the implied warranty of +* This library 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. * * You should have received a copy of the GNU Lesser General Public -* License along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "bucket.h" diff --git a/tests/libsample/bucket.h b/tests/libsample/bucket.h index c0ff388b..af1bee5f 100644 --- a/tests/libsample/bucket.h +++ b/tests/libsample/bucket.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. Please -* review the following information to ensure the GNU Lesser General -* Public License version 2.1 requirements will be met: -* http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +* 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.1 of the License, or (at your option) any later version. * -* As a special exception to the GNU Lesser General Public License -* version 2.1, the object code form of a "work that uses the Library" -* may incorporate material from a header file that is part of the -* Library. You may distribute such object code under terms of your -* choice, provided that the incorporated material (i) does not exceed -* more than 5% of the total size of the Library; and (ii) is limited to -* numerical parameters, data structure layouts, accessors, macros, -* inline functions and templates. -* -* This program is distributed in the hope that it will be useful, but -* WITHOUT ANY WARRANTY; without even the implied warranty of +* This library 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. * * You should have received a copy of the GNU Lesser General Public -* License along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef BUCKET_H diff --git a/tests/libsample/collector.cpp b/tests/libsample/collector.cpp index b87eb295..eaa3e813 100644 --- a/tests/libsample/collector.cpp +++ b/tests/libsample/collector.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "collector.h" diff --git a/tests/libsample/collector.h b/tests/libsample/collector.h index e0ee7414..c916d6f7 100644 --- a/tests/libsample/collector.h +++ b/tests/libsample/collector.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef COLLECTOR_H diff --git a/tests/libsample/complex.cpp b/tests/libsample/complex.cpp index 120dd8bf..5717e490 100644 --- a/tests/libsample/complex.cpp +++ b/tests/libsample/complex.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/complex.h b/tests/libsample/complex.h index 2441d3ae..d8f27b0a 100644 --- a/tests/libsample/complex.h +++ b/tests/libsample/complex.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef COMPLEX_H diff --git a/tests/libsample/derived.cpp b/tests/libsample/derived.cpp index 1e830369..98f4395c 100644 --- a/tests/libsample/derived.cpp +++ b/tests/libsample/derived.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/derived.h b/tests/libsample/derived.h index e2e1dfa2..07c11caf 100644 --- a/tests/libsample/derived.h +++ b/tests/libsample/derived.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DERIVED_H diff --git a/tests/libsample/echo.cpp b/tests/libsample/echo.cpp index 54ddd935..1d51cb5a 100644 --- a/tests/libsample/echo.cpp +++ b/tests/libsample/echo.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "echo.h" diff --git a/tests/libsample/echo.h b/tests/libsample/echo.h index 3c50f984..3e607cdd 100644 --- a/tests/libsample/echo.h +++ b/tests/libsample/echo.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ECHO_H diff --git a/tests/libsample/functions.cpp b/tests/libsample/functions.cpp index aebd9b83..8cd77351 100644 --- a/tests/libsample/functions.cpp +++ b/tests/libsample/functions.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "functions.h" diff --git a/tests/libsample/functions.h b/tests/libsample/functions.h index 8c93d7c9..02256e03 100644 --- a/tests/libsample/functions.h +++ b/tests/libsample/functions.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef FUNCTIONS_H diff --git a/tests/libsample/implicitconv.cpp b/tests/libsample/implicitconv.cpp index 8e0d3f46..b4dc2fb3 100644 --- a/tests/libsample/implicitconv.cpp +++ b/tests/libsample/implicitconv.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "implicitconv.h" diff --git a/tests/libsample/implicitconv.h b/tests/libsample/implicitconv.h index e7373b04..b7eaf966 100644 --- a/tests/libsample/implicitconv.h +++ b/tests/libsample/implicitconv.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef IMPLICITCONV_H diff --git a/tests/libsample/injectcode.cpp b/tests/libsample/injectcode.cpp index 3621acb2..05c4a143 100644 --- a/tests/libsample/injectcode.cpp +++ b/tests/libsample/injectcode.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "injectcode.h" diff --git a/tests/libsample/injectcode.h b/tests/libsample/injectcode.h index e7c68cf9..b7a2f5d4 100644 --- a/tests/libsample/injectcode.h +++ b/tests/libsample/injectcode.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef INJECTCODE_H diff --git a/tests/libsample/libsamplemacros.h b/tests/libsample/libsamplemacros.h index 4a845ab7..888a2718 100644 --- a/tests/libsample/libsamplemacros.h +++ b/tests/libsample/libsamplemacros.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. Please -* review the following information to ensure the GNU Lesser General -* Public License version 2.1 requirements will be met: -* http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +* 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.1 of the License, or (at your option) any later version. * -* As a special exception to the GNU Lesser General Public License -* version 2.1, the object code form of a "work that uses the Library" -* may incorporate material from a header file that is part of the -* Library. You may distribute such object code under terms of your -* choice, provided that the incorporated material (i) does not exceed -* more than 5% of the total size of the Library; and (ii) is limited to -* numerical parameters, data structure layouts, accessors, macros, -* inline functions and templates. -* -* This program is distributed in the hope that it will be useful, but -* WITHOUT ANY WARRANTY; without even the implied warranty of +* This library 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. * * You should have received a copy of the GNU Lesser General Public -* License along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef LIBSAMPLEMACROS_H diff --git a/tests/libsample/list.h b/tests/libsample/list.h index c620c5f8..d9a52c31 100644 --- a/tests/libsample/list.h +++ b/tests/libsample/list.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef LIST_H diff --git a/tests/libsample/listuser.cpp b/tests/libsample/listuser.cpp index 8dc76f8a..2110c004 100644 --- a/tests/libsample/listuser.cpp +++ b/tests/libsample/listuser.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <numeric> diff --git a/tests/libsample/listuser.h b/tests/libsample/listuser.h index 6f04c2e5..bbb555be 100644 --- a/tests/libsample/listuser.h +++ b/tests/libsample/listuser.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef LISTUSER_H diff --git a/tests/libsample/main.cpp b/tests/libsample/main.cpp index a3751017..3dfb1ba9 100644 --- a/tests/libsample/main.cpp +++ b/tests/libsample/main.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/mapuser.cpp b/tests/libsample/mapuser.cpp index eb29bb62..f733c677 100644 --- a/tests/libsample/mapuser.cpp +++ b/tests/libsample/mapuser.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/mapuser.h b/tests/libsample/mapuser.h index 21bd226a..e08525ab 100644 --- a/tests/libsample/mapuser.h +++ b/tests/libsample/mapuser.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef MAPUSER_H diff --git a/tests/libsample/modifications.cpp b/tests/libsample/modifications.cpp index 881aaba8..8d353981 100644 --- a/tests/libsample/modifications.cpp +++ b/tests/libsample/modifications.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/modifications.h b/tests/libsample/modifications.h index 64841d63..639d0921 100644 --- a/tests/libsample/modifications.h +++ b/tests/libsample/modifications.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef MODIFICATIONS_H diff --git a/tests/libsample/multiple_derived.cpp b/tests/libsample/multiple_derived.cpp index e8e4c4c3..2bed90b1 100644 --- a/tests/libsample/multiple_derived.cpp +++ b/tests/libsample/multiple_derived.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "multiple_derived.h" diff --git a/tests/libsample/multiple_derived.h b/tests/libsample/multiple_derived.h index 98ccb4de..32a4f724 100644 --- a/tests/libsample/multiple_derived.h +++ b/tests/libsample/multiple_derived.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef MDERIVED_H diff --git a/tests/libsample/noimplicitconversion.h b/tests/libsample/noimplicitconversion.h index 89010f42..95a4afde 100644 --- a/tests/libsample/noimplicitconversion.h +++ b/tests/libsample/noimplicitconversion.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef NOIMPLICITCONVERSION_H diff --git a/tests/libsample/nondefaultctor.h b/tests/libsample/nondefaultctor.h index ea0d6dfa..4317f3c6 100644 --- a/tests/libsample/nondefaultctor.h +++ b/tests/libsample/nondefaultctor.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef NONDEFAULTCTOR_H diff --git a/tests/libsample/null.h b/tests/libsample/null.h index ffddaafa..6c069b4b 100644 --- a/tests/libsample/null.h +++ b/tests/libsample/null.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef NULL_H diff --git a/tests/libsample/objecttype.cpp b/tests/libsample/objecttype.cpp index d57dbedd..ea3c78e7 100644 --- a/tests/libsample/objecttype.cpp +++ b/tests/libsample/objecttype.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "objecttype.h" diff --git a/tests/libsample/objecttype.h b/tests/libsample/objecttype.h index 34142185..c3bd8c62 100644 --- a/tests/libsample/objecttype.h +++ b/tests/libsample/objecttype.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef OBJECTTYPE_H diff --git a/tests/libsample/objecttypelayout.cpp b/tests/libsample/objecttypelayout.cpp index 92180418..fd9a306c 100644 --- a/tests/libsample/objecttypelayout.cpp +++ b/tests/libsample/objecttypelayout.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. Please -* review the following information to ensure the GNU Lesser General -* Public License version 2.1 requirements will be met: -* http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +* 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.1 of the License, or (at your option) any later version. * -* As a special exception to the GNU Lesser General Public License -* version 2.1, the object code form of a "work that uses the Library" -* may incorporate material from a header file that is part of the -* Library. You may distribute such object code under terms of your -* choice, provided that the incorporated material (i) does not exceed -* more than 5% of the total size of the Library; and (ii) is limited to -* numerical parameters, data structure layouts, accessors, macros, -* inline functions and templates. -* -* This program is distributed in the hope that it will be useful, but -* WITHOUT ANY WARRANTY; without even the implied warranty of +* This library 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. * * You should have received a copy of the GNU Lesser General Public -* License along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "objecttypelayout.h" diff --git a/tests/libsample/objecttypelayout.h b/tests/libsample/objecttypelayout.h index 8473bb07..18693ca5 100644 --- a/tests/libsample/objecttypelayout.h +++ b/tests/libsample/objecttypelayout.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. Please -* review the following information to ensure the GNU Lesser General -* Public License version 2.1 requirements will be met: -* http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +* 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.1 of the License, or (at your option) any later version. * -* As a special exception to the GNU Lesser General Public License -* version 2.1, the object code form of a "work that uses the Library" -* may incorporate material from a header file that is part of the -* Library. You may distribute such object code under terms of your -* choice, provided that the incorporated material (i) does not exceed -* more than 5% of the total size of the Library; and (ii) is limited to -* numerical parameters, data structure layouts, accessors, macros, -* inline functions and templates. -* -* This program is distributed in the hope that it will be useful, but -* WITHOUT ANY WARRANTY; without even the implied warranty of +* This library 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. * * You should have received a copy of the GNU Lesser General Public -* License along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef OBJECTTYPELAYOUT_H diff --git a/tests/libsample/objectview.cpp b/tests/libsample/objectview.cpp index 03da872b..835e7183 100644 --- a/tests/libsample/objectview.cpp +++ b/tests/libsample/objectview.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "objectview.h" diff --git a/tests/libsample/objectview.h b/tests/libsample/objectview.h index 08530035..fd3d640b 100644 --- a/tests/libsample/objectview.h +++ b/tests/libsample/objectview.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef OBJECTVIEW_H diff --git a/tests/libsample/oddbool.h b/tests/libsample/oddbool.h index e4689476..bbb4340e 100644 --- a/tests/libsample/oddbool.h +++ b/tests/libsample/oddbool.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ODDBOOL_H diff --git a/tests/libsample/overload.cpp b/tests/libsample/overload.cpp index 23ff560c..ccef1f9a 100644 --- a/tests/libsample/overload.cpp +++ b/tests/libsample/overload.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "overload.h" diff --git a/tests/libsample/overload.h b/tests/libsample/overload.h index dbce9de8..739c4065 100644 --- a/tests/libsample/overload.h +++ b/tests/libsample/overload.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef OVERLOAD_H diff --git a/tests/libsample/overloadsort.cpp b/tests/libsample/overloadsort.cpp index d6d2f0db..99550b1b 100644 --- a/tests/libsample/overloadsort.cpp +++ b/tests/libsample/overloadsort.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "overloadsort.h" diff --git a/tests/libsample/overloadsort.h b/tests/libsample/overloadsort.h index 83ab0430..c95c3572 100644 --- a/tests/libsample/overloadsort.h +++ b/tests/libsample/overloadsort.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef OVERLOADSORT_H diff --git a/tests/libsample/pairuser.cpp b/tests/libsample/pairuser.cpp index f2c88485..38f1bf09 100644 --- a/tests/libsample/pairuser.cpp +++ b/tests/libsample/pairuser.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/pairuser.h b/tests/libsample/pairuser.h index 6e42f44c..3cf2393f 100644 --- a/tests/libsample/pairuser.h +++ b/tests/libsample/pairuser.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef PAIRUSER_H diff --git a/tests/libsample/point.cpp b/tests/libsample/point.cpp index 0b654020..b8d310cf 100644 --- a/tests/libsample/point.cpp +++ b/tests/libsample/point.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/point.h b/tests/libsample/point.h index cfd1f251..5c1e19a2 100644 --- a/tests/libsample/point.h +++ b/tests/libsample/point.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef POINT_H diff --git a/tests/libsample/pointerholder.h b/tests/libsample/pointerholder.h index cf11cad7..fc9c4334 100644 --- a/tests/libsample/pointerholder.h +++ b/tests/libsample/pointerholder.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef POINTERHOLDER_H diff --git a/tests/libsample/polygon.cpp b/tests/libsample/polygon.cpp index 78c742fb..7f1e7f6d 100644 --- a/tests/libsample/polygon.cpp +++ b/tests/libsample/polygon.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/polygon.h b/tests/libsample/polygon.h index 9d341a65..a127387f 100644 --- a/tests/libsample/polygon.h +++ b/tests/libsample/polygon.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef POLYGON_H diff --git a/tests/libsample/privatector.h b/tests/libsample/privatector.h index 674a2052..399eef6e 100644 --- a/tests/libsample/privatector.h +++ b/tests/libsample/privatector.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef PRIVATECTOR_H diff --git a/tests/libsample/privatedtor.h b/tests/libsample/privatedtor.h index 0bc8c2f7..79e4b2b4 100644 --- a/tests/libsample/privatedtor.h +++ b/tests/libsample/privatedtor.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef PRIVATEDTOR_H diff --git a/tests/libsample/protected.cpp b/tests/libsample/protected.cpp index 4a2b251d..85749d72 100644 --- a/tests/libsample/protected.cpp +++ b/tests/libsample/protected.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "protected.h" diff --git a/tests/libsample/protected.h b/tests/libsample/protected.h index 4bb26b50..bf4dea04 100644 --- a/tests/libsample/protected.h +++ b/tests/libsample/protected.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef PROTECTED_H diff --git a/tests/libsample/reference.cpp b/tests/libsample/reference.cpp index 08805dc5..670395ff 100644 --- a/tests/libsample/reference.cpp +++ b/tests/libsample/reference.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/reference.h b/tests/libsample/reference.h index 5f9c20c4..046a1518 100644 --- a/tests/libsample/reference.h +++ b/tests/libsample/reference.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef REFERENCE_H diff --git a/tests/libsample/samplenamespace.cpp b/tests/libsample/samplenamespace.cpp index 159b19f0..0bcc5c2b 100644 --- a/tests/libsample/samplenamespace.cpp +++ b/tests/libsample/samplenamespace.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/samplenamespace.h b/tests/libsample/samplenamespace.h index 834b3bc2..2533b974 100644 --- a/tests/libsample/samplenamespace.h +++ b/tests/libsample/samplenamespace.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SAMPLENAMESPACE_H diff --git a/tests/libsample/simplefile.cpp b/tests/libsample/simplefile.cpp index 1dc378ac..1a3e64a3 100644 --- a/tests/libsample/simplefile.cpp +++ b/tests/libsample/simplefile.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdlib.h> diff --git a/tests/libsample/simplefile.h b/tests/libsample/simplefile.h index 9f7d042a..c5328daf 100644 --- a/tests/libsample/simplefile.h +++ b/tests/libsample/simplefile.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SIMPLEFILE_H diff --git a/tests/libsample/size.cpp b/tests/libsample/size.cpp index e664e690..47e36b14 100644 --- a/tests/libsample/size.cpp +++ b/tests/libsample/size.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/tests/libsample/size.h b/tests/libsample/size.h index c5bf2b5c..6154245f 100644 --- a/tests/libsample/size.h +++ b/tests/libsample/size.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SIZE_H diff --git a/tests/libsample/sometime.cpp b/tests/libsample/sometime.cpp index 03b512ff..d2dba4bc 100644 --- a/tests/libsample/sometime.cpp +++ b/tests/libsample/sometime.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total time of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "sometime.h" diff --git a/tests/libsample/sometime.h b/tests/libsample/sometime.h index d6799871..627c9323 100644 --- a/tests/libsample/sometime.h +++ b/tests/libsample/sometime.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total time of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SOMETIME_H diff --git a/tests/libsample/str.cpp b/tests/libsample/str.cpp index 461b936d..20c2084a 100644 --- a/tests/libsample/str.cpp +++ b/tests/libsample/str.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "str.h" diff --git a/tests/libsample/str.h b/tests/libsample/str.h index 9675d4ec..f5137824 100644 --- a/tests/libsample/str.h +++ b/tests/libsample/str.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef STR_H diff --git a/tests/libsample/strlist.cpp b/tests/libsample/strlist.cpp index dfb337f2..2e487f5e 100644 --- a/tests/libsample/strlist.cpp +++ b/tests/libsample/strlist.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "strlist.h" diff --git a/tests/libsample/strlist.h b/tests/libsample/strlist.h index 334c868f..5845d06b 100644 --- a/tests/libsample/strlist.h +++ b/tests/libsample/strlist.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef STRLIST_H diff --git a/tests/libsample/valueandvirtual.h b/tests/libsample/valueandvirtual.h index d13a2c15..e72dbd25 100644 --- a/tests/libsample/valueandvirtual.h +++ b/tests/libsample/valueandvirtual.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef VALUEANDVIRTUAL_H diff --git a/tests/libsample/virtualmethods.cpp b/tests/libsample/virtualmethods.cpp index 58f8a955..63c1c871 100644 --- a/tests/libsample/virtualmethods.cpp +++ b/tests/libsample/virtualmethods.cpp @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "virtualmethods.h" diff --git a/tests/libsample/virtualmethods.h b/tests/libsample/virtualmethods.h index 02245387..dc5db49f 100644 --- a/tests/libsample/virtualmethods.h +++ b/tests/libsample/virtualmethods.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef VIRTUALMETHODS_H diff --git a/tests/libsample/voidholder.h b/tests/libsample/voidholder.h index 032c9531..ac2790f8 100644 --- a/tests/libsample/voidholder.h +++ b/tests/libsample/voidholder.h @@ -5,31 +5,19 @@ * * Contact: PySide team <contact@pyside.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. Please - * review the following information to ensure the GNU Lesser General - * Public License version 2.1 requirements will be met: - * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + * 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.1 of the License, or (at your option) any later version. * - * As a special exception to the GNU Lesser General Public License - * version 2.1, the object code form of a "work that uses the Library" - * may incorporate material from a header file that is part of the - * Library. You may distribute such object code under terms of your - * choice, provided that the incorporated material (i) does not exceed - * more than 5% of the total size of the Library; and (ii) is limited to - * numerical parameters, data structure layouts, accessors, macros, - * inline functions and templates. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef VOIDHOLDER_H |