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