diff options
| author | David Walter Seikel | 2014-03-04 00:25:53 +1000 |
|---|---|---|
| committer | David Walter Seikel | 2014-03-04 00:25:53 +1000 |
| commit | 7c5a602a87cbf2972cee6525836385bfa7618dd5 (patch) | |
| tree | 7d773476453411bc3dd203f3c7e03b33e18044dd | |
| parent | Added mention of where it's kept on the web. (diff) | |
| download | NPC-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-PLAIN | 20 | ||||
| -rw-r--r-- | NPC_menu.lsl | 18 | ||||
| -rw-r--r-- | NPC_tool.lsl | 18 | ||||
| -rw-r--r-- | NPC_tool_help.txt | 18 | ||||
| -rw-r--r-- | onefang's_utilities.lsl | 18 | ||||
| -rw-r--r-- | onefang's_utilities_manual.txt | 18 |
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 @@ | |||
| 1 | Plain English Copyright Notice | 1 | Plain English Copyright notice. |
| 2 | 2 | ||
| 3 | This file is not intended to be the actual License. The reason this | 3 | This file is not intended to be the actual License. The reason this |
| 4 | file exists is that we here are programmers and engineers. We aren't | 4 | file 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 | |||
| 23 | use and download and play with. It can't be taken away. We don't | 23 | use and download and play with. It can't be taken away. We don't |
| 24 | really mind what you do with the source to your software. We would | 24 | really mind what you do with the source to your software. We would |
| 25 | simply like to know that you are using it - especially if it makes it to | 25 | simply like to know that you are using it - especially if it makes it to |
| 26 | a commerical product. If you simply contact all the AUTHORS (see below) | 26 | a commerical product. If you simply make sure you include a paragraph |
| 27 | telling us, and then make sure you include a paragraph or page in the | 27 | or page in the manual for the product with the copyright notice and |
| 28 | manual for the product with the copyright notice and state that you used | 28 | state that you used this software, we will be very happy. If you want |
| 29 | this software, we will be very happy. If you want to contribute back | 29 | to contribute back modifications and fixes you may have made we will |
| 30 | modifications and fixes you may have made we will welcome those too with | 30 | welcome those too with open arms (generally). If you want help with |
| 31 | open arms (generally). If you want help with changes needed, ports | 31 | changes needed, ports needed or features to be added, arrangements can |
| 32 | needed or features to be added, arrangements can be easily made with | 32 | be easily made with some dialogue. |
| 33 | some dialogue. | ||
| 34 | 33 | ||
| 35 | This is a Second Life script, "simply link to these libraries" means | 34 | This is a Second Life script, "simply link to these libraries" means |
| 36 | including the script in an object and making the script no-modify, or | 35 | including 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 | |||
| 38 | that makes the source code readable must include the License unmodified | 37 | that makes the source code readable must include the License unmodified |
| 39 | at the top of the source code. | 38 | at the top of the source code. |
| 40 | 39 | ||
| 41 | David Seikel (Second Life user onefang Rejected). | 40 | David 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 | ||
| 33 | list chatters = []; // npc key, relay channel. | 33 | list chatters = []; // npc key, relay channel. |
| 34 | integer CHAT_KEY = 0; | 34 | integer 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. |
| 34 | integer commandChannel = 0; | 34 | integer 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 | |||
| 153 | furnished to do so, subject to the following conditions: | 153 | furnished to do so, subject to the following conditions: |
| 154 | 154 | ||
| 155 | The above copyright notice and this permission notice shall be included in | 155 | The above copyright notice and this permission notice shall be included in |
| 156 | all copies of the Software and its Copyright notices. In addition publicly | 156 | all copies of the Software and its Copyright notices. In addition publicly |
| 157 | documented acknowledgment must be given that this software has been used if no | 157 | documented acknowledgment must be given that this software has been used if no |
| 158 | source code of this software is made available publicly. This includes | 158 | source code of this software is made available publicly. This includes |
| 159 | acknowledgments in either Copyright notices, Manuals, Publicity and Marketing | 159 | acknowledgments in either Copyright notices, Manuals, Publicity and Marketing |
| 160 | documents or any documentation provided with any product containing this | 160 | documents or any documentation provided with any product containing this |
| 161 | software. This License does not apply to any software that links to the | 161 | software. This License does not apply to any software that links to the |
| 162 | libraries provided by this software (statically or dynamically), but only to | 162 | libraries provided by this software (statically or dynamically), but only to |
| 163 | the software provided. | 163 | the software provided. |
| 164 | 164 | ||
| 165 | Please see the COPYING-PLAIN for a plain-english explanation of this notice | 165 | Please see the COPYING-PLAIN for a plain-english explanation of this notice |
| 166 | and it's intent. | 166 | and it's intent. |
| 167 | 167 | ||
| 168 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 168 | The software is provided "as is", without warranty of any kind, express or |
| 169 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 169 | implied, including but not limited to the warranties of merchantability, |
| 170 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | 170 | fitness for a particular purpose and noninfringement. In no event shall |
| 171 | THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | 171 | the authors be liable for any claim, damages or other liability, whether |
| 172 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | 172 | in an action of contract, tort or otherwise, arising from, out of or in |
| 173 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 173 | connection 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 |
