From 7637b6cc2bdfb7dc1d2c3c10097f1e6b4ad01e41 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 5 Mar 2014 03:36:47 +0200 Subject: [PATCH] add a license --- COPYING | 24 ++++++++++++++++++++++++ tools/asmproc.c | 8 ++++++++ tools/cmpmrg_text.c | 8 ++++++++ tools/cvt_data.c | 8 ++++++++ tools/mkbridge.c | 8 ++++++++ tools/mkdef_ord.c | 8 ++++++++ tools/protoparse.h | 7 +++++++ tools/translate.c | 8 ++++++++ 8 files changed, 79 insertions(+) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..5ecf0dd --- /dev/null +++ b/COPYING @@ -0,0 +1,24 @@ + + Copyright (c) 2013-2014, notaz + + 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 OR CONTRIBUTORS 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. diff --git a/tools/asmproc.c b/tools/asmproc.c index be6d4cc..6e6b62b 100644 --- a/tools/asmproc.c +++ b/tools/asmproc.c @@ -1,3 +1,11 @@ +/* + * ia32rtools + * (C) notaz, 2013,2014 + * + * This work is licensed under the terms of 3-clause BSD license. + * See COPYING file in the top-level directory. + */ + #include #include #include diff --git a/tools/cmpmrg_text.c b/tools/cmpmrg_text.c index 015db89..0f8739a 100644 --- a/tools/cmpmrg_text.c +++ b/tools/cmpmrg_text.c @@ -1,3 +1,11 @@ +/* + * ia32rtools + * (C) notaz, 2013,2014 + * + * This work is licensed under the terms of 3-clause BSD license. + * See COPYING file in the top-level directory. + */ + #include #include #include diff --git a/tools/cvt_data.c b/tools/cvt_data.c index 6aaf52c..2c5bbbf 100644 --- a/tools/cvt_data.c +++ b/tools/cvt_data.c @@ -1,3 +1,11 @@ +/* + * ia32rtools + * (C) notaz, 2013,2014 + * + * This work is licensed under the terms of 3-clause BSD license. + * See COPYING file in the top-level directory. + */ + #define _GNU_SOURCE #include #include diff --git a/tools/mkbridge.c b/tools/mkbridge.c index a5dd2b8..01a8f56 100644 --- a/tools/mkbridge.c +++ b/tools/mkbridge.c @@ -1,3 +1,11 @@ +/* + * ia32rtools + * (C) notaz, 2013,2014 + * + * This work is licensed under the terms of 3-clause BSD license. + * See COPYING file in the top-level directory. + */ + #include #include #include diff --git a/tools/mkdef_ord.c b/tools/mkdef_ord.c index fd999c2..f4313b8 100644 --- a/tools/mkdef_ord.c +++ b/tools/mkdef_ord.c @@ -1,3 +1,11 @@ +/* + * ia32rtools + * (C) notaz, 2013,2014 + * + * This work is licensed under the terms of 3-clause BSD license. + * See COPYING file in the top-level directory. + */ + #include #include #include diff --git a/tools/protoparse.h b/tools/protoparse.h index 1bc619c..0ae46f6 100644 --- a/tools/protoparse.h +++ b/tools/protoparse.h @@ -1,3 +1,10 @@ +/* + * ia32rtools + * (C) notaz, 2013,2014 + * + * This work is licensed under the terms of 3-clause BSD license. + * See COPYING file in the top-level directory. + */ struct parsed_proto; diff --git a/tools/translate.c b/tools/translate.c index f22cb1d..de2b30c 100644 --- a/tools/translate.c +++ b/tools/translate.c @@ -1,3 +1,11 @@ +/* + * ia32rtools + * (C) notaz, 2013,2014 + * + * This work is licensed under the terms of 3-clause BSD license. + * See COPYING file in the top-level directory. + */ + #define _GNU_SOURCE #include #include -- 2.39.2