diff options
| author | David Walter Seikel | 2014-03-04 01:25:15 +1000 |
|---|---|---|
| committer | David Walter Seikel | 2014-03-04 01:25:15 +1000 |
| commit | 5a6c73b72b7e428632f48141c8497ebd3f60cb74 (patch) | |
| tree | a9d2abf8d081613849a614f011c9dd616515fa91 | |
| parent | Minor changes to the license. (diff) | |
| download | NPC-tool-5a6c73b72b7e428632f48141c8497ebd3f60cb74.zip NPC-tool-5a6c73b72b7e428632f48141c8497ebd3f60cb74.tar.gz NPC-tool-5a6c73b72b7e428632f48141c8497ebd3f60cb74.tar.bz2 NPC-tool-5a6c73b72b7e428632f48141c8497ebd3f60cb74.tar.xz | |
Clarify warpPos being public domain by the original author.
| -rw-r--r-- | locator_beacon_script.lsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locator_beacon_script.lsl b/locator_beacon_script.lsl index 4441993..7af23ed 100644 --- a/locator_beacon_script.lsl +++ b/locator_beacon_script.lsl | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | // Onefang's locator beacon script version 1.0. | 1 | // Onefang's locator beacon script version 1.0. |
| 2 | 2 | ||
| 3 | // A lot of this is just my tweaked up warpPos(), the rest is mostly trivial. | 3 | // A lot of this is just my tweaked up warpPos(), the rest is mostly trivial. On the other hand, warpPos may be obsolete by now, but it still works. |
| 4 | // The original warpPos() was declared "It's completely public domain." http://forums-archive.secondlife.com/54/8d/109523/1.html | ||
| 4 | // So I'll put this into the public domain. | 5 | // So I'll put this into the public domain. |
| 5 | 6 | ||
| 6 | integer SIM_CHANNEL = -65767365; | 7 | integer SIM_CHANNEL = -65767365; |
