Home | History | Annotate | Line # | Download | only in html
      1  1.1.1.2  christos /*
      2  1.1.1.2  christos  @licstart  The following is the entire license notice for the JavaScript code in this file.
      3  1.1.1.2  christos 
      4  1.1.1.2  christos  The MIT License (MIT)
      5  1.1.1.2  christos 
      6  1.1.1.2  christos  Copyright (C) 1997-2020 by Dimitri van Heesch
      7  1.1.1.2  christos 
      8  1.1.1.2  christos  Permission is hereby granted, free of charge, to any person obtaining a copy of this software
      9  1.1.1.2  christos  and associated documentation files (the "Software"), to deal in the Software without restriction,
     10  1.1.1.2  christos  including without limitation the rights to use, copy, modify, merge, publish, distribute,
     11  1.1.1.2  christos  sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
     12  1.1.1.2  christos  furnished to do so, subject to the following conditions:
     13  1.1.1.2  christos 
     14  1.1.1.2  christos  The above copyright notice and this permission notice shall be included in all copies or
     15  1.1.1.2  christos  substantial portions of the Software.
     16  1.1.1.2  christos 
     17  1.1.1.2  christos  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
     18  1.1.1.2  christos  BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     19  1.1.1.2  christos  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
     20  1.1.1.2  christos  DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     21  1.1.1.2  christos  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     22  1.1.1.2  christos 
     23  1.1.1.2  christos  @licend  The above is the entire license notice for the JavaScript code in this file
     24  1.1.1.2  christos */
     25      1.1  christos var menudata={children:[
     26      1.1  christos {text:"Main Page",url:"index.html"},
     27      1.1  christos {text:"Related Pages",url:"pages.html"},
     28      1.1  christos {text:"Modules",url:"modules.html"}]}
     29