Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-10-19 09:10:15 +0000
committerAlexander Kurtakov2015-10-19 09:11:58 +0000
commitf25f1addcc031b0f45b7a0c43f2b8a19e058c397 (patch)
treeaffd29ae3d5ca8fdf8de7f10c3c618e658cc338e
parent36643568f4efbc513d8436dd4443455343192ca4 (diff)
downloadorg.eclipse.dltk.sh-f25f1addcc031b0f45b7a0c43f2b8a19e058c397.tar.gz
org.eclipse.dltk.sh-f25f1addcc031b0f45b7a0c43f2b8a19e058c397.tar.xz
org.eclipse.dltk.sh-f25f1addcc031b0f45b7a0c43f2b8a19e058c397.zip
No bug: Add missing licence headers.
Change-Id: I19a33b2f3a05c67992490290799fee815f6168ea Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/NewShellScriptFilePage.java10
-rw-r--r--plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/NewShellScriptFileWizard.java10
-rw-r--r--plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/ShellScriptProjectWizard.java10
3 files changed, 30 insertions, 0 deletions
diff --git a/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/NewShellScriptFilePage.java b/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/NewShellScriptFilePage.java
index 0697b67..f0c9895 100644
--- a/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/NewShellScriptFilePage.java
+++ b/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/NewShellScriptFilePage.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2015 Red Hat Inc. 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:
+ * Alexander Kurtakov - initial API and implementation
+ *******************************************************************************/
package org.eclipse.dltk.sh.internal.ui.wizards;
import org.eclipse.dltk.ui.wizards.NewSourceModulePage;
diff --git a/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/NewShellScriptFileWizard.java b/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/NewShellScriptFileWizard.java
index f75689a..2213ee2 100644
--- a/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/NewShellScriptFileWizard.java
+++ b/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/NewShellScriptFileWizard.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2015 Red Hat Inc. 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:
+ * Alexander Kurtakov - initial API and implementation
+ *******************************************************************************/
package org.eclipse.dltk.sh.internal.ui.wizards;
import org.eclipse.dltk.ui.DLTKUIPlugin;
diff --git a/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/ShellScriptProjectWizard.java b/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/ShellScriptProjectWizard.java
index db45435..321ddc8 100644
--- a/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/ShellScriptProjectWizard.java
+++ b/plugins/org.eclipse.dltk.sh.ui/src/org/eclipse/dltk/sh/internal/ui/wizards/ShellScriptProjectWizard.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2015 Red Hat Inc. 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:
+ * Alexander Kurtakov - initial API and implementation
+ *******************************************************************************/
package org.eclipse.dltk.sh.internal.ui.wizards;
import org.eclipse.dltk.sh.core.ShelledNature;

Back to the top