summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBezierPath.java
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2007-11-19 15:45:23 +0000
committerFelipe Heidrich <fheidric>2007-11-19 15:45:23 +0000
commitec83f3b471be4ff88a6341128739d60f8bd3f960 (patch)
treea3f795d2a102132238a61969eafe8e661ec0d98b /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBezierPath.java
parentbc18fd0b8d70525950877ca2a41b5a05c2726cd3 (diff)
downloadeclipse.platform.swt-ec83f3b471be4ff88a6341128739d60f8bd3f960.tar.gz
eclipse.platform.swt-ec83f3b471be4ff88a6341128739d60f8bd3f960.tar.xz
eclipse.platform.swt-ec83f3b471be4ff88a6341128739d60f8bd3f960.zip
copyright added
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBezierPath.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBezierPath.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBezierPath.java b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBezierPath.java
index 5fd4739c31..5d01559bb1 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBezierPath.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBezierPath.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007 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.cocoa;
public class NSBezierPath extends NSObject {