Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2011-05-16 16:41:56 +0000
committerCarolyn MacLeod2011-05-16 16:41:56 +0000
commit84c8b40033dff2eafe1727c6feb80643180fe78a (patch)
treebb08541ae2de938640564f3baf804f1b6055ec7d /bundles/org.eclipse.swt/Eclipse SWT WebKit
parentc83501b608bada8b82433f8b45498eb4f3f68b4c (diff)
downloadeclipse.platform.swt-84c8b40033dff2eafe1727c6feb80643180fe78a.tar.gz
eclipse.platform.swt-84c8b40033dff2eafe1727c6feb80643180fe78a.tar.xz
eclipse.platform.swt-84c8b40033dff2eafe1727c6feb80643180fe78a.zip
Bug 345279 - Do the annual javadoc/copyright bash for 3.7
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT WebKit')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT WebKit/carbon/org/eclipse/swt/browser/WebKit.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT WebKit/cocoa/org/eclipse/swt/browser/WebKit.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT WebKit/carbon/org/eclipse/swt/browser/WebKit.java b/bundles/org.eclipse.swt/Eclipse SWT WebKit/carbon/org/eclipse/swt/browser/WebKit.java
index 9b28a0df0f..9645439d10 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT WebKit/carbon/org/eclipse/swt/browser/WebKit.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT WebKit/carbon/org/eclipse/swt/browser/WebKit.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2010 IBM Corporation and others.
+ * Copyright (c) 2000, 2011 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
diff --git a/bundles/org.eclipse.swt/Eclipse SWT WebKit/cocoa/org/eclipse/swt/browser/WebKit.java b/bundles/org.eclipse.swt/Eclipse SWT WebKit/cocoa/org/eclipse/swt/browser/WebKit.java
index 5af8b4881e..3550083adb 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT WebKit/cocoa/org/eclipse/swt/browser/WebKit.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT WebKit/cocoa/org/eclipse/swt/browser/WebKit.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2010 IBM Corporation and others.
+ * Copyright (c) 2000, 2011 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

Back to the top