Show
Ignore:
Timestamp:
07/20/05 10:07:18 (3 years ago)
Author:
gnue
Message:

update LEGAL

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/COPYING/LEGAL.txt

    r1 r38  
    66mentioned below. 
    77 
     8configure: 
     9 
     10  Copyright (C) 2003 Free Software Foundation, Inc. 
     11  This configure script is free software; the Free Software Foundation 
     12  gives unlimited permission to copy, distribute and modify it. 
     13 
     14config.guess: 
     15config.sub: 
     16 
     17   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 
     18    2000, 2001, 2002, 2003 Free Software Foundation, Inc. 
     19 
     20  This file is free software; you can redistribute it and/or modify it 
     21  under the terms of the GNU General Public License as published by 
     22  the Free Software Foundation; either version 2 of the License, or 
     23  (at your option) any later version. 
     24 
     25  This program is distributed in the hope that it will be useful, but 
     26  WITHOUT ANY WARRANTY; without even the implied warranty of 
     27  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     28  General Public License for more details. 
     29 
     30  You should have received a copy of the GNU General Public License 
     31  along with this program; if not, write to the Free Software 
     32  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
     33 
     34  As a special exception to the GNU General Public License, if you 
     35  distribute this file as part of a program that contains a 
     36  configuration script generated by Autoconf, you may include it under 
     37  the same distribution terms that you use for the rest of that program. 
     38 
     39install-sh: 
     40 
     41  install - install a program, script, or datafile 
     42  This comes from X11R5 (mit/util/scripts/install.sh). 
     43 
     44  Copyright 1991 by the Massachusetts Institute of Technology 
     45 
     46  Permission to use, copy, modify, distribute, and sell this software and its 
     47  documentation for any purpose is hereby granted without fee, provided that 
     48  the above copyright notice appear in all copies and that both that 
     49  copyright notice and this permission notice appear in supporting 
     50  documentation, and that the name of M.I.T. not be used in advertising or 
     51  publicity pertaining to distribution of the software without specific, 
     52  written prior permission.  M.I.T. makes no representations about the 
     53  suitability of this software for any purpose.  It is provided "as is" 
     54  without express or implied warranty. 
     55 
     56  Calling this script install-sh is preferred over install.sh, to prevent 
     57  `make' implicit rules from creating a file called install from it 
     58  when there is no Makefile. 
     59 
     60  This script is compatible with the BSD install script, but was written 
     61  from scratch.  It can only install one file at a time, a restriction 
     62  shared with many OS's install programs. 
     63 
     64contrib/NewtObjC/*: 
     65contrib/NativeCalls/*: 
     66 
     67  Version: MPL 1.1 
     68 
     69  The contents of this file are subject to the Mozilla Public License Version 
     70  1.1 (the "License"); you may not use this file except in compliance with 
     71  the License. You may obtain a copy of the License at 
     72  http://www.mozilla.org/MPL/ 
     73 
     74  Software distributed under the License is distributed on an "AS IS" basis, 
     75  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 
     76  for the specific language governing rights and limitations under the 
     77  License. 
     78 
     79  The Original Code is NativeCalls.c 
     80  
     81  The Initial Developer of the Original Code is Paul Guyot. Portions created 
     82  by the Initial Developers are 
     83  Copyright (C) 2005 the Initial Developers. All Rights Reserved. 
     84 
     85  Contributor(s): 
     86    Paul Guyot <pguyot@kallisys.net> (original author)