Skip to content

Commit

Permalink
fixed license header
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 9, 2013
1 parent 0782a96 commit 9969fa5
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2013 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.jboss.forge.ui.example.wizards;

import javax.inject.Inject;
Expand All @@ -12,13 +18,6 @@
import org.jboss.forge.ui.base.UICommandMetadataBase;
import org.jboss.forge.ui.wizard.UIWizard;

/*
* Copyright 2013 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/

public class ExampleWizard implements UIWizard
{

Expand Down

0 comments on commit 9969fa5

Please sign in to comment.