From c075192a8a8c198c7ca2c973a67efa5b2abc40d5 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 7 Mar 2014 21:51:06 -0300 Subject: [PATCH] Add Boost Software License Version 1.0 as LICENSE --- LICENSE | 23 +++++++++++++++++++++++ Makefile | 3 +++ Makeit.mak | 4 ++++ Toplevel.mak | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..36b7cd9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +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, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN 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/Makefile b/Makefile index f16419c..38f0bc0 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +# Copyright Leandro Lucarella 2006 - 2014 +# Distributed under the Boost Software License, Version 1.0 +# See the LICENSE file for details, or http://www.boost.org/LICENSE_1_0.txt .PHONY: example example: diff --git a/Makeit.mak b/Makeit.mak index 8964fe2..99a2b72 100644 --- a/Makeit.mak +++ b/Makeit.mak @@ -1,3 +1,7 @@ +# Copyright Leandro Lucarella 2006 - 2014 +# Distributed under the Boost Software License, Version 1.0 +# See the LICENSE file for details, or http://www.boost.org/LICENSE_1_0.txt + ifndef Makeit.mak.included Makeit.mak.included := 1 diff --git a/Toplevel.mak b/Toplevel.mak index 5d16acf..3d4f37d 100644 --- a/Toplevel.mak +++ b/Toplevel.mak @@ -1,3 +1,7 @@ +# Copyright Leandro Lucarella 2006 - 2014 +# Distributed under the Boost Software License, Version 1.0 +# See the LICENSE file for details, or http://www.boost.org/LICENSE_1_0.txt + ifndef Toplevel.mak.included Toplevel.mak.included := 1 -- 2.43.0