Update of /cvsroot/mahogany/M/extra/src/c-client
In directory sc8-pr-cvs1:/tmp/cvs-serv18529

Modified Files:
        drivers mkauths 
Log Message:
updated to versions from 2002b

Index: drivers
===================================================================
RCS file: /cvsroot/mahogany/M/extra/src/c-client/drivers,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- drivers     18 May 1998 18:00:20 -0000      1.1
+++ drivers     14 Jul 2003 19:56:32 -0000      1.2
@@ -12,24 +12,11 @@
 #
 # Date:                11 October 1989
-# Last Edited: 11 October 1993
+# Last Edited: 24 October 2000
 #
-# Copyright 1993 by the University of Washington
+# The IMAP toolkit provided in this Distribution is
+# Copyright 2000 University of Washington.
 #
-#  Permission to use, copy, modify, and distribute this software and its
-# documentation for any purpose and without fee is hereby granted, provided
-# that the above copyright notice appears in all copies and that both the
-# above copyright notice and this permission notice appear in supporting
-# documentation, and that the name of the University of Washington not be
-# used in advertising or publicity pertaining to distribution of the software
-# without specific, written prior permission.  This software is made
-# available "as is", and
-# THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
-# WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
-# NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
-# INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
-# (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION
-# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+# The full text of our legal notices is contained in the file called
+# CPYRIGHT, included with this Distribution.
 
 

Index: mkauths
===================================================================
RCS file: /cvsroot/mahogany/M/extra/src/c-client/mkauths,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- mkauths     2 Mar 2000 17:18:16 -0000       1.5
+++ mkauths     14 Jul 2003 19:56:33 -0000      1.6
@@ -12,26 +12,12 @@
 #
 # Date:                5 December 1995
-# Last Edited: 15 October 1998
+# Last Edited: 24 October 2000
 #
-# Copyright 1998 by the University of Washington
+# The IMAP toolkit provided in this Distribution is
+# Copyright 2000 University of Washington.
 #
-#  Permission to use, copy, modify, and distribute this software and its
-# documentation for any purpose and without fee is hereby granted, provided
-# that the above copyright notice appears in all copies and that both the
-# above copyright notice and this permission notice appear in supporting
-# documentation, and that the name of the University of Washington not be
-# used in advertising or publicity pertaining to distribution of the software
-# without specific, written prior permission.  This software is made
-# available "as is", and
-# THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
-# WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
-# NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
-# INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
-# (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION
-# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+# The full text of our legal notices is contained in the file called
+# CPYRIGHT, included with this Distribution.
 
-if [ "$MAKE" = "" ] ; then MAKE=make; fi
 # Erase old authenticators list
 rm -f auths.c
@@ -42,5 +28,5 @@
  do
   if [ -f Makefile."$authenticator" ]; then
-    $MAKE -f Makefile."$authenticator" `cat EXTRASPECIALS`
+    make -f Makefile."$authenticator" `cat SPECIALS`
   fi
   echo "extern AUTHENTICATOR auth_"$authenticator";" >> linkage.h



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to