blob: 28db40af012dd9f891cd11a6128e5fab0be14dab [file] [log] [blame]
ibull31213c12007-10-04 23:32:26 +00001###############################################################################
Chris Aniszczykfa6043f2009-03-28 20:06:14 +00002# Copyright (c) 2009 EclipseSource Corporation and others.
ibull31213c12007-10-04 23:32:26 +00003# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
Chris Aniszczykfa6043f2009-03-28 20:06:14 +00009# EclipseSource Corporation - initial API and implementation
ibull31213c12007-10-04 23:32:26 +000010###############################################################################
Chris Aniszczykfa6043f2009-03-28 20:06:14 +000011featureName=PDE Dependency Visualization (incubation)
12providerName=Eclipse
ibull31213c12007-10-04 23:32:26 +000013description=Example editor demonstrating the Graphical Editing Framework feature.
14
15# "updateSiteName" property - label for the update site
16updateSiteName=Graphical Editing Framework (GEF) Update Site
17
18# "licenseURL" property - URL of the "Feature License"
19# do not translate value - just change to point to a locale-specific HTML page
20licenseURL=license.html
21
22# "license" property - text of the "Feature Update License"
23# should be plain text version of license agreement pointed to be "licenseURL"
24license=\
25ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\
26January 28, 2004\n\
27\n\
28Usage Of Content\n\
29\n\
30THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
31OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
32USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
33AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
34NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
35AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
36AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
37OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
38TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
39OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
40BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
41\n\
42Applicable Licenses\n\
43\n\
44Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\
45is provided to you under the terms and conditions of the Eclipse Public\n\
46License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\
47Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
48For purposes of the EPL, "Program" will mean the Content.\n\
49\n\
50Content includes, but is not limited to, source code, object code,\n\
51documentation and other files maintained in the Eclipse.org CVS\n\
52repository ("Repository") in CVS modules ("Modules") and made available\n\
53as downloadable archives ("Downloads").\n\
54\n\
55Content may be apportioned into plug-ins ("Plug-ins"), plug-in fragments\n\
56("Fragments"), and features ("Features"). A Feature is a bundle of one or\n\
57more Plug-ins and/or Fragments and associated material. Files named\n\
58"feature.xml" may contain a list of the names and version numbers of the\n\
59Plug-ins and/or Fragments associated with a Feature. Plug-ins and Fragments\n\
60are located in directories named "plugins" and Features are located in\n\
61directories named "features".\n\
62\n\
63Features may also include other Features ("Included Features"). Files named\n\
64"feature.xml" may contain a list of the names and version numbers of\n\
65Included Features.\n\
66\n\
67The terms and conditions governing Plug-ins and Fragments should be\n\
68contained in files named "about.html" ("Abouts"). The terms and\n\
69conditions governing Features and Included Features should be contained\n\
70in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
71Licenses may be located in any directory of a Download or Module\n\
72including, but not limited to the following locations:\n\
73\n\
74 - The top-level (root) directory\n\
75 - Plug-in and Fragment directories\n\
76 - Subdirectories of the directory named "src" of certain Plug-ins\n\
77 - Feature directories\n\
78\n\
79Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
80Eclipse Update Manager, you must agree to a license ("Feature Update\n\
81License") during the installation process. If the Feature contains\n\
82Included Features, the Feature Update License should either provide you\n\
83with the terms and conditions governing the Included Features or inform\n\
84you where you can locate them. Feature Update Licenses may be found in\n\
85the "license" property of files named "feature.properties". Such Abouts,\n\
86Feature Licenses and Feature Update Licenses contain the terms and\n\
87conditions (or references to such terms and conditions) that govern your\n\
88use of the associated Content in that directory.\n\
89\n\
90THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\
91TO THE CPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
92SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
93\n\
94 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
95 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
96 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
97 - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\
98 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
99 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
100\n\
101IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
102TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\
103is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
104govern that particular Content.\n\
105\n\
106Cryptography\n\
107\n\
108Content may contain encryption software. The country in which you are\n\
109currently may have restrictions on the import, possession, and use,\n\
110and/or re-export to another country, of encryption software. BEFORE\n\
111using any encryption software, please check the country's laws,\n\
112regulations and policies concerning the import, possession, or use,\n\
113and re-export of encryption software, to see if this is permitted.\n
114########### end of license property ##########################################