diff options
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 42 |
1 files changed, 22 insertions, 20 deletions
@@ -1,7 +1,7 @@ The wallet package as a whole is: - Copyright 2006, 2007, 2008 Board of Trustees, Leland Stanford Jr. - University. All rights reserved. + Copyright 2006, 2007, 2008, 2009, 2010 Board of Trustees, Leland + Stanford Jr. University. All rights reserved. and released under the following license: @@ -28,10 +28,10 @@ files. Collected copyright notices for the entire package: Copyright 1994, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, - 2008 Board of Trustees, Leland Stanford Jr. University - Copyright 2000, 2001, 2004, 2006, 2007, 2008 + 2008, 2009, 2010 Board of Trustees, Leland Stanford Jr. University + Copyright 2000, 2001, 2004, 2006, 2007, 2008, 2009 Russ Allbery <rra@stanford.edu> - Copyright 2004, 2005, 2006, 2007 + Copyright 2004, 2005, 2006, 2007, 2008, 2009 by Internet Systems Consortium, Inc. ("ISC") Copyright 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 by The Internet Software Consortium and Rich Salz @@ -42,18 +42,25 @@ Collected copyright notices for the entire package: Copyright 1998 Andrew Tridgell <tridge@samba.org> Copyright 2000, 2005 Hrvoje Niksic <hniksic@xemacs.org> Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Copyright 1994 X Consortium +The files portable/asprintf.c, portable/dummy.c, portable/macros.h, +portable/stdbool.h, portable/strlcat.c, portable/strlcpy.c, +portable/uio.h, and util/concat.c have been placed in the public domain by +their author. + The files tests/libtest.c, tests/libtest.h, tests/portable/snprintf-t.c, tests/portable/strlcat-t.c, tests/portable/strlcpy-t.c, tests/util/concat-t.c, tests/util/messages-t.c, tests/util/xmalloc-t, and tests/util/xmalloc.c are released under the following copyright and license: - Copyright 2008 Board of Trustees, Leland Stanford Jr. University - Copyright (c) 2004, 2005, 2006, 2007 + Copyright 2009 Russ Allbery <rra@stanford.edu> + Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Board of Trustees, Leland Stanford Jr. University + Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009 by Internet Systems Consortium, Inc. ("ISC") Copyright (c) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 by The Internet Software Consortium and Rich Salz @@ -73,11 +80,6 @@ license: ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -The files portable/asprintf.c, portable/dummy.c, portable/macros.h, -portable/stdbool.h, portable/strlcat.c, portable/strlcpy.c, -portable/uio.h, and util/concat.c have been placed in the public domain by -their author. - The file portable/snprintf.c is released under the following license: This code is based on code written by Patrick Powell (papowell@astart.com) @@ -87,7 +89,7 @@ The file portable/snprintf.c is released under the following license: The file tests/runtests.c is released under the following copyright and license: - Copyright 2000, 2001, 2004, 2006, 2007, 2008 + Copyright 2000, 2001, 2004, 2006, 2007, 2008, 2009 Russ Allbery <rra@stanford.edu> Permission is hereby granted, free of charge, to any person obtaining a @@ -113,7 +115,7 @@ The files Makefile.in and aclocal.m4 are generated by GNU Automake and released under the following copyright and license: Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. @@ -127,16 +129,16 @@ The file configure is generated by GNU Autoconf and is released under the following copyright and license: Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. - This configure script is free software; the Free Software Foundation - gives unlimited permission to copy, distribute and modify it. + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, + Inc. This configure script is free software; the Free Software + Foundation gives unlimited permission to copy, distribute and modify it. The files build-aux/compile, build-aux/depcomp, and build-aux/missing are taken from GNU Automake and are released under the following copyright and license: - Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, + 2007, 2008, 2009 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the |