jsquyres 02/10/30 05:29:05
Modified: libmaildb/common Makefile.am
Log:
Make the copyrights be "MailDB Team" with a top-level AUTHORS file,
not "Jeff Squyres". Much simpler that way.
Revision Changes Path
1.2 +2 -2 maildb/libmaildb/common/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /cvsroot/maildb/maildb/libmaildb/common/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** Makefile.am 30 Oct 2002 12:31:00 -0000 1.1
--- Makefile.am 30 Oct 2002 13:29:05 -0000 1.2
***************
*** 1,12 ****
# -*- makefile -*-
#
! # Copyright (c) 2002 Jeff Squyres
#
# This file is part of the MailDB software package. For license
# information, see the LICENSE file in the top level directory of the
# MailDB source distribution.
#
! # $Id: Makefile.am,v 1.1 2002/10/30 12:31:00 jsquyres Exp $
#
# Nobody here yet but us chickens...
--- 1,12 ----
# -*- makefile -*-
#
! # Copyright (c) 2002 MailDB Team
#
# This file is part of the MailDB software package. For license
# information, see the LICENSE file in the top level directory of the
# MailDB source distribution.
#
! # $Id: Makefile.am,v 1.2 2002/10/30 13:29:05 jsquyres Exp $
#
# Nobody here yet but us chickens...
|