diff options
| author | Tom Schindl | 2016-04-18 08:09:17 +0000 |
|---|---|---|
| committer | Tom Schindl | 2016-04-18 08:09:17 +0000 |
| commit | 56d9bd55f944af92fcf746693aff3a049c48c8ba (patch) | |
| tree | 8a0f21e6d7df23e3d586e7bf24f64ad883c1e8c8 | |
| parent | e3a8c4e5bf44ca4ffbdad6cf790544f72baa2112 (diff) | |
| download | org.eclipse.rap.incubator.e4-56d9bd55f944af92fcf746693aff3a049c48c8ba.tar.gz org.eclipse.rap.incubator.e4-56d9bd55f944af92fcf746693aff3a049c48c8ba.tar.xz org.eclipse.rap.incubator.e4-56d9bd55f944af92fcf746693aff3a049c48c8ba.zip | |
added missing copyright back
| -rw-r--r-- | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java b/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java index 269d6e0..a0ac06a 100644 --- a/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java +++ b/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java @@ -1,3 +1,19 @@ +/******************************************************************************* + * Copyright (c) 2009, 2014 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 + * Tristan Hume - <trishume@gmail.com> - + * Fix for Bug 2369 [Workbench] Would like to be able to save workspace without exiting + * Implemented workbench auto-save to correctly restore state in case of crash. + * Lars Vogel <Lars.Vogel@vogella.com> - Bug 366364, 445724, 446088 + * Terry Parker <tparker@google.com> - Bug 416673 + * Christian Georgi (SAP) - Bug 432480 + ******************************************************************************/ package org.eclipse.e4.ui.internal.workbench.swt; import java.io.File; |
