[maemo-commits] [maemo-commits] r9385 - in projects/haf/branches/maemo-af-desktop/python-hildondesktop: libhildondesktop loader
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jan 29 13:13:26 EET 2007
- Previous message: [maemo-commits] r9384 - projects/haf/branches/pango1.0/1.8.1-1osso16/debian
- Next message: [maemo-commits] r9386 - projects/haf/tags/pango1.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-01-29 13:13:25 +0200 (Mon, 29 Jan 2007) New Revision: 9385 Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktopmodule.c projects/haf/branches/maemo-af-desktop/python-hildondesktop/loader/hd-plugin-loader-python.c projects/haf/branches/maemo-af-desktop/python-hildondesktop/loader/hd-plugin-loader-python.h Log: Updated copyright headers. Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktopmodule.c =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktopmodule.c 2007-01-29 11:10:53 UTC (rev 9384) +++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktopmodule.c 2007-01-29 11:13:25 UTC (rev 9385) @@ -1,3 +1,27 @@ +/* + * This file is part of python-hildondesktop + * + * Copyright (C) 2006 Nokia Corporation. + * + * Author: Lucas Rocha <lucas.rocha at nokia.com> + * 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 + * + */ + #include <pygobject.h> void hildondesktop_register_classes (PyObject *d); Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/loader/hd-plugin-loader-python.c =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildondesktop/loader/hd-plugin-loader-python.c 2007-01-29 11:10:53 UTC (rev 9384) +++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/loader/hd-plugin-loader-python.c 2007-01-29 11:13:25 UTC (rev 9385) @@ -1,5 +1,5 @@ /* - * This file is part of hildon-desktop + * This file is part of python-hildondesktop * * Copyright (C) 2006 Nokia Corporation. * Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/loader/hd-plugin-loader-python.h =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildondesktop/loader/hd-plugin-loader-python.h 2007-01-29 11:10:53 UTC (rev 9384) +++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/loader/hd-plugin-loader-python.h 2007-01-29 11:13:25 UTC (rev 9385) @@ -1,5 +1,5 @@ /* - * This file is part of hildon-desktop + * This file is part of python-hildondesktop * * Copyright (C) 2006 Nokia Corporation. *
- Previous message: [maemo-commits] r9384 - projects/haf/branches/pango1.0/1.8.1-1osso16/debian
- Next message: [maemo-commits] r9386 - projects/haf/tags/pango1.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]