|
| 1 | +# FSD |
| 2 | + |
| 3 | +## History |
| 4 | + |
| 5 | +This repository is derived from the last known public copy of |
| 6 | +Marty Bochane's FSD 2 source code. |
| 7 | + |
| 8 | +It originated from a zip file 'fsd1110.zip', which bears indications it may |
| 9 | +have come from the FSFDT team. It is almost identical to contents of the |
| 10 | +fsd-ubuntu-120413.tar.bz2 distribution still available from the Apollo3 |
| 11 | +flight simulator site. |
| 12 | + |
| 13 | +## License |
| 14 | + |
| 15 | +No license was included with the source code, nor copyright claim. |
| 16 | + |
| 17 | +The sources are assumed to be available under the public domain. |
| 18 | + |
| 19 | +Unfortunately, as an Australian, any modifications I make on this code are |
| 20 | +automatically copyrighted, and as such, I release my modifications under |
| 21 | +the Free Public License. |
| 22 | + |
| 23 | +Modifications can be identified by comparing the master branch against |
| 24 | +`original-fsd-2` |
| 25 | + |
| 26 | +### The Free Public License |
| 27 | + |
| 28 | +Permission to use, copy, modify, and/or distribute this software for any |
| 29 | +purpose with or without fee is hereby granted. |
| 30 | + |
| 31 | +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
| 32 | +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 33 | +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 34 | +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 35 | +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 36 | +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 37 | +PERFORMANCE OF THIS SOFTWARE. |
| 38 | + |
| 39 | + |
0 commit comments