[maemo-commits] [maemo-commits] r8962 - projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jan 5 13:37:58 EET 2007
- Previous message: [maemo-commits] r8961 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . background-manager
- Next message: [maemo-commits] r8963 - projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildonwm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: karoliina Date: 2007-01-05 13:37:56 +0200 (Fri, 05 Jan 2007) New Revision: 8962 Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/Makefile.am projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/desktop-multiscreen.c projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/desktop-multiscreen.h projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-log.c projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-log.h projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/libhildondesktop.h projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-binding.c projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-binding.h projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-socket.c projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-socket.h projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item.c projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item.h projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item-socket.c projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item-socket.h projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item.c projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item.h Log: Updated more license texts Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/Makefile.am =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/Makefile.am 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/Makefile.am 2007-01-05 11:37:56 UTC (rev 8962) @@ -1,4 +1,24 @@ -# Copyright (c) 2006 Nokia Corporation +# This file is part of hildon-desktop +# +# Copyright (C) 2006 Nokia Corporation. +# +# Contact: Karoliina Salminen <karoliina.t.salminen at nokia.com> +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public License +# version 2.1 as published by the Free Software Foundation. +# +# This library is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +# +# # SUBDIRS = po pkgconfigdir = $(libdir)/pkgconfig Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/desktop-multiscreen.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/desktop-multiscreen.c 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/desktop-multiscreen.c 2007-01-05 11:37:56 UTC (rev 8962) @@ -1,5 +1,5 @@ /* - * This file is part of maemo-af-desktop + * This file is part of hildon-desktop * * Copyright (C) 2006 Nokia Corporation. * @@ -12,8 +12,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/desktop-multiscreen.h =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/desktop-multiscreen.h 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/desktop-multiscreen.h 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-log.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-log.c 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-log.c 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-log.h =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-log.h 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-log.h 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/libhildondesktop.h =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/libhildondesktop.h 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/libhildondesktop.h 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-binding.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-binding.c 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-binding.c 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-binding.h =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-binding.h 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-binding.h 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-socket.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-socket.c 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-socket.c 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-socket.h =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-socket.h 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item-socket.h 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item.c 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item.c 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item.h =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item.h 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/statusbar-item.h 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item-socket.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item-socket.c 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item-socket.c 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item-socket.h =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item-socket.h 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item-socket.h 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item.c 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item.c 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item.h =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item.h 2007-01-05 11:25:32 UTC (rev 8961) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/tasknavigator-item.h 2007-01-05 11:37:56 UTC (rev 8962) @@ -8,8 +8,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of
- Previous message: [maemo-commits] r8961 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . background-manager
- Next message: [maemo-commits] r8963 - projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildonwm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]