asobolev | 0dde53c | 2007-05-02 15:06:13 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2005, 2007 IBM Corporation and others. |
| 3 | # 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 | |
| 9 | ############################################################################### |
asobolev | c6294ad | 2007-02-22 08:39:46 +0000 | [diff] [blame] | 10 | # /** |
| 11 | # * <copyright> |
| 12 | # * |
| 13 | # * Copyright (c) 2005 IBM Corporation and others. |
| 14 | # * All rights reserved. This program and the accompanying materials |
| 15 | # * are made available under the terms of the Eclipse Public License v1.0 |
| 16 | # * which accompanies this distribution, and is available at |
| 17 | # * http://www.eclipse.org/legal/epl-v10.html |
| 18 | # * |
asobolev | 0dde53c | 2007-05-02 15:06:13 +0000 | [diff] [blame] | 19 | # |
asobolev | c6294ad | 2007-02-22 08:39:46 +0000 | [diff] [blame] | 20 | # * |
| 21 | # * </copyright> |
| 22 | # * |
asobolev | 0dde53c | 2007-05-02 15:06:13 +0000 | [diff] [blame] | 23 | # * $Id: feature.properties,v 1.2 2007/05/02 15:06:13 asobolev Exp $ |
asobolev | c6294ad | 2007-02-22 08:39:46 +0000 | [diff] [blame] | 24 | # */ |
| 25 | |
| 26 | # NLS_MESSAGEFORMAT_VAR |
| 27 | |
| 28 | # ============================================================================== |
| 29 | # Do not change the properties between this line and the last line containing: |
| 30 | # %%% END OF TRANSLATED PROPERTIES %%% |
| 31 | # Instead, either redefine an existing property, or create a new property, |
| 32 | # append it to the end of the file, and change the code to use the new name. |
| 33 | # ============================================================================== |
| 34 | |
| 35 | # This file contains externalized strings for feature.xml |
| 36 | # "%foo" in feature.xml corresponds to the key "foo" in this file |
| 37 | # java.io.Properties file (ISO 8859-1 with "\" escapes) |
| 38 | # This file should be translated. |
| 39 | |
| 40 | # "featureName" property - name of the feature |
| 41 | featureName=Dynamic Languages Toolkit (DLTK) Core |
| 42 | |
| 43 | # "providerName" property - name of the company that provides the feature |
| 44 | providerName=Eclipse.org |
| 45 | |
| 46 | # "updateSiteName" property - label for the update site |
| 47 | updateSiteName=Dynamic Languages Toolkit (DLTK) Updates |
| 48 | |
| 49 | # "description" property - description of the feature |
| 50 | description=Dynamic Languages Toolkit Core API. |
| 51 | |
| 52 | # "licenseURL" property - URL of the "Feature License" |
| 53 | # do not translate value - just change to point to a locale-specific HTML page |
| 54 | licenseURL=license.html |
| 55 | |
| 56 | # ============================================================================== |
| 57 | # %%% END OF TRANSLATED PROPERTIES %%% |
| 58 | # The above properties have been shipped for translation. |
| 59 | # ============================================================================== |
| 60 | |
| 61 | # "license" property - text of the "Feature Update License" |
| 62 | # should be plain text version of license agreement pointed to be "licenseURL" |
| 63 | license=\ |
| 64 | ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\ |
| 65 | January 28, 2004\n\ |
| 66 | \n\ |
| 67 | Usage Of Content\n\ |
| 68 | \n\ |
| 69 | THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ |
| 70 | OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ |
| 71 | USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ |
| 72 | AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ |
| 73 | NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ |
| 74 | AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ |
| 75 | AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ |
| 76 | OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ |
| 77 | TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ |
| 78 | OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ |
| 79 | BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ |
| 80 | \n\ |
| 81 | Applicable Licenses\n\ |
| 82 | \n\ |
| 83 | Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\ |
| 84 | is provided to you under the terms and conditions of the Eclipse Public\n\ |
| 85 | License Version 1.0 ("EPL"). A copy of the EPL is provided with this\n\ |
| 86 | Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ |
| 87 | For purposes of the EPL, "Program" will mean the Content.\n\ |
| 88 | \n\ |
| 89 | Content includes, but is not limited to, source code, object code,\n\ |
| 90 | documentation and other files maintained in the Eclipse.org CVS\n\ |
| 91 | repository ("Repository") in CVS modules ("Modules") and made available\n\ |
| 92 | as downloadable archives ("Downloads").\n\ |
| 93 | \n\ |
| 94 | Content may be apportioned into plug-ins ("Plug-ins"), plug-in fragments\n\ |
| 95 | ("Fragments"), and features ("Features"). A Feature is a bundle of one or\n\ |
| 96 | more Plug-ins and/or Fragments and associated material. Files named\n\ |
| 97 | "feature.xml" may contain a list of the names and version numbers of the\n\ |
| 98 | Plug-ins and/or Fragments associated with a Feature. Plug-ins and Fragments\n\ |
| 99 | are located in directories named "plugins" and Features are located in\n\ |
| 100 | directories named "features".\n\ |
| 101 | \n\ |
| 102 | Features may also include other Features ("Included Features"). Files named\n\ |
| 103 | "feature.xml" may contain a list of the names and version numbers of\n\ |
| 104 | Included Features.\n\ |
| 105 | \n\ |
| 106 | The terms and conditions governing Plug-ins and Fragments should be\n\ |
| 107 | contained in files named "about.html" ("Abouts"). The terms and\n\ |
| 108 | conditions governing Features and Included Features should be contained\n\ |
| 109 | in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ |
| 110 | Licenses may be located in any directory of a Download or Module\n\ |
| 111 | including, but not limited to the following locations:\n\ |
| 112 | \n\ |
| 113 | - The top-level (root) directory\n\ |
| 114 | - Plug-in and Fragment directories\n\ |
| 115 | - Subdirectories of the directory named "src" of certain Plug-ins\n\ |
| 116 | - Feature directories\n\ |
| 117 | \n\ |
| 118 | Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ |
| 119 | Eclipse Update Manager, you must agree to a license ("Feature Update\n\ |
| 120 | License") during the installation process. If the Feature contains\n\ |
| 121 | Included Features, the Feature Update License should either provide you\n\ |
| 122 | with the terms and conditions governing the Included Features or inform\n\ |
| 123 | you where you can locate them. Feature Update Licenses may be found in\n\ |
| 124 | the "license" property of files named "feature.properties". Such Abouts,\n\ |
| 125 | Feature Licenses and Feature Update Licenses contain the terms and\n\ |
| 126 | conditions (or references to such terms and conditions) that govern your\n\ |
| 127 | use of the associated Content in that directory.\n\ |
| 128 | \n\ |
| 129 | THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\n\ |
| 130 | TO THE CPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ |
| 131 | SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ |
| 132 | \n\ |
| 133 | - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ |
| 134 | - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ |
| 135 | - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ |
| 136 | - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)\n\ |
| 137 | - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ |
| 138 | - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ |
| 139 | \n\ |
| 140 | IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ |
| 141 | TO USE OF THE CONTENT. If no About, Feature License or Feature Update License\n\ |
| 142 | is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ |
| 143 | govern that particular Content.\n\ |
| 144 | \n\ |
| 145 | Cryptography\n\ |
| 146 | \n\ |
| 147 | Content may contain encryption software. The country in which you are\n\ |
| 148 | currently may have restrictions on the import, possession, and use,\n\ |
| 149 | and/or re-export to another country, of encryption software. BEFORE\n\ |
| 150 | using any encryption software, please check the country's laws,\n\ |
| 151 | regulations and policies concerning the import, possession, or use,\n\ |
| 152 | and re-export of encryption software, to see if this is permitted.\n |
| 153 | ########### end of license property ########################################## |