]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/bsp/freertos_v2_00_a/src/License/license.txt
Correct calculation of xHeapStructSize in heap_4 and heap_5.
[freertos] / FreeRTOS / Demo / MicroBlaze_Spartan-6_EthernetLite / KernelAwareBSPRepository / bsp / freertos_v2_00_a / src / License / license.txt
1 The FreeRTOS.org source code is licensed by the modified GNU General Public \r
2 License (GPL) text provided below.  The FreeRTOS download also includes \r
3 demo application source code, some of which is provided by third parties \r
4 AND IS LICENSED SEPARATELY FROM FREERTOS.ORG.  \r
5 \r
6 For the avoidance of any doubt refer to the comment included at the top\r
7 of each source and header file for license and copyright information.\r
8 \r
9 This is a list of files for which Real Time Engineers Ltd are not the \r
10 copyright owner and are NOT COVERED BY THE GPL.\r
11 \r
12 \r
13 1) Various header files provided by silicon manufacturers and tool vendors\r
14    that define processor specific memory addresses and utility macros.\r
15    Permission has been granted by the various copyright holders for these\r
16    files to be included in the FreeRTOS download.  Users must ensure license\r
17    conditions are adhered to for any use other than compilation of the \r
18    FreeRTOS demo applications.\r
19 \r
20 2) The uIP TCP/IP stack the copyright of which is held by Adam Dunkels.\r
21    Users must ensure the open source license conditions stated at the top \r
22    of each uIP source file is understood and adhered to.\r
23 \r
24 3) The lwIP TCP/IP stack the copyright of which is held by the Swedish \r
25    Institute of Computer Science.  Users must ensure the open source license \r
26    conditions stated at the top  of each lwIP source file is understood and \r
27    adhered to.\r
28 \r
29 4) Various peripheral driver source files and binaries provided by silicon\r
30    manufacturers and tool vendors.  Permission has been granted by the\r
31    various copyright holders for these files to be included in the FreeRTOS\r
32    download.  Users must ensure license conditions are adhered to for any\r
33    use other than compilation of the FreeRTOS demo applications.\r
34 \r
35 5) The files contained within FreeRTOS\Demo\WizNET_DEMO_TERN_186\tern_code,\r
36    which are slightly modified versions of code provided by and copyright to\r
37    Tern Inc.\r
38 \r
39 Errors and omissions should be reported to Richard Barry, contact details for\r
40 whom can be obtained from http://www.FreeRTOS.org.\r
41 \r
42 \r
43 \r
44 \r
45 \r
46 The GPL license text follows.\r
47 \r
48 A special exception to the GPL is included to allow you to distribute a \r
49 combined work that includes FreeRTOS without being obliged to provide\r
50 the source code for any proprietary components.  See the licensing section\r
51 of http://www.FreeRTOS.org for full details.  The exception text is also\r
52 included at the bottom of this file.\r
53 \r
54 --------------------------------------------------------------------\r
55 \r
56 \r
57 \r
58                     GNU GENERAL PUBLIC LICENSE\r
59                        Version 2, June 1991\r
60 \r
61  Copyright (C) 1989, 1991 Free Software Foundation, Inc.\r
62                        59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
63  Everyone is permitted to copy and distribute verbatim copies\r
64  of this license document, but changing it is not allowed.\r
65 \r
66                             Preamble\r
67 \r
68   The licenses for most software are designed to take away your\r
69 freedom to share and change it.  By contrast, the GNU General Public\r
70 License is intended to guarantee your freedom to share and change free\r
71 software--to make sure the software is free for all its users.  This\r
72 General Public License applies to most of the Free Software\r
73 Foundation's software and to any other program whose authors commit to\r
74 using it.  (Some other Free Software Foundation software is covered by\r
75 the GNU Library General Public License instead.)  You can apply it to\r
76 your programs, too.\r
77 \r
78   When we speak of free software, we are referring to freedom, not\r
79 price.  Our General Public Licenses are designed to make sure that you\r
80 have the freedom to distribute copies of free software (and charge for\r
81 this service if you wish), that you receive source code or can get it\r
82 if you want it, that you can change the software or use pieces of it\r
83 in new free programs; and that you know you can do these things.\r
84 \r
85   To protect your rights, we need to make restrictions that forbid\r
86 anyone to deny you these rights or to ask you to surrender the rights.\r
87 These restrictions translate to certain responsibilities for you if you\r
88 distribute copies of the software, or if you modify it.\r
89 \r
90   For example, if you distribute copies of such a program, whether\r
91 gratis or for a fee, you must give the recipients all the rights that\r
92 you have.  You must make sure that they, too, receive or can get the\r
93 source code.  And you must show them these terms so they know their\r
94 rights.\r
95 \r
96   We protect your rights with two steps: (1) copyright the software, and\r
97 (2) offer you this license which gives you legal permission to copy,\r
98 distribute and/or modify the software.\r
99 \r
100   Also, for each author's protection and ours, we want to make certain\r
101 that everyone understands that there is no warranty for this free\r
102 software.  If the software is modified by someone else and passed on, we\r
103 want its recipients to know that what they have is not the original, so\r
104 that any problems introduced by others will not reflect on the original\r
105 authors' reputations.\r
106 \r
107   Finally, any free program is threatened constantly by software\r
108 patents.  We wish to avoid the danger that redistributors of a free\r
109 program will individually obtain patent licenses, in effect making the\r
110 program proprietary.  To prevent this, we have made it clear that any\r
111 patent must be licensed for everyone's free use or not licensed at all.\r
112 \r
113   The precise terms and conditions for copying, distribution and\r
114 modification follow.\r
115 \f\r
116                     GNU GENERAL PUBLIC LICENSE\r
117    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\r
118 \r
119   0. This License applies to any program or other work which contains\r
120 a notice placed by the copyright holder saying it may be distributed\r
121 under the terms of this General Public License.  The "Program", below,\r
122 refers to any such program or work, and a "work based on the Program"\r
123 means either the Program or any derivative work under copyright law:\r
124 that is to say, a work containing the Program or a portion of it,\r
125 either verbatim or with modifications and/or translated into another\r
126 language.  (Hereinafter, translation is included without limitation in\r
127 the term "modification".)  Each licensee is addressed as "you".\r
128 \r
129 Activities other than copying, distribution and modification are not\r
130 covered by this License; they are outside its scope.  The act of\r
131 running the Program is not restricted, and the output from the Program\r
132 is covered only if its contents constitute a work based on the\r
133 Program (independent of having been made by running the Program).\r
134 Whether that is true depends on what the Program does.\r
135 \r
136   1. You may copy and distribute verbatim copies of the Program's\r
137 source code as you receive it, in any medium, provided that you\r
138 conspicuously and appropriately publish on each copy an appropriate\r
139 copyright notice and disclaimer of warranty; keep intact all the\r
140 notices that refer to this License and to the absence of any warranty;\r
141 and give any other recipients of the Program a copy of this License\r
142 along with the Program.\r
143 \r
144 You may charge a fee for the physical act of transferring a copy, and\r
145 you may at your option offer warranty protection in exchange for a fee.\r
146 \r
147   2. You may modify your copy or copies of the Program or any portion\r
148 of it, thus forming a work based on the Program, and copy and\r
149 distribute such modifications or work under the terms of Section 1\r
150 above, provided that you also meet all of these conditions:\r
151 \r
152     a) You must cause the modified files to carry prominent notices\r
153     stating that you changed the files and the date of any change.\r
154 \r
155     b) You must cause any work that you distribute or publish, that in\r
156     whole or in part contains or is derived from the Program or any\r
157     part thereof, to be licensed as a whole at no charge to all third\r
158     parties under the terms of this License.\r
159 \r
160     c) If the modified program normally reads commands interactively\r
161     when run, you must cause it, when started running for such\r
162     interactive use in the most ordinary way, to print or display an\r
163     announcement including an appropriate copyright notice and a\r
164     notice that there is no warranty (or else, saying that you provide\r
165     a warranty) and that users may redistribute the program under\r
166     these conditions, and telling the user how to view a copy of this\r
167     License.  (Exception: if the Program itself is interactive but\r
168     does not normally print such an announcement, your work based on\r
169     the Program is not required to print an announcement.)\r
170 \f\r
171 These requirements apply to the modified work as a whole.  If\r
172 identifiable sections of that work are not derived from the Program,\r
173 and can be reasonably considered independent and separate works in\r
174 themselves, then this License, and its terms, do not apply to those\r
175 sections when you distribute them as separate works.  But when you\r
176 distribute the same sections as part of a whole which is a work based\r
177 on the Program, the distribution of the whole must be on the terms of\r
178 this License, whose permissions for other licensees extend to the\r
179 entire whole, and thus to each and every part regardless of who wrote it.\r
180 \r
181 Thus, it is not the intent of this section to claim rights or contest\r
182 your rights to work written entirely by you; rather, the intent is to\r
183 exercise the right to control the distribution of derivative or\r
184 collective works based on the Program.\r
185 \r
186 In addition, mere aggregation of another work not based on the Program\r
187 with the Program (or with a work based on the Program) on a volume of\r
188 a storage or distribution medium does not bring the other work under\r
189 the scope of this License.\r
190 \r
191   3. You may copy and distribute the Program (or a work based on it,\r
192 under Section 2) in object code or executable form under the terms of\r
193 Sections 1 and 2 above provided that you also do one of the following:\r
194 \r
195     a) Accompany it with the complete corresponding machine-readable\r
196     source code, which must be distributed under the terms of Sections\r
197     1 and 2 above on a medium customarily used for software interchange; or,\r
198 \r
199     b) Accompany it with a written offer, valid for at least three\r
200     years, to give any third party, for a charge no more than your\r
201     cost of physically performing source distribution, a complete\r
202     machine-readable copy of the corresponding source code, to be\r
203     distributed under the terms of Sections 1 and 2 above on a medium\r
204     customarily used for software interchange; or,\r
205 \r
206     c) Accompany it with the information you received as to the offer\r
207     to distribute corresponding source code.  (This alternative is\r
208     allowed only for noncommercial distribution and only if you\r
209     received the program in object code or executable form with such\r
210     an offer, in accord with Subsection b above.)\r
211 \r
212 The source code for a work means the preferred form of the work for\r
213 making modifications to it.  For an executable work, complete source\r
214 code means all the source code for all modules it contains, plus any\r
215 associated interface definition files, plus the scripts used to\r
216 control compilation and installation of the executable.  However, as a\r
217 special exception, the source code distributed need not include\r
218 anything that is normally distributed (in either source or binary\r
219 form) with the major components (compiler, kernel, and so on) of the\r
220 operating system on which the executable runs, unless that component\r
221 itself accompanies the executable.\r
222 \r
223 If distribution of executable or object code is made by offering\r
224 access to copy from a designated place, then offering equivalent\r
225 access to copy the source code from the same place counts as\r
226 distribution of the source code, even though third parties are not\r
227 compelled to copy the source along with the object code.\r
228 \f\r
229   4. You may not copy, modify, sublicense, or distribute the Program\r
230 except as expressly provided under this License.  Any attempt\r
231 otherwise to copy, modify, sublicense or distribute the Program is\r
232 void, and will automatically terminate your rights under this License.\r
233 However, parties who have received copies, or rights, from you under\r
234 this License will not have their licenses terminated so long as such\r
235 parties remain in full compliance.\r
236 \r
237   5. You are not required to accept this License, since you have not\r
238 signed it.  However, nothing else grants you permission to modify or\r
239 distribute the Program or its derivative works.  These actions are\r
240 prohibited by law if you do not accept this License.  Therefore, by\r
241 modifying or distributing the Program (or any work based on the\r
242 Program), you indicate your acceptance of this License to do so, and\r
243 all its terms and conditions for copying, distributing or modifying\r
244 the Program or works based on it.\r
245 \r
246   6. Each time you redistribute the Program (or any work based on the\r
247 Program), the recipient automatically receives a license from the\r
248 original licensor to copy, distribute or modify the Program subject to\r
249 these terms and conditions.  You may not impose any further\r
250 restrictions on the recipients' exercise of the rights granted herein.\r
251 You are not responsible for enforcing compliance by third parties to\r
252 this License.\r
253 \r
254   7. If, as a consequence of a court judgment or allegation of patent\r
255 infringement or for any other reason (not limited to patent issues),\r
256 conditions are imposed on you (whether by court order, agreement or\r
257 otherwise) that contradict the conditions of this License, they do not\r
258 excuse you from the conditions of this License.  If you cannot\r
259 distribute so as to satisfy simultaneously your obligations under this\r
260 License and any other pertinent obligations, then as a consequence you\r
261 may not distribute the Program at all.  For example, if a patent\r
262 license would not permit royalty-free redistribution of the Program by\r
263 all those who receive copies directly or indirectly through you, then\r
264 the only way you could satisfy both it and this License would be to\r
265 refrain entirely from distribution of the Program.\r
266 \r
267 If any portion of this section is held invalid or unenforceable under\r
268 any particular circumstance, the balance of the section is intended to\r
269 apply and the section as a whole is intended to apply in other\r
270 circumstances.\r
271 \r
272 It is not the purpose of this section to induce you to infringe any\r
273 patents or other property right claims or to contest validity of any\r
274 such claims; this section has the sole purpose of protecting the\r
275 integrity of the free software distribution system, which is\r
276 implemented by public license practices.  Many people have made\r
277 generous contributions to the wide range of software distributed\r
278 through that system in reliance on consistent application of that\r
279 system; it is up to the author/donor to decide if he or she is willing\r
280 to distribute software through any other system and a licensee cannot\r
281 impose that choice.\r
282 \r
283 This section is intended to make thoroughly clear what is believed to\r
284 be a consequence of the rest of this License.\r
285 \f\r
286   8. If the distribution and/or use of the Program is restricted in\r
287 certain countries either by patents or by copyrighted interfaces, the\r
288 original copyright holder who places the Program under this License\r
289 may add an explicit geographical distribution limitation excluding\r
290 those countries, so that distribution is permitted only in or among\r
291 countries not thus excluded.  In such case, this License incorporates\r
292 the limitation as if written in the body of this License.\r
293 \r
294   9. The Free Software Foundation may publish revised and/or new versions\r
295 of the General Public License from time to time.  Such new versions will\r
296 be similar in spirit to the present version, but may differ in detail to\r
297 address new problems or concerns.\r
298 \r
299 Each version is given a distinguishing version number.  If the Program\r
300 specifies a version number of this License which applies to it and "any\r
301 later version", you have the option of following the terms and conditions\r
302 either of that version or of any later version published by the Free\r
303 Software Foundation.  If the Program does not specify a version number of\r
304 this License, you may choose any version ever published by the Free Software\r
305 Foundation.\r
306 \r
307   10. If you wish to incorporate parts of the Program into other free\r
308 programs whose distribution conditions are different, write to the author\r
309 to ask for permission.  For software which is copyrighted by the Free\r
310 Software Foundation, write to the Free Software Foundation; we sometimes\r
311 make exceptions for this.  Our decision will be guided by the two goals\r
312 of preserving the free status of all derivatives of our free software and\r
313 of promoting the sharing and reuse of software generally.\r
314 \r
315                             NO WARRANTY\r
316 \r
317   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\r
318 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\r
319 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\r
320 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\r
321 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
322 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\r
323 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\r
324 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\r
325 REPAIR OR CORRECTION.\r
326 \r
327   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\r
328 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\r
329 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\r
330 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\r
331 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\r
332 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\r
333 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\r
334 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\r
335 POSSIBILITY OF SUCH DAMAGES.\r
336 \r
337                      END OF TERMS AND CONDITIONS\r
338 \f\r
339             How to Apply These Terms to Your New Programs\r
340 \r
341   If you develop a new program, and you want it to be of the greatest\r
342 possible use to the public, the best way to achieve this is to make it\r
343 free software which everyone can redistribute and change under these terms.\r
344 \r
345   To do so, attach the following notices to the program.  It is safest\r
346 to attach them to the start of each source file to most effectively\r
347 convey the exclusion of warranty; and each file should have at least\r
348 the "copyright" line and a pointer to where the full notice is found.\r
349 \r
350     <one line to give the program's name and a brief idea of what it does.>\r
351     Copyright (C) <year>  <name of author>\r
352 \r
353     This program is free software; you can redistribute it and/or modify\r
354     it under the terms of the GNU General Public License** as published by\r
355     the Free Software Foundation; either version 2 of the License, or\r
356     (at your option) any later version.\r
357 \r
358     This program is distributed in the hope that it will be useful,\r
359     but WITHOUT ANY WARRANTY; without even the implied warranty of\r
360     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
361     GNU General Public License for more details.\r
362 \r
363     You should have received a copy of the GNU General Public License\r
364     along with this program; if not, write to the Free Software\r
365     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
366 \r
367 \r
368 Also add information on how to contact you by electronic and paper mail.\r
369 \r
370 If the program is interactive, make it output a short notice like this\r
371 when it starts in an interactive mode:\r
372 \r
373     Gnomovision version 69, Copyright (C) year name of author\r
374     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\r
375     This is free software, and you are welcome to redistribute it\r
376     under certain conditions; type `show c' for details.\r
377 \r
378 The hypothetical commands `show w' and `show c' should show the appropriate\r
379 parts of the General Public License.  Of course, the commands you use may\r
380 be called something other than `show w' and `show c'; they could even be\r
381 mouse-clicks or menu items--whatever suits your program.\r
382 \r
383 You should also get your employer (if you work as a programmer) or your\r
384 school, if any, to sign a "copyright disclaimer" for the program, if\r
385 necessary.  Here is a sample; alter the names:\r
386 \r
387   Yoyodyne, Inc., hereby disclaims all copyright interest in the program\r
388   `Gnomovision' (which makes passes at compilers) written by James Hacker.\r
389 \r
390   <signature of Ty Coon>, 1 April 1989\r
391   Ty Coon, President of Vice\r
392 \r
393 This General Public License does not permit incorporating your program into\r
394 proprietary programs.  If your program is a subroutine library, you may\r
395 consider it more useful to permit linking proprietary applications with the\r
396 library.  If this is what you want to do, use the GNU Library General\r
397 Public License instead of this License.\r
398 \r
399 ----------------------------------------------------------------------------\r
400 \r
401 The FreeRTOS GPL Exception Text:\r
402 \r
403 Any FreeRTOS source code, whether modified or in it's original release form, \r
404 or whether in whole or in part, can only be distributed by you under the terms \r
405 of the GNU General Public License plus this exception. An independent module is \r
406 a module which is not derived from or based on FreeRTOS.\r
407 \r
408 Clause 1:\r
409 \r
410 Linking FreeRTOS statically or dynamically with other modules is making a \r
411 combined work based on FreeRTOS. Thus, the terms and conditions of the GNU \r
412 General Public License cover the whole combination.\r
413 \r
414 As a special exception, the copyright holder of FreeRTOS gives you permission \r
415 to link FreeRTOS with independent modules that communicate with FreeRTOS \r
416 solely through the FreeRTOS API interface, regardless of the license terms of \r
417 these independent modules, and to copy and distribute the resulting combined \r
418 work under terms of your choice, provided that\r
419 \r
420   + Every copy of the combined work is accompanied by a written statement that \r
421   details to the recipient the version of FreeRTOS used and an offer by yourself \r
422   to provide the FreeRTOS source code (including any modifications you may have \r
423   made) should the recipient request it.\r
424 \r
425   + The combined work is not itself an RTOS, scheduler, kernel or related product.\r
426 \r
427   + The independent modules add significant and primary functionality to FreeRTOS \r
428   and do not merely extend the existing functionality already present in FreeRTOS.\r
429 \r
430 Clause 2:\r
431 \r
432 FreeRTOS may not be used for any competitive or comparative purpose, including the \r
433 publication of any form of run time or compile time metric, without the express \r
434 permission of Real Time Engineers Ltd. (this is the norm within the industry and \r
435 is intended to ensure information accuracy).\r