Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.gitflow.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.gitflow.ui/plugin.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.egit.gitflow.ui/plugin.properties b/org.eclipse.egit.gitflow.ui/plugin.properties
index f10eb5d177..4f14dda79b 100644
--- a/org.eclipse.egit.gitflow.ui/plugin.properties
+++ b/org.eclipse.egit.gitflow.ui/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (C) 2015, Max Hohenegger <eclipse@hohenegger.eu>
+#
+# 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
+###############################################################################
+plugin_name=Git Team Provider - UI for Gitflow support
+provider_name=Eclipse EGit
TeamGitFlowInit.name = Init Git Flow
TeamGitFlowMenu.name = Git Flow
TeamGitFlowFeatureStart.name = Start Feature

Back to the top