Skip to content

Commit

Permalink
Fix #407 - Refactor Asset Wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
eselmeister committed Sep 1, 2020
1 parent 23b9bee commit dc5790e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
@@ -1,12 +1,13 @@
/*******************************************************************************
* Copyright (c) 2020 Lablicate GmbH.
* Copyright (c) 2020 Christoph Läubrich.
*
* 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:
* Christoph Läubrich - initial API and implementation
* Philip Wenig - initial API and implementation
*******************************************************************************/
package org.eclipse.chemclipse.rcp.app.ui.wizards;
Expand Down
@@ -1,12 +1,13 @@
/*******************************************************************************
* Copyright (c) 2020 Lablicate GmbH.
* Copyright (c) 2020 Christoph Läubrich.
*
* 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:
* Christoph Läubrich - initial API and implementation
* Philip Wenig - initial API and implementation
*******************************************************************************/
package org.eclipse.chemclipse.rcp.app.assets;
Expand Down
@@ -1,12 +1,13 @@
/*******************************************************************************
* Copyright (c) 2020 Lablicate GmbH.
* Copyright (c) 2020 Christoph Läubrich.
*
* 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:
* Christoph Läubrich - initial API and implementation
* Philip Wenig - initial API and implementation
*******************************************************************************/
package org.eclipse.chemclipse.rcp.app.assets;
Expand Down

0 comments on commit dc5790e

Please sign in to comment.