root/trunk/fink/main/finkinfo/macathena-libhesiod.patch

Revision 80, 2.8 kB (checked in by broder, 16 years ago)

Added license information to all of the packags (fixes #5)

  • Makefile.in

    old new  
    2222LIBS=@LIBS@ 
    2323ALL_CFLAGS=-I. -DSYSCONFDIR=\"${sysconfdir}\" ${CPPFLAGS} ${CFLAGS} 
    2424OBJS=hesiod.lo hesmailhost.lo hespwnam.lo hesservbyname.lo hescompat.lo 
     25LIBTOOLFLAGS=$(foreach flag,$(LDFLAGS),-Xlinker $(flag)) 
    2526 
    2627.SUFFIXES: .lo 
    2728 
     
    2930 
    3031libhesiod.la: ${OBJS} 
    3132        ${LIBTOOL} --mode=link ${CC} -rpath ${libdir} -version-info 0:0:0 \ 
    32           -o $@ ${OBJS} ${LIBS} 
     33          ${LIBTOOLFLAGS} -o $@ ${OBJS} ${LIBS} 
    3334 
    3435hestest: hestest.lo libhesiod.la 
    3536        ${LIBTOOL} --mode=link ${CC} -o $@ hestest.lo libhesiod.la 
  • copyright

    old new  
     1The Hesiod source code was obtained from  
     2ftp://athena-dist.mit.edu/pub/ATHENA/hesiod, and is licensed as follows: 
     3 
     4  Copyright (c) 1996 by Internet Software Consortium. 
     5   
     6  Permission to use, copy, modify, and distribute this software for any 
     7  purpose with or without fee is hereby granted, provided that the above 
     8  copyright notice and this permission notice appear in all copies. 
     9   
     10  THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS 
     11  ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 
     12  OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE 
     13  CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 
     14  DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 
     15  PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 
     16  ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 
     17  SOFTWARE. 
     18   
     19  Copyright 1996, 2000 by the Massachusetts Institute of Technology. 
     20   
     21  Permission to use, copy, modify, and distribute this 
     22  software and its documentation for any purpose and without 
     23  fee is hereby granted, provided that the above copyright 
     24  notice appear in all copies and that both that copyright 
     25  notice and this permission notice appear in supporting 
     26  documentation, and that the name of M.I.T. not be used in 
     27  advertising or publicity pertaining to distribution of the 
     28  software without specific, written prior permission. 
     29  M.I.T. makes no representations about the suitability of 
     30  this software for any purpose.  It is provided "as is" 
     31  without express or implied warranty. 
     32 
     33This fink package was created as part of the MacAthena Project  
     34<http://macathena.mit.edu/> of the MIT Student Information Processing 
     35Board, and is released to the public domain. 
Note: See TracBrowser for help on using the browser.