Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Cornu2004-06-24 14:18:34 +0000
committerChristophe Cornu2004-06-24 14:18:34 +0000
commit98ababb1148cf4623367b27ce69dd750d5c5c451 (patch)
treee3b71f94cea05561c8847b82423de51160f9d7e5 /bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h
parentf8f0a767b897df13a5ca94e25ff86a9c9436882c (diff)
downloadeclipse.platform.swt-98ababb1148cf4623367b27ce69dd750d5c5c451.tar.gz
eclipse.platform.swt-98ababb1148cf4623367b27ce69dd750d5c5c451.tar.xz
eclipse.platform.swt-98ababb1148cf4623367b27ce69dd750d5c5c451.zip
copyrights - must use same as gtk os.c
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h22
1 files changed, 13 insertions, 9 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h b/bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h
index 1050979669..a6638d7a0a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome_stats.h
@@ -1,13 +1,17 @@
/*******************************************************************************
- * Copyright (c) 2000, 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
+* Copyright (c) 2000, 2004 IBM Corporation and others. All rights reserved.
+* The contents of this file are made available under the terms
+* of the GNU Lesser General Public License (LGPL) Version 2.1 that
+* accompanies this distribution (lgpl-v21.txt). The LGPL is also
+* available at http://www.gnu.org/licenses/lgpl.html. If the version
+* of the LGPL at http://www.gnu.org is different to the version of
+* the LGPL accompanying this distribution and there is any conflict
+* between the two license versions, the terms of the LGPL accompanying
+* this distribution shall govern.
+*
+* Contributors:
+* IBM Corporation - initial API and implementation
+*******************************************************************************/
#ifdef NATIVE_STATS
int GNOME_nativeFunctionCallCount[];

Back to the top