From f4936ae8149b5b761c73f7b5b9bf6fe2382b56fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C4=8Cuki=C4=87?= Date: Fri, 12 Oct 2007 08:16:40 +0000 Subject: [PATCH] License text change... svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=724403 --- appletbrowser/kcategorizeditemsview.cpp | 8 ++++---- appletbrowser/kcategorizeditemsview_p.h | 8 ++++---- appletbrowser/kcategorizeditemsviewdelegate.cpp | 8 ++++---- appletbrowser/kcategorizeditemsviewdelegate_p.h | 8 ++++---- appletbrowser/kcategorizeditemsviewmodels.cpp | 8 ++++---- appletbrowser/kcategorizeditemsviewmodels_p.h | 8 ++++---- appletbrowser/main.cpp | 8 ++++---- appletbrowser/plasmaappletitemmodel.cpp | 8 ++++---- appletbrowser/plasmaappletitemmodel_p.h | 8 ++++---- 9 files changed, 36 insertions(+), 36 deletions(-) diff --git a/appletbrowser/kcategorizeditemsview.cpp b/appletbrowser/kcategorizeditemsview.cpp index d463b27a6..8de70f6df 100644 --- a/appletbrowser/kcategorizeditemsview.cpp +++ b/appletbrowser/kcategorizeditemsview.cpp @@ -2,16 +2,16 @@ * Copyright (C) 2007 Ivan Cukic * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 (or, - * at your option, any later version) as published by the Free Software - * Foundation + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation * * 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 Library General Public + * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/appletbrowser/kcategorizeditemsview_p.h b/appletbrowser/kcategorizeditemsview_p.h index d05394eca..372e65140 100644 --- a/appletbrowser/kcategorizeditemsview_p.h +++ b/appletbrowser/kcategorizeditemsview_p.h @@ -2,16 +2,16 @@ * Copyright (C) 2007 Ivan Cukic * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 (or, - * at your option, any later version) as published by the Free Software - * Foundation + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation * * 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 Library General Public + * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/appletbrowser/kcategorizeditemsviewdelegate.cpp b/appletbrowser/kcategorizeditemsviewdelegate.cpp index 292e1807b..f84d012c7 100644 --- a/appletbrowser/kcategorizeditemsviewdelegate.cpp +++ b/appletbrowser/kcategorizeditemsviewdelegate.cpp @@ -2,16 +2,16 @@ * Copyright (C) 2007 Ivan Cukic * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 (or, - * at your option, any later version) as published by the Free Software - * Foundation + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation * * 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 Library General Public + * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/appletbrowser/kcategorizeditemsviewdelegate_p.h b/appletbrowser/kcategorizeditemsviewdelegate_p.h index 577cddff0..c4730b4fb 100644 --- a/appletbrowser/kcategorizeditemsviewdelegate_p.h +++ b/appletbrowser/kcategorizeditemsviewdelegate_p.h @@ -2,16 +2,16 @@ * Copyright (C) 2007 Ivan Cukic * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 (or, - * at your option, any later version) as published by the Free Software - * Foundation + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation * * 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 Library General Public + * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/appletbrowser/kcategorizeditemsviewmodels.cpp b/appletbrowser/kcategorizeditemsviewmodels.cpp index d16a49d33..f5f650c1a 100644 --- a/appletbrowser/kcategorizeditemsviewmodels.cpp +++ b/appletbrowser/kcategorizeditemsviewmodels.cpp @@ -2,16 +2,16 @@ * Copyright (C) 2007 Ivan Cukic * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 (or, - * at your option, any later version) as published by the Free Software - * Foundation + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation * * 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 Library General Public + * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/appletbrowser/kcategorizeditemsviewmodels_p.h b/appletbrowser/kcategorizeditemsviewmodels_p.h index 92ea8368a..86317cbe9 100644 --- a/appletbrowser/kcategorizeditemsviewmodels_p.h +++ b/appletbrowser/kcategorizeditemsviewmodels_p.h @@ -2,16 +2,16 @@ * Copyright (C) 2007 Ivan Cukic * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 (or, - * at your option, any later version) as published by the Free Software - * Foundation + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation * * 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 Library General Public + * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/appletbrowser/main.cpp b/appletbrowser/main.cpp index 59635254b..9863264f2 100644 --- a/appletbrowser/main.cpp +++ b/appletbrowser/main.cpp @@ -2,16 +2,16 @@ * Copyright (C) 2007 Ivan Cukic * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 (or, - * at your option, any later version) as published by the Free Software - * Foundation + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation * * 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 Library General Public + * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/appletbrowser/plasmaappletitemmodel.cpp b/appletbrowser/plasmaappletitemmodel.cpp index b97683f00..8f93410cd 100644 --- a/appletbrowser/plasmaappletitemmodel.cpp +++ b/appletbrowser/plasmaappletitemmodel.cpp @@ -2,16 +2,16 @@ * Copyright (C) 2007 Ivan Cukic * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 (or, - * at your option, any later version) as published by the Free Software - * Foundation + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation * * 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 Library General Public + * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/appletbrowser/plasmaappletitemmodel_p.h b/appletbrowser/plasmaappletitemmodel_p.h index cc483f7c3..8744d05a9 100644 --- a/appletbrowser/plasmaappletitemmodel_p.h +++ b/appletbrowser/plasmaappletitemmodel_p.h @@ -2,16 +2,16 @@ * Copyright (C) 2007 Ivan Cukic * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 (or, - * at your option, any later version) as published by the Free Software - * Foundation + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation * * 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 Library General Public + * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.