Free Tools for GIS Developers
Navigation:
  What's New
 
GIS Tools:
  AVPython
  NTXShape
  SHPTRANS
 
Other Tools:
  SciTE
  Tomcat
 
About:
  The Author
  These Pages
 
  Best viewed with Mozilla / Firefox; or with IE and the Google Toolbar.
License for SciTE Installation Package [1]

Copyright © 2002-2009 Bruce Dodson. All rights reserved.

Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the above copyright notice and this permission notice and warranty disclaimer appear in supporting documentation.

BRUCE DODSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL BRUCE DODSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

-+-+-

License for Scintilla and SciTE [2]

Copyright © 1998-2009 by Neil Hodgson <neilh@scintilla.org>

All Rights Reserved

Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.

NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

-+-+-

License for SciTE Context Menu Handler [3]

Copyright © 2000-2008 Andre Burgaud (http://www.burgaud.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-+-+-

License for Lua 5 [4]

Copyright © 1994-2008 Lua.org, PUC-Rio.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-+-+-

License and credit notes for bitlib [5]

bitlib is a C library for Lua 5.x that provides bitwise operations.
It is copyright Reuben Thomas 2000-2008, and is released under the
MIT license, like Lua (see above). There is no warranty.

Please report bugs and make suggestions to rrt@sc3d.org.

Thanks to John Passaniti for his bitwise operations library, some of
whose ideas I used, and to Thatcher Ulrich for portability fixes.

-+-+-

License for HTML Tidy - HTML / XML pretty printer [6]

Copyright © 1998-2003 World Wide Web Consortium (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University).
All Rights Reserved.

This software and documentation is provided "as is," and the copyright holders and contributing author(s) make no representations or warranties, express or implied, including but not limited to, warranties of merchantability or fitness for any particular purpose or that the use of the software or documentation will not infringe any third party patents, copyrights, trademarks or other rights.

The copyright holders and contributing author(s) will not be held liable for any direct, indirect, special or consequential damages arising out of any use of the software or documentation, even if advised of the possibility of such damage.

Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, documentation and executables, for any purpose, without fee, subject to the following restrictions:

1. The origin of this source code must not be misrepresented.
2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source.
3. This Copyright notice may not be removed or altered from any source or altered source distribution.

The copyright holders and contributing author(s) specifically permit, without fee, and encourage the use of this source code as a component for supporting the Hypertext Markup Language in commercial products. If you use this source code in a product, acknowledgment is not required but would be appreciated.

-+-+-

License Advisory for Artistic Style [7]

Copyright (c) 1998,1999,2000,2001,2002 Tal Davidson.
All rights reserved.

The "Artistic Style" project, including all files needed to compile it, is free software; you can redistribute it and/or use it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

You should have received a copy of the GNU General Public License along with this program.

-+-+-


Notes

[1] This copyright and permission notice covers the setup wizard itself, and my customizations to the included programs and configuration files. The disclaimer of warranty and limitation of liability extend to the entire contents of the installation package.

[2] Scintilla and SciTE are at the root of all of this. The official source code is found at http://scintilla.sourceforge.net. Any changes in my version of the source code are documented in a Unified diff / patch file, scite-wbd-release.diff.

[3] SciTE Context Menu Handler is an optional component that enables an enhanced "Edit with SciTE" context menu option within Windows Explorer. The source code is available from http://www.burgaud.com/scite.php.

[4] Lua is a scripting language that can be used to extend SciTE. Source code and documentation available from http://www.lua.org/. A related useful website is http://lua-users.org/.

[5] Bitlib is not one of the core Lua libraries, but is included in this distribution since the Scintilla API makes use of bit flags. It is also useful for some advanced export routines, e.g. CRC computations.

[6] HTML Tidy is an optional component that enables additional commands when editing HTML and XML files. It is installed if the setup option "Source code indenting commands" is enabled. The source code is available from http://tidy.sourceforge.net/.

[7] Artistic Style is a reindenter and reformatter of C, C++, C# and Java source code, useful for changing existing code to a consistent style. It is covered by the GNU General Public License; the complete license, source code, and documentation are included in the "Artistic Style" subdirectory beneath the SciTE installation folder. Artistic Style is installed if the setup option "Source code indenting commands" is enabled.
|