jsquyres 02/10/30 05:29:04
Modified: . LICENSE Makefile.am acinclude.m4 autogen.sh
configure.in
Added: . AUTHORS README
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 -0 maildb/LICENSE
Index: LICENSE
===================================================================
RCS file: /cvsroot/maildb/maildb/LICENSE,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** LICENSE 30 Oct 2002 12:31:00 -0000 1.1
--- LICENSE 30 Oct 2002 13:29:04 -0000 1.2
***************
*** 1,3 ****
--- 1,5 ----
+ Copyright (c) 2002 MailDB Team
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1.2 +3 -3 maildb/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /cvsroot/maildb/maildb/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:04 -0000 1.2
***************
*** 1,17 ****
# -*- 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 $
#
SUBDIRS = dist libmaildb
! EXTRA_DIST = LICENSE README
#
# For making the distribution. MailDB maintainers only. It won't work
--- 1,17 ----
# -*- 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:04 jsquyres Exp $
#
SUBDIRS = dist libmaildb
! EXTRA_DIST = AUTHORS LICENSE README
#
# For making the distribution. MailDB maintainers only. It won't work
1.2 +2 -2 maildb/acinclude.m4
Index: acinclude.m4
===================================================================
RCS file: /cvsroot/maildb/maildb/acinclude.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** acinclude.m4 30 Oct 2002 12:31:00 -0000 1.1
--- acinclude.m4 30 Oct 2002 13:29:04 -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: acinclude.m4,v 1.1 2002/10/30 12:31:00 jsquyres Exp $
#
sinclude(dist/maildb_functions.m4)
--- 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: acinclude.m4,v 1.2 2002/10/30 13:29:04 jsquyres Exp $
#
sinclude(dist/maildb_functions.m4)
1.2 +2 -2 maildb/autogen.sh
Index: autogen.sh
===================================================================
RCS file: /cvsroot/maildb/maildb/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** autogen.sh 30 Oct 2002 12:31:00 -0000 1.1
--- autogen.sh 30 Oct 2002 13:29:04 -0000 1.2
***************
*** 1,8 ****
#! /bin/sh
#
! # $Id: autogen.sh,v 1.1 2002/10/30 12:31:00 jsquyres Exp $
#
! # 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
--- 1,8 ----
#! /bin/sh
#
! # $Id: autogen.sh,v 1.2 2002/10/30 13:29:04 jsquyres Exp $
#
! # 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
1.2 +3 -3 maildb/configure.in
Index: configure.in
===================================================================
RCS file: /cvsroot/maildb/maildb/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** configure.in 30 Oct 2002 12:31:00 -0000 1.1
--- configure.in 30 Oct 2002 13:29:04 -0000 1.2
***************
*** 1,12 ****
# -*- shell-script -*-
#
! # 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: configure.in,v 1.1 2002/10/30 12:31:00 jsquyres Exp $
#
############################################################################
--- 1,12 ----
# -*- shell-script -*-
#
! # 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: configure.in,v 1.2 2002/10/30 13:29:04 jsquyres Exp $
#
############################################################################
***************
*** 69,75 ****
AH_TOP([/* -*- c -*-
*
! * 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
--- 69,75 ----
AH_TOP([/* -*- c -*-
*
! * 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
1.1 maildb/AUTHORS
Index: AUTHORS
===================================================================
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: AUTHORS,v 1.1 2002/10/30 13:29:04 jsquyres Exp $
The developers in the MailDB project (referred to as "MailDB Team" in
all copyright notices) are:
Jeff Squyres
Liza Weissler
1.1 maildb/README
Index: README
===================================================================
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.
Blah.
To be filled in.
|