diff options
Diffstat (limited to 'debian/copyright')
| -rw-r--r-- | debian/copyright | 52 | 
1 files changed, 35 insertions, 17 deletions
| diff --git a/debian/copyright b/debian/copyright index 896fbdf..afd7b18 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,12 +1,12 @@  This package was debianized by    1999-2006 Fumitoshi UKAI <ukai@debian.or.jp> -  2008-2010 Tatsuya Kinoshita <tats@debian.org> +  2008-2011 Tatsuya Kinoshita <tats@debian.org>  The upstream source can be downloaded from    http://sourceforge.net/projects/w3m  (C) Copyright 1994-2002 by Akinori Ito -(C) Copyright 2002-2007 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai +(C) Copyright 2002-2011 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai  Use, modification and redistribution of this software is hereby granted,  provided that this entire copyright notice is included on any copies of @@ -26,20 +26,38 @@ Copyright (C) 2002, hito  follow w3m license  (ChangeLog: 2002-10-11  Hiroyuki Ito <hito@crl.go.jp>) -matrix.c: - -Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers -Copyright (c) 1991-1996 by Xerox Corporation.  All rights reserved. -Copyright (c) 1996-1998 by Silicon Graphics.  All rights reserved. - -THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED -OR IMPLIED.  ANY USE IS AT YOUR OWN RISK. - -Permission is hereby granted to use or copy this program -for any purpose,  provided the above notices are retained on all copies. -Permission to modify the code and to distribute modified code is granted, -provided the above notices are retained, and a notice that the code was -modified is included with the above copyright notice. +matrix.h, matrix.c: + +by K.Okabe  Aug. 1999 + +You can use,copy,modify and distribute this program without any permission. + +LUfactor, LUsolve, Usolve and Lsolve, are based on the functions in +Meschach Library Version 1.2b. + +/************************************************************************** +** +** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved. +** +**			     Meschach Library +**  +** This Meschach Library is provided "as is" without any express  +** or implied warranty of any kind with respect to this software.  +** In particular the authors shall not be liable for any direct,  +** indirect, special, incidental or consequential damages arising  +** in any way from use of the software. +**  +** Everyone is granted permission to copy, modify and redistribute this +** Meschach Library, provided: +**  1.  All copies contain this copyright notice. +**  2.  All modified copies shall carry a notice stating who +**      made the last modification and the date of such modification. +**  3.  No charge is made for this software or works derived from it.   +**      This clause shall not be construed as constraining other software +**      distributed on the same medium as this software, nor is a +**      distribution fee considered a charge. +** +***************************************************************************/  libwc/EastAsianWidth.txt: @@ -51,7 +69,7 @@ The license was downloaded from http://www.unicode.org/terms_of_use.html  text/html to text/plain, shown as follows:  ---- Begin of UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE ---- -    UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE  Unicode Data Files include all data files under the directories  http://www.unicode.org/Public/, http://www.unicode.org/reports/, and | 
