From 756ccaa3769b921c36a87913ce948233fedde176 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Mon, 13 Feb 2012 16:02:07 -0500 Subject: [PATCH] update NOTICE and LICENSE Signed-off-by: Jean Privat --- LICENSE-BSD | 6 ++++++ NOTICE | 42 ++++++++++++++++++++++++++++++++++-------- 2 files changed, 40 insertions(+), 8 deletions(-) create mode 100644 LICENSE-BSD diff --git a/LICENSE-BSD b/LICENSE-BSD new file mode 100644 index 0000000..03b4641 --- /dev/null +++ b/LICENSE-BSD @@ -0,0 +1,6 @@ +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. +THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``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 THE FREEBSD PROJECT 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/NOTICE b/NOTICE index ddbb005..e85c0fc 100644 --- a/NOTICE +++ b/NOTICE @@ -1,12 +1,38 @@ This product includes software developed as part of the Nit Language project ( http://nitlanguage.org ). -Nit Language - Copyright 2004-2011 Jean Privat - Copyright 2006-2008 Floréal Morandat - Copyright 2008 Etienne M. Gagnon - Copyright 2009-2011 Jean-Sebastien Gelinas - Copyright 2009-2011 Alexis Laferrière - Copyright 2009 Julien Chevalier - Copyright 2011 Alexandre Terrasa +Files: * +Copyright: 2004-2012 Jean Privat + 2006-2008 Floréal Morandat + 2009-2011 Jean-Sebastien Gelinas + 2009-2012 Alexis Laferrière + 2009 Julien Chevalier + 2011-2012 Alexandre Terrasa +License: Apache 2.0 (see LICENSE) +Comment: The main license of the work, exept for the following exceptions +Files: lib/* + clib/* + share/nitdoc/* +Copyright: 2004-2012 Jean Privat + 2006-2008 Floréal Morandat + 2009-2011 Jean-Sebastien Gelinas + 2009-2012 Alexis Laferrière + 2009 Julien Chevalier + 2011-2012 Alexandre Terrasa +Licence: BSD 2 (see LICENSE-BSD) +Comment: Use of libraries and resources is basically unrestricted. We hold the copyright + on the compiler and the tools but not on the programs made by the users. + +Files: share/nitdoc/scripts/jquery-1.7.1.min.js +Copyright: 2011 John Resig, http://jquery.com/ +Licence: BSD 2 (see LICENSE-BSD) + +Files: /misc/gtksourceview/nit.lang +Copyright: 2009-2012 Alexis Laferrière + Based on ruby.lang from + 2004 Archit Baweja + 2005 Michael Witrant + 2006 Gabriel Bauman +License: GPL 2.0 (see LICENSE-GPL-2) +Comment: GPL because the original work is GPL -- 1.7.9.5