root / tmp / org.txm.treetagger.binaries.feature / feature.xml @ 2459
History | View | Annotate | Download (3.3 kB)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.treetagger.binaries.feature" |
4 |
label="TreeTagger software" |
5 |
version="1.0.0.qualifier" |
6 |
provider-name="Textometrie.org"> |
7 |
|
8 |
<description url="http://www.example.com/description"> |
9 |
Install TreeTagger software / Installation du logiciel TreeTagger |
10 |
</description>
|
11 |
|
12 |
<copyright url="http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/"> |
13 |
See: http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/ |
14 |
</copyright>
|
15 |
|
16 |
<license url="http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/Tagger-Licence"> |
17 |
TreeTagger User Agreement |
18 |
|
19 |
1. The Institut fuer maschinelle Sprachverarbeitung, Universitaet |
20 |
Stuttgart, subsequently called ``the licenser'', grants you (the |
21 |
licensee) the rights to use the TreeTagger software subsequently |
22 |
called ``the system'' for evaluation, research and teaching |
23 |
purposes. **Any other usage of the system (in particular for |
24 |
commercial purposes) is forbidden**. |
25 |
|
26 |
2. The licensee has no right to give or sell the system to third |
27 |
parties without written permission from the licenser. |
28 |
|
29 |
3. The licenser has no obligation to maintain the system. |
30 |
Nevertheless the licensee is encouraged to report to the licenser |
31 |
any problems with or suggestions for improvement of the system. |
32 |
|
33 |
4. The licenser has no obligation to make new releases available to the |
34 |
licensee, but where such updates are supplied they shall be governed by |
35 |
the terms of this agreement. |
36 |
|
37 |
NO WARRANTY |
38 |
|
39 |
5. BECAUSE THE SYSTEM IS LICENSED FREE OF CHARGE, WE PROVIDE |
40 |
ABSOLUTELY NO WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE |
41 |
LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE LICENSER PROVIDES THE |
42 |
SYSTEM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR |
43 |
IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
44 |
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK |
45 |
AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH THE LICENSEE. |
46 |
SHOULD THE SYSTEM PROVE DEFECTIVE, THE LICENSEE ASSUMES THE COST OF |
47 |
ALL NECESSARY SERVICING, REPAIR OR CORRECTION. |
48 |
|
49 |
6. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL THE LICENSER BE |
50 |
LIABLE TO THE LICENSEE FOR DAMAGES, INCLUDING ANY LOST PROFITS, LOST |
51 |
MONIES, OR OTHER SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING |
52 |
OUT OF THE USE OR INABILITY TO USE (INCLUDING BUT NOT LIMITED TO LOSS |
53 |
OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY THIRD |
54 |
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAM) |
55 |
THE PROGRAM, EVEN IF THE LICENSEE HAS BEEN ADVISED OF THE POSSIBILITY |
56 |
OF SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY. |
57 |
|
58 |
|
59 |
Contact Adress: |
60 |
|
61 |
Helmut Schmid |
62 |
Institut fuer maschinelle Sprachverarbeitung (IMS) |
63 |
Universitaet Stuttgart |
64 |
Azenbergstr. 12 |
65 |
D-70174 Stuttgart, Germany |
66 |
|
67 |
Helmut.Schmid@ims.uni-stuttgart.de |
68 |
</license>
|
69 |
|
70 |
<plugin
|
71 |
id="org.txm.treetagger.core.linux" |
72 |
download-size="0" |
73 |
install-size="0" |
74 |
version="0.0.0" |
75 |
fragment="true"/> |
76 |
|
77 |
<plugin
|
78 |
id="org.txm.treetagger.core.macosx" |
79 |
download-size="0" |
80 |
install-size="0" |
81 |
version="0.0.0" |
82 |
fragment="true"/> |
83 |
|
84 |
<plugin
|
85 |
id="org.txm.treetagger.core.win32" |
86 |
download-size="0" |
87 |
install-size="0" |
88 |
version="0.0.0" |
89 |
fragment="true"/> |
90 |
|
91 |
</feature>
|