Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSami Wagiaalla2013-01-15 21:16:06 +0000
committerAlexander Kurtakov2013-01-15 21:25:29 +0000
commit02d50db3a846d04398997195d1ecbf4abb9da900 (patch)
tree228d9024c2852ade7ee96f72930e16327dda9122 /systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension
parent786a77c5b9d853b834cfd2406d7ec17b5c6ed128 (diff)
downloadorg.eclipse.linuxtools-02d50db3a846d04398997195d1ecbf4abb9da900.tar.gz
org.eclipse.linuxtools-02d50db3a846d04398997195d1ecbf4abb9da900.tar.xz
org.eclipse.linuxtools-02d50db3a846d04398997195d1ecbf4abb9da900.zip
Add EPL to files created by Red Hat
Change-Id: I901072af54e2565b08e35e4b56e578cec7863832 Reviewed-on: https://git.eclipse.org/r/9684 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/dialogs/Messages.java11
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/dialogs/messages.properties10
2 files changed, 21 insertions, 0 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/dialogs/Messages.java b/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/dialogs/Messages.java
index 4b6d03d9cf..2d05b65313 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/dialogs/Messages.java
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/dialogs/Messages.java
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2012-2013 Red Hat, 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:
+ * Red Hat - initial API and implementation
+ *******************************************************************************/
+
package org.eclipse.linuxtools.internal.systemtap.ui.dashboardextension.dialogs;
import org.eclipse.osgi.util.NLS;
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/dialogs/messages.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/dialogs/messages.properties
index 2eb2da1f18..d628883368 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/dialogs/messages.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/dialogs/messages.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2012-2013 Red Hat, 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:
+# Red Hat - initial API and implementation
+###############################################################################
ScriptDetails_Choose_Directory=Please choose the examples directory and script from it
ScriptDetails_Directory=Examples Dir:
ScriptDetails_Script=Script:

Back to the top