From d4d83e9bda0ef720f842c49259231cc258ca06e7 Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Wed, 26 Apr 2006 18:44:04 +0000 Subject: adding copyrights --- .../org/eclipse/swt/internal/theme/ExpanderDrawData.java | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bundles/org.eclipse.swt/Eclipse SWT Theme/carbon/org/eclipse/swt/internal/theme/ExpanderDrawData.java') diff --git a/bundles/org.eclipse.swt/Eclipse SWT Theme/carbon/org/eclipse/swt/internal/theme/ExpanderDrawData.java b/bundles/org.eclipse.swt/Eclipse SWT Theme/carbon/org/eclipse/swt/internal/theme/ExpanderDrawData.java index d7eed30d70..9c04a0c68d 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Theme/carbon/org/eclipse/swt/internal/theme/ExpanderDrawData.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Theme/carbon/org/eclipse/swt/internal/theme/ExpanderDrawData.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2000, 2006 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package org.eclipse.swt.internal.theme; import org.eclipse.swt.*; -- cgit