xref: /JGit/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.properties (revision 1f83fe8545408e89faa1122e56a3358414d6d13d)
1e36c2aa8SMatthias Sohn###############################################################################
2e36c2aa8SMatthias Sohn# Copyright (c) 2010 Matthias Sohn <matthias.sohn@sap.com>
3e36c2aa8SMatthias Sohn# and other copyright owners as documented in the project's IP log.
4e36c2aa8SMatthias Sohn#
5e36c2aa8SMatthias Sohn# All rights reserved. This program and the accompanying materials
6e36c2aa8SMatthias Sohn# are made available under the terms of the Eclipse Distribution License v1.0
7e36c2aa8SMatthias Sohn# which accompanies this distribution, and is available at
8e36c2aa8SMatthias Sohn# http://www.eclipse.org/org/documents/edl-v10.html
9e36c2aa8SMatthias Sohn#
10e36c2aa8SMatthias Sohn###############################################################################
11e36c2aa8SMatthias Sohn
1210a62e11SMatthias SohnfeatureName=JUnit test support for Java implementation of Git
13e36c2aa8SMatthias SohnproviderName=Eclipse JGit
14e36c2aa8SMatthias Sohn
15f5f1536fSMatthias SohnupdateSiteName=Eclipse JGit Update Site
16e36c2aa8SMatthias Sohn
17e36c2aa8SMatthias Sohn# description property - text of the "Feature Description"
18e36c2aa8SMatthias Sohndescription=\
19e36c2aa8SMatthias SohnJUnit test support for JGit.\n
20e36c2aa8SMatthias Sohn################ end of description property ##################################
21e36c2aa8SMatthias Sohn
22e36c2aa8SMatthias Sohn# "copyright" property - text of the "Feature Update Copyright"
23e36c2aa8SMatthias Sohncopyright=\
24e36c2aa8SMatthias SohnCopyright (c) 2010, Matthias Sohn <matthias.sohn@sap.com>\n\
25e36c2aa8SMatthias Sohnand other copyright owners as documented in the project's IP log.\n\
26e36c2aa8SMatthias SohnAll rights reserved. This program and the accompanying materials\n\
27e36c2aa8SMatthias Sohnare made available under the terms of the Eclipse Distribution License v1.0\n\
28e36c2aa8SMatthias Sohnwhich accompanies this distribution, and is available at\n\
29e36c2aa8SMatthias Sohnhttp://www.eclipse.org/org/documents/edl-v10.html\n
30e36c2aa8SMatthias Sohn################ end of copyright property ####################################
31e36c2aa8SMatthias Sohn
32e36c2aa8SMatthias Sohn# "licenseURL" property - URL of the "Feature License"
33e36c2aa8SMatthias Sohn# do not translate value - just change to point to a locale-specific HTML page
34*1f83fe85SMatthias SohnlicenseURL=license.html
35e36c2aa8SMatthias Sohn
36e36c2aa8SMatthias Sohn# "license" property - text of the "Feature Update License"
37e36c2aa8SMatthias Sohn# should be plain text version of license agreement pointed to be "licenseURL"
38e36c2aa8SMatthias Sohnlicense=\
390636f9cdSMatthias SohnEclipse Foundation Software User Agreement\n\
40*1f83fe85SMatthias SohnApril 9, 2014\n\
41e36c2aa8SMatthias Sohn\n\
420636f9cdSMatthias SohnUsage Of Content\n\
43e36c2aa8SMatthias Sohn\n\
440636f9cdSMatthias SohnTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
450636f9cdSMatthias SohnOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
460636f9cdSMatthias SohnUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
470636f9cdSMatthias SohnAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
480636f9cdSMatthias SohnNOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU\n\
490636f9cdSMatthias SohnAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
500636f9cdSMatthias SohnAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
510636f9cdSMatthias SohnOR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE\n\
520636f9cdSMatthias SohnTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
530636f9cdSMatthias SohnOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
540636f9cdSMatthias SohnBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
55e36c2aa8SMatthias Sohn\n\
560636f9cdSMatthias SohnApplicable Licenses\n\
57e36c2aa8SMatthias Sohn\n\
580636f9cdSMatthias SohnUnless otherwise indicated, all Content made available by the\n\
590636f9cdSMatthias SohnEclipse Foundation is provided to you under the terms and conditions of\n\
600636f9cdSMatthias Sohnthe Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
610636f9cdSMatthias Sohnprovided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
620636f9cdSMatthias SohnFor purposes of the EPL, "Program" will mean the Content.\n\
63e36c2aa8SMatthias Sohn\n\
640636f9cdSMatthias SohnContent includes, but is not limited to, source code, object code,\n\
650636f9cdSMatthias Sohndocumentation and other files maintained in the Eclipse Foundation source code\n\
660636f9cdSMatthias Sohnrepository ("Repository") in software modules ("Modules") and made available\n\
670636f9cdSMatthias Sohnas downloadable archives ("Downloads").\n\
68e36c2aa8SMatthias Sohn\n\
690636f9cdSMatthias Sohn       - Content may be structured and packaged into modules to facilitate delivering,\n\
700636f9cdSMatthias Sohn         extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
710636f9cdSMatthias Sohn         plug-in fragments ("Fragments"), and features ("Features").\n\
720636f9cdSMatthias Sohn       - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
730636f9cdSMatthias Sohn         in a directory named "plugins".\n\
740636f9cdSMatthias Sohn       - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
750636f9cdSMatthias Sohn         Each Feature may be packaged as a sub-directory in a directory named "features".\n\
760636f9cdSMatthias Sohn         Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
770636f9cdSMatthias Sohn         numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
780636f9cdSMatthias Sohn       - Features may also include other Features ("Included Features"). Within a Feature, files\n\
790636f9cdSMatthias Sohn         named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
80e36c2aa8SMatthias Sohn\n\
810636f9cdSMatthias SohnThe terms and conditions governing Plug-ins and Fragments should be\n\
820636f9cdSMatthias Sohncontained in files named "about.html" ("Abouts"). The terms and\n\
830636f9cdSMatthias Sohnconditions governing Features and Included Features should be contained\n\
840636f9cdSMatthias Sohnin files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
850636f9cdSMatthias SohnLicenses may be located in any directory of a Download or Module\n\
860636f9cdSMatthias Sohnincluding, but not limited to the following locations:\n\
870636f9cdSMatthias Sohn\n\
880636f9cdSMatthias Sohn       - The top-level (root) directory\n\
890636f9cdSMatthias Sohn       - Plug-in and Fragment directories\n\
900636f9cdSMatthias Sohn       - Inside Plug-ins and Fragments packaged as JARs\n\
910636f9cdSMatthias Sohn       - Sub-directories of the directory named "src" of certain Plug-ins\n\
920636f9cdSMatthias Sohn       - Feature directories\n\
930636f9cdSMatthias Sohn\n\
940636f9cdSMatthias SohnNote: if a Feature made available by the Eclipse Foundation is installed using the\n\
950636f9cdSMatthias SohnProvisioning Technology (as defined below), you must agree to a license ("Feature \n\
960636f9cdSMatthias SohnUpdate License") during the installation process. If the Feature contains\n\
970636f9cdSMatthias SohnIncluded Features, the Feature Update License should either provide you\n\
980636f9cdSMatthias Sohnwith the terms and conditions governing the Included Features or inform\n\
990636f9cdSMatthias Sohnyou where you can locate them. Feature Update Licenses may be found in\n\
1000636f9cdSMatthias Sohnthe "license" property of files named "feature.properties" found within a Feature.\n\
1010636f9cdSMatthias SohnSuch Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
1020636f9cdSMatthias Sohnterms and conditions (or references to such terms and conditions) that\n\
1030636f9cdSMatthias Sohngovern your use of the associated Content in that directory.\n\
1040636f9cdSMatthias Sohn\n\
1050636f9cdSMatthias SohnTHE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
1060636f9cdSMatthias SohnTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
1070636f9cdSMatthias SohnSOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
1080636f9cdSMatthias Sohn\n\
1090636f9cdSMatthias Sohn       - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
1100636f9cdSMatthias Sohn       - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
1110636f9cdSMatthias Sohn       - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
1120636f9cdSMatthias Sohn       - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
1130636f9cdSMatthias Sohn       - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
1140636f9cdSMatthias Sohn\n\
1150636f9cdSMatthias SohnIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
1160636f9cdSMatthias SohnTO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
1170636f9cdSMatthias Sohnis provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
1180636f9cdSMatthias Sohngovern that particular Content.\n\
1190636f9cdSMatthias Sohn\n\
1200636f9cdSMatthias Sohn\n\Use of Provisioning Technology\n\
1210636f9cdSMatthias Sohn\n\
1220636f9cdSMatthias SohnThe Eclipse Foundation makes available provisioning software, examples of which include,\n\
1230636f9cdSMatthias Sohnbut are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
1240636f9cdSMatthias Sohnthe purpose of allowing users to install software, documentation, information and/or\n\
1250636f9cdSMatthias Sohnother materials (collectively "Installable Software"). This capability is provided with\n\
1260636f9cdSMatthias Sohnthe intent of allowing such users to install, extend and update Eclipse-based products.\n\
1270636f9cdSMatthias SohnInformation about packaging Installable Software is available at\n\
1280636f9cdSMatthias Sohnhttp://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
1290636f9cdSMatthias Sohn\n\
1300636f9cdSMatthias SohnYou may use Provisioning Technology to allow other parties to install Installable Software.\n\
1310636f9cdSMatthias SohnYou shall be responsible for enabling the applicable license agreements relating to the\n\
1320636f9cdSMatthias SohnInstallable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
1330636f9cdSMatthias Sohnin accordance with the Specification. By using Provisioning Technology in such a manner and\n\
1340636f9cdSMatthias Sohnmaking it available in accordance with the Specification, you further acknowledge your\n\
1350636f9cdSMatthias Sohnagreement to, and the acquisition of all necessary rights to permit the following:\n\
1360636f9cdSMatthias Sohn\n\
1370636f9cdSMatthias Sohn       1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
1380636f9cdSMatthias Sohn          the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
1390636f9cdSMatthias Sohn          extending or updating the functionality of an Eclipse-based product.\n\
1400636f9cdSMatthias Sohn       2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
1410636f9cdSMatthias Sohn          Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
1420636f9cdSMatthias Sohn       3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
1430636f9cdSMatthias Sohn          govern the use of the Installable Software ("Installable Software Agreement") and such\n\
1440636f9cdSMatthias Sohn          Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
1450636f9cdSMatthias Sohn          with the Specification. Such Installable Software Agreement must inform the user of the\n\
1460636f9cdSMatthias Sohn          terms and conditions that govern the Installable Software and must solicit acceptance by\n\
1470636f9cdSMatthias Sohn          the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
1480636f9cdSMatthias Sohn          indication of agreement by the user, the provisioning Technology will complete installation\n\
1490636f9cdSMatthias Sohn          of the Installable Software.\n\
1500636f9cdSMatthias Sohn\n\
1510636f9cdSMatthias SohnCryptography\n\
1520636f9cdSMatthias Sohn\n\
1530636f9cdSMatthias SohnContent may contain encryption software. The country in which you are\n\
1540636f9cdSMatthias Sohncurrently may have restrictions on the import, possession, and use,\n\
1550636f9cdSMatthias Sohnand/or re-export to another country, of encryption software. BEFORE\n\
1560636f9cdSMatthias Sohnusing any encryption software, please check the country's laws,\n\
1570636f9cdSMatthias Sohnregulations and policies concerning the import, possession, or use, and\n\
1580636f9cdSMatthias Sohnre-export of encryption software, to see if this is permitted.\n\
1590636f9cdSMatthias Sohn\n\
1600636f9cdSMatthias SohnJava and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
161e36c2aa8SMatthias Sohn########### end of license property ##########################################