From 7c5a602a87cbf2972cee6525836385bfa7618dd5 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 4 Mar 2014 00:25:53 +1000 Subject: Minor changes to the license. --- COPYING-PLAIN | 20 +++++++++----------- NPC_menu.lsl | 18 +++++++++--------- NPC_tool.lsl | 18 +++++++++--------- NPC_tool_help.txt | 18 +++++++++--------- onefang's_utilities.lsl | 18 +++++++++--------- 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 @@ -Plain English Copyright Notice +Plain English Copyright notice. This file is not intended to be the actual License. The reason this 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 use and download and play with. It can't be taken away. We don't really mind what you do with the source to your software. We would simply like to know that you are using it - especially if it makes it to -a commerical product. If you simply contact all the AUTHORS (see below) -telling us, and then make sure you include a paragraph or page in the -manual for the product with the copyright notice and state that you used -this software, we will be very happy. If you want to contribute back -modifications and fixes you may have made we will welcome those too with -open arms (generally). If you want help with changes needed, ports -needed or features to be added, arrangements can be easily made with -some dialogue. +a commerical product. If you simply make sure you include a paragraph +or page in the manual for the product with the copyright notice and +state that you used this software, we will be very happy. If you want +to contribute back modifications and fixes you may have made we will +welcome those too with open arms (generally). If you want help with +changes needed, ports needed or features to be added, arrangements can +be easily made with some dialogue. This is a Second Life script, "simply link to these libraries" means 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 that makes the source code readable must include the License unmodified at the top of the source code. -David Seikel (Second Life user onefang Rejected). - +David Seikel (AKA onefang rejected). 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 @@ // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in -// all copies of the Software and its Copyright notices. In addition publicly +// all copies of the Software and its Copyright notices. In addition publicly // documented acknowledgment must be given that this software has been used if no -// source code of this software is made available publicly. This includes +// source code of this software is made available publicly. This includes // acknowledgments in either Copyright notices, Manuals, Publicity and Marketing // documents or any documentation provided with any product containing this -// software. This License does not apply to any software that links to the +// software. This License does not apply to any software that links to the // libraries provided by this software (statically or dynamically), but only to // the software provided. // // Please see the COPYING-PLAIN for a plain-english explanation of this notice // and it's intent. // -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -// THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// The software is provided "as is", without warranty of any kind, express or +// implied, including but not limited to the warranties of merchantability, +// fitness for a particular purpose and noninfringement. In no event shall +// the authors be liable for any claim, damages or other liability, whether +// in an action of contract, tort or otherwise, arising from, out of or in +// connection with the software or the use or other dealings in the software. list chatters = []; // npc key, relay channel. 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 @@ // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in -// all copies of the Software and its Copyright notices. In addition publicly +// all copies of the Software and its Copyright notices. In addition publicly // documented acknowledgment must be given that this software has been used if no -// source code of this software is made available publicly. This includes +// source code of this software is made available publicly. This includes // acknowledgments in either Copyright notices, Manuals, Publicity and Marketing // documents or any documentation provided with any product containing this -// software. This License does not apply to any software that links to the +// software. This License does not apply to any software that links to the // libraries provided by this software (statically or dynamically), but only to // the software provided. // // Please see the COPYING-PLAIN for a plain-english explanation of this notice // and it's intent. // -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -// THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// The software is provided "as is", without warranty of any kind, express or +// implied, including but not limited to the warranties of merchantability, +// fitness for a particular purpose and noninfringement. In no event shall +// the authors be liable for any claim, damages or other liability, whether +// in an action of contract, tort or otherwise, arising from, out of or in +// connection with the software or the use or other dealings in the software. // This is bad listening for commands on channel 0. 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 furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in -all copies of the Software and its Copyright notices. In addition publicly +all copies of the Software and its Copyright notices. In addition publicly documented acknowledgment must be given that this software has been used if no -source code of this software is made available publicly. This includes +source code of this software is made available publicly. This includes acknowledgments in either Copyright notices, Manuals, Publicity and Marketing documents or any documentation provided with any product containing this -software. This License does not apply to any software that links to the +software. This License does not apply to any software that links to the libraries provided by this software (statically or dynamically), but only to the software provided. Please see the COPYING-PLAIN for a plain-english explanation of this notice and it's intent. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +The software is provided "as is", without warranty of any kind, express or +implied, including but not limited to the warranties of merchantability, +fitness for a particular purpose and noninfringement. In no event shall +the authors be liable for any claim, damages or other liability, whether +in an action of contract, tort or otherwise, arising from, out of or in +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 @@ // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in -// all copies of the Software and its Copyright notices. In addition publicly +// all copies of the Software and its Copyright notices. In addition publicly // documented acknowledgment must be given that this software has been used if no -// source code of this software is made available publicly. This includes +// source code of this software is made available publicly. This includes // acknowledgments in either Copyright notices, Manuals, Publicity and Marketing // documents or any documentation provided with any product containing this -// software. This License does not apply to any software that links to the +// software. This License does not apply to any software that links to the // libraries provided by this software (statically or dynamically), but only to // the software provided. // // Please see the COPYING-PLAIN for a plain-english explanation of this notice // and it's intent. // -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -// THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// The software is provided "as is", without warranty of any kind, express or +// implied, including but not limited to the warranties of merchantability, +// fitness for a particular purpose and noninfringement. In no event shall +// the authors be liable for any claim, damages or other liability, whether +// in an action of contract, tort or otherwise, arising from, out of or in +// connection with the software or the use or other dealings in the software. // // As a special exception to the above conditions, the Second Life user known // 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. // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in -// all copies of the Software and its Copyright notices. In addition publicly +// all copies of the Software and its Copyright notices. In addition publicly // documented acknowledgment must be given that this software has been used if no -// source code of this software is made available publicly. This includes +// source code of this software is made available publicly. This includes // acknowledgments in either Copyright notices, Manuals, Publicity and Marketing // documents or any documentation provided with any product containing this -// software. This License does not apply to any software that links to the +// software. This License does not apply to any software that links to the // libraries provided by this software (statically or dynamically), but only to // the software provided. // // Please see the COPYING-PLAIN for a plain-english explanation of this notice // and it's intent. // -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -// THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// The software is provided "as is", without warranty of any kind, express or +// implied, including but not limited to the warranties of merchantability, +// fitness for a particular purpose and noninfringement. In no event shall +// the authors be liable for any claim, damages or other liability, whether +// in an action of contract, tort or otherwise, arising from, out of or in +// connection with the software or the use or other dealings in the software. // // As a special exception to the above conditions, the Second Life user known // as Winter Ventura may ignore all permissions and conditions and provide her -- cgit v1.1