summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2006-02-10 23:05:28 +0000
committerSteve Northover <steve>2006-02-10 23:05:28 +0000
commitfe5255873889e549d846c2b2208ae0cf859acfd4 (patch)
treee6f802c328784d61e2cbe16b3dd8ca7572f44d32
parenta294dd027fdb87aa9b97db833cf3cceab0090d42 (diff)
downloadeclipse.platform.swt-fe5255873889e549d846c2b2208ae0cf859acfd4.tar.gz
eclipse.platform.swt-fe5255873889e549d846c2b2208ae0cf859acfd4.tar.xz
eclipse.platform.swt-fe5255873889e549d846c2b2208ae0cf859acfd4.zip
add copyright
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/GtkCellRendererClass.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/GtkCellRendererClass.java b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/GtkCellRendererClass.java
index ddd15565e7..e90bc075b9 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/GtkCellRendererClass.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/GtkCellRendererClass.java
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2000, 2006 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.
+ *******************************************************************************/
package org.eclipse.swt.internal.gtk;