annotate 1__Development/0__Code_Dev/Javascript_approach/LICENSE @ 5:e73fbbcb5fd2

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