diff --git a/README.md b/README.md index b488eff0..926ef293 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,12 @@ minimal Wayland compositor and shell written with QML. ## License -Licensed under the terms of the GNU Lesser General Public License -version 3 (see LICENSE.LGPLv3), except for the following parts which are -licensed under the terms of the GNU General Public License version 3 -(see LICENSE.GPLv3): - -* greenisland -* greenisland-launcher -* greenisland-screencaster +Licensed under either of the following licenses: + +* GNU Lesser General Public License version 3.0 +* GNU General Public License version 2.0 or (at your option) + version 3.0 or any later version approved by the + KDE Free Qt Foundation. ## Dependencies diff --git a/compositor/main.cpp b/compositor/main.cpp index e29317fd..ca2f6c0b 100644 --- a/compositor/main.cpp +++ b/compositor/main.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/WaylandScreen.qml b/declarative/WaylandScreen.qml index f3f91ee1..b0b32d47 100644 --- a/declarative/WaylandScreen.qml +++ b/declarative/WaylandScreen.qml @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/WaylandWindow.qml b/declarative/WaylandWindow.qml index a359251a..ced28bc0 100644 --- a/declarative/WaylandWindow.qml +++ b/declarative/WaylandWindow.qml @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/fpscounter.cpp b/declarative/fpscounter.cpp index 9fe52a55..90e8c20e 100644 --- a/declarative/fpscounter.cpp +++ b/declarative/fpscounter.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/fpscounter.h b/declarative/fpscounter.h index 123022de..04ad7002 100644 --- a/declarative/fpscounter.h +++ b/declarative/fpscounter.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/globalpointertracker.cpp b/declarative/globalpointertracker.cpp index 411bb5a4..9b2f6aff 100644 --- a/declarative/globalpointertracker.cpp +++ b/declarative/globalpointertracker.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/globalpointertracker.h b/declarative/globalpointertracker.h index efab5163..741d86b4 100644 --- a/declarative/globalpointertracker.h +++ b/declarative/globalpointertracker.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/keybindingsfilter.cpp b/declarative/keybindingsfilter.cpp index 6835f831..b111a9d0 100644 --- a/declarative/keybindingsfilter.cpp +++ b/declarative/keybindingsfilter.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/keybindingsfilter.h b/declarative/keybindingsfilter.h index 74cf8d77..eb9d3e09 100644 --- a/declarative/keybindingsfilter.h +++ b/declarative/keybindingsfilter.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/keyeventfilter.cpp b/declarative/keyeventfilter.cpp index 0debc0cb..1719ba0c 100644 --- a/declarative/keyeventfilter.cpp +++ b/declarative/keyeventfilter.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/keyeventfilter.h b/declarative/keyeventfilter.h index 30401383..fb05dc03 100644 --- a/declarative/keyeventfilter.h +++ b/declarative/keyeventfilter.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/localpointertracker.cpp b/declarative/localpointertracker.cpp index 555763ac..67a2663f 100644 --- a/declarative/localpointertracker.cpp +++ b/declarative/localpointertracker.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/localpointertracker.h b/declarative/localpointertracker.h index 5d6fbf95..2dedc023 100644 --- a/declarative/localpointertracker.h +++ b/declarative/localpointertracker.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/plugin.cpp b/declarative/plugin.cpp index ef4701ba..21496103 100644 --- a/declarative/plugin.cpp +++ b/declarative/plugin.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/pointeritem.cpp b/declarative/pointeritem.cpp index 9c500cb8..38813a38 100644 --- a/declarative/pointeritem.cpp +++ b/declarative/pointeritem.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/pointeritem.h b/declarative/pointeritem.h index 1d6f6322..d99da917 100644 --- a/declarative/pointeritem.h +++ b/declarative/pointeritem.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/quickkeybindings.cpp b/declarative/quickkeybindings.cpp index f60a7864..265067c2 100644 --- a/declarative/quickkeybindings.cpp +++ b/declarative/quickkeybindings.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/declarative/quickkeybindings.h b/declarative/quickkeybindings.h index 849cb72b..1ee31954 100644 --- a/declarative/quickkeybindings.h +++ b/declarative/quickkeybindings.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/headers/cmakedirs.h.in b/headers/cmakedirs.h.in index fa79c7fd..4a12f8c2 100644 --- a/headers/cmakedirs.h.in +++ b/headers/cmakedirs.h.in @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/headers/config.h.in b/headers/config.h.in index 01904ca9..656d1615 100644 --- a/headers/config.h.in +++ b/headers/config.h.in @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/launcher/compositorlauncher.cpp b/launcher/compositorlauncher.cpp index 28267fc2..fd68c666 100644 --- a/launcher/compositorlauncher.cpp +++ b/launcher/compositorlauncher.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/launcher/compositorlauncher.h b/launcher/compositorlauncher.h index 02679a8f..fe844aa3 100644 --- a/launcher/compositorlauncher.h +++ b/launcher/compositorlauncher.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/launcher/compositorprocess.cpp b/launcher/compositorprocess.cpp index 61eb611b..e30240ef 100644 --- a/launcher/compositorprocess.cpp +++ b/launcher/compositorprocess.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/launcher/compositorprocess.h b/launcher/compositorprocess.h index 9e5aa2c2..31c486ca 100644 --- a/launcher/compositorprocess.h +++ b/launcher/compositorprocess.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/launcher/main.cpp b/launcher/main.cpp index 6d575f61..a12fb5af 100644 --- a/launcher/main.cpp +++ b/launcher/main.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandblitter.cpp b/plugins/egldeviceintegration/wayland/eglfswaylandblitter.cpp index 7ba10145..3181f060 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandblitter.cpp +++ b/plugins/egldeviceintegration/wayland/eglfswaylandblitter.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandblitter.h b/plugins/egldeviceintegration/wayland/eglfswaylandblitter.h index 314da3e0..3f7c69ba 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandblitter.h +++ b/plugins/egldeviceintegration/wayland/eglfswaylandblitter.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandcontext.cpp b/plugins/egldeviceintegration/wayland/eglfswaylandcontext.cpp index 7cd4688a..90c60d4d 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandcontext.cpp +++ b/plugins/egldeviceintegration/wayland/eglfswaylandcontext.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandcontext.h b/plugins/egldeviceintegration/wayland/eglfswaylandcontext.h index 130a005b..c1a83339 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandcontext.h +++ b/plugins/egldeviceintegration/wayland/eglfswaylandcontext.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandinput.cpp b/plugins/egldeviceintegration/wayland/eglfswaylandinput.cpp index e0712146..cb93ba86 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandinput.cpp +++ b/plugins/egldeviceintegration/wayland/eglfswaylandinput.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandinput.h b/plugins/egldeviceintegration/wayland/eglfswaylandinput.h index e1c67c70..ab72bb56 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandinput.h +++ b/plugins/egldeviceintegration/wayland/eglfswaylandinput.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandintegration.cpp b/plugins/egldeviceintegration/wayland/eglfswaylandintegration.cpp index ed558e32..590698c1 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandintegration.cpp +++ b/plugins/egldeviceintegration/wayland/eglfswaylandintegration.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandintegration.h b/plugins/egldeviceintegration/wayland/eglfswaylandintegration.h index 0332b54e..a5206bf8 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandintegration.h +++ b/plugins/egldeviceintegration/wayland/eglfswaylandintegration.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandscreen.cpp b/plugins/egldeviceintegration/wayland/eglfswaylandscreen.cpp index f42158e6..9adba456 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandscreen.cpp +++ b/plugins/egldeviceintegration/wayland/eglfswaylandscreen.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandscreen.h b/plugins/egldeviceintegration/wayland/eglfswaylandscreen.h index 267314d7..6f8b1f93 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandscreen.h +++ b/plugins/egldeviceintegration/wayland/eglfswaylandscreen.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandwindow.cpp b/plugins/egldeviceintegration/wayland/eglfswaylandwindow.cpp index 9f7a4606..333fad90 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandwindow.cpp +++ b/plugins/egldeviceintegration/wayland/eglfswaylandwindow.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/eglfswaylandwindow.h b/plugins/egldeviceintegration/wayland/eglfswaylandwindow.h index 181f1761..1d1d5cc3 100644 --- a/plugins/egldeviceintegration/wayland/eglfswaylandwindow.h +++ b/plugins/egldeviceintegration/wayland/eglfswaylandwindow.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/main.cpp b/plugins/egldeviceintegration/wayland/main.cpp index e06fe232..ee12dd13 100644 --- a/plugins/egldeviceintegration/wayland/main.cpp +++ b/plugins/egldeviceintegration/wayland/main.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/qpa/main.cpp b/qpa/main.cpp index 1ea618a2..1000633a 100644 --- a/qpa/main.cpp +++ b/qpa/main.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/shells/simple/Compositor.qml b/shells/simple/Compositor.qml index 208522fd..bc6f8ae6 100644 --- a/shells/simple/Compositor.qml +++ b/shells/simple/Compositor.qml @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/shells/simple/ScreenView.qml b/shells/simple/ScreenView.qml index bbde3984..d6098769 100644 --- a/shells/simple/ScreenView.qml +++ b/shells/simple/ScreenView.qml @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/shells/simple/overlays/UnresponsiveOverlay.qml b/shells/simple/overlays/UnresponsiveOverlay.qml index 0d5c37d2..ae59b4c4 100644 --- a/shells/simple/overlays/UnresponsiveOverlay.qml +++ b/shells/simple/overlays/UnresponsiveOverlay.qml @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/buffer.cpp b/src/client/buffer.cpp index 963df502..8e26db9c 100644 --- a/src/client/buffer.cpp +++ b/src/client/buffer.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/buffer.h b/src/client/buffer.h index 73f2d971..e239bd8e 100644 --- a/src/client/buffer.h +++ b/src/client/buffer.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/buffer_p.h b/src/client/buffer_p.h index 184b3b73..ab2353e2 100644 --- a/src/client/buffer_p.h +++ b/src/client/buffer_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/clientconnection.cpp b/src/client/clientconnection.cpp index f18dd35b..2692c909 100644 --- a/src/client/clientconnection.cpp +++ b/src/client/clientconnection.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/clientconnection.h b/src/client/clientconnection.h index 151eb321..95b01f69 100644 --- a/src/client/clientconnection.h +++ b/src/client/clientconnection.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/clientconnection_p.h b/src/client/clientconnection_p.h index 235d579d..ea77f946 100644 --- a/src/client/clientconnection_p.h +++ b/src/client/clientconnection_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/compositor.cpp b/src/client/compositor.cpp index 4e446f39..ab034e72 100644 --- a/src/client/compositor.cpp +++ b/src/client/compositor.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/compositor.h b/src/client/compositor.h index 2d398e26..d330effc 100644 --- a/src/client/compositor.h +++ b/src/client/compositor.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/compositor_p.h b/src/client/compositor_p.h index 7e086931..097f0f49 100644 --- a/src/client/compositor_p.h +++ b/src/client/compositor_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/cursortheme.cpp b/src/client/cursortheme.cpp index d6bd77e1..8b044158 100644 --- a/src/client/cursortheme.cpp +++ b/src/client/cursortheme.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/cursortheme.h b/src/client/cursortheme.h index f19d9657..aac8a254 100644 --- a/src/client/cursortheme.h +++ b/src/client/cursortheme.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/cursortheme_p.h b/src/client/cursortheme_p.h index dcf34b8d..8977a0ed 100644 --- a/src/client/cursortheme_p.h +++ b/src/client/cursortheme_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/fullscreenshell.cpp b/src/client/fullscreenshell.cpp index cc072726..d93915b5 100644 --- a/src/client/fullscreenshell.cpp +++ b/src/client/fullscreenshell.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/fullscreenshell.h b/src/client/fullscreenshell.h index 6a09e880..ba76363b 100644 --- a/src/client/fullscreenshell.h +++ b/src/client/fullscreenshell.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/fullscreenshell_p.h b/src/client/fullscreenshell_p.h index 112781da..c3276136 100644 --- a/src/client/fullscreenshell_p.h +++ b/src/client/fullscreenshell_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/keyboard.cpp b/src/client/keyboard.cpp index 2ad292f4..e5f31728 100644 --- a/src/client/keyboard.cpp +++ b/src/client/keyboard.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/keyboard.h b/src/client/keyboard.h index 5417beb4..9bd7e83c 100644 --- a/src/client/keyboard.h +++ b/src/client/keyboard.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/keyboard_p.h b/src/client/keyboard_p.h index bdf4c1fe..f40abb59 100644 --- a/src/client/keyboard_p.h +++ b/src/client/keyboard_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/output.cpp b/src/client/output.cpp index d19af2f6..eb8d40ba 100644 --- a/src/client/output.cpp +++ b/src/client/output.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/output.h b/src/client/output.h index fd9e0414..16ec7bbb 100644 --- a/src/client/output.h +++ b/src/client/output.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/output_p.h b/src/client/output_p.h index 25c03238..b94c2452 100644 --- a/src/client/output_p.h +++ b/src/client/output_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/pointer.cpp b/src/client/pointer.cpp index 56cf60d6..f8fabf2f 100644 --- a/src/client/pointer.cpp +++ b/src/client/pointer.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/pointer.h b/src/client/pointer.h index 6a8a6388..66c36194 100644 --- a/src/client/pointer.h +++ b/src/client/pointer.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/pointer_p.h b/src/client/pointer_p.h index 8a35b8eb..33f62637 100644 --- a/src/client/pointer_p.h +++ b/src/client/pointer_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/region.cpp b/src/client/region.cpp index 48b506ed..6c9c3bc2 100644 --- a/src/client/region.cpp +++ b/src/client/region.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/region.h b/src/client/region.h index 6f839f7e..70f7500c 100644 --- a/src/client/region.h +++ b/src/client/region.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/region_p.h b/src/client/region_p.h index d98f7510..786dd782 100644 --- a/src/client/region_p.h +++ b/src/client/region_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/registry.cpp b/src/client/registry.cpp index fb019255..8fcac3a4 100644 --- a/src/client/registry.cpp +++ b/src/client/registry.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/registry.h b/src/client/registry.h index 9278b4f0..e47da587 100644 --- a/src/client/registry.h +++ b/src/client/registry.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/registry_p.h b/src/client/registry_p.h index f0365077..e3ae6abb 100644 --- a/src/client/registry_p.h +++ b/src/client/registry_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/screencaster.cpp b/src/client/screencaster.cpp index dcaea951..09a8195e 100644 --- a/src/client/screencaster.cpp +++ b/src/client/screencaster.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/screencaster.h b/src/client/screencaster.h index 6697a18f..0b2b6691 100644 --- a/src/client/screencaster.h +++ b/src/client/screencaster.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/screencaster_p.h b/src/client/screencaster_p.h index 48ac4975..a1fd1ab6 100644 --- a/src/client/screencaster_p.h +++ b/src/client/screencaster_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/screenshooter.cpp b/src/client/screenshooter.cpp index 8b409250..58fbd0cc 100644 --- a/src/client/screenshooter.cpp +++ b/src/client/screenshooter.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/screenshooter.h b/src/client/screenshooter.h index e3d335b5..e0e92282 100644 --- a/src/client/screenshooter.h +++ b/src/client/screenshooter.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/screenshooter_p.h b/src/client/screenshooter_p.h index 6c9fc430..52ef6e5f 100644 --- a/src/client/screenshooter_p.h +++ b/src/client/screenshooter_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/seat.cpp b/src/client/seat.cpp index 36189e10..155d1ab4 100644 --- a/src/client/seat.cpp +++ b/src/client/seat.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/seat.h b/src/client/seat.h index 3054c0d3..08f1c4c2 100644 --- a/src/client/seat.h +++ b/src/client/seat.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/seat_p.h b/src/client/seat_p.h index 6572c075..efb31aab 100644 --- a/src/client/seat_p.h +++ b/src/client/seat_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/shm.cpp b/src/client/shm.cpp index b741fed8..79cba3d8 100644 --- a/src/client/shm.cpp +++ b/src/client/shm.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/shm.h b/src/client/shm.h index 677dac04..d8f3430e 100644 --- a/src/client/shm.h +++ b/src/client/shm.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/shm_p.h b/src/client/shm_p.h index 7d2472c1..8e0923c6 100644 --- a/src/client/shm_p.h +++ b/src/client/shm_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/shmformats_p.cpp b/src/client/shmformats_p.cpp index 265f29d9..fd3be5cf 100644 --- a/src/client/shmformats_p.cpp +++ b/src/client/shmformats_p.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/shmformats_p.h b/src/client/shmformats_p.h index da8f3c17..05633136 100644 --- a/src/client/shmformats_p.h +++ b/src/client/shmformats_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/shmpool.cpp b/src/client/shmpool.cpp index 975ee834..06f30ede 100644 --- a/src/client/shmpool.cpp +++ b/src/client/shmpool.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/shmpool.h b/src/client/shmpool.h index bfcb1e30..11d57379 100644 --- a/src/client/shmpool.h +++ b/src/client/shmpool.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/shmpool_p.h b/src/client/shmpool_p.h index 3d8f2341..c4a8a448 100644 --- a/src/client/shmpool_p.h +++ b/src/client/shmpool_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/surface.cpp b/src/client/surface.cpp index b669f5ce..8b0d8acc 100644 --- a/src/client/surface.cpp +++ b/src/client/surface.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/surface.h b/src/client/surface.h index b402aab1..8848de3e 100644 --- a/src/client/surface.h +++ b/src/client/surface.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/surface_p.h b/src/client/surface_p.h index 9896e9f7..86fc3d75 100644 --- a/src/client/surface_p.h +++ b/src/client/surface_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/touch.cpp b/src/client/touch.cpp index b9aa1d58..5015a634 100644 --- a/src/client/touch.cpp +++ b/src/client/touch.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/touch.h b/src/client/touch.h index ca4bcdbe..2c184009 100644 --- a/src/client/touch.h +++ b/src/client/touch.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/client/touch_p.h b/src/client/touch_p.h index f2c412e4..32b6caf1 100644 --- a/src/client/touch_p.h +++ b/src/client/touch_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/deviceintegration/deviceintegration_p.cpp b/src/platform/deviceintegration/deviceintegration_p.cpp index f871232b..4686c14f 100644 --- a/src/platform/deviceintegration/deviceintegration_p.cpp +++ b/src/platform/deviceintegration/deviceintegration_p.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/deviceintegration/deviceintegration_p.h b/src/platform/deviceintegration/deviceintegration_p.h index 0998682d..e192bcd2 100644 --- a/src/platform/deviceintegration/deviceintegration_p.h +++ b/src/platform/deviceintegration/deviceintegration_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/deviceintegration/eglfsxkb.cpp b/src/platform/deviceintegration/eglfsxkb.cpp index e9052ccc..9dd6b5bf 100644 --- a/src/platform/deviceintegration/eglfsxkb.cpp +++ b/src/platform/deviceintegration/eglfsxkb.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/deviceintegration/eglfsxkb.h b/src/platform/deviceintegration/eglfsxkb.h index f96b8681..217635d5 100644 --- a/src/platform/deviceintegration/eglfsxkb.h +++ b/src/platform/deviceintegration/eglfsxkb.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/libinput/libinputgesture.cpp b/src/platform/libinput/libinputgesture.cpp index 3575111e..df35ab7c 100644 --- a/src/platform/libinput/libinputgesture.cpp +++ b/src/platform/libinput/libinputgesture.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/libinput/libinputgesture.h b/src/platform/libinput/libinputgesture.h index 442e61e9..1676e06c 100644 --- a/src/platform/libinput/libinputgesture.h +++ b/src/platform/libinput/libinputgesture.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/libinput/libinputhandler.cpp b/src/platform/libinput/libinputhandler.cpp index 4555f442..75d7a72a 100644 --- a/src/platform/libinput/libinputhandler.cpp +++ b/src/platform/libinput/libinputhandler.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/libinput/libinputhandler.h b/src/platform/libinput/libinputhandler.h index a32c3f7f..9e6a4148 100644 --- a/src/platform/libinput/libinputhandler.h +++ b/src/platform/libinput/libinputhandler.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/libinput/libinputhandler_p.h b/src/platform/libinput/libinputhandler_p.h index 9648d011..499327af 100644 --- a/src/platform/libinput/libinputhandler_p.h +++ b/src/platform/libinput/libinputhandler_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/libinput/libinputkeyboard.h b/src/platform/libinput/libinputkeyboard.h index cfdc40fa..133cedb1 100644 --- a/src/platform/libinput/libinputkeyboard.h +++ b/src/platform/libinput/libinputkeyboard.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/libinput/libinputmanager_p.cpp b/src/platform/libinput/libinputmanager_p.cpp index 8e20c389..552d928e 100644 --- a/src/platform/libinput/libinputmanager_p.cpp +++ b/src/platform/libinput/libinputmanager_p.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/libinput/libinputmanager_p.h b/src/platform/libinput/libinputmanager_p.h index a96e4545..79a23cda 100644 --- a/src/platform/libinput/libinputmanager_p.h +++ b/src/platform/libinput/libinputmanager_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/libinput/libinputpointer.h b/src/platform/libinput/libinputpointer.h index 320fd10d..4c258e6c 100644 --- a/src/platform/libinput/libinputpointer.h +++ b/src/platform/libinput/libinputpointer.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/libinput/libinputtouch.h b/src/platform/libinput/libinputtouch.h index af024e5a..6c1b106c 100644 --- a/src/platform/libinput/libinputtouch.h +++ b/src/platform/libinput/libinputtouch.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/logging.cpp b/src/platform/logging.cpp index 31ec829d..38996843 100644 --- a/src/platform/logging.cpp +++ b/src/platform/logging.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/logging.h b/src/platform/logging.h index 9189c8b5..2b82f58e 100644 --- a/src/platform/logging.h +++ b/src/platform/logging.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/logind/logind.cpp b/src/platform/logind/logind.cpp index c17e017b..4c1179fe 100644 --- a/src/platform/logind/logind.cpp +++ b/src/platform/logind/logind.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/logind/logind.h b/src/platform/logind/logind.h index 98d80c19..e538e060 100644 --- a/src/platform/logind/logind.h +++ b/src/platform/logind/logind.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/logind/vthandler.cpp b/src/platform/logind/vthandler.cpp index fcfb140a..3e32b40e 100644 --- a/src/platform/logind/vthandler.cpp +++ b/src/platform/logind/vthandler.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/logind/vthandler.h b/src/platform/logind/vthandler.h index ad86b33a..a5a328e2 100644 --- a/src/platform/logind/vthandler.h +++ b/src/platform/logind/vthandler.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/udev/udev.cpp b/src/platform/udev/udev.cpp index a943ab04..f9382d85 100644 --- a/src/platform/udev/udev.cpp +++ b/src/platform/udev/udev.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/udev/udev.h b/src/platform/udev/udev.h index 5448a3e4..a1a59b9e 100644 --- a/src/platform/udev/udev.h +++ b/src/platform/udev/udev.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/udev/udev_p.h b/src/platform/udev/udev_p.h index a7e6bde2..fb6942be 100644 --- a/src/platform/udev/udev_p.h +++ b/src/platform/udev/udev_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/udev/udevdevice.cpp b/src/platform/udev/udevdevice.cpp index 01205e15..b92eb1a4 100644 --- a/src/platform/udev/udevdevice.cpp +++ b/src/platform/udev/udevdevice.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/udev/udevdevice.h b/src/platform/udev/udevdevice.h index 8abf3525..2d5a7e5b 100644 --- a/src/platform/udev/udevdevice.h +++ b/src/platform/udev/udevdevice.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/udev/udevenumerate.cpp b/src/platform/udev/udevenumerate.cpp index 988338a7..cd44e27b 100644 --- a/src/platform/udev/udevenumerate.cpp +++ b/src/platform/udev/udevenumerate.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/udev/udevenumerate.h b/src/platform/udev/udevenumerate.h index 8e7fcaec..e68f61f2 100644 --- a/src/platform/udev/udevenumerate.h +++ b/src/platform/udev/udevenumerate.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/udev/udevmonitor.cpp b/src/platform/udev/udevmonitor.cpp index 15b30717..833b36e5 100644 --- a/src/platform/udev/udevmonitor.cpp +++ b/src/platform/udev/udevmonitor.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/platform/udev/udevmonitor.h b/src/platform/udev/udevmonitor.h index 0f78e33d..b679c185 100644 --- a/src/platform/udev/udevmonitor.h +++ b/src/platform/udev/udevmonitor.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/abstractplugin.cpp b/src/server/core/abstractplugin.cpp index 41eee417..97834ec8 100644 --- a/src/server/core/abstractplugin.cpp +++ b/src/server/core/abstractplugin.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/abstractplugin.h b/src/server/core/abstractplugin.h index 9bca2452..122b6499 100644 --- a/src/server/core/abstractplugin.h +++ b/src/server/core/abstractplugin.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/applicationmanager.cpp b/src/server/core/applicationmanager.cpp index 98976aaf..f0634d6e 100644 --- a/src/server/core/applicationmanager.cpp +++ b/src/server/core/applicationmanager.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/applicationmanager.h b/src/server/core/applicationmanager.h index abc61391..87f5e8a5 100644 --- a/src/server/core/applicationmanager.h +++ b/src/server/core/applicationmanager.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/applicationmanager_p.h b/src/server/core/applicationmanager_p.h index c4df51fd..194fa507 100644 --- a/src/server/core/applicationmanager_p.h +++ b/src/server/core/applicationmanager_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/compositorsettings.cpp b/src/server/core/compositorsettings.cpp index dd10c36d..0d32f3a5 100644 --- a/src/server/core/compositorsettings.cpp +++ b/src/server/core/compositorsettings.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/compositorsettings.h b/src/server/core/compositorsettings.h index 64fccd7b..0c22297a 100644 --- a/src/server/core/compositorsettings.h +++ b/src/server/core/compositorsettings.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/compositorsettings_p.h b/src/server/core/compositorsettings_p.h index 70a9296e..a03d67a2 100644 --- a/src/server/core/compositorsettings_p.h +++ b/src/server/core/compositorsettings_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/homeapplication.cpp b/src/server/core/homeapplication.cpp index 520f00f4..c545a37f 100644 --- a/src/server/core/homeapplication.cpp +++ b/src/server/core/homeapplication.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/homeapplication.h b/src/server/core/homeapplication.h index c4428770..b27e53ce 100644 --- a/src/server/core/homeapplication.h +++ b/src/server/core/homeapplication.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/homeapplication_p.h b/src/server/core/homeapplication_p.h index 0c5c6ba1..03680197 100644 --- a/src/server/core/homeapplication_p.h +++ b/src/server/core/homeapplication_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/quickoutput.cpp b/src/server/core/quickoutput.cpp index dd8c9bf8..9d037b37 100644 --- a/src/server/core/quickoutput.cpp +++ b/src/server/core/quickoutput.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/core/quickoutput.h b/src/server/core/quickoutput.h index 908a0176..673ebeac 100644 --- a/src/server/core/quickoutput.h +++ b/src/server/core/quickoutput.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/gtkshell.cpp b/src/server/extensions/gtkshell.cpp index 1d4ad24a..60375225 100644 --- a/src/server/extensions/gtkshell.cpp +++ b/src/server/extensions/gtkshell.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/gtkshell.h b/src/server/extensions/gtkshell.h index 8daa89b1..faa98567 100644 --- a/src/server/extensions/gtkshell.h +++ b/src/server/extensions/gtkshell.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/gtkshell_p.h b/src/server/extensions/gtkshell_p.h index 264a7b75..0973dc54 100644 --- a/src/server/extensions/gtkshell_p.h +++ b/src/server/extensions/gtkshell_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/quickxdgpopupitem.cpp b/src/server/extensions/quickxdgpopupitem.cpp index d3c814b4..e787f51b 100644 --- a/src/server/extensions/quickxdgpopupitem.cpp +++ b/src/server/extensions/quickxdgpopupitem.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/quickxdgpopupitem.h b/src/server/extensions/quickxdgpopupitem.h index a5b9fcef..23327764 100644 --- a/src/server/extensions/quickxdgpopupitem.h +++ b/src/server/extensions/quickxdgpopupitem.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/quickxdgpopupitem_p.h b/src/server/extensions/quickxdgpopupitem_p.h index 4b350121..fefe4f5d 100644 --- a/src/server/extensions/quickxdgpopupitem_p.h +++ b/src/server/extensions/quickxdgpopupitem_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/quickxdgsurfaceitem.cpp b/src/server/extensions/quickxdgsurfaceitem.cpp index f229666d..835e1fa8 100644 --- a/src/server/extensions/quickxdgsurfaceitem.cpp +++ b/src/server/extensions/quickxdgsurfaceitem.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/quickxdgsurfaceitem.h b/src/server/extensions/quickxdgsurfaceitem.h index 310916d7..627f5e6e 100644 --- a/src/server/extensions/quickxdgsurfaceitem.h +++ b/src/server/extensions/quickxdgsurfaceitem.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/quickxdgsurfaceitem_p.h b/src/server/extensions/quickxdgsurfaceitem_p.h index 54c8238b..a2858c8d 100644 --- a/src/server/extensions/quickxdgsurfaceitem_p.h +++ b/src/server/extensions/quickxdgsurfaceitem_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/screencaster.cpp b/src/server/extensions/screencaster.cpp index 17e893db..3e4f95d3 100644 --- a/src/server/extensions/screencaster.cpp +++ b/src/server/extensions/screencaster.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/screencaster.h b/src/server/extensions/screencaster.h index 3626e934..8e229961 100644 --- a/src/server/extensions/screencaster.h +++ b/src/server/extensions/screencaster.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/screencaster_p.h b/src/server/extensions/screencaster_p.h index 772831d8..0d6a96fe 100644 --- a/src/server/extensions/screencaster_p.h +++ b/src/server/extensions/screencaster_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/screenshooter.cpp b/src/server/extensions/screenshooter.cpp index f382d718..e056ba9b 100644 --- a/src/server/extensions/screenshooter.cpp +++ b/src/server/extensions/screenshooter.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/screenshooter.h b/src/server/extensions/screenshooter.h index bfc21b71..d6ea7f29 100644 --- a/src/server/extensions/screenshooter.h +++ b/src/server/extensions/screenshooter.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/screenshooter_p.h b/src/server/extensions/screenshooter_p.h index 53074d11..63bb1b6c 100644 --- a/src/server/extensions/screenshooter_p.h +++ b/src/server/extensions/screenshooter_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/taskmanager.cpp b/src/server/extensions/taskmanager.cpp index 510ad08e..db638a29 100644 --- a/src/server/extensions/taskmanager.cpp +++ b/src/server/extensions/taskmanager.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/taskmanager.h b/src/server/extensions/taskmanager.h index 9f92784e..a6002c26 100644 --- a/src/server/extensions/taskmanager.h +++ b/src/server/extensions/taskmanager.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/taskmanager_p.h b/src/server/extensions/taskmanager_p.h index fcf5d429..871e9690 100644 --- a/src/server/extensions/taskmanager_p.h +++ b/src/server/extensions/taskmanager_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/xdgshell.cpp b/src/server/extensions/xdgshell.cpp index 5ee6f11e..f29690ef 100644 --- a/src/server/extensions/xdgshell.cpp +++ b/src/server/extensions/xdgshell.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/xdgshell.h b/src/server/extensions/xdgshell.h index e9b487a2..09f4cc22 100644 --- a/src/server/extensions/xdgshell.h +++ b/src/server/extensions/xdgshell.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/extensions/xdgshell_p.h b/src/server/extensions/xdgshell_p.h index 1e8121c8..f5bcd546 100644 --- a/src/server/extensions/xdgshell_p.h +++ b/src/server/extensions/xdgshell_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/input/keybindings.cpp b/src/server/input/keybindings.cpp index 0d754940..b8db5f9c 100644 --- a/src/server/input/keybindings.cpp +++ b/src/server/input/keybindings.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/input/keybindings.h b/src/server/input/keybindings.h index fee1fd2a..459da453 100644 --- a/src/server/input/keybindings.h +++ b/src/server/input/keybindings.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/input/keybindings_p.h b/src/server/input/keybindings_p.h index df3684a3..3dffdbf6 100644 --- a/src/server/input/keybindings_p.h +++ b/src/server/input/keybindings_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/input/keymap.cpp b/src/server/input/keymap.cpp index 49ca233a..417c305f 100644 --- a/src/server/input/keymap.cpp +++ b/src/server/input/keymap.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/input/keymap.h b/src/server/input/keymap.h index ebcab161..b22c7d79 100644 --- a/src/server/input/keymap.h +++ b/src/server/input/keymap.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/input/keymap_p.h b/src/server/input/keymap_p.h index 30f2ee69..66a7eba8 100644 --- a/src/server/input/keymap_p.h +++ b/src/server/input/keymap_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/fakescreenbackend.cpp b/src/server/screen/fakescreenbackend.cpp index a4f58a26..fb302a8f 100644 --- a/src/server/screen/fakescreenbackend.cpp +++ b/src/server/screen/fakescreenbackend.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/fakescreenbackend.h b/src/server/screen/fakescreenbackend.h index 7d22562c..52059978 100644 --- a/src/server/screen/fakescreenbackend.h +++ b/src/server/screen/fakescreenbackend.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/nativescreenbackend.cpp b/src/server/screen/nativescreenbackend.cpp index 70c88a67..4b6db4d0 100644 --- a/src/server/screen/nativescreenbackend.cpp +++ b/src/server/screen/nativescreenbackend.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/nativescreenbackend.h b/src/server/screen/nativescreenbackend.h index 94761814..398b7c20 100644 --- a/src/server/screen/nativescreenbackend.h +++ b/src/server/screen/nativescreenbackend.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/quickscreenmanager.cpp b/src/server/screen/quickscreenmanager.cpp index 23806c2c..61894e12 100644 --- a/src/server/screen/quickscreenmanager.cpp +++ b/src/server/screen/quickscreenmanager.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/quickscreenmanager.h b/src/server/screen/quickscreenmanager.h index 9baec62b..dafe3dcf 100644 --- a/src/server/screen/quickscreenmanager.h +++ b/src/server/screen/quickscreenmanager.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/screenbackend.cpp b/src/server/screen/screenbackend.cpp index 3011d8c9..0eda05bc 100644 --- a/src/server/screen/screenbackend.cpp +++ b/src/server/screen/screenbackend.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/screenbackend.h b/src/server/screen/screenbackend.h index a033ac5b..06ea89cc 100644 --- a/src/server/screen/screenbackend.h +++ b/src/server/screen/screenbackend.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/screenbackend_p.h b/src/server/screen/screenbackend_p.h index 72980223..dd91ceb5 100644 --- a/src/server/screen/screenbackend_p.h +++ b/src/server/screen/screenbackend_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/screenmanager.cpp b/src/server/screen/screenmanager.cpp index 1300809e..3284ea2c 100644 --- a/src/server/screen/screenmanager.cpp +++ b/src/server/screen/screenmanager.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/screenmanager.h b/src/server/screen/screenmanager.h index 437b2e2b..84dfbf07 100644 --- a/src/server/screen/screenmanager.h +++ b/src/server/screen/screenmanager.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/screen/screenmanager_p.h b/src/server/screen/screenmanager_p.h index b59c7486..e85f4fc7 100644 --- a/src/server/screen/screenmanager_p.h +++ b/src/server/screen/screenmanager_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/serverlogging_p.cpp b/src/server/serverlogging_p.cpp index 159c68a9..722e10be 100644 --- a/src/server/serverlogging_p.cpp +++ b/src/server/serverlogging_p.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/serverlogging_p.h b/src/server/serverlogging_p.h index ca43570e..26a841c9 100644 --- a/src/server/serverlogging_p.h +++ b/src/server/serverlogging_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/shell/clientwindow.cpp b/src/server/shell/clientwindow.cpp index 10acb0c3..f3de9907 100644 --- a/src/server/shell/clientwindow.cpp +++ b/src/server/shell/clientwindow.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/shell/clientwindow.h b/src/server/shell/clientwindow.h index 0cbb4e7a..7938bbab 100644 --- a/src/server/shell/clientwindow.h +++ b/src/server/shell/clientwindow.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/shell/clientwindow_p.h b/src/server/shell/clientwindow_p.h index dc1fd236..e6c92301 100644 --- a/src/server/shell/clientwindow_p.h +++ b/src/server/shell/clientwindow_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/shell/clientwindowview.cpp b/src/server/shell/clientwindowview.cpp index 28075979..58c0b1eb 100644 --- a/src/server/shell/clientwindowview.cpp +++ b/src/server/shell/clientwindowview.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/shell/clientwindowview.h b/src/server/shell/clientwindowview.h index 13241914..6e2e5a0a 100644 --- a/src/server/shell/clientwindowview.h +++ b/src/server/shell/clientwindowview.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/shell/clientwindowview_p.h b/src/server/shell/clientwindowview_p.h index 649c0758..178aec18 100644 --- a/src/server/shell/clientwindowview_p.h +++ b/src/server/shell/clientwindowview_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/shell/windowmanager.cpp b/src/server/shell/windowmanager.cpp index 8092d0d6..48881d98 100644 --- a/src/server/shell/windowmanager.cpp +++ b/src/server/shell/windowmanager.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/shell/windowmanager.h b/src/server/shell/windowmanager.h index f48a677e..05fc5f5c 100644 --- a/src/server/shell/windowmanager.h +++ b/src/server/shell/windowmanager.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/src/server/shell/windowmanager_p.h b/src/server/shell/windowmanager_p.h index ca5f7519..c0fea93c 100644 --- a/src/server/shell/windowmanager_p.h +++ b/src/server/shell/windowmanager_p.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program 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. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tests/auto/client/tst_display.cpp b/tests/auto/client/tst_display.cpp index 65959554..ade8ce93 100644 --- a/tests/auto/client/tst_display.cpp +++ b/tests/auto/client/tst_display.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tests/auto/client/tst_output.cpp b/tests/auto/client/tst_output.cpp index 1cd2e078..2249da25 100644 --- a/tests/auto/client/tst_output.cpp +++ b/tests/auto/client/tst_output.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tests/auto/client/tst_registry.cpp b/tests/auto/client/tst_registry.cpp index 1f8af3b1..77fff231 100644 --- a/tests/auto/client/tst_registry.cpp +++ b/tests/auto/client/tst_registry.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tests/auto/client/tst_shmpool.cpp b/tests/auto/client/tst_shmpool.cpp index 9a2241d5..9a945881 100644 --- a/tests/auto/client/tst_shmpool.cpp +++ b/tests/auto/client/tst_shmpool.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tests/auto/platform/fakelogind.cpp b/tests/auto/platform/fakelogind.cpp index d179372d..13b7982c 100644 --- a/tests/auto/platform/fakelogind.cpp +++ b/tests/auto/platform/fakelogind.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tests/auto/platform/fakelogind.h b/tests/auto/platform/fakelogind.h index 34a2cffb..fe901f30 100644 --- a/tests/auto/platform/fakelogind.h +++ b/tests/auto/platform/fakelogind.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tests/auto/platform/tst_logind.cpp b/tests/auto/platform/tst_logind.cpp index e09a4e38..ac3ea4de 100644 --- a/tests/auto/platform/tst_logind.cpp +++ b/tests/auto/platform/tst_logind.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tests/auto/platform/tst_udev.cpp b/tests/auto/platform/tst_udev.cpp index b28bdf7f..ed980dd3 100644 --- a/tests/auto/platform/tst_udev.cpp +++ b/tests/auto/platform/tst_udev.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tools/screencaster/application.cpp b/tools/screencaster/application.cpp index b5438524..bd211cbe 100644 --- a/tools/screencaster/application.cpp +++ b/tools/screencaster/application.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tools/screencaster/application.h b/tools/screencaster/application.h index 036c7282..5ade2736 100644 --- a/tools/screencaster/application.h +++ b/tools/screencaster/application.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tools/screencaster/main.cpp b/tools/screencaster/main.cpp index 6a488047..985f988f 100644 --- a/tools/screencaster/main.cpp +++ b/tools/screencaster/main.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tools/screencaster/recorder.cpp b/tools/screencaster/recorder.cpp index f7eb92da..40d7ea34 100644 --- a/tools/screencaster/recorder.cpp +++ b/tools/screencaster/recorder.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/tools/screencaster/recorder.h b/tools/screencaster/recorder.h index 1532138d..3e0ff026 100644 --- a/tools/screencaster/recorder.h +++ b/tools/screencaster/recorder.h @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:GPL2+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 included in the packaging of + * this file. 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 program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/