Bumped the version to 0.1.3
[Mograsim.git] / products / net.mograsim.product / net.mograsim.product
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?pde version="3.5"?>
3
4 <product name="Mograsim Standalone" uid="net.mograsim" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="0.1.3.qualifier" useFeatures="true" includeLaunchers="true">
5
6    <configIni use="default">
7    </configIni>
8
9    <launcherArgs>
10       <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
11       </vmArgsMac>
12    </launcherArgs>
13
14    <windowImages/>
15
16    <launcher>
17       <win useIco="false">
18          <bmp/>
19       </win>
20    </launcher>
21
22    <vm>
23       <linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</linux>
24       <macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</macos>
25       <windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</windows>
26    </vm>
27
28    <license>
29         <url>https://www.eclipse.org/legal/epl-2.0/</url>
30         <text>
31    This program and the accompanying materials are made available under the
32 terms of the Eclipse Public License 2.0 which is available at
33 http://www.eclipse.org/legal/epl-2.0, or GNU General Public License,
34 version 2 with the GNU Classpath Exception which is available at 
35 https://www.gnu.org/software/classpath/license.html.
36
37 Eclipse Public License - v 2.0
38
39     THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
40     PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR DISTRIBUTION
41     OF THE PROGRAM CONSTITUTES RECIPIENT&apos;S ACCEPTANCE OF THIS AGREEMENT.
42
43 1. DEFINITIONS
44
45 &quot;Contribution&quot; means:
46
47   a) in the case of the initial Contributor, the initial content
48      Distributed under this Agreement, and
49
50   b) in the case of each subsequent Contributor:
51      i) changes to the Program, and
52      ii) additions to the Program;
53   where such changes and/or additions to the Program originate from
54   and are Distributed by that particular Contributor. A Contribution
55   &quot;originates&quot; from a Contributor if it was added to the Program by
56   such Contributor itself or anyone acting on such Contributor&apos;s behalf.
57   Contributions do not include changes or additions to the Program that
58   are not Modified Works.
59
60 &quot;Contributor&quot; means any person or entity that Distributes the Program.
61
62 &quot;Licensed Patents&quot; mean patent claims licensable by a Contributor which
63 are necessarily infringed by the use or sale of its Contribution alone
64 or when combined with the Program.
65
66 &quot;Program&quot; means the Contributions Distributed in accordance with this
67 Agreement.
68
69 &quot;Recipient&quot; means anyone who receives the Program under this Agreement
70 or any Secondary License (as applicable), including Contributors.
71
72 &quot;Derivative Works&quot; shall mean any work, whether in Source Code or other
73 form, that is based on (or derived from) the Program and for which the
74 editorial revisions, annotations, elaborations, or other modifications
75 represent, as a whole, an original work of authorship.
76
77 &quot;Modified Works&quot; shall mean any work in Source Code or other form that
78 results from an addition to, deletion from, or modification of the
79 contents of the Program, including, for purposes of clarity any new file
80 in Source Code form that contains any contents of the Program. Modified
81 Works shall not include works that contain only declarations,
82 interfaces, types, classes, structures, or files of the Program solely
83 in each case in order to link to, bind by name, or subclass the Program
84 or Modified Works thereof.
85
86 &quot;Distribute&quot; means the acts of a) distributing or b) making available
87 in any manner that enables the transfer of a copy.
88
89 &quot;Source Code&quot; means the form of a Program preferred for making
90 modifications, including but not limited to software source code,
91 documentation source, and configuration files.
92
93 &quot;Secondary License&quot; means either the GNU General Public License,
94 Version 2.0, or any later versions of that license, including any
95 exceptions or additional permissions as identified by the initial
96 Contributor.
97
98 2. GRANT OF RIGHTS
99
100   a) Subject to the terms of this Agreement, each Contributor hereby
101   grants Recipient a non-exclusive, worldwide, royalty-free copyright
102   license to reproduce, prepare Derivative Works of, publicly display,
103   publicly perform, Distribute and sublicense the Contribution of such
104   Contributor, if any, and such Derivative Works.
105
106   b) Subject to the terms of this Agreement, each Contributor hereby
107   grants Recipient a non-exclusive, worldwide, royalty-free patent
108   license under Licensed Patents to make, use, sell, offer to sell,
109   import and otherwise transfer the Contribution of such Contributor,
110   if any, in Source Code or other form. This patent license shall
111   apply to the combination of the Contribution and the Program if, at
112   the time the Contribution is added by the Contributor, such addition
113   of the Contribution causes such combination to be covered by the
114   Licensed Patents. The patent license shall not apply to any other
115   combinations which include the Contribution. No hardware per se is
116   licensed hereunder.
117
118   c) Recipient understands that although each Contributor grants the
119   licenses to its Contributions set forth herein, no assurances are
120   provided by any Contributor that the Program does not infringe the
121   patent or other intellectual property rights of any other entity.
122   Each Contributor disclaims any liability to Recipient for claims
123   brought by any other entity based on infringement of intellectual
124   property rights or otherwise. As a condition to exercising the
125   rights and licenses granted hereunder, each Recipient hereby
126   assumes sole responsibility to secure any other intellectual
127   property rights needed, if any. For example, if a third party
128   patent license is required to allow Recipient to Distribute the
129   Program, it is Recipient&apos;s responsibility to acquire that license
130   before distributing the Program.
131
132   d) Each Contributor represents that to its knowledge it has
133   sufficient copyright rights in its Contribution, if any, to grant
134   the copyright license set forth in this Agreement.
135
136   e) Notwithstanding the terms of any Secondary License, no
137   Contributor makes additional grants to any Recipient (other than
138   those set forth in this Agreement) as a result of such Recipient&apos;s
139   receipt of the Program under the terms of a Secondary License
140   (if permitted under the terms of Section 3).
141
142 3. REQUIREMENTS
143
144 3.1 If a Contributor Distributes the Program in any form, then:
145
146   a) the Program must also be made available as Source Code, in
147   accordance with section 3.2, and the Contributor must accompany
148   the Program with a statement that the Source Code for the Program
149   is available under this Agreement, and informs Recipients how to
150   obtain it in a reasonable manner on or through a medium customarily
151   used for software exchange; and
152
153   b) the Contributor may Distribute the Program under a license
154   different than this Agreement, provided that such license:
155      i) effectively disclaims on behalf of all other Contributors all
156      warranties and conditions, express and implied, including
157      warranties or conditions of title and non-infringement, and
158      implied warranties or conditions of merchantability and fitness
159      for a particular purpose;
160
161      ii) effectively excludes on behalf of all other Contributors all
162      liability for damages, including direct, indirect, special,
163      incidental and consequential damages, such as lost profits;
164
165      iii) does not attempt to limit or alter the recipients&apos; rights
166      in the Source Code under section 3.2; and
167
168      iv) requires any subsequent distribution of the Program by any
169      party to be under a license that satisfies the requirements
170      of this section 3.
171
172 3.2 When the Program is Distributed as Source Code:
173
174   a) it must be made available under this Agreement, or if the
175   Program (i) is combined with other material in a separate file or
176   files made available under a Secondary License, and (ii) the initial
177   Contributor attached to the Source Code the notice described in
178   Exhibit A of this Agreement, then the Program may be made available
179   under the terms of such Secondary Licenses, and
180
181   b) a copy of this Agreement must be included with each copy of
182   the Program.
183
184 3.3 Contributors may not remove or alter any copyright, patent,
185 trademark, attribution notices, disclaimers of warranty, or limitations
186 of liability (&quot;notices&quot;) contained within the Program from any copy of
187 the Program which they Distribute, provided that Contributors may add
188 their own appropriate notices.
189
190 4. COMMERCIAL DISTRIBUTION
191
192 Commercial distributors of software may accept certain responsibilities
193 with respect to end users, business partners and the like. While this
194 license is intended to facilitate the commercial use of the Program,
195 the Contributor who includes the Program in a commercial product
196 offering should do so in a manner which does not create potential
197 liability for other Contributors. Therefore, if a Contributor includes
198 the Program in a commercial product offering, such Contributor
199 (&quot;Commercial Contributor&quot;) hereby agrees to defend and indemnify every
200 other Contributor (&quot;Indemnified Contributor&quot;) against any losses,
201 damages and costs (collectively &quot;Losses&quot;) arising from claims, lawsuits
202 and other legal actions brought by a third party against the Indemnified
203 Contributor to the extent caused by the acts or omissions of such
204 Commercial Contributor in connection with its distribution of the Program
205 in a commercial product offering. The obligations in this section do not
206 apply to any claims or Losses relating to any actual or alleged
207 intellectual property infringement. In order to qualify, an Indemnified
208 Contributor must: a) promptly notify the Commercial Contributor in
209 writing of such claim, and b) allow the Commercial Contributor to control,
210 and cooperate with the Commercial Contributor in, the defense and any
211 related settlement negotiations. The Indemnified Contributor may
212 participate in any such claim at its own expense.
213
214 For example, a Contributor might include the Program in a commercial
215 product offering, Product X. That Contributor is then a Commercial
216 Contributor. If that Commercial Contributor then makes performance
217 claims, or offers warranties related to Product X, those performance
218 claims and warranties are such Commercial Contributor&apos;s responsibility
219 alone. Under this section, the Commercial Contributor would have to
220 defend claims against the other Contributors related to those performance
221 claims and warranties, and if a court requires any other Contributor to
222 pay any damages as a result, the Commercial Contributor must pay
223 those damages.
224
225 5. NO WARRANTY
226
227 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
228 PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN &quot;AS IS&quot;
229 BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
230 IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
231 TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
232 PURPOSE. Each Recipient is solely responsible for determining the
233 appropriateness of using and distributing the Program and assumes all
234 risks associated with its exercise of rights under this Agreement,
235 including but not limited to the risks and costs of program errors,
236 compliance with applicable laws, damage to or loss of data, programs
237 or equipment, and unavailability or interruption of operations.
238
239 6. DISCLAIMER OF LIABILITY
240
241 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
242 PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
243 SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
244 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
245 PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
246 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
247 ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
248 EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
249 POSSIBILITY OF SUCH DAMAGES.
250
251 7. GENERAL
252
253 If any provision of this Agreement is invalid or unenforceable under
254 applicable law, it shall not affect the validity or enforceability of
255 the remainder of the terms of this Agreement, and without further
256 action by the parties hereto, such provision shall be reformed to the
257 minimum extent necessary to make such provision valid and enforceable.
258
259 If Recipient institutes patent litigation against any entity
260 (including a cross-claim or counterclaim in a lawsuit) alleging that the
261 Program itself (excluding combinations of the Program with other software
262 or hardware) infringes such Recipient&apos;s patent(s), then such Recipient&apos;s
263 rights granted under Section 2(b) shall terminate as of the date such
264 litigation is filed.
265
266 All Recipient&apos;s rights under this Agreement shall terminate if it
267 fails to comply with any of the material terms or conditions of this
268 Agreement and does not cure such failure in a reasonable period of
269 time after becoming aware of such noncompliance. If all Recipient&apos;s
270 rights under this Agreement terminate, Recipient agrees to cease use
271 and distribution of the Program as soon as reasonably practicable.
272 However, Recipient&apos;s obligations under this Agreement and any licenses
273 granted by Recipient relating to the Program shall continue and survive.
274
275 Everyone is permitted to copy and distribute copies of this Agreement,
276 but in order to avoid inconsistency the Agreement is copyrighted and
277 may only be modified in the following manner. The Agreement Steward
278 reserves the right to publish new versions (including revisions) of
279 this Agreement from time to time. No one other than the Agreement
280 Steward has the right to modify this Agreement. The Eclipse Foundation
281 is the initial Agreement Steward. The Eclipse Foundation may assign the
282 responsibility to serve as the Agreement Steward to a suitable separate
283 entity. Each new version of the Agreement will be given a distinguishing
284 version number. The Program (including Contributions) may always be
285 Distributed subject to the version of the Agreement under which it was
286 received. In addition, after a new version of the Agreement is published,
287 Contributor may elect to Distribute the Program (including its
288 Contributions) under the new version.
289
290 Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
291 receives no rights or licenses to the intellectual property of any
292 Contributor under this Agreement, whether expressly, by implication,
293 estoppel or otherwise. All rights in the Program not expressly granted
294 under this Agreement are reserved. Nothing in this Agreement is intended
295 to be enforceable by any entity that is not a Contributor or Recipient.
296 No third-party beneficiary rights are created under this Agreement.
297
298 Exhibit A - Form of Secondary Licenses Notice
299
300 &quot;This Source Code may also be made available under the following 
301 Secondary Licenses when the conditions for such availability set forth 
302 in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
303 version(s), and exceptions or additional permissions here}.&quot;
304
305   Simply including a copy of this Agreement, including this Exhibit A
306   is not sufficient to license the Source Code under Secondary Licenses.
307
308   If it is not possible or desirable to put the notice in a particular
309   file, then You may include the notice in a location (such as a LICENSE
310   file in a relevant directory) where a recipient would be likely to
311   look for such a notice.
312
313   You may add additional accurate notices of copyright ownership.
314   
315                     GNU GENERAL PUBLIC LICENSE
316                        Version 2, June 1991
317
318  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
319  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
320  Everyone is permitted to copy and distribute verbatim copies
321  of this license document, but changing it is not allowed.
322
323                             Preamble
324
325   The licenses for most software are designed to take away your
326 freedom to share and change it.  By contrast, the GNU General Public
327 License is intended to guarantee your freedom to share and change free
328 software--to make sure the software is free for all its users.  This
329 General Public License applies to most of the Free Software
330 Foundation&apos;s software and to any other program whose authors commit to
331 using it.  (Some other Free Software Foundation software is covered by
332 the GNU Lesser General Public License instead.)  You can apply it to
333 your programs, too.
334
335   When we speak of free software, we are referring to freedom, not
336 price.  Our General Public Licenses are designed to make sure that you
337 have the freedom to distribute copies of free software (and charge for
338 this service if you wish), that you receive source code or can get it
339 if you want it, that you can change the software or use pieces of it
340 in new free programs; and that you know you can do these things.
341
342   To protect your rights, we need to make restrictions that forbid
343 anyone to deny you these rights or to ask you to surrender the rights.
344 These restrictions translate to certain responsibilities for you if you
345 distribute copies of the software, or if you modify it.
346
347   For example, if you distribute copies of such a program, whether
348 gratis or for a fee, you must give the recipients all the rights that
349 you have.  You must make sure that they, too, receive or can get the
350 source code.  And you must show them these terms so they know their
351 rights.
352
353   We protect your rights with two steps: (1) copyright the software, and
354 (2) offer you this license which gives you legal permission to copy,
355 distribute and/or modify the software.
356
357   Also, for each author&apos;s protection and ours, we want to make certain
358 that everyone understands that there is no warranty for this free
359 software.  If the software is modified by someone else and passed on, we
360 want its recipients to know that what they have is not the original, so
361 that any problems introduced by others will not reflect on the original
362 authors&apos; reputations.
363
364   Finally, any free program is threatened constantly by software
365 patents.  We wish to avoid the danger that redistributors of a free
366 program will individually obtain patent licenses, in effect making the
367 program proprietary.  To prevent this, we have made it clear that any
368 patent must be licensed for everyone&apos;s free use or not licensed at all.
369
370   The precise terms and conditions for copying, distribution and
371 modification follow.
372
373                     GNU GENERAL PUBLIC LICENSE
374    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
375
376   0. This License applies to any program or other work which contains
377 a notice placed by the copyright holder saying it may be distributed
378 under the terms of this General Public License.  The &quot;Program&quot;, below,
379 refers to any such program or work, and a &quot;work based on the Program&quot;
380 means either the Program or any derivative work under copyright law:
381 that is to say, a work containing the Program or a portion of it,
382 either verbatim or with modifications and/or translated into another
383 language.  (Hereinafter, translation is included without limitation in
384 the term &quot;modification&quot;.)  Each licensee is addressed as &quot;you&quot;.
385
386 Activities other than copying, distribution and modification are not
387 covered by this License; they are outside its scope.  The act of
388 running the Program is not restricted, and the output from the Program
389 is covered only if its contents constitute a work based on the
390 Program (independent of having been made by running the Program).
391 Whether that is true depends on what the Program does.
392
393   1. You may copy and distribute verbatim copies of the Program&apos;s
394 source code as you receive it, in any medium, provided that you
395 conspicuously and appropriately publish on each copy an appropriate
396 copyright notice and disclaimer of warranty; keep intact all the
397 notices that refer to this License and to the absence of any warranty;
398 and give any other recipients of the Program a copy of this License
399 along with the Program.
400
401 You may charge a fee for the physical act of transferring a copy, and
402 you may at your option offer warranty protection in exchange for a fee.
403
404   2. You may modify your copy or copies of the Program or any portion
405 of it, thus forming a work based on the Program, and copy and
406 distribute such modifications or work under the terms of Section 1
407 above, provided that you also meet all of these conditions:
408
409     a) You must cause the modified files to carry prominent notices
410     stating that you changed the files and the date of any change.
411
412     b) You must cause any work that you distribute or publish, that in
413     whole or in part contains or is derived from the Program or any
414     part thereof, to be licensed as a whole at no charge to all third
415     parties under the terms of this License.
416
417     c) If the modified program normally reads commands interactively
418     when run, you must cause it, when started running for such
419     interactive use in the most ordinary way, to print or display an
420     announcement including an appropriate copyright notice and a
421     notice that there is no warranty (or else, saying that you provide
422     a warranty) and that users may redistribute the program under
423     these conditions, and telling the user how to view a copy of this
424     License.  (Exception: if the Program itself is interactive but
425     does not normally print such an announcement, your work based on
426     the Program is not required to print an announcement.)
427
428 These requirements apply to the modified work as a whole.  If
429 identifiable sections of that work are not derived from the Program,
430 and can be reasonably considered independent and separate works in
431 themselves, then this License, and its terms, do not apply to those
432 sections when you distribute them as separate works.  But when you
433 distribute the same sections as part of a whole which is a work based
434 on the Program, the distribution of the whole must be on the terms of
435 this License, whose permissions for other licensees extend to the
436 entire whole, and thus to each and every part regardless of who wrote it.
437
438 Thus, it is not the intent of this section to claim rights or contest
439 your rights to work written entirely by you; rather, the intent is to
440 exercise the right to control the distribution of derivative or
441 collective works based on the Program.
442
443 In addition, mere aggregation of another work not based on the Program
444 with the Program (or with a work based on the Program) on a volume of
445 a storage or distribution medium does not bring the other work under
446 the scope of this License.
447
448   3. You may copy and distribute the Program (or a work based on it,
449 under Section 2) in object code or executable form under the terms of
450 Sections 1 and 2 above provided that you also do one of the following:
451
452     a) Accompany it with the complete corresponding machine-readable
453     source code, which must be distributed under the terms of Sections
454     1 and 2 above on a medium customarily used for software interchange; or,
455
456     b) Accompany it with a written offer, valid for at least three
457     years, to give any third party, for a charge no more than your
458     cost of physically performing source distribution, a complete
459     machine-readable copy of the corresponding source code, to be
460     distributed under the terms of Sections 1 and 2 above on a medium
461     customarily used for software interchange; or,
462
463     c) Accompany it with the information you received as to the offer
464     to distribute corresponding source code.  (This alternative is
465     allowed only for noncommercial distribution and only if you
466     received the program in object code or executable form with such
467     an offer, in accord with Subsection b above.)
468
469 The source code for a work means the preferred form of the work for
470 making modifications to it.  For an executable work, complete source
471 code means all the source code for all modules it contains, plus any
472 associated interface definition files, plus the scripts used to
473 control compilation and installation of the executable.  However, as a
474 special exception, the source code distributed need not include
475 anything that is normally distributed (in either source or binary
476 form) with the major components (compiler, kernel, and so on) of the
477 operating system on which the executable runs, unless that component
478 itself accompanies the executable.
479
480 If distribution of executable or object code is made by offering
481 access to copy from a designated place, then offering equivalent
482 access to copy the source code from the same place counts as
483 distribution of the source code, even though third parties are not
484 compelled to copy the source along with the object code.
485
486   4. You may not copy, modify, sublicense, or distribute the Program
487 except as expressly provided under this License.  Any attempt
488 otherwise to copy, modify, sublicense or distribute the Program is
489 void, and will automatically terminate your rights under this License.
490 However, parties who have received copies, or rights, from you under
491 this License will not have their licenses terminated so long as such
492 parties remain in full compliance.
493
494   5. You are not required to accept this License, since you have not
495 signed it.  However, nothing else grants you permission to modify or
496 distribute the Program or its derivative works.  These actions are
497 prohibited by law if you do not accept this License.  Therefore, by
498 modifying or distributing the Program (or any work based on the
499 Program), you indicate your acceptance of this License to do so, and
500 all its terms and conditions for copying, distributing or modifying
501 the Program or works based on it.
502
503   6. Each time you redistribute the Program (or any work based on the
504 Program), the recipient automatically receives a license from the
505 original licensor to copy, distribute or modify the Program subject to
506 these terms and conditions.  You may not impose any further
507 restrictions on the recipients&apos; exercise of the rights granted herein.
508 You are not responsible for enforcing compliance by third parties to
509 this License.
510
511   7. If, as a consequence of a court judgment or allegation of patent
512 infringement or for any other reason (not limited to patent issues),
513 conditions are imposed on you (whether by court order, agreement or
514 otherwise) that contradict the conditions of this License, they do not
515 excuse you from the conditions of this License.  If you cannot
516 distribute so as to satisfy simultaneously your obligations under this
517 License and any other pertinent obligations, then as a consequence you
518 may not distribute the Program at all.  For example, if a patent
519 license would not permit royalty-free redistribution of the Program by
520 all those who receive copies directly or indirectly through you, then
521 the only way you could satisfy both it and this License would be to
522 refrain entirely from distribution of the Program.
523
524 If any portion of this section is held invalid or unenforceable under
525 any particular circumstance, the balance of the section is intended to
526 apply and the section as a whole is intended to apply in other
527 circumstances.
528
529 It is not the purpose of this section to induce you to infringe any
530 patents or other property right claims or to contest validity of any
531 such claims; this section has the sole purpose of protecting the
532 integrity of the free software distribution system, which is
533 implemented by public license practices.  Many people have made
534 generous contributions to the wide range of software distributed
535 through that system in reliance on consistent application of that
536 system; it is up to the author/donor to decide if he or she is willing
537 to distribute software through any other system and a licensee cannot
538 impose that choice.
539
540 This section is intended to make thoroughly clear what is believed to
541 be a consequence of the rest of this License.
542
543   8. If the distribution and/or use of the Program is restricted in
544 certain countries either by patents or by copyrighted interfaces, the
545 original copyright holder who places the Program under this License
546 may add an explicit geographical distribution limitation excluding
547 those countries, so that distribution is permitted only in or among
548 countries not thus excluded.  In such case, this License incorporates
549 the limitation as if written in the body of this License.
550
551   9. The Free Software Foundation may publish revised and/or new versions
552 of the General Public License from time to time.  Such new versions will
553 be similar in spirit to the present version, but may differ in detail to
554 address new problems or concerns.
555
556 Each version is given a distinguishing version number.  If the Program
557 specifies a version number of this License which applies to it and &quot;any
558 later version&quot;, you have the option of following the terms and conditions
559 either of that version or of any later version published by the Free
560 Software Foundation.  If the Program does not specify a version number of
561 this License, you may choose any version ever published by the Free Software
562 Foundation.
563
564   10. If you wish to incorporate parts of the Program into other free
565 programs whose distribution conditions are different, write to the author
566 to ask for permission.  For software which is copyrighted by the Free
567 Software Foundation, write to the Free Software Foundation; we sometimes
568 make exceptions for this.  Our decision will be guided by the two goals
569 of preserving the free status of all derivatives of our free software and
570 of promoting the sharing and reuse of software generally.
571
572                             NO WARRANTY
573
574   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
575 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
576 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
577 PROVIDE THE PROGRAM &quot;AS IS&quot; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
578 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
579 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
580 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
581 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
582 REPAIR OR CORRECTION.
583
584   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
585 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
586 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
587 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
588 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
589 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
590 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
591 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
592 POSSIBILITY OF SUCH DAMAGES.
593
594                      END OF TERMS AND CONDITIONS
595
596             How to Apply These Terms to Your New Programs
597
598   If you develop a new program, and you want it to be of the greatest
599 possible use to the public, the best way to achieve this is to make it
600 free software which everyone can redistribute and change under these terms.
601
602   To do so, attach the following notices to the program.  It is safest
603 to attach them to the start of each source file to most effectively
604 convey the exclusion of warranty; and each file should have at least
605 the &quot;copyright&quot; line and a pointer to where the full notice is found.
606
607     &lt;one line to give the program&apos;s name and a brief idea of what it does.&gt;
608     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
609
610     This program is free software; you can redistribute it and/or modify
611     it under the terms of the GNU General Public License as published by
612     the Free Software Foundation; either version 2 of the License, or
613     (at your option) any later version.
614
615     This program is distributed in the hope that it will be useful,
616     but WITHOUT ANY WARRANTY; without even the implied warranty of
617     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
618     GNU General Public License for more details.
619
620     You should have received a copy of the GNU General Public License along
621     with this program; if not, write to the Free Software Foundation, Inc.,
622     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
623
624 Also add information on how to contact you by electronic and paper mail.
625
626 If the program is interactive, make it output a short notice like this
627 when it starts in an interactive mode:
628
629     Gnomovision version 69, Copyright (C) year name of author
630     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w&apos;.
631     This is free software, and you are welcome to redistribute it
632     under certain conditions; type `show c&apos; for details.
633
634 The hypothetical commands `show w&apos; and `show c&apos; should show the appropriate
635 parts of the General Public License.  Of course, the commands you use may
636 be called something other than `show w&apos; and `show c&apos;; they could even be
637 mouse-clicks or menu items--whatever suits your program.
638
639 You should also get your employer (if you work as a programmer) or your
640 school, if any, to sign a &quot;copyright disclaimer&quot; for the program, if
641 necessary.  Here is a sample; alter the names:
642
643   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
644   `Gnomovision&apos; (which makes passes at compilers) written by James Hacker.
645
646   &lt;signature of Ty Coon&gt;, 1 April 1989
647   Ty Coon, President of Vice
648
649 This General Public License does not permit incorporating your program into
650 proprietary programs.  If your program is a subroutine library, you may
651 consider it more useful to permit linking proprietary applications with the
652 library.  If this is what you want to do, use the GNU Lesser General
653 Public License instead of this License.
654
655 &quot;CLASSPATH&quot; EXCEPTION TO THE GPL
656
657 Certain source files distributed by Oracle America and/or its affiliates are
658 subject to the following clarification and special exception to the GPL, but
659 only where Oracle has expressly included in the particular source file&apos;s header
660 the words &quot;Oracle designates this particular file as subject to the &quot;Classpath&quot;
661 exception as provided by Oracle in the LICENSE file that accompanied this code.&quot;
662
663     Linking this library statically or dynamically with other modules is making
664     a combined work based on this library.  Thus, the terms and conditions of
665     the GNU General Public License cover the whole combination.
666
667     As a special exception, the copyright holders of this library give you
668     permission to link this library with independent modules to produce an
669     executable, regardless of the license terms of these independent modules,
670     and to copy and distribute the resulting executable under terms of your
671     choice, provided that you also meet, for each linked independent module,
672     the terms and conditions of the license of that module.  An independent
673     module is a module which is not derived from or based on this library.  If
674     you modify this library, you may extend this exception to your version of
675     the library, but you are not obligated to do so.  If you do not wish to do
676     so, delete this exception statement from your version.
677          </text>
678    </license>
679
680    <plugins>
681    </plugins>
682
683    <features>
684       <feature id="net.mograsim.feature" installMode="root"/>
685    </features>
686
687    <configurations>
688       <plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
689       <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
690       <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
691       <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
692       <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
693    </configurations>
694
695    <preferencesInfo>
696       <targetfile overwrite="false"/>
697    </preferencesInfo>
698
699    <cssInfo>
700    </cssInfo>
701
702 </product>