Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 2.04 KB

LICENSE.md

File metadata and controls

33 lines (28 loc) · 2.04 KB

Copyright © 2019, California Institute of Technology. All rights reserved. Neither the name of the California Institute of Technology (“Caltech”) nor the names of its contributors (and/or sponsors) may be used to endorse or promote products derived from this software without specific prior written permission.

The Devices.jl package is licensed under the MIT "Expat" License:

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.

A modified version of adaptive_grid was originally from PlotUtils.jl, an MIT "Expat" licensed Julia package by Tom Breloff and contributors (notably Kristoffer Carlsson).

Cadence Design Systems, Inc. holds the rights to the GDS-II format. The specification has been described with permission in the SPIE Handbook of Microlithography, Micromachining and Microfabrication, vol. 1 (accessible here as of April 17, 2017).

The file src/predicates.jl contains a Julia adaptation of public domain C code written by Jonathan Richard Shewchuk. Available at http://www.cs.cmu.edu/~quake/robust.html.