From a45ff46d1b973e54fd507b3f0c68a922acd9cd4e Mon Sep 17 00:00:00 2001 From: Murachue Date: Sun, 8 Dec 2013 16:57:22 +0900 Subject: [PATCH] Copyrights... --- Bz/BZScriptInterface.h | 2 +- Bz/BZScriptPython.cpp | 29 +++++++++++++++++++++++++++++ Bz/BZScriptPython.h | 29 +++++++++++++++++++++++++++++ Bz/BZScriptRuby.cpp | 29 +++++++++++++++++++++++++++++ Bz/BZScriptRuby.h | 29 +++++++++++++++++++++++++++++ Bz/BZScriptView.cpp | 2 +- Bz/BZScriptView.h | 2 +- Bz/BZScriptWrapper.cpp | 2 +- Bz/BZScriptWrapper.h | 2 +- Bz/PasteType.cpp | 2 +- Bz/PasteType.h | 2 +- 11 files changed, 123 insertions(+), 7 deletions(-) diff --git a/Bz/BZScriptInterface.h b/Bz/BZScriptInterface.h index 68085f7..da3131c 100644 --- a/Bz/BZScriptInterface.h +++ b/Bz/BZScriptInterface.h @@ -1,7 +1,7 @@ /* licenced by New BSD License -Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) +Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) & Murachue (Modder) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Bz/BZScriptPython.cpp b/Bz/BZScriptPython.cpp index 14b91b7..4b32235 100644 --- a/Bz/BZScriptPython.cpp +++ b/Bz/BZScriptPython.cpp @@ -1,3 +1,32 @@ +/* +licenced by New BSD License + +Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) & Murachue (Modder) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + #include "stdafx.h" #include "Bz.h" // options #include "BZView.h" diff --git a/Bz/BZScriptPython.h b/Bz/BZScriptPython.h index d438684..b25eb6c 100644 --- a/Bz/BZScriptPython.h +++ b/Bz/BZScriptPython.h @@ -1,3 +1,32 @@ +/* +licenced by New BSD License + +Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) & Murachue (Modder) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + #pragma once class BZScriptPython : public BZScriptInterface { diff --git a/Bz/BZScriptRuby.cpp b/Bz/BZScriptRuby.cpp index 17ecb96..abe5b0d 100644 --- a/Bz/BZScriptRuby.cpp +++ b/Bz/BZScriptRuby.cpp @@ -1,3 +1,32 @@ +/* +licenced by New BSD License + +Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) & Murachue (Modder) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + #include "stdafx.h" #include "Bz.h" // options #include "BZView.h" diff --git a/Bz/BZScriptRuby.h b/Bz/BZScriptRuby.h index ba539e5..c6f62cd 100644 --- a/Bz/BZScriptRuby.h +++ b/Bz/BZScriptRuby.h @@ -1,3 +1,32 @@ +/* +licenced by New BSD License + +Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) & Murachue (Modder) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + #pragma once class BZScriptRuby : public BZScriptInterface { diff --git a/Bz/BZScriptView.cpp b/Bz/BZScriptView.cpp index f4298eb..1e88d81 100644 --- a/Bz/BZScriptView.cpp +++ b/Bz/BZScriptView.cpp @@ -1,7 +1,7 @@ /* licenced by New BSD License -Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) +Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) & Murachue (Modder) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Bz/BZScriptView.h b/Bz/BZScriptView.h index 25a177d..26ed45e 100644 --- a/Bz/BZScriptView.h +++ b/Bz/BZScriptView.h @@ -1,7 +1,7 @@ /* licenced by New BSD License -Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) +Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) & Murachue (Modder) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Bz/BZScriptWrapper.cpp b/Bz/BZScriptWrapper.cpp index a460d75..8723ad9 100644 --- a/Bz/BZScriptWrapper.cpp +++ b/Bz/BZScriptWrapper.cpp @@ -1,7 +1,7 @@ /* licenced by New BSD License -Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) +Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) & Murachue (Modder) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Bz/BZScriptWrapper.h b/Bz/BZScriptWrapper.h index 5ff9702..cfc1786 100644 --- a/Bz/BZScriptWrapper.h +++ b/Bz/BZScriptWrapper.h @@ -1,7 +1,7 @@ /* licenced by New BSD License -Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) +Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) & Murachue (Modder) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Bz/PasteType.cpp b/Bz/PasteType.cpp index 7614e06..7c0cc51 100644 --- a/Bz/PasteType.cpp +++ b/Bz/PasteType.cpp @@ -1,7 +1,7 @@ /* licenced by New BSD License -Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) +Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) & Murachue (Modder) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Bz/PasteType.h b/Bz/PasteType.h index 41a7e43..5df2538 100644 --- a/Bz/PasteType.h +++ b/Bz/PasteType.h @@ -1,7 +1,7 @@ /* licenced by New BSD License -Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) +Copyright (c) 1996-2013, c.mos(original author) & devil.tamachan@gmail.com(Modder) & Murachue (Modder) All rights reserved. Redistribution and use in source and binary forms, with or without