view extra/soctcl/COPYING @ 12671:20e8aca47b2c octave-forge

prepare for release
author cdf
date Mon, 17 Aug 2015 10:19:39 +0000
parents 12c8f1381eaa
children
line wrap: on
line source

License
=======

This code is in the public domain. Use, modify, redistribute with or
without modification, or license it as you see fit.

Warning: tk_octave is mostly unsupported.  Probably a better solution is to 
use extra/soctcl from octave-forge.  

If you decide to pursue tk_octave, please bear in mind that
the code is not safe as it is currently written.   Since octave's
reference counting classes do not use semaphores, there
is a small window in which a task switch could delete
an array in octave while tcl wanted to access it.