]> git.llucax.com Git - software/makeit.git/commitdiff
Add Boost Software License Version 1.0 as LICENSE
authorLeandro Lucarella <luca@llucax.com.ar>
Sat, 8 Mar 2014 00:51:06 +0000 (21:51 -0300)
committerLeandro Lucarella <luca@llucax.com.ar>
Sat, 8 Mar 2014 00:51:06 +0000 (21:51 -0300)
LICENSE [new file with mode: 0644]
Makefile
Makeit.mak
Toplevel.mak

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
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.
index f16419cb7747c56901d8b4947f323c55fe0fe1fc..38f0bc05d5de996ed57c31b929045681d8fe7566 100644 (file)
--- 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:
index 8964fe2dce5921fab107c232e15a96432a2d9ea2..99a2b7276cd71ccda3ab5f34127fbf965c1dc979 100644 (file)
@@ -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
 
index 5d16acfd18f77c01a31e08af7abf9f171fcd2d76..3d4f37d49fa43b4c855c61061459184fa5e6872a 100644 (file)
@@ -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