diff options
Diffstat (limited to 'src/org/eclipse/wb/swt/SWTResourceManager.java')
-rw-r--r-- | src/org/eclipse/wb/swt/SWTResourceManager.java | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/org/eclipse/wb/swt/SWTResourceManager.java b/src/org/eclipse/wb/swt/SWTResourceManager.java index d8a2858..8b6d4cc 100644 --- a/src/org/eclipse/wb/swt/SWTResourceManager.java +++ b/src/org/eclipse/wb/swt/SWTResourceManager.java @@ -1,13 +1,13 @@ -/******************************************************************************* - * Copyright (c) 2011 Google, Inc. - * 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: - * Google, Inc. - initial API and implementation - *******************************************************************************/ +/*******************************************************************************
+ * Copyright (c) 2011 Google, Inc.
+ * 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:
+ * Google, Inc. - initial API and implementation
+ *******************************************************************************/
package org.eclipse.wb.swt; import java.io.FileInputStream; |