-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathfeature.xml
More file actions
74 lines (55 loc) · 5 KB
/
feature.xml
File metadata and controls
74 lines (55 loc) · 5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.microsoft.copilot.eclipse.feature"
label="GitHub Copilot"
version="0.17.0.qualifier"
provider-name="GitHub Copilot"
plugin="com.microsoft.copilot.eclipse.branding">
<copyright>
%copyright
</copyright>
<license url="">
GitHub Copilot
For GitHub Copilot Business and Copilot Enterprise license holders, your use of GitHub Copilot is governed by the GitHub Copilot Product Specific Terms (https://github.com/customer-terms/github-copilot-product-specific-terms).
For other GitHub Copilot license holders, your use of GitHub Copilot is governed by the following terms: To use GitHub Copilot in your code editor, you need to install the GitHub Copilot extension to that editor. To use GitHub Copilot in the CLI (Command Line Interface), you need to install the GitHub Copilot CLI extension. To use GitHub Copilot Chat on GitHub Mobile, you need to install the GitHub Mobile application. To use GitHub Copilot on GitHub.com, you must access the website.
If you customize GitHub Copilot, to include using a GitHub Copilot Extension (Extension), your use may be subject to the terms of use and privacy policy applicable to the customization.
The code you write using GitHub Copilot is not “Content” under the Agreement until you upload it to GitHub.com. The code, functions, and other output returned to you by GitHub Copilot are called “Suggestions.” GitHub does not own Suggestions. You retain ownership of Your Code and you retain responsibility for Suggestions you include in Your Code. It is entirely your decision whether to use Suggestions generated by GitHub Copilot. If you use Suggestions, GitHub strongly recommends that you have reasonable policies and practices in place designed to prevent the use of a Suggestion in a way that may violate the rights of others.
Acceptable Use
Your use of GitHub Copilot is subject to the GitHub Acceptable Use Policies (https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies). For example, you may not prompt GitHub Copilot with content that is unlawful or otherwise prohibited by the GitHub Acceptable Use Policies on GitHub.com. If you choose to "Allow" Copilot to provide Suggestions matching public code, you must comply with cited licenses.
Data
Microsoft and/or GitHub (i) may collect and process data based on your settings and the specific GitHub Copilot Service you use - this may include Prompts, Suggestions, and code snippets, and (ii) will collect additional usage information through the GitHub Copilot Service you use tied to your Account - this may include Service Usage Information, Website Usage Data, and Feedback Data. Upon your instructions, we may share this data with third-party applications such as those on the GitHub Marketplace (https://github.com/marketplace) or third-party AI models of your choosing. This may include personal data, as referenced in the GitHub Privacy Statement (https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement) and Microsoft Privacy Statement (https://www.microsoft.com/en-us/privacy/privacystatement). You can learn more about the collection and use of GitHub Copilot data in the GitHub Copilot Trust Center (https://github.com/trust-center).
For GitHub Copilot Free users, the data collected by GitHub Copilot may be used for AI Model training where permitted and if you allow in your settings.
You may opt-out of many of these scenarios, but not all, as described in the software documentation. Your use of GitHub Copilot operates as your consent to these practices.
For the purpose of improving GitHub Copilot, Microsoft and GitHub may share with each other your feedback and/or any collected data that Microsoft and/or GitHub determines directly relates to GitHub Copilot.
</license>
<plugin
id="com.microsoft.copilot.eclipse.branding"
version="0.0.0"/>
<plugin
id="com.microsoft.copilot.eclipse.core"
version="0.0.0"/>
<plugin
id="com.microsoft.copilot.eclipse.ui"
version="0.0.0"/>
<plugin
id="com.microsoft.copilot.eclipse.ui.jobs"
version="0.0.0"/>
<plugin
id="com.microsoft.copilot.eclipse.terminal.api"
version="0.0.0"/>
<plugin id="com.microsoft.copilot.eclipse.core.agent.linux.x64"
version="0.0.0"
os="linux" arch="x86_64" fragment="true"/>
<plugin id="com.microsoft.copilot.eclipse.core.agent.linux.aarch64"
version="0.0.0"
os="linux" arch="aarch64" fragment="true"/>
<plugin id="com.microsoft.copilot.eclipse.core.agent.win32"
version="0.0.0"
os="win32" fragment="true"/>
<plugin id="com.microsoft.copilot.eclipse.core.agent.macosx.x64"
version="0.0.0"
os="macosx" arch="x86_64" fragment="true"/>
<plugin id="com.microsoft.copilot.eclipse.core.agent.macosx.aarch64"
version="0.0.0"
os="macosx" arch="aarch64" fragment="true"/>
</feature>