diff options
| author | njames <nkskjames@gmail.com> | 2016-09-07 10:08:58 -0500 |
|---|---|---|
| committer | njames <nkskjames@gmail.com> | 2016-09-07 10:08:58 -0500 |
| commit | e790c2b63f11bb2f9495a3c5e857756565d924ca (patch) | |
| tree | 82dce23cdf5dd7e5d1a3d1715cca4709715fb011 /src | |
| parent | ebe44727a0cc13e2e48ecbe21a68715cde2d6099 (diff) | |
| download | serverwiz-e790c2b63f11bb2f9495a3c5e857756565d924ca.tar.gz serverwiz-e790c2b63f11bb2f9495a3c5e857756565d924ca.zip | |
Updated licensing header
Norman James <nkskjames@gmail.com>
Diffstat (limited to 'src')
| -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; |

