|
From: Jeff S. <jsq...@us...> - 2002-10-30 13:29:05
|
jsquyres 02/10/30 05:29:05
Modified: dist Makefile.am get_maildb_version maildb_functions.m4
maildb_get_version.m4
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/dist/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /cvsroot/maildb/maildb/dist/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 $
#
EXTRA_DIST = \
--- 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 $
#
EXTRA_DIST = \
1.2 +2 -2 maildb/dist/get_maildb_version
Index: get_maildb_version
===================================================================
RCS file: /cvsroot/maildb/maildb/dist/get_maildb_version,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** get_maildb_version 30 Oct 2002 12:31:00 -0000 1.1
--- get_maildb_version 30 Oct 2002 13:29:05 -0000 1.2
***************
*** 1,12 ****
#!/bin/sh
#
! # 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: get_maildb_version,v 1.1 2002/10/30 12:31:00 jsquyres Exp $
#
# Since we do this in multiple places, it's worth putting in a
# separate shell script. Very primitive script to get the version
--- 1,12 ----
#!/bin/sh
#
! # 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: get_maildb_version,v 1.2 2002/10/30 13:29:05 jsquyres Exp $
#
# Since we do this in multiple places, it's worth putting in a
# separate shell script. Very primitive script to get the version
1.2 +2 -2 maildb/dist/maildb_functions.m4
Index: maildb_functions.m4
===================================================================
RCS file: /cvsroot/maildb/maildb/dist/maildb_functions.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** maildb_functions.m4 30 Oct 2002 12:31:00 -0000 1.1
--- maildb_functions.m4 30 Oct 2002 13:29:05 -0000 1.2
***************
*** 1,12 ****
dnl -*- shell-script -*-
dnl
! dnl Copyright (c) 2002 Jeff Squyres
dnl
dnl This file is part of the MailDB software package. For license
dnl information, see the LICENSE file in the top level directory of the
dnl MailDB source distribution.
dnl
! dnl $Id: maildb_functions.m4,v 1.1 2002/10/30 12:31:00 jsquyres Exp $
dnl
AC_DEFUN(MAILDB_CONFIGURE_SETUP,[
--- 1,12 ----
dnl -*- shell-script -*-
dnl
! dnl Copyright (c) 2002 MailDB Team
dnl
dnl This file is part of the MailDB software package. For license
dnl information, see the LICENSE file in the top level directory of the
dnl MailDB source distribution.
dnl
! dnl $Id: maildb_functions.m4,v 1.2 2002/10/30 13:29:05 jsquyres Exp $
dnl
AC_DEFUN(MAILDB_CONFIGURE_SETUP,[
1.2 +2 -2 maildb/dist/maildb_get_version.m4
Index: maildb_get_version.m4
===================================================================
RCS file: /cvsroot/maildb/maildb/dist/maildb_get_version.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** maildb_get_version.m4 30 Oct 2002 12:31:00 -0000 1.1
--- maildb_get_version.m4 30 Oct 2002 13:29:05 -0000 1.2
***************
*** 1,12 ****
dnl -*- shell-script -*-
dnl
! dnl Copyright (c) 2002 Jeff Squyres
dnl
dnl This file is part of the MailDB software package. For license
dnl information, see the LICENSE file in the top level directory of the
dnl MailDB source distribution.
dnl
! dnl $Id: maildb_get_version.m4,v 1.1 2002/10/30 12:31:00 jsquyres Exp $
dnl
define(MAILDB_GET_VERSION,[
--- 1,12 ----
dnl -*- shell-script -*-
dnl
! dnl Copyright (c) 2002 MailDB Team
dnl
dnl This file is part of the MailDB software package. For license
dnl information, see the LICENSE file in the top level directory of the
dnl MailDB source distribution.
dnl
! dnl $Id: maildb_get_version.m4,v 1.2 2002/10/30 13:29:05 jsquyres Exp $
dnl
define(MAILDB_GET_VERSION,[
|