glib/gobject/gmarshal.c
changeset 34 5fae379060a7
parent 18 47c74d1534e1
--- a/glib/gobject/gmarshal.c	Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/gobject/gmarshal.c	Fri Jun 11 15:26:22 2010 +0300
@@ -1,22 +1,8 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*
+* Portions copyright (c) 2006-2009 Nokia Corporation.  All rights reserved.
 */
 
 
-
 #ifdef G_ENABLE_DEBUG
 #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)
 #define g_marshal_value_peek_char(v)     g_value_get_char (v)