Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-03-26 21:05:08 +0000
committerChris Aniszczyk2011-03-30 22:02:53 +0000
commit9a015d867d44fe087d319c46a9dc73bc9c70cad1 (patch)
treeda0f8e9b4b27526337554725519af11e9508a58b /org.eclipse.mylyn.github-feature/feature.xml
parentf9a5e776d58c4d242d47be181a309ee707a3fc3b (diff)
downloadegit-github-9a015d867d44fe087d319c46a9dc73bc9c70cad1.tar.gz
egit-github-9a015d867d44fe087d319c46a9dc73bc9c70cad1.tar.xz
egit-github-9a015d867d44fe087d319c46a9dc73bc9c70cad1.zip
Fix feature description, copyright and license
Change-Id: I9d094417039c2e3a456fc46ef0f26977974d29ef Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index f70a5342..37331401 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -5,20 +5,16 @@
version="0.1.0.qualifier"
provider-name="Eclipse EGit">
- <description url="http://github.com/smilebase/org.eclipse.mylyn.github">
+ <description url="http://www.eclipse.org/egit">
Eclipse Mylyn to GitHub connector.
</description>
- <copyright url="http://smilebase.github.com/org.eclipse.mylyn.github/">
- Copyright 2009
-
-Christian Trutz (christian.trutz@gmail.com)
-Brian Gianforcaro (b.gianfo@gmail.com)
+ <copyright>
+ Copyright (c) 2011 Red Hat and others. All rights reserved.
</copyright>
- <license url="http://www.apache.org/licenses/LICENSE-2.0.html">
- Apache License
-Version 2.0, January 2004
+ <license url="license.html">
+ %license
</license>
<requires>

Back to the top