aboutsummaryrefslogtreecommitdiffstatshomepage
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
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.
-rw-r--r--COPYING-PLAIN20
-rw-r--r--NPC_menu.lsl18
-rw-r--r--NPC_tool.lsl18
-rw-r--r--NPC_tool_help.txt18
-rw-r--r--onefang's_utilities.lsl18
-rw-r--r--onefang's_utilities_manual.txt18
6 files changed, 54 insertions, 56 deletions
diff --git a/COPYING-PLAIN b/COPYING-PLAIN
index dc18261..15240f1 100644
--- a/COPYING-PLAIN
+++ b/COPYING-PLAIN
@@ -1,4 +1,4 @@
1Plain English Copyright Notice 1Plain English Copyright notice.
2 2
3This file is not intended to be the actual License. The reason this 3This file is not intended to be the actual License. The reason this
4file exists is that we here are programmers and engineers. We aren't 4file exists is that we here are programmers and engineers. We aren't
@@ -23,14 +23,13 @@ matter. We still have it here for ourselves and it is open and free to
23use and download and play with. It can't be taken away. We don't 23use and download and play with. It can't be taken away. We don't
24really mind what you do with the source to your software. We would 24really mind what you do with the source to your software. We would
25simply like to know that you are using it - especially if it makes it to 25simply like to know that you are using it - especially if it makes it to
26a commerical product. If you simply contact all the AUTHORS (see below) 26a commerical product. If you simply make sure you include a paragraph
27telling us, and then make sure you include a paragraph or page in the 27or page in the manual for the product with the copyright notice and
28manual for the product with the copyright notice and state that you used 28state that you used this software, we will be very happy. If you want
29this software, we will be very happy. If you want to contribute back 29to contribute back modifications and fixes you may have made we will
30modifications and fixes you may have made we will welcome those too with 30welcome those too with open arms (generally). If you want help with
31open arms (generally). If you want help with changes needed, ports 31changes needed, ports needed or features to be added, arrangements can
32needed or features to be added, arrangements can be easily made with 32be easily made with some dialogue.
33some dialogue.
34 33
35This is a Second Life script, "simply link to these libraries" means 34This is a Second Life script, "simply link to these libraries" means
36including the script in an object and making the script no-modify, or 35including the script in an object and making the script no-modify, or
@@ -38,5 +37,4 @@ otherwise rendering the source code unreadable. Any use of this script
38that makes the source code readable must include the License unmodified 37that makes the source code readable must include the License unmodified
39at the top of the source code. 38at the top of the source code.
40 39
41David Seikel (Second Life user onefang Rejected). 40David Seikel (AKA onefang rejected).
42
diff --git a/NPC_menu.lsl b/NPC_menu.lsl
index 0b67c55..a7ccd15 100644
--- a/NPC_menu.lsl
+++ b/NPC_menu.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
33list chatters = []; // npc key, relay channel. 33list chatters = []; // npc key, relay channel.
34integer CHAT_KEY = 0; 34integer CHAT_KEY = 0;
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;
diff --git a/NPC_tool_help.txt b/NPC_tool_help.txt
index 95ebc2c..07441dd 100644
--- a/NPC_tool_help.txt
+++ b/NPC_tool_help.txt
@@ -153,21 +153,21 @@ sell copies of the Software, and to permit persons to whom the Software is
153furnished to do so, subject to the following conditions: 153furnished to do so, subject to the following conditions:
154 154
155The above copyright notice and this permission notice shall be included in 155The above copyright notice and this permission notice shall be included in
156all copies of the Software and its Copyright notices. In addition publicly 156all copies of the Software and its Copyright notices. In addition publicly
157documented acknowledgment must be given that this software has been used if no 157documented acknowledgment must be given that this software has been used if no
158source code of this software is made available publicly. This includes 158source code of this software is made available publicly. This includes
159acknowledgments in either Copyright notices, Manuals, Publicity and Marketing 159acknowledgments in either Copyright notices, Manuals, Publicity and Marketing
160documents or any documentation provided with any product containing this 160documents or any documentation provided with any product containing this
161software. This License does not apply to any software that links to the 161software. This License does not apply to any software that links to the
162libraries provided by this software (statically or dynamically), but only to 162libraries provided by this software (statically or dynamically), but only to
163the software provided. 163the software provided.
164 164
165Please see the COPYING-PLAIN for a plain-english explanation of this notice 165Please see the COPYING-PLAIN for a plain-english explanation of this notice
166and it's intent. 166and it's intent.
167 167
168THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 168The software is provided "as is", without warranty of any kind, express or
169IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 169implied, including but not limited to the warranties of merchantability,
170FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 170fitness for a particular purpose and noninfringement. In no event shall
171THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 171the authors be liable for any claim, damages or other liability, whether
172IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 172in an action of contract, tort or otherwise, arising from, out of or in
173CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 173connection with the software or the use or other dealings in the software.
diff --git a/onefang's_utilities.lsl b/onefang's_utilities.lsl
index e088141..bba63f8 100644
--- a/onefang's_utilities.lsl
+++ b/onefang's_utilities.lsl
@@ -12,24 +12,24 @@
12// furnished to do so, subject to the following conditions: 12// furnished to do so, subject to the following conditions:
13// 13//
14// The above copyright notice and this permission notice shall be included in 14// The above copyright notice and this permission notice shall be included in
15// all copies of the Software and its Copyright notices. In addition publicly 15// all copies of the Software and its Copyright notices. In addition publicly
16// documented acknowledgment must be given that this software has been used if no 16// documented acknowledgment must be given that this software has been used if no
17// source code of this software is made available publicly. This includes 17// source code of this software is made available publicly. This includes
18// acknowledgments in either Copyright notices, Manuals, Publicity and Marketing 18// acknowledgments in either Copyright notices, Manuals, Publicity and Marketing
19// documents or any documentation provided with any product containing this 19// documents or any documentation provided with any product containing this
20// software. This License does not apply to any software that links to the 20// software. This License does not apply to any software that links to the
21// libraries provided by this software (statically or dynamically), but only to 21// libraries provided by this software (statically or dynamically), but only to
22// the software provided. 22// the software provided.
23// 23//
24// Please see the COPYING-PLAIN for a plain-english explanation of this notice 24// Please see the COPYING-PLAIN for a plain-english explanation of this notice
25// and it's intent. 25// and it's intent.
26// 26//
27// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 27// The software is provided "as is", without warranty of any kind, express or
28// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 28// implied, including but not limited to the warranties of merchantability,
29// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 29// fitness for a particular purpose and noninfringement. In no event shall
30// THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 30// the authors be liable for any claim, damages or other liability, whether
31// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31// in an action of contract, tort or otherwise, arising from, out of or in
32// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 32// connection with the software or the use or other dealings in the software.
33// 33//
34// As a special exception to the above conditions, the Second Life user known 34// As a special exception to the above conditions, the Second Life user known
35// as Winter Ventura may ignore all permissions and conditions and provide her 35// as Winter Ventura may ignore all permissions and conditions and provide her
diff --git a/onefang's_utilities_manual.txt b/onefang's_utilities_manual.txt
index dcb4f9a..1b29b6a 100644
--- a/onefang's_utilities_manual.txt
+++ b/onefang's_utilities_manual.txt
@@ -15,24 +15,24 @@ Below the license is some rough instructions.
15// furnished to do so, subject to the following conditions: 15// furnished to do so, subject to the following conditions:
16// 16//
17// The above copyright notice and this permission notice shall be included in 17// The above copyright notice and this permission notice shall be included in
18// all copies of the Software and its Copyright notices. In addition publicly 18// all copies of the Software and its Copyright notices. In addition publicly
19// documented acknowledgment must be given that this software has been used if no 19// documented acknowledgment must be given that this software has been used if no
20// source code of this software is made available publicly. This includes 20// source code of this software is made available publicly. This includes
21// acknowledgments in either Copyright notices, Manuals, Publicity and Marketing 21// acknowledgments in either Copyright notices, Manuals, Publicity and Marketing
22// documents or any documentation provided with any product containing this 22// documents or any documentation provided with any product containing this
23// software. This License does not apply to any software that links to the 23// software. This License does not apply to any software that links to the
24// libraries provided by this software (statically or dynamically), but only to 24// libraries provided by this software (statically or dynamically), but only to
25// the software provided. 25// the software provided.
26// 26//
27// Please see the COPYING-PLAIN for a plain-english explanation of this notice 27// Please see the COPYING-PLAIN for a plain-english explanation of this notice
28// and it's intent. 28// and it's intent.
29// 29//
30// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30// The software is provided "as is", without warranty of any kind, express or
31// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31// implied, including but not limited to the warranties of merchantability,
32// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32// fitness for a particular purpose and noninfringement. In no event shall
33// THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 33// the authors be liable for any claim, damages or other liability, whether
34// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 34// in an action of contract, tort or otherwise, arising from, out of or in
35// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 35// connection with the software or the use or other dealings in the software.
36// 36//
37// As a special exception to the above conditions, the Second Life user known 37// As a special exception to the above conditions, the Second Life user known
38// as Winter Ventura may ignore all permissions and conditions and provide her 38// as Winter Ventura may ignore all permissions and conditions and provide her