aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/NPC_tool.lsl
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-04 00:25:53 +1000
committerDavid Walter Seikel2014-03-04 00:25:53 +1000
commit7c5a602a87cbf2972cee6525836385bfa7618dd5 (patch)
tree7d773476453411bc3dd203f3c7e03b33e18044dd /NPC_tool.lsl
parentAdded mention of where it's kept on the web. (diff)
downloadNPC-tool-7c5a602a87cbf2972cee6525836385bfa7618dd5.zip
NPC-tool-7c5a602a87cbf2972cee6525836385bfa7618dd5.tar.gz
NPC-tool-7c5a602a87cbf2972cee6525836385bfa7618dd5.tar.bz2
NPC-tool-7c5a602a87cbf2972cee6525836385bfa7618dd5.tar.xz
Minor changes to the license.
Diffstat (limited to 'NPC_tool.lsl')
-rw-r--r--NPC_tool.lsl18
1 files changed, 9 insertions, 9 deletions
diff --git a/NPC_tool.lsl b/NPC_tool.lsl
index 29dfd67..3eab398 100644
--- a/NPC_tool.lsl
+++ b/NPC_tool.lsl
@@ -11,24 +11,24 @@
11// furnished to do so, subject to the following conditions: 11// furnished to do so, subject to the following conditions:
12// 12//
13// The above copyright notice and this permission notice shall be included in 13// The above copyright notice and this permission notice shall be included in
14// all copies of the Software and its Copyright notices. In addition publicly 14// all copies of the Software and its Copyright notices. In addition publicly
15// documented acknowledgment must be given that this software has been used if no 15// documented acknowledgment must be given that this software has been used if no
16// source code of this software is made available publicly. This includes 16// source code of this software is made available publicly. This includes
17// acknowledgments in either Copyright notices, Manuals, Publicity and Marketing 17// acknowledgments in either Copyright notices, Manuals, Publicity and Marketing
18// documents or any documentation provided with any product containing this 18// documents or any documentation provided with any product containing this
19// software. This License does not apply to any software that links to the 19// software. This License does not apply to any software that links to the
20// libraries provided by this software (statically or dynamically), but only to 20// libraries provided by this software (statically or dynamically), but only to
21// the software provided. 21// the software provided.
22// 22//
23// Please see the COPYING-PLAIN for a plain-english explanation of this notice 23// Please see the COPYING-PLAIN for a plain-english explanation of this notice
24// and it's intent. 24// and it's intent.
25// 25//
26// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26// The software is provided "as is", without warranty of any kind, express or
27// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27// implied, including but not limited to the warranties of merchantability,
28// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 28// fitness for a particular purpose and noninfringement. In no event shall
29// THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 29// the authors be liable for any claim, damages or other liability, whether
30// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30// in an action of contract, tort or otherwise, arising from, out of or in
31// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31// connection with the software or the use or other dealings in the software.
32 32
33// This is bad listening for commands on channel 0. 33// This is bad listening for commands on channel 0.
34integer commandChannel = 0; 34integer commandChannel = 0;