diff --git a/grendel/Main.java b/grendel/Main.java index e6e8dbb33c1..06ce4ba2187 100644 --- a/grendel/Main.java +++ b/grendel/Main.java @@ -15,6 +15,10 @@ * The Initial Developer of the Original Code is Netscape Communications * Corporation. Portions created by Netscape are Copyright (C) 1997 * Netscape Communications Corporation. All Rights Reserved. + * + * Contributors: Jeff Galyan + * Joel York + * Edwin Woudt */ package grendel; diff --git a/grendel/Makefile b/grendel/Makefile index c8dc9727d08..0440ddabc03 100644 --- a/grendel/Makefile +++ b/grendel/Makefile @@ -15,6 +15,10 @@ # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are Copyright (C) 1997 # Netscape Communications Corporation. All Rights Reserved. +# +# Contributors: Jeff Galyan +# Edwin Woudt +# SUBDIRS= \ addressbook \ diff --git a/grendel/addressbook/AddressBook.java b/grendel/addressbook/AddressBook.java index 550a8edcb26..10bca269113 100644 --- a/grendel/addressbook/AddressBook.java +++ b/grendel/addressbook/AddressBook.java @@ -15,6 +15,11 @@ * The Initial Developer of the Original Code is Netscape Communications * Corporation. Portions created by Netscape are Copyright (C) 1997 * Netscape Communications Corporation. All Rights Reserved. + * + * Contributors: Jeff Galyan + * Giao Nguyen + * Edwin Woudt + * Mauro Botelho */ package grendel.addressbook; diff --git a/grendel/addressbook/Makefile b/grendel/addressbook/Makefile index c5f7684f040..d2c628fb5d7 100644 --- a/grendel/addressbook/Makefile +++ b/grendel/addressbook/Makefile @@ -14,7 +14,11 @@ # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are Copyright (C) 1997 +# # Netscape Communications Corporation. All Rights Reserved. +# +# Contributors: Jeff Galyan +# Giao Nguyen TOPDIR = .. diff --git a/grendel/addressbook/Menus.properties b/grendel/addressbook/Menus.properties index 5fdc123a38c..34c5e32d7eb 100644 --- a/grendel/addressbook/Menus.properties +++ b/grendel/addressbook/Menus.properties @@ -14,6 +14,7 @@ # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are Copyright (C) 1997 # Netscape Communications Corporation. All Rights Reserved. +# # menubar definition for mail/news adress book # Lester Schueler 97/09/31 diff --git a/grendel/addressbook/NewCardDialog.java b/grendel/addressbook/NewCardDialog.java index b5f09d77e7a..78cabfd097e 100644 --- a/grendel/addressbook/NewCardDialog.java +++ b/grendel/addressbook/NewCardDialog.java @@ -15,6 +15,9 @@ * The Initial Developer of the Original Code is Netscape Communications * Corporation. Portions created by Netscape are Copyright (C) 1997 * Netscape Communications Corporation. All Rights Reserved. + * + * Contributors: Jeff Galyan + * Mauro Botelho */ package grendel.addressbook; diff --git a/grendel/addressbook/SearchDirectoryDialog.java b/grendel/addressbook/SearchDirectoryDialog.java index b9a9c3b77e3..abe11c1c86a 100644 --- a/grendel/addressbook/SearchDirectoryDialog.java +++ b/grendel/addressbook/SearchDirectoryDialog.java @@ -12,10 +12,11 @@ * * The Original Code is the Grendel mail/news client. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1997 - * Netscape Communications Corporation. All Rights Reserved. + * The Initial Developer of the Original Code is Mauro Botelho. + * Portions created by Mauro Botelho are Copyright (C) 1997 + * Mauro Botelho. All Rights Reserved. * + * Contributors: Giao Nguyen */ package grendel.addressbook; diff --git a/grendel/addressbook/addresscard/ACS_Personal.java b/grendel/addressbook/addresscard/ACS_Personal.java index d881cd5c270..dea00659583 100644 --- a/grendel/addressbook/addresscard/ACS_Personal.java +++ b/grendel/addressbook/addresscard/ACS_Personal.java @@ -17,6 +17,9 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok + * Jeff Galyan */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/AC_Attribute.java b/grendel/addressbook/addresscard/AC_Attribute.java index 5a6af4aed99..c9c99c234b1 100644 --- a/grendel/addressbook/addresscard/AC_Attribute.java +++ b/grendel/addressbook/addresscard/AC_Attribute.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/AC_Exception.java b/grendel/addressbook/addresscard/AC_Exception.java index 73133fcf3db..4024714673a 100644 --- a/grendel/addressbook/addresscard/AC_Exception.java +++ b/grendel/addressbook/addresscard/AC_Exception.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/AC_ID.java b/grendel/addressbook/addresscard/AC_ID.java index b9bb2ae7561..567aea66ec8 100644 --- a/grendel/addressbook/addresscard/AC_ID.java +++ b/grendel/addressbook/addresscard/AC_ID.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/AC_IDSet.java b/grendel/addressbook/addresscard/AC_IDSet.java index b6f44c0ae78..8214abe3f0e 100644 --- a/grendel/addressbook/addresscard/AC_IDSet.java +++ b/grendel/addressbook/addresscard/AC_IDSet.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/AddressCard.java b/grendel/addressbook/addresscard/AddressCard.java index afbdc1821e3..26a28ff103f 100644 --- a/grendel/addressbook/addresscard/AddressCard.java +++ b/grendel/addressbook/addresscard/AddressCard.java @@ -12,9 +12,9 @@ * * The Original Code is the Grendel mail/news client. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1997 - * Netscape Communications Corporation. All Rights Reserved. + * The Initial Developer of the Original Code is Jeff Galyan. + * Portions created by Jeff Galyan are Copyright (C) 1997 + * Jeff Galyan. All Rights Reserved. * * Created: Jeff Galyan , 16 Jan 1999 */ diff --git a/grendel/addressbook/addresscard/AddressCardAttribute.java b/grendel/addressbook/addresscard/AddressCardAttribute.java index d84ea1f9dca..1c40cad5213 100644 --- a/grendel/addressbook/addresscard/AddressCardAttribute.java +++ b/grendel/addressbook/addresscard/AddressCardAttribute.java @@ -12,9 +12,9 @@ * * The Original Code is the Grendel mail/news client. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1997 - * Netscape Communications Corporation. All Rights Reserved. + * The Initial Developer of the Original Code is Jeff Galyan. + * Portions created by Jeff Galyan are Copyright (C) 1997 + * Jeff Galyan. All Rights Reserved. * * Created: Jeff Galyan , 16 Jan 1999 */ diff --git a/grendel/addressbook/addresscard/AddressCardAttributeSet.java b/grendel/addressbook/addresscard/AddressCardAttributeSet.java index 30925243012..33f157450a3 100644 --- a/grendel/addressbook/addresscard/AddressCardAttributeSet.java +++ b/grendel/addressbook/addresscard/AddressCardAttributeSet.java @@ -12,9 +12,9 @@ * * The Original Code is the Grendel mail/news client. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1997 - * Netscape Communications Corporation. All Rights Reserved. + * The Initial Developer of the Original Code is Jeff Galyan. + * Portions created by Jeff Galyan are Copyright (C) 1997 + * Jeff Galyan. All Rights Reserved. * * Created: Jeff Galyan , 16 Jan 1999 */ diff --git a/grendel/addressbook/addresscard/AddressCardSet.java b/grendel/addressbook/addresscard/AddressCardSet.java index 877b51a6878..259a663d29c 100644 --- a/grendel/addressbook/addresscard/AddressCardSet.java +++ b/grendel/addressbook/addresscard/AddressCardSet.java @@ -12,9 +12,9 @@ * * The Original Code is the Grendel mail/news client. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1997 - * Netscape Communications Corporation. All Rights Reserved. + * The Initial Developer of the Original Code is Jeff Galyan. + * Portions created by Jeff Galyan are Copyright (C) 1997 + * Jeff Galyan. All Rights Reserved. * * Created: Jeff Galyan , 16 Jan 1999 */ diff --git a/grendel/addressbook/addresscard/IAttribute.java b/grendel/addressbook/addresscard/IAttribute.java index 593dd4bfa30..f4b9fc34f60 100644 --- a/grendel/addressbook/addresscard/IAttribute.java +++ b/grendel/addressbook/addresscard/IAttribute.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/IAttributeSet.java b/grendel/addressbook/addresscard/IAttributeSet.java index a9cf068fae8..d366b28f396 100644 --- a/grendel/addressbook/addresscard/IAttributeSet.java +++ b/grendel/addressbook/addresscard/IAttributeSet.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/ICard.java b/grendel/addressbook/addresscard/ICard.java index 53c636d1796..09dcc4050e1 100644 --- a/grendel/addressbook/addresscard/ICard.java +++ b/grendel/addressbook/addresscard/ICard.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/ICardSet.java b/grendel/addressbook/addresscard/ICardSet.java index b07eff83c96..e42371bc4ac 100644 --- a/grendel/addressbook/addresscard/ICardSet.java +++ b/grendel/addressbook/addresscard/ICardSet.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/ICardSource.java b/grendel/addressbook/addresscard/ICardSource.java index beb7348672f..39ff47306ff 100644 --- a/grendel/addressbook/addresscard/ICardSource.java +++ b/grendel/addressbook/addresscard/ICardSource.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/IQuerySet.java b/grendel/addressbook/addresscard/IQuerySet.java index 7db35528c71..3d184e5fe98 100644 --- a/grendel/addressbook/addresscard/IQuerySet.java +++ b/grendel/addressbook/addresscard/IQuerySet.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/IQueryString.java b/grendel/addressbook/addresscard/IQueryString.java index 67c3728a9dc..12efe62a1d5 100644 --- a/grendel/addressbook/addresscard/IQueryString.java +++ b/grendel/addressbook/addresscard/IQueryString.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/ITerm.java b/grendel/addressbook/addresscard/ITerm.java index d799650a653..dabdaeb609a 100644 --- a/grendel/addressbook/addresscard/ITerm.java +++ b/grendel/addressbook/addresscard/ITerm.java @@ -17,6 +17,9 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok + * Jeff Galyan */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/LDAP_Attribute.java b/grendel/addressbook/addresscard/LDAP_Attribute.java index 840fc694b33..71e94b2fa5d 100644 --- a/grendel/addressbook/addresscard/LDAP_Attribute.java +++ b/grendel/addressbook/addresscard/LDAP_Attribute.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/LDAP_AttributeSet.java b/grendel/addressbook/addresscard/LDAP_AttributeSet.java index fc0f1591b80..74419544d4e 100644 --- a/grendel/addressbook/addresscard/LDAP_AttributeSet.java +++ b/grendel/addressbook/addresscard/LDAP_AttributeSet.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/LDAP_Card.java b/grendel/addressbook/addresscard/LDAP_Card.java index 8901ba96330..f2f23d8ce67 100644 --- a/grendel/addressbook/addresscard/LDAP_Card.java +++ b/grendel/addressbook/addresscard/LDAP_Card.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/LDAP_CardSet.java b/grendel/addressbook/addresscard/LDAP_CardSet.java index 1de38eeaf28..89f99d5333d 100644 --- a/grendel/addressbook/addresscard/LDAP_CardSet.java +++ b/grendel/addressbook/addresscard/LDAP_CardSet.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/LDAP_Server.java b/grendel/addressbook/addresscard/LDAP_Server.java index 50fe047185c..59a11f149cf 100644 --- a/grendel/addressbook/addresscard/LDAP_Server.java +++ b/grendel/addressbook/addresscard/LDAP_Server.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/SelfTest.java b/grendel/addressbook/addresscard/SelfTest.java index ba660631924..76a4b7b3137 100644 --- a/grendel/addressbook/addresscard/SelfTest.java +++ b/grendel/addressbook/addresscard/SelfTest.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/TermAnd.java b/grendel/addressbook/addresscard/TermAnd.java index 5cc24349987..c96e6386a6d 100644 --- a/grendel/addressbook/addresscard/TermAnd.java +++ b/grendel/addressbook/addresscard/TermAnd.java @@ -17,6 +17,9 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Jeff Galyan + * Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/TermEqual.java b/grendel/addressbook/addresscard/TermEqual.java index 72d5154fcb1..e05e164426d 100644 --- a/grendel/addressbook/addresscard/TermEqual.java +++ b/grendel/addressbook/addresscard/TermEqual.java @@ -17,6 +17,9 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Jeff Galyan + * Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/TermNotEqual.java b/grendel/addressbook/addresscard/TermNotEqual.java index b763859481b..65aa6b0a249 100644 --- a/grendel/addressbook/addresscard/TermNotEqual.java +++ b/grendel/addressbook/addresscard/TermNotEqual.java @@ -17,6 +17,9 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Jeff Galyan + * Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/addressbook/addresscard/TermOr.java b/grendel/addressbook/addresscard/TermOr.java index 0dc945a8f7e..8fb52ccaed5 100644 --- a/grendel/addressbook/addresscard/TermOr.java +++ b/grendel/addressbook/addresscard/TermOr.java @@ -17,6 +17,9 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Lester Schueler , 14 Nov 1997. + * + * Contributors: Jeff Galyan + * Christoph Toshok */ package grendel.addressbook.addresscard; diff --git a/grendel/calypso/util/Atom.java b/grendel/calypso/util/Atom.java index 071950b64e5..d56095dc263 100644 --- a/grendel/calypso/util/Atom.java +++ b/grendel/calypso/util/Atom.java @@ -15,6 +15,8 @@ * The Initial Developer of the Original Code is Netscape Communications * Corporation. Portions created by Netscape are Copyright (C) 1997 * Netscape Communications Corporation. All Rights Reserved. + * + * Contributors: Edwin Woudt */ package calypso.util; diff --git a/grendel/calypso/util/ByteBuf.java b/grendel/calypso/util/ByteBuf.java index 661357731f5..a0b61349ebb 100644 --- a/grendel/calypso/util/ByteBuf.java +++ b/grendel/calypso/util/ByteBuf.java @@ -15,6 +15,8 @@ * The Initial Developer of the Original Code is Netscape Communications * Corporation. Portions created by Netscape are Copyright (C) 1997 * Netscape Communications Corporation. All Rights Reserved. + * + * Contributors: Edwin Woudt */ package calypso.util; diff --git a/grendel/calypso/util/NetworkDate.java b/grendel/calypso/util/NetworkDate.java index c3f966710b4..a51d392a187 100644 --- a/grendel/calypso/util/NetworkDate.java +++ b/grendel/calypso/util/NetworkDate.java @@ -18,6 +18,8 @@ * * Created: Jamie Zawinski , 3 Aug 1995. * Ported from C on 19 Aug 1997. + * + * Contributors: Edwin Woudt */ package calypso.util; diff --git a/grendel/calypso/util/URLClassLoader.java b/grendel/calypso/util/URLClassLoader.java index 42bba71753c..e337d0e1547 100644 --- a/grendel/calypso/util/URLClassLoader.java +++ b/grendel/calypso/util/URLClassLoader.java @@ -15,6 +15,8 @@ * The Initial Developer of the Original Code is Netscape Communications * Corporation. Portions created by Netscape are Copyright (C) 1997 * Netscape Communications Corporation. All Rights Reserved. + * + * Contributors: Edwin Woudt */ package calypso.util; diff --git a/grendel/composition/images/README b/grendel/composition/images/README index fd9524084fe..62781d07318 100644 --- a/grendel/composition/images/README +++ b/grendel/composition/images/README @@ -14,3 +14,7 @@ # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are Copyright (C) 1997 # Netscape Communications Corporation. All Rights Reserved. +# +# Contributors: Edwin Woudt +# Chris Nelson + diff --git a/grendel/dnd/DragSourceContext.java b/grendel/dnd/DragSourceContext.java index c0c4e5b6a46..ae70b51ba30 100644 --- a/grendel/dnd/DragSourceContext.java +++ b/grendel/dnd/DragSourceContext.java @@ -17,6 +17,9 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 6 Nov 1997. + * + * Contributors: Jeff Galyan + * Edwin Woudt */ package grendel.dnd; diff --git a/grendel/dnd/DropTargetComponent.java b/grendel/dnd/DropTargetComponent.java index 84a5c6d4907..81db19e221c 100644 --- a/grendel/dnd/DropTargetComponent.java +++ b/grendel/dnd/DropTargetComponent.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 11 Nov 1997. + * + * Contributors: Edwin Woudt */ package grendel.dnd; diff --git a/grendel/dnd/DropTargetContext.java b/grendel/dnd/DropTargetContext.java index b823c24284f..08d4a4dc0f6 100644 --- a/grendel/dnd/DropTargetContext.java +++ b/grendel/dnd/DropTargetContext.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 6 Nov 1997. + * + * Contributors: Edwin Woudt */ package grendel.dnd; diff --git a/grendel/dog/Makefile b/grendel/dog/Makefile index b81c14464a2..45c0c4e1255 100644 --- a/grendel/dog/Makefile +++ b/grendel/dog/Makefile @@ -12,9 +12,9 @@ # # The Original Code is the Grendel mail/news client. # -# The Initial Developer of the Original Code is Netscape Communications -# Corporation. Portions created by Netscape are Copyright (C) 1997 -# Netscape Communications Corporation. All Rights Reserved. +# The Initial Developer of the Original Code is Edwin Woudt +# Portions created by Edwin Woudt are Copyright +# (C) 1999 Edwin Woudt. All Rights Reserved. SUBDIRS= \ mail \ diff --git a/grendel/dog/mail/Makefile b/grendel/dog/mail/Makefile index b2839ac1cde..703d0d653e3 100644 --- a/grendel/dog/mail/Makefile +++ b/grendel/dog/mail/Makefile @@ -12,9 +12,9 @@ # # The Original Code is the Grendel mail/news client. # -# The Initial Developer of the Original Code is Netscape Communications -# Corporation. Portions created by Netscape are Copyright (C) 1997 -# Netscape Communications Corporation. All Rights Reserved. +# The Initial Developer of the Original Code is Edwin Woudt +# Portions created by Edwin Woudt are Copyright +# (C) 1999 Edwin Woudt. All Rights Reserved. SUBDIRS= \ nntp \ diff --git a/grendel/dog/mail/nntp/Makefile b/grendel/dog/mail/nntp/Makefile index 615ca2f3ec2..feb171434cb 100644 --- a/grendel/dog/mail/nntp/Makefile +++ b/grendel/dog/mail/nntp/Makefile @@ -12,9 +12,9 @@ # # The Original Code is the Grendel mail/news client. # -# The Initial Developer of the Original Code is Netscape Communications -# Corporation. Portions created by Netscape are Copyright (C) 1997 -# Netscape Communications Corporation. All Rights Reserved. +# The Initial Developer of the Original Code is Edwin Woudt +# Portions created by Edwin Woudt are Copyright +# (C) 1999 Edwin Woudt. All Rights Reserved. SRCS= \ Article.java \ diff --git a/grendel/dog/mail/nntp/NNTPStore.java b/grendel/dog/mail/nntp/NNTPStore.java index 2c37fa73a54..be6bc8b7311 100644 --- a/grendel/dog/mail/nntp/NNTPStore.java +++ b/grendel/dog/mail/nntp/NNTPStore.java @@ -16,7 +16,8 @@ * The Initial Developer of the Original Code is dog. * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. * - * Contributor(s): Mario Camou . + * Contributors: Mario Camou . + * Edwin Woudt */ package dog.mail.nntp; diff --git a/grendel/dog/mail/nntp/Newsgroup.java b/grendel/dog/mail/nntp/Newsgroup.java index c8911675e3c..345709d8ace 100644 --- a/grendel/dog/mail/nntp/Newsgroup.java +++ b/grendel/dog/mail/nntp/Newsgroup.java @@ -16,7 +16,7 @@ * The Initial Developer of the Original Code is dog. * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. * - * Contributor(s): n/a. + * Contributors: Edwin Woudt */ package dog.mail.nntp; diff --git a/grendel/dog/mail/util/Makefile b/grendel/dog/mail/util/Makefile index b0209495cca..1024aaa697c 100644 --- a/grendel/dog/mail/util/Makefile +++ b/grendel/dog/mail/util/Makefile @@ -12,9 +12,9 @@ # # The Original Code is the Grendel mail/news client. # -# The Initial Developer of the Original Code is Netscape Communications -# Corporation. Portions created by Netscape are Copyright (C) 1997 -# Netscape Communications Corporation. All Rights Reserved. +# The Initial Developer of the Original Code is Edwin Woudt +# Portions created by Edwin Woudt are Copyright +# (C) 1999 Edwin Woudt. All Rights Reserved. SRCS= \ CRLFInputStream.java \ diff --git a/grendel/dog/util/Makefile b/grendel/dog/util/Makefile index 865b8233804..c7d75020794 100644 --- a/grendel/dog/util/Makefile +++ b/grendel/dog/util/Makefile @@ -12,9 +12,9 @@ # # The Original Code is the Grendel mail/news client. # -# The Initial Developer of the Original Code is Netscape Communications -# Corporation. Portions created by Netscape are Copyright (C) 1997 -# Netscape Communications Corporation. All Rights Reserved. +# The Initial Developer of the Original Code is Edwin Woudt +# Portions created by Edwin Woudt are Copyright +# (C) 1999 Edwin Woudt. All Rights Reserved. SRCS= \ ObjectCollator.java \ diff --git a/grendel/filters/DeleteFilterActionFactory.java b/grendel/filters/DeleteFilterActionFactory.java index 44c8630370c..1d26d84a4c0 100644 --- a/grendel/filters/DeleteFilterActionFactory.java +++ b/grendel/filters/DeleteFilterActionFactory.java @@ -19,6 +19,8 @@ * Class DeleteFilterActionFactory. * * Created: David Williams , 1 Oct 1997. + * + * Contributors: Jeff Galyan */ package grendel.filters; diff --git a/grendel/filters/FilterRulesParser.java b/grendel/filters/FilterRulesParser.java index 5e343afc191..12c3a239d05 100644 --- a/grendel/filters/FilterRulesParser.java +++ b/grendel/filters/FilterRulesParser.java @@ -19,6 +19,8 @@ * Class FilterRulesParser * * Created: David Williams , 1 Oct 1997. + * + * Contributors: Edwin Woudt */ package grendel.filters; diff --git a/grendel/filters/MoveFilterActionFactory.java b/grendel/filters/MoveFilterActionFactory.java index eefe8e3be74..78c2a3f3d13 100644 --- a/grendel/filters/MoveFilterActionFactory.java +++ b/grendel/filters/MoveFilterActionFactory.java @@ -19,6 +19,8 @@ * Class MoveFilterActionFactory. * * Created: David Williams , 1 Oct 1997. + * + * Contributors: Edwin Woudt */ package grendel.filters; diff --git a/grendel/integrator/CompositionShell.java b/grendel/integrator/CompositionShell.java index 5e502874e0a..48b959aafbe 100644 --- a/grendel/integrator/CompositionShell.java +++ b/grendel/integrator/CompositionShell.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 21 Oct 1997. + * + * Contributors: Jeff Galyan */ package grendel.integrator; diff --git a/grendel/integrator/CompositionView.java b/grendel/integrator/CompositionView.java index 69951e13fe0..457e0c1fd9d 100644 --- a/grendel/integrator/CompositionView.java +++ b/grendel/integrator/CompositionView.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 21 Oct 1997. + * + * Contributors: Jeff Galyan */ package grendel.integrator; diff --git a/grendel/integrator/FolderCtx.java b/grendel/integrator/FolderCtx.java index fbd384707be..602a38d02b3 100644 --- a/grendel/integrator/FolderCtx.java +++ b/grendel/integrator/FolderCtx.java @@ -15,7 +15,8 @@ * The Initial Developer of the Original Code is Netscape Communications * Corporation. Portions created by Netscape are Copyright (C) 1997 * Netscape Communications Corporation. All Rights Reserved. - + * + * Contributors: Jeff Galyan */ diff --git a/grendel/integrator/FolderView.java b/grendel/integrator/FolderView.java index 0487cef2bda..7827e32a6c9 100644 --- a/grendel/integrator/FolderView.java +++ b/grendel/integrator/FolderView.java @@ -15,6 +15,8 @@ * The Initial Developer of the Original Code is Netscape Communications * Corporation. Portions created by Netscape are Copyright (C) 1997 * Netscape Communications Corporation. All Rights Reserved. + * + * Contributors: Jeff Galyan */ package grendel.integrator; diff --git a/grendel/integrator/SessionView.java b/grendel/integrator/SessionView.java index 6e6f8332212..c4dc8b5d0af 100644 --- a/grendel/integrator/SessionView.java +++ b/grendel/integrator/SessionView.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 10 Nov 1997. + * + * Contributors: Jeff Galyan */ package grendel.integrator; diff --git a/grendel/integrator/Shell.java b/grendel/integrator/Shell.java index 2366013481a..dc014910fd2 100644 --- a/grendel/integrator/Shell.java +++ b/grendel/integrator/Shell.java @@ -15,7 +15,8 @@ * The Initial Developer of the Original Code is Netscape Communications * Corporation. Portions created by Netscape are Copyright (C) 1997 * Netscape Communications Corporation. All Rights Reserved. - + * + * Contributors: Jeff Galyan */ package grendel.integrator; diff --git a/grendel/integrator/StoreCtx.java b/grendel/integrator/StoreCtx.java index fcfd1eb5393..88e82d848c0 100644 --- a/grendel/integrator/StoreCtx.java +++ b/grendel/integrator/StoreCtx.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 14 Nov 1997. + * + * Contributors: Jeff Galyan */ package grendel.integrator; diff --git a/grendel/mime/encoder/MimeBase64Decoder.java b/grendel/mime/encoder/MimeBase64Decoder.java index 66dbe1acb01..401bcac18bc 100644 --- a/grendel/mime/encoder/MimeBase64Decoder.java +++ b/grendel/mime/encoder/MimeBase64Decoder.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Jamie Zawinski , 28 Aug 1997. + * + * Contributors: Edwin Woudt */ package grendel.mime.encoder; diff --git a/grendel/mime/encoder/MimeBase64Encoder.java b/grendel/mime/encoder/MimeBase64Encoder.java index 175ae917c45..16bbacbba4a 100644 --- a/grendel/mime/encoder/MimeBase64Encoder.java +++ b/grendel/mime/encoder/MimeBase64Encoder.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Jamie Zawinski , 28 Aug 1997. + * + * Contributors: Edwin Woudt */ package grendel.mime.encoder; diff --git a/grendel/mime/encoder/MimeQuotedPrintableEncoder.java b/grendel/mime/encoder/MimeQuotedPrintableEncoder.java index 51fa0150a79..f43a5fd1718 100644 --- a/grendel/mime/encoder/MimeQuotedPrintableEncoder.java +++ b/grendel/mime/encoder/MimeQuotedPrintableEncoder.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Jamie Zawinski , 28 Aug 1997. + * + * Contributors: Edwin Woudt */ package grendel.mime.encoder; diff --git a/grendel/mime/encoder/MimeUUEncoder.java b/grendel/mime/encoder/MimeUUEncoder.java index 4fefd890d6a..8f1d884c4d0 100644 --- a/grendel/mime/encoder/MimeUUEncoder.java +++ b/grendel/mime/encoder/MimeUUEncoder.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Jamie Zawinski , 28 Aug 1997. + * + * Contributors: Edwin Woudt */ package grendel.mime.encoder; diff --git a/grendel/search/AndPanel.java b/grendel/search/AndPanel.java index 4269c6b2eea..0f9214b32f3 100644 --- a/grendel/search/AndPanel.java +++ b/grendel/search/AndPanel.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 4 Nov 1997. + * + * Contributors: Jeff Galyan */ package grendel.search; diff --git a/grendel/search/AttributePanel.java b/grendel/search/AttributePanel.java index 6fa19b72390..3ff87001967 100644 --- a/grendel/search/AttributePanel.java +++ b/grendel/search/AttributePanel.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 4 Nov 1997. + * + * Contributors: Jeff Galyan */ package grendel.search; diff --git a/grendel/search/MailSearch.java b/grendel/search/MailSearch.java index f95542ae5c2..c3c2c0982da 100644 --- a/grendel/search/MailSearch.java +++ b/grendel/search/MailSearch.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 9 Oct 1997. + * + * Contributors: Jeff Galyan */ package grendel.search; diff --git a/grendel/search/OrPanel.java b/grendel/search/OrPanel.java index e767ceb59e0..55057241e36 100644 --- a/grendel/search/OrPanel.java +++ b/grendel/search/OrPanel.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 4 Nov 1997. + * + * Contributors: Jeff Galyan */ package grendel.search; diff --git a/grendel/search/SearchFrame.java b/grendel/search/SearchFrame.java index 89f9f7acaae..60958ba589e 100644 --- a/grendel/search/SearchFrame.java +++ b/grendel/search/SearchFrame.java @@ -17,7 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 9 Oct 1997. - * Modified: Jeff Galyan , 30 Dec 1998 + * + * Contributors: Jeff Galyan */ package grendel.search; diff --git a/grendel/search/SearchPanel.java b/grendel/search/SearchPanel.java index 34587534d85..116a30f86d7 100644 --- a/grendel/search/SearchPanel.java +++ b/grendel/search/SearchPanel.java @@ -17,7 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 9 Oct 1997. - * Modified: Jeff Galyan , 31 Dec 1998 + * + * Contributors: Jeff Galyan */ package grendel.search; diff --git a/grendel/search/TermPanel.java b/grendel/search/TermPanel.java index 944b9f92287..ec77da0a2ee 100644 --- a/grendel/search/TermPanel.java +++ b/grendel/search/TermPanel.java @@ -17,6 +17,8 @@ * Netscape Communications Corporation. All Rights Reserved. * * Created: Will Scullin , 4 Nov 1997. + * + * Contributors: Jeff Galyan */ package grendel.search;