Skip to content

Commit

Permalink
Copyrights...
Browse files Browse the repository at this point in the history
  • Loading branch information
murachue committed Dec 8, 2013
1 parent 0135f31 commit a45ff46
Show file tree
Hide file tree
Showing 11 changed files with 123 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Bz/BZScriptInterface.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
29 changes: 29 additions & 0 deletions Bz/BZScriptPython.cpp
Original file line number Diff line number Diff line change
@@ -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 <organization> 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 <COPYRIGHT HOLDER> 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"
Expand Down
29 changes: 29 additions & 0 deletions Bz/BZScriptPython.h
Original file line number Diff line number Diff line change
@@ -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 <organization> 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 <COPYRIGHT HOLDER> 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
{
Expand Down
29 changes: 29 additions & 0 deletions Bz/BZScriptRuby.cpp
Original file line number Diff line number Diff line change
@@ -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 <organization> 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 <COPYRIGHT HOLDER> 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"
Expand Down
29 changes: 29 additions & 0 deletions Bz/BZScriptRuby.h
Original file line number Diff line number Diff line change
@@ -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 <organization> 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 <COPYRIGHT HOLDER> 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
{
Expand Down
2 changes: 1 addition & 1 deletion Bz/BZScriptView.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Bz/BZScriptView.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Bz/BZScriptWrapper.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Bz/BZScriptWrapper.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Bz/PasteType.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Bz/PasteType.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a45ff46

Please sign in to comment.